body{
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #E7EFD6 url(../graphics/bg.gif) repeat-y;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

input.fiche {
	background: #FFFFFF;
	border-style: none;
	width:95%;
}
a, a:link, a:visited{
	color: #288513;
	text-decoration: underline;
}
a:hover{
	color: #000000;
	text-decoration: none;
}
h1{
	color: #FFFFFF;
	font: bold 16px "Trebuchet MS", Tahoma, sans-serif;
	background: #009933;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom:0px;
}
h2{
 font-family: "Trebuchet MS", Tahoma, sans-serif;
 font-size: 18px;
 color: #009933;
 margin: 0px;
 padding: 0px;
}
h3{
	color: #FFFFFF;
	font: bold 16px "Trebuchet MS", Tahoma, sans-serif;
	background: #009933;
	width: 100%;
	margin-bottom:0px;
	height:26px;
}
a.white, a.white:hover, a.white:visited, a.white:active {
	color: #FFFFFF;
	font-size:12px;
	text-decoration: underline;
}
ul{
 list-style-type: square;
}
ul ul{
 list-style-type: disc;
}
ul ul ul{
 list-style-type: none;
}
/*********** #stuurMain link styles ***********/
#stuurMain{
	position: absolute;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-weight:bold;
	color: #003300;
	top: 0px;
}
#stuurMain ul {
	list-style: none;
	margin-left:-40px !important;
	margin:0px;
}
#stuurMain ul a:link, #stuurMain ul a:visited {
	display: block;
	width: 100px;
	height: 70px;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#stuurMain li {border-bottom: 0px solid #E7EFD6;}
/* fix for browsers that don't need the hack */
html>body #stuurMain li {	border-bottom: 0px solid #E7EFD6;}

#stuurMain a {
	text-decoration:none;
	font-size: 10px;
	background-color:#9BC61C;
	color: #000000;
	padding-top:30px;
}
#stuurMain a:hover, a:active{
	color: #FFFFFF;
	text-decoration:none;
	background-color:#009933;
}
#stuurMain a.blue {
	text-decoration:none;
	font-size: 10px;
	background-color:#11B3BB;
	/*	background-color:#C4CAAE;*/
	color: #FFFFFF;
}
#stuurMain a.blue:hover{
	text-decoration:none;
	background-color:#0F85AC;
}

#sidenavigBlock{
	width: 230px;
	top:0px;
	position:absolute;
}

/*************** TITELS ************/
#Titels{
	display: block;
	text-decoration:none;
	background-color: #9ed100;
	color: #000000;
	border-bottom: 1px solid #E7EFD6;
	font: bold 12px "Trebuchet MS", Tahoma, sans-serif;
	padding-left: 10px;
}
#Titels a:link, a:visited{
	display: block;
	text-decoration:none;
	background-color: #9ed100;
	color: #000000;
	font: bold 12px "Trebuchet MS", Tahoma, sans-serif;
}
#Titels a:hover, a:active{
	display: block;
	text-decoration:none;
	background-color: #50C005;
	color: #fff;
	font: bold 12px "Trebuchet MS", Tahoma, sans-serif;
}


#sidenavigBlock div.lastitem{
	border-bottom: 12px solid #E7EFD6;}
#sidenavigBlock a{
	display: block;
	font-size: 12px;
	text-decoration:none;
	background-color: #ADC26B;
	color: #000000;
	border-bottom: 1px solid #E7EFD6;
	padding-top: 5px;
	padding-bottom:5px;
	padding-left: 15;
	font-weight: bold;
}

#SubTitels ul {
	list-style: none;
	margin: 0;
	padding: 0;}
#SubTitels ul a:link, #SubTitels ul a:visited {
	display: block;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;}
#SubTitels li{
	list-style-type: none;}
#SubTitels a, #SubTitels a:link, #SubTitels a:visited{
	height:inherit !important;
	font-weight:normal;
	color: #000000;
	background-color: #CCE18A;
	padding-right: 2px;
	padding-left:25px;
	padding-bottom:2px;
	padding-top:2px;
	text-decoration:none;
	border-bottom: 1px solid #E7EFD6;}
#SubTitels a:hover, #SubTitels a:active{
	color: #000000;
	font-weight:normal;
	background-color: #B7D55E;}
#SubTitels a.selected:link, #SubTitels a.selected:visited{
	color: #000000;
	font-weight:bold;
	background-color: #B7D55E;}
#SubTitels a.selected:hover, #SubTitels a.selected:active{
	color: #000000;
	font-weight:bold;
	background-color: #B7D55E;}
