/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

a {color: #5a5b5b; text-decoration:none;}
a:hover {color: #5a5b5b; text-decoration:underline;}

body {
	background: #dddbdb url(images/body.jpg) repeat-x;
	color: #5a5b5b;
	font: normal 62.5% Tahoma,sans-serif;
}

h1 {
	font-family:tahoma;
	font-size:14px;
	padding-top: 12px;	
	padding-left:0px;
	padding-bottom:7px;
	color:#0faf38;
	font-weight:bold;	
	}

h2 {
	font-family:tahoma;
	font-size:14px;
	padding-top: 15px;	
	padding-left:0px;
	padding-bottom:5px;
	color:#0faf38;
	font-weight:bold;
	}


p {
	font-family:tahoma;
	font-size:11px;		
	color:#444342;
	padding-left:8px;
	padding-left:0px;
	padding-right:10px;
	line-height:15px;
	
	
}

.infolinkje a{
    color:#043f88;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:6px;
	font-family:tahoma;
	font-size:11px;	
	text-decoration:underline;
	float:right;
	}
	
.infolinkje a:hover{
    color:#0faf38;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:6px;
	font-family:tahoma;
	font-size:11px;	
	text-decoration:underline;
	float:right;
	}
	

/* container */

#container {
	
	font-size: 1.2em;
	margin: 0 auto;	
	width: 904px;
	height:100%;	
		
}


/*header*/

#titel{
      width:904px;
	  height:52px;
	  }
	  
.titeltekst{
    color:#ffffff;
	font-size:20px;
	font-family:Tahoma;
	font-weight:bold;
	float:left;
	margin-left:10px;
	margin-top:5px;
	}
	
.slogantekst{
    color:#ffffff;
	font-size:14px;
	font-family:Tahoma;
	font-weight:normal;
	float:left;
	margin-left:140px;
	margin-top:2px;
	}	
		  	
	
#header{
    width:904px;
	height:200px;
	background: url(images/header.jpg) no-repeat;
	} 
	
.headertekst{
    color: #074377;
	font-family:tahoma;
	font-size:16px;
	margin-top:153px;
	margin-left:20px;
	font-weight:normal;
	float:left;
	}	
	


/*instellingen voor de linkersitebar*/

#sitebarleft{
    width:158px;
	height:100%;
	margin-top:0px;
	float:left;
	}
	
	
.navigatie {
    width:158px;
	height:100%;	
	float:left;
	}

.navigatie ul {
	list-style: none;
	height:100%;
	width:158px;	
	}
	
	

.navigatie li a  {	
	background:url(images/navigatiebg.jpg) no-repeat ;
	display: block;
	width: 118px;
	height:19px;
	font-family:Tahoma;
	font-size:11px;
	color: #ffffff;
	text-decoration: none;
	padding-top:6px;
	padding-left:40px;	
	font-weight:normal;
	margin-top:10px;
	
	}	
	
.navigatie li a:hover{
	background:url(images/navigatiebg1.jpg) no-repeat; 
	color: #ffffff;
	padding-top:6px;
	width: 118px;
	height:19px;
	font-family:Tahoma;
	font-size:11px;
	padding-left:40px;	
	font-weight:normal;
	margin-top:10px;
	
}
	
#content{
    width:728px;
	height:100%;
	float:right;
	}
	
.adsense{
    margin-top:10px;
	margin-bottom:5px;
	}
	
.welkomsbericht{
    width:728px;
	height:100%;
	border-bottom: 1px  dashed #074377;
	border-top: 1px dashed #074377;
	margin-top:15px;
	}
	
.welkomsfoto{
    padding-top:15px;
	padding-left:10px;
	padding-right:0px;
	padding-bottom:10px;
	float:right;
	}
	
.items{
    width:345px;
	height:100%;
	float:left;
	margin-left:0px;
	
	}
	
.items1{
    width:345px;
	height:100%;
	float:left;
	margin-left:20px;
	_margin-left:10px;
	}	
	
	
	
	
.itemstekst{
    font-family:tahoma;
	font-size:11px;		
	color:#5a5b5b;	
	padding-left:0px;
	padding-right:10px;
	line-height:15px;
	}
	
	
#footer {
	width: 100%;
	height: 85px;
	text-align: center;
	color: #ffffff;
	background: url(images/footer.jpg);
	padding: 15px 0 0 0;
	overflow: hidden;
	
	}
	
#footer_midden{
    width: 904px; margin: 0 auto; position: relative;}	
	
	#footer p{color:#ffffff; float:right; }
	#footer a { color: #ffffff; text-decoration:underline; margin-left:15px; float:left;  }
	#footer a:hover { color: #ffffff; text-decoration:none; margin-left:15px; float:left; }

 		
	
/*clear*/

.clear {

clear: both;
}			

