* {
  margin: 0;
  padding: 0;
}

html {
	background-color:#7E9CBF;
	height:100%; /* needed for container min-height */
}

body {
  	height: 100%;
}

#container {
	margin: 0 auto;
	/*margin-top:-7px;*/
	width: 909px;
	min-height: 100%;
	min-height:1000px;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	padding-left:26px;
	padding-right:26px;
	background-image:url(../afbeeldingen/bg.jpg);
	background-position:top;
	background-repeat:repeat-y;
	font-family:Verdana;
	font-size:12px;
	line-height:17px;
	color:#004677;
	/*position:absolute;*/ 
}
.print {
	display: none;
}
#header{
	width:913px;
	height:186px;
	background-image:url(../afbeeldingen/header.jpg);
	background-repeat:no-repeat;
}
#left{
	float:left;
	width:218px;
	padding-left:10px;
	padding-top:10px;
	min-height:332px;
	background-image:url(../afbeeldingen/left.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#menu{
	list-style: none;	
	margin-right:10px;
}
#menu li{
	margin: 0;
}
#menu li, #menuparent{
	/*background-color:#FF6666;*/
}
#menu a{
	display: block;	
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0 0px 0;
	cursor: pointer;
}
#menu ul{
	height: auto;
	list-style: none;	
	/*display:none;*/
}
#menu .menuactive ul{
	display: block;
}
#menu a:hover, #menu a.menuactive{
	text-decoration:underline;
}
#menu ul a{
	font-weight: 500;
}
#menu ul a:hover{
	text-decoration:underline;
}
#submenu{
	list-style: none;
	margin-left:25px;
}
#right{
	float:right;
	width:665px;
	margin-top:10px;
	min-height:332px;
}
#right li {
	margin-left: 15px;
/*	padding: 0px;*/
	list-style-type:disc;
}
#right-mini-left{
	float:left;
	width:200px;
}
#right-mini-right{
	float:right;
	width:200px;
}
#right-left{
	float:left;
	width:325px;
}
#right-right{
	float:right;
	width:325px;
	text-align:right;
}
#right-bevindt{
	float:right;
	width:655px;
	height:20px;
	padding-right:10px;
	font-size:9px;
	text-align:right;
}
#footer{
	width:913px;
	height:194px;
	background-image:url(../afbeeldingen/footer.jpg);
	background-repeat:no-repeat;
}
#footer-left{
	float:left;
	width:456px;
	margin-top:20px;
}
#footer-left2{
	float:left;
	width:630px;
	margin-top:20px;
}
#footer-right{
	float:right;
	width:456px;
	margin-top:20px;
}
#footer-left-small{
	float:left;
	width:218px;
	padding-left:10px
}
#footer-right-small{
	float:right;
	width:218px;
	padding-left:10px;
}
h1 {
	font-size:18px;
	margin-bottom:5px;
}
.clear {
	clear: both;
}

/*Links*/
#right a{
	color:#4D7AA5;
	text-decoration:underline;
}
#right a:hover{
	color:#004677;
	text-decoration:none;
}
#left a, #right-bevindt a, #footer a{
	color:#004677;
	text-decoration:none;
}
#left a:hover, #right-bevindt a:hover, #footer a:hover{
	color:#4D7AA5;
	text-decoration:underline;
}



