body {

	background-color: #00CDFE;

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	height: 100%;

	background-image: url(img/background_wit.gif);

	background-position: center;

	background-repeat: repeat-y;

}

html {

	height: 100%;

}

a:link {

	color: #FF9900;

	text-decoration: none;

}

a:visited {

	color: #FF9900;

	text-decoration: none;

}

a:hover {

	color: #FF9900;

	text-decoration: underline;

}

a:active {

	color: #FF9900;

	text-decoration: none;

}

* html #centrum {
	height: 100%;
}

#centrum {

	background-color: #FFFFFF;

	width: 770px;

	margin: 0 auto;

	padding: 0px;

	height: 100%;

	padding: 10px;

}

#address_area {

	float: left;

	width: 228px;

	height: 103px;

	font: 10px verdana;

	color: #0099FF;

	letter-spacing: 1px;

	border: 1px dashed #0099FF;

	padding: 10px;

}

#address_area br {

	letter-spacing: normal;

}

#picture_area {

	width: 510px;

	height: 125px;

	float: right;

}

#nairobar {

	float: left;

	width: 770px;

	height: 60px;

	background-image: url(img/nairobar.gif);

	background-repeat: no-repeat;

	background-position: bottom center;

}

#menu_area {

	float: left;

	width: 770px;

	height: 10px;

	padding-top: 10px;

	font: 10px verdana;

	color: #FF9900;

	font-weight: bold;

	letter-spacing: 1px;

	text-align: center;

}

#inhoud {

	text-align: center;

	float: left;

	width: 790px;

	margin-top: 20px;

	margin-left: -10px;

	color: #000000;

	font: 10px verdana;

}



.tekstkolom {

	width: 250px;

	height: 125px;

	float: left;

	margin-left: 10px;

	margin-bottom: 10px;

	text-align: left;

	font: 10px verdana;

	color: #000000;

	letter-spacing: 1px;

}



.teksttweekolom {

	width: 510px;

	height: 125px;

	float: left;

	margin-left: 10px;

	margin-bottom: 10px;

	text-align: left;

	font: 10px verdana;

	color: #000000;

	letter-spacing: 1px;

}

.tekstdriekolom {

	width: 770px;

	height: 125px;

	float: left;

	margin-left: 10px;

	margin-bottom: 10px;

	text-align: left;

	font: 10px verdana;

	color: #000000;

	letter-spacing: 1px;

}

.tekstkolom br, .teksttweekolom br, .tekstdriekolom br {

	letter-spacing: normal;

}



.afbeeldingkolom {

	width: 250px;

	height: 125px;

	background: #EEEEEE;

	float: left;

	margin-left: 10px;

	margin-bottom: 10px;

}



h3 {

	font: 10px verdana;

	color: #0099FF;

	letter-spacing: 2px;

	margin: 0px;

	margin-bottom: 8px;

	font-weight: bold;

}



/* DROPDOWN CSS */

ul { /* alle lists */ 

   text-align: left;

   padding: 0; 

   margin: 0; 

   list-style: none;

} 

.menuitem {

	background-color: #FF9900;

	padding: 6px 0px 6px 10px;

	text-align: left;

	color: #FFFFFF;

	cursor: pointer;

	cursor: hand;

}



li { /* alle list items */ 

   float: left; 

   padding: 0; 

   margin: 0; 

   position: relative; 

   width: 120px;

} 



li ul { /* sub items */ 

   display: none; 

   position: absolute; 

   top: 1em; 

   left: 0; 

} 



li>ul { /* postitie resetten voor alle browsers behalve IE */ 

   top: auto; 

   left: auto; 

} 



li:hover ul, li.over ul { /* lists nested onder hovered list items */ 

   display: block; 

   

} 

li:hover, li.over {

   color: #0099FF;

}

#content { 

   clear: left; 

} 

/* EINDE DROPDOWN CSS */