*{
	list-style:none;
	margin:0px;
	padding:0px;
}


body, html {
	height: 100%
}

body {
	background-color: #3D4A6D;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 150%;
}

#container {
	min-width: 900px;
	width: expression(document.body.clientWidth < 902? "900px" : "auto");
	background: #FFFFFF;
	height: auto;
}

/* kalender*/
TABLE {border: 1px solid #CAD6B6; background-color: #f8f8f8; 
		width :700px; align :center;}
TD    { border: 1px solid #CAD6B6;
        text-align: left;}
		
#wrapper {
	background: #FFFFFF;
	/*float:left;*/
	/*margin-left: 182px;*/
	width:100%;
}

.knal {
	background-color:#D2DAE6;
	border:2px solid #000000;
	padding:10px;
	margin-bottom:8px;
	overflow:hidden;
	/*height: auto;*/
}
.knal img{
	max-width: 800px; width: expression(this.width > 802 ? 800: true);
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	border: 1px solid #D2DAE6;
}
.knal2 {
	background-color:#D2DAE6;
	border:2px solid #000000;
	padding:10px;
	margin-bottom:8px;
	overflow: hidden; 
	/*height: auto;*/
}
.knal2 img{ /*breedte figuur aangepast*/
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	border: 1px solid #D2DAE6;
}
.kijker {
	background-color:#F8F899;
	border:2px solid #ff0000;
	padding:10px;
	margin-bottom:8px;
	overflow:hidden;
	/*height: auto;*/
}
.kijker img{
	max-width: 600px; width: expression(this.width > 602 ? 600: true);
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	border: 1px solid #D2DAE6;
	float: left;
}
	
.nieuws {
	background-color:#F8F8f8;
	border:2px solid #D2DAE6;
	padding:10px;
	margin-bottom:8px;
	overflow:hidden;
}
.nieuws img{
	/*max-width: 600px; width: expression(this.width > 602 ? 600: true);*/
	max-width: 800px; width: expression(this.width > 802 ? 800: true);
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	border: 1px solid #D2DAE6;
	float: left;
}

.clear {
clear: both;
}

#banner {
	background: #043883;
	width:100%;
	border-bottom:  2px solid #C5C5C5;
	height: 120px;
	overflow:hidden;
}
#bannertekst {
	background: #043883;
	width: 310px;
	float: left;
	margin-left: 30px;
	margin-top: 5px;
	color:#FFFFFF;
	font-size: 10px;

}
.logo {
	/*clear:left;*/
	float: right;
	/*margin-left:inherit;*/
}
#footer {
    clear:left;
    background: #043883;
	width:100%;
	border-top:  2px solid #C5C5C5; 
	padding-top: 12px; 
	font-size: 16px;
	height: 25px;
	text-align: center;
	color: #FFFFFF;
}
#inhoud {
	padding-bottom: 20px; 
	margin-left: 182px;
	margin-right: 197px;
	padding-left: 10px;
	padding-right: 10px;
	background: #ffffff;
	/*overflow:hidden;*/
}
#inhoud img {
	padding: 3px;
	background: #043883;
}


h1 {
	font-size: 18px;
	height: 24px;
	text-align: left;
}

h3 {
	font-size: 14px;
	background: #CAD6B6;
	background-image:url(images/labels/H3_bg.png);
	background-position:center left;
	background-repeat:repeat-x;
	display: block;
	height: 24px;
	text-align: center;
	padding-top: 3px;
	width: 207px;
	color: #FFFFFF;
	border-bottom: 2px solid #D3D3D3;
}	
h4 {
	font-size: 14px;
	color: #94AA74;
	border-bottom: 2px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	font-variant: small-caps;
}

h6 {
	font-size: 14px;
	text-align:center;
	color: #ff0000;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	font-variant: small-caps;
	text-decoration: underline;
}


#navigatie {
	width: 180px;
	height: auto; 
	background: #F0F0F0; 
	float: left;
	font-size: 14px;
	/*margin-left:-100%;
	/*display:inline;*/
	}

#menu {
	width: 180px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu li a {
	display: block;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #5E7830;
	display: block;
    background: url(images/menu1.gif);
	background-repeat:no-repeat; 
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #26370A;
	background: url(images/menu1.gif) 0 -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #26370A;
	background: url(images/menu1.gif) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
	
/*  niveau 2 van het menu */
#menu2 {
	width: 178px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 0px;
	border-width: 0px;
	}
	
#menu2 li a  {
  	height: 24px;
	text-decoration: none;
	}	
	
#menu2 li a:link, #menu2 li a:visited {
	color: #5E7830;
	display: block;
	background: url(images/menu2.gif);
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu2 li a:hover {
	color: #26370A;
	background: url(images/menu2.gif) 0 -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu2 li a:active {
	color: #26370A;
	background: url(images/menu2.gif) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
/* active link aanduiden (menu3)*/
#menu3 {
	width: 180px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu3 li a {
	display: block;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #5E7830;
	display: block;
    background: url(images/menu1.gif) 0 -64px;
	background-repeat:no-repeat; 
	padding: 8px 0 0 10px;
	}
	
#menu3 li a:hover {
	color: #26370A;
	background: url(images/menu1.gif) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu3 li a:active {
	color: #26370A;
	background: url(images/menu1.gif) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
/*  active link submenu (menu2) */
#menu4 {
	width: 178px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu4 li a {
	display: block;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu4 li a:link, #menu4 li a:visited {
	color: #5E7830;
	display: block;
    background: url(images/menu2.gif) 0 -64px;
	background-repeat:no-repeat; 
	padding: 8px 0 0 10px;
	}
	
#menu4 li a:hover {
	color: #26370A;
	background: url(images/menu2.gif) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu4 li a:active {
	color: #26370A;
	background: url(images/menu2.gif) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}


#blokrechts {
 	width: 182px;
	height: auto; 
	background: #D2DAE6; 
	float:right;
	font-size: 12px;
	display:inline;
	margin-top:5px;
	margin-right:5px;
	padding: 5px;
	}

p.titelrechts {
	text-transform:uppercase;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	background-image:url(images/labels/tab_bg.png);
	background-position:center left;
	background-repeat:repeat-x;
	background-color:#7061cf;
	color:#FFF;
	}
.invisible {visibility:hidden;}
.label{background:url(../images/labels/update.png) no-repeat center center; padding-bottom:5px;}





img.links {
float: left;
margin: 2px 10px 2px 0px;
}

img.rechts {
float: right;
margin: 2px 0px 2px 10px;
}
.midden {
  position: absolute;
  left: 430px;
  width: 30%;
  }
