#wrapper {
	MARGIN: 0 auto; 
	WIDTH: 800px;
	text-align: left;
}

#top {
	background-color: black;
	color: #FF6600;
	font: bold 20px Tahoma;
	height: 100px;
	border-bottom: 1px solid #333;
	margin-left:100px;
}

#midden {
	float:none;
}


#footer {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #F60;
	font: normal 10px Tahoma;
    color:#F60;
	text-align: center;	
}

.text_normaal {
	font-family: Tahoma;
	color: #FF6600;
	font-size: 16px;
}

.text_titel {
	font-family: Tahoma;
	color: #FF6600;
	font-weight: bold;
	font-size: 18px;
}

/*
a:link {
	font-family: Tahoma;
	color: #FF6600;
	font-size: 16px;
}

a:visited {
	font-family: Tahoma;
	color: #FFCC33;
	font-size: 16px;
}

a:hover {
	font-family: Tahoma;
	color: #FF3300;
	font-size: 16px;
}
*/
body {
	background:none transparent;
	text-align:center;
	min-width: 800px;
	font-family: Tahoma;
	color: #FF6600;
	font-size: 16px;

/*	background-color: #000000;
	background-image: url(KHW_Logo.jpg);  */
}

hr {
	color: #FF6600;
	background-color: #FF6600;

}

/***********************************************/
/********             MENU              ********/
/***********************************************/

/*  styles van de bovenste rij knoppen  */
.wimtabs{
	MARGIN: 5px 0px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #F60;
}

.wimtabs ul{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Tahoma;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.wimtabs li{
display: inline;
BORDER-RIGHT: #ccc 1px solid; 
BORDER-TOP: #ccc 1px solid; 
BORDER-LEFT: #ccc 1px solid; 
BORDER-BOTTOM: #ccc 1px solid; 
FLOAT: left;  
MARGIN: 0px 5px; 
HEIGHT: 20px; 
TEXT-ALIGN: center
}

.wimtabs li a{
/* kenmerken van de de blokjes in het hoofdmenu  */
	DISPLAY: block;
	WIDTH: 100%; 
	CURSOR: hand;
	COLOR: #000;
	PADDING-TOP: 3px;
	HEIGHT: 17px;
	BACKGROUND-COLOR: #F60;
	text-decoration: none;
}

.wimtabs li a:visited{
/* color: #2d2b2b; */
}

.wimtabs li a:hover{
/* kenmerken van de de blokjes in het hoofdmenu bij mouse-over */
	text-decoration: none; 
	color: white;
	BACKGROUND-COLOR: #F90;
	text-decoration: none;
}

.wimtabs li a:active{
/* kenmerken van de de blokjes in het hoofdmenu als ze actief (aangeklikt) zijn */
	BACKGROUND-COLOR: #F90;
	color: white;
}

.wimtabs li.selected a{ 
/* kenmerken van de hoofd blokjes bij een uitgeklapt submenu en muis op uitgeklapt menu */
/* border-bottom-color: white;  */
	BACKGROUND-COLOR: #F90;
	text-decoration: none;
	color: white;
}

.wimtabs li.selected a:hover{
/* kenmerken van de hoofd blokjes bij een uitgeklapt submenu en muis op hoofdblokje */
	text-decoration: none;
	color: white;
}

/*******  styles van de Drop Down Menu  **********/
.wimdrop{
	position:absolute;
	top: 0;
	border: 1px solid #918d8d; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font: bold 12px Tahoma;
	line-height:18px;
	z-index:100;
	background-color: #F60;
	width: 280px;
	visibility: hidden;
	color: #000;
}

.wimdrop a{
/* kenmerken van submenu gewoon (dus geen mouseover) */
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .wimdrop a{ /*IE only hack*/
width: 100%;
}

.wimdrop a:hover{
/* kenmerken van submenu bij mouseover */
text-decoration: none; 
color: white;
BACKGROUND-COLOR: #F90;
}

