/* kleuren:
groen: 69c10f
pink: e340a1
blauw: 35a0d8
oranje: ff5f08
*/

ul,ol,li,p,div,a,span,table,tr,td {
  margin:0px;
	}

body {
  margin:0px;
	font-size:88%;
	font-family: arial, helvetica, sans serif;
	color:#000;
	text-align:center;
	background: url("images/background.gif") repeat-y 50%;	
	}

a {
  text-decoration:none;
	color:#69c10f;
	}
a:visited {
  text-decoration:none;
	color:#35a0d8;
	}
a:hover {
  text-decoration:underline;
	}
a:active {
  text-decoration:underline;
	}
	
/* Inhoud */

#inhoud {
  width:800px;
	margin:auto;
	border-top:1px solid #ff5f08;
	border-bottom: 1px solid #ff5f08;
	}	
#inhoud2 {
  width:760px;
	margin: 20px auto;
	text-align:left;
	border-top:1px solid #e340a1;
	border-bottom: 1px solid #e340a1;
	}
			
h1 {
  margin:30px;
	font-size:1.5em;
	color:#9916bf;
	} 
h2 {
  font-size:1em;
	margin:15px 30px;
	color:#02a87f;
	}
p {
  margin:15px 30px;
	}
.b { font-weight:bold; }

.aandacht {
  font-size:130%;
	vertical-align: -5%;
	line-height:1.2em;
	font-style:italic;
	}
.note {
  font-size:0.8em;
	border:1px solid #ccc;
	color:#666666;
	}
.pics {
  margin:10px 30px;
	}		
.pics img {
  border:1px solid #000;
	width:221px;
	height:130px;
	}

/* Opzet Design */

#content {
  width:926px;
	margin:auto;
	}
	
#header1 { 
	background: url("images/header1.gif") repeat-y;
	height:47px;
	width:930px;
	}
#header2 { 
	background: url("images/header2.gif") no-repeat;
	height:105px;
	width:930px;
	}
#header3 { 
	background: url("images/header3.gif") no-repeat;
	height:58px;
	width:930px;
	position:relative;
	}
#header4 { 
	background: url("images/header4.gif") no-repeat;
	height:60px;
	width:930px;
	}
.menuh { position:absolute; top:10px; left:120px;	border:0; }
.menuw { position:absolute; top:10px; left:300px;	border:0; }
.menup { position:absolute; top:10px; left:510px;	border:0; }
.menuc { position:absolute; top:10px; left:720px;	border:0; }
	
	