/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

a {color: #444342; text-decoration:none; font-weight:bold; font-size:11px; font-family:tahoma;}
a:hover {color: #2a76b5; text-decoration:underline; font-weight:bold; font-size:11px; font-family:tahoma;}

body {
	background: #eef1f3 url(images/bg.png) repeat-x;
	color: #5a5b5b;
	font: normal 62.5% Tahoma,sans-serif;
}
table,td {
	color: #5a5b5b;
	font: normal 11px Tahoma,sans-serif;
}

h1, td.Header_big {
	font-family:tahoma;
	font-size:16px;
	font-weight:bold;
	color:#fd8005;
	margin-top:15px;
}

h2 {
	font-family:tahoma;
	font-size:17px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	float:left;
	padding-top:8px;
	padding-left:20px;
	}
	
h3 {
	font-family:tahoma;
	font-size:14px;
	color:#fd8005;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
	
	}	


p {
	font-family:tahoma;
	font-size:11px;		
	color:#6c6d6d;
	margin-top:10px;
	padding-right:10px;
	line-height:15px;
	}	

/* CONTAINER */

#container {	
	font-size: 1.2em;
	margin: 0 auto;	
	width: 828px;
	height:100%;
	}
	
/* BEGIN HORIZONTAAL MENU BOVENAAN */

#menutop{
    width:auto; 
	height:100%; 
	float:right; 
	margin-right:20px;	
	 }
	 
#menutop #icon_nav a{
	float: left;
	padding-top:10px;
	text-align:center;
	text-decoration:none;
	}

#menutop #icon_nav a span{
	color:#ffffff;
	}

#menutop #icon_nav #nav_menu{
	width: 102px;
	height: 18px;
	margin-left: 10px;
	margin-top:18px;
	background: url( ./images/menuknop.png  );
	}

#menutop #icon_nav #nav_menu:hover{
	background: url( ./images/menuknop1.png );
	}

#menutop #icon_nav #nav_menu1{
	width: 102px;
	height: 18px;
	margin-left: 10px;
	margin-top:18px;
	background: url( ./images/menuknop.png );
	}

#menutop #icon_nav #nav_menu1:hover{
	background: url( ./images/menuknop1.png );
	}
	
#menutop #icon_nav #nav_menu2{
	width: 102px;
	height: 18px;
	margin-left: 10px;
	margin-top:18px;
	background: url( ./images/menuknop.png );
	}

#menutop #icon_nav #nav_menu2:hover{
	background: url( ./images/menuknop1.png );
	}	
	
#menutop #icon_nav #nav_menu3{
	width: 102px;
	height: 18px;
	margin-left:10px;
	margin-top:18px;
	background: url( ./images/menuknop.png );
	}

#menutop #icon_nav #nav_menu3:hover{
	background: url( ./images/menuknop1.png );
	}
	
#menutop #icon_nav #nav_menu4{
	width: 102px;
	height: 18px;
	margin-left: 10px;
	margin-top:18px;
	background: url( ./images/menuknop.png );
	}

#menutop #icon_nav #nav_menu4:hover{
	background: url( ./images/menuknop1.png );
	}	

#menutop #icon_nav #nav_menu5{
	width: 102px;
	height: 18px;
	margin-left: 10px;
	margin-top:18px;
	background: url( ./images/menuknop.png );
	}

#menutop #icon_nav #nav_menu5:hover{
	background: url( ./images/menuknop1.png );
	}


/*INSTELLINGEN VAN DE HEADER*/

#header{
	width:828px;
	height:168px;
	float:left;
	background: url(images/header.png) no-repeat;
}
	
#content{
    width:828px;
	height:100%;
	float:left;	
	background: #ffffff;
	}
	
/*instellingen linkersitebar*/	

#leftsitebar{
	width:221px;
	height:auto;
	margin-left:16px;
	_margin-left:8px;
	float:left;
}

.leftsitebartop{
	width:221px;
	height:42px;
	float:left;
	margin-top:15px;
	background: url(images/leftmenutop.jpg) no-repeat;
}

.leftsitebarmidden{
	width:221px;
	height:100%;
	float:left;
	background: url(images/leftmenumidden.jpg) repeat;
}

.leftsitebarbottom{
	width:221px;
	height:11px;
	float:left;
	background: url(images/leftmenubottom.jpg) no-repeat;
}

#inlogtabel{
	width:180px;
	height:auto;
	margin-left:11px;
	margin-top:10px;
	float:left;
}

.tabeltekst{
	color: #ffffff;
	font-family:tahoma;
	font-size:11px;
}

.tabeltekst a{
	color: #ffffff;
	font-family:tahoma;
	font-size:11px;
	margin-top:5px;
	text-decoration:none;
}

