
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	
}
p, li { font-size: 12px; line-height: 150%; margin-top: 5px }
td {font-size: 12px; line-height: 150%;}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00436f;
	font-size: 15px;
	font-weight: bold;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00436f;
	font-size: 12px;
	font-weight: bold;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a{
	color: #668033;
}

.tabel{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.klein { font-size: 10px }

/* Division met alle inhoud */

#mainDiv{
 	background-color: #FFFFFF;
	margin: 10px 0px 0px 10px;	
	border: 5px solid white;	
	text-align: left; 
	margin: 0 auto; 
	padding: 0 0px; 
	position: relative; 
	width: 737px
}


/* Header */

#headerDiv{
	width: 737px;
	height: 123px;
}

#navigatieDiv{
	width: 737px;
	height: 20px;
	background-color: #669933;
	
}

#navigatieDiv a{
	background: url(../images/puntjes.gif) no-repeat;
	background-color: #669933;
	background-position: right;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	
	padding: 0px 10px 3px 3px;
	margin-left: 5px;
	vertical-align: middle;
}

#navigatieDiv a:hover{
	font-size: 12px;
	background-color: #668033;
	text-decoration: none;
	width: 82px;
	text-align: center;
	height: 15px;
	padding: 0px 10px 3px 3px;
	margin-left: 5px;
}


/* Menu */

#linkerkolomDiv {
  background-color: #FFFFFF;	width: 200px;  
}

#menu_items{
  padding: 10px 10px 14px 5px; height:380px; 
}


#c_menu { 
 font-size: 10px; 
 background-color: #E5F3DA;  
 width: 183px;
}

#c_menu_lijn_onder { 
 background: url(../images/lijn_donkergroen_153.gif) no-repeat;  
 width: 153px; 
 height: 1px 
}

#c_menu_boven { 
 background: url(../images/vlak_lichtgroen_boven_183.gif) no-repeat;  
 width: 183px; 
 height: 13px 
}

#c_menu_onder { 
 background: url(../images/vlak_lichtgroen_onder_183.gif) no-repeat;  
 width: 183px; 
 height: 13px 
}


#c_menu ul  { 
 list-style-type: none; 
 margin: 0px; padding: 0px 
}
#c_menu ul li { 
 text-align: left; 
 text-indent: 0px; 
 float: none; 
 margin: 0px; 
 padding: 1px 
}
#c_menu ul li a  { 
 color: #00436f; 
 line-height: 22px; 
 text-decoration: none; 
 padding-top: 1px; 
 display: block; 
 width: 153px; 
 background-image: url(../images/lijn_donkergroen_153.gif); 
 background-repeat: no-repeat; 
 text-indent: 3px; 
}
#c_menu ul li a.nasub { 
 color: #00436f; 
 line-height: 22px; 
 text-decoration: none; 
 background-image: url(../images/lijn_donkergroen_153.gif); 
 background-repeat: no-repeat; 
 text-indent: 3px; 
 display: block; 
 padding-top: 1px; 
 width: 153px; 
 margin-top: 14px; 
}
#c_menu ul li a.laatste { 
 line-height: 1px; 
 display: block; 
 width: 153px; 
 background-image: url(../images/lijn_donkergroen_153.gif); 
 background-repeat: no-repeat; 
 height: 1px; 
 padding-top: 0; 
}
#c_menu ul li a:hover { 
 background-color: white; 
}
#c_menu ul li a.laatste:hover { }

#c_menu ul ul { 
 list-style-type: none;  
}
#c_menu ul ul li { 
 padding-left:12px;
 font-weight: normal; 
 text-align: left; 
 text-indent: 0px; 
 display: block;
 float: none;
}
#c_menu ul ul li a  { 
 width:143px;
 color: #00436f; 
 line-height: 20px; 
 background-image: none; 
 text-decoration: none;  
 text-indent: 0px;
}
#c_menu ul ul li a.eerste  { 
 color: #00436f; 
 line-height: 20px; 
 background-image: url(../images/lijn_donkergroen_153.gif); 
 background-repeat: no-repeat; 
 text-decoration: none; 
}
#c_menu ul ul li a:hover { 
 background-color: white; 
}

#c_menu ul ul ul  { 
 list-style-type: none 
}
#c_menu ul ul ul li { 
 font-weight: normal; 
 text-align: left; 
 text-indent: 0; 
 float: none; 
 display: block; 
}
#c_menu ul ul ul li a  { 
 color: #00436f; 
 font-size: 9px; 
 text-decoration: none; 
 text-indent: 16px; 
 height: auto;
}
#c_menu ul ul ul li a:hover { 
 background-color: white; 
}

#tekstDiv{
	background-color: #FFFFFF;
	position: absolute; top:235px; left: 183px;
	width:546px;
	
	text-align:left;
	float: left;
	padding: 0px 5px 5px 10px;
}

#footerdiv{
	position:relative;
	z-index:2;
	font-size: 10px;
	left:0px;
	border-top: 1px solid #669933;
	margin-top: 5px;
	padding-top: 5px;
	width:737px;
}

