body {
 	margin:0;
	background:#ffffff;
 	font-family:Verdana, Arial, sans-serif; 
 	font-size:0.7em;
 	line-height:1.5em;
 	color:#000000;
 	text-align:center;
 	width:590px;
}

td {
  	font-family:Verdana, Arial, sans-serif; 
 	font-size:0.7em;
 	line-height:1.5em;
 	color:#000000;
 }

p, ul, ol, dl, dt, dd {
	margin:0;
	padding:0;
}
ul li{
	margin: 0 0 0 18px;
	padding:0;
}
ol li{
	margin: 0 0 0 25px;
	padding:0;	
}

#printlogo {
	display:block;
	margin:0;
}
#homelogo {
	display:none;
}
#container {
  	width:590px;
	margin:0;
	text-align:left;  
}
#menubalk {
  	display:none;
 }
#bovenbalk {
	display:none;
}
#bovenbalk_inhoud {
	display:none;
}
#fotorij {
	display:none;
}
#fotoos {
	display:none;
}

#slogan {
	font-size:11px;
	font-weight:bold;
	color:#666666;
	text-align:left;
	font-style:normal;
	padding: 0;
}

A.streep {
	text-decoration:underline;
}

#hoofdtabel {
	width:590px;
}

#randlinks {
	display:none;
	width:0;
}
#links {
 	display:none;
}
#rechts {
 	display:none;
}
#randrechts {
	display:none;
}
#onderaan {
	display:none;
}

/*
################## LINKS ################
*/

#submenu {
  	display:none;
}

#logo {
  display:none;
}

/*
################## MIDDEN ################
*/

#bovenblok {
	display:none;
}

#hoofdvlak {
  padding: 0;
  width:590px;
}

/*
################## HEADERS ################
*/

h1 {
 	margin:3px 0 0px 0;
  	font-size:1.5em;
  	line-height:1.5em;
  	font-weight:bold;
}
h2 {
  	margin:0 0 3px 0;
  	font-size:1.2em;
	line-height:1.2em;
 	font-weight:bold;
}
h3 {
  	margin:0;
  	font-size:1em;
	line-height:1.2em;
 	font-weight:bold;
}

h4 {
  	margin:0;
  	font-size:1em;
	line-height:1.2em;
 	font-weight:bold;
 	font-style:normal;
}



/* 
######### uitklapmenu #########
*/
.mtDropdownMenu {
	left: -1000px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
}
.mtDropdownMenu .content {
	position: absolute;
}
.mtDropdownMenu .items {
	border: #01728F 1px solid;
	z-index: 2;
	left: 0px;
	position: relative; 
	top: 0px;
}
.top .items {
	/*border-top: medium none; zorgt dat de bovenkant geen rand heeft */
}
.mtDropdownMenu .item {
	cursor:pointer;
	color: #01728F;
	text-decoration: none;
	font-size: 11px;
	line-height:17px;
}
.mtDropdownMenu .background {
	z-index: 1;
	background: #FFF9EF;
	left: 0px;
	position: absolute;
	top: 0px;
	-moz-opacity:1.0;
	opacity:1.0;
}
.mtDropdownMenu .shadowRight {
	z-index: 0;
	width: 0px;
	position: absolute;
	top: 0px;
}
.mtDropdownMenu .shadowBottom {
	z-index: 0;
	top:0px;
	left: 0px;
	position: absolute;
	height: 0px;
}
.mtDropdownMenu .hover {
	background: #75BACB;
	padding-left:12px;
}
.mtDropdownMenu .hover td {
	color: #FFF9EF;   
}

.mtDropdownMenu .item img {
	margin-right: 4px;
}