.tabeltekst a:hover{
	color: #ffffff;
	font-family:tahoma;
	font-size:11px;
	margin-top:5px;
	text-decoration:underline;
}

.inputvlak{
	width:175px;
	height:18px;
	background-color: #ffffff;
	border: 1px solid #127ab0;
	padding-left:5px;
	padding-top:4px;
}

/*instellingen sitebarlinks partnerblok*/

.partners {
    width:200px;
	height:100%;	
	float:left;
	}

.partners ul {
	list-style: none;
	height:100%;
	width:200px;	
	}	

.partners li a  {	
	display: block;
	width: 200px;
	line-height:26px;
	font-family:Tahoma;
	font-size:11px;
	color: #ffffff;
	text-decoration: none;	
	padding-left:20px;	
	}	
	
.partners li a:hover{
	color: #ffffff;
	text-decoration:underline;
}

/*instellingen advertentieblok*/

.bannerlinks{
	margin-left:20px;
	margin-top:15px;
	}
	
/*instellingen rechtergedeelte*/
    
#rechts{
	width:560px;
	height:100%;
	margin-left:16px;
	margin-top:15px;
	float:left
}

.blauwvlak{
	width:175px;
	height:69px;
	float:left;
	background: url(images/blauwtopvak.jpg) no-repeat;
}

.blauwvlak1{
	width:175px;
	height:69px;
	float:left;
	margin-left:17px;
	background: url(images/blauwtopvak.jpg) no-repeat;
}

.blauwtitle{
	color: #bfd8ed;
	font-family:tahoma;
	font-size:16px;
	font-weight:bold;
	float:left;
	margin-left:5px;
	margin-top:5px;
	font-style:italic;	
}

.blauwsmaltext{
	color:#e7f1f9;
	font-family:tahoma;
	font-size:11px;
	float:left;
	margin-left:6px;
	margin-top:5px;
	font-weight:normal;
}

.welkom{
	width:560px;
	height:auto;
    float:left;
	border-bottom: 1px dashed #6c6d6d;
}

.welkomfoto{
	float:right;
	margin-right:15px;
	margin-bottom:10px;
	margin-top:15px;
}

.overigtekst{
	width:560px;
	height:auto;
    float:left;
	border-bottom: 1px dashed #6c6d6d;
}

.aandachtspunten{
	width:560px;
	height:auto;
	float:left;
	margin-top:20px;
}

.aandachtspunten1{
	width:560px;
	height:auto;
	float:left;
	margin-top:20px;
	border-bottom: 1px dashed #6c6d6d;
}

.aandachtspuntentekst{
	font-family:tahoma;
	font-size:11px;		
	color:#6c6d6d;
	margin-top:4px;
	padding-right:10px;
	line-height:14px;
}	

.badge{
	width:47px;
	height:48px;
	float:left;
	margin-right:10px;
	background: url(images/badge.jpg) no-repeat
	}
	
.badgenumber{
	font-family:tahoma;
	font-size:23px;
	font-weight:bold;
	padding-top:10px;
	margin-left:16px;
	color: #ffffff;
	float:left;
}

/*instellingen aanmeldbox*/

.aanmeldbox{
	width:550px;
	height:87px;
	float:left;
	background: url(images/aanmeldbox.jpg) no-repeat;
	margin-top:20px;
	margin-left:5px;
}

.aanmeldboxtabel{
	width:370px;
	height:auto;
	margin-left:15px;
	margin-top:30px;
}

.aanmeldtekst{
	color:#ffffff;
	font-family:tahoma;
	font-size:15px;
}

.aanmeldtekstrechts{
	width:125px;
	height:auto;
	float:right;
	margin-right:10px;
	margin-top:-45px;
	line-height:18px;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
}

.contentbottom{
	width:828px;
	height:11px;
	float:left;
	background: url(images/contentbottom.jpg);
}
	






	
/*INSTELLINGEN FOOTER*/	
	
#footer {
	width: 828px;
	height: auto;
	color: #ffffff;
	margin-top:10px;
	margin-bottom:10px;
	overflow: hidden;	
	float:left;
	}
	

	
	#footer p{color:#085796; float:right; margin-top:5px;}
	#footer a { color: #085796; text-decoration:underline; margin-left:15px; margin-top:5px; float:left; font-family:tahoma; font-weight:normal; font-size:11px;  }
	#footer a:hover { color: #085796; text-decoration:none; margin-left:15px; margin-top:5px; float:left; font-family:tahoma; font-weight:normal; font-size:11px;}

 		
	
/*clear*/

.clear {

clear: both;
}			


