@charset "utf-8";
/* CSS Document */
/*globaal voor alle elementen op de pagina*/
html{
	font-family: Tahoma, sans-serif;
	font-size: 0.9em;
	line-height:24px;
	background-color:#d9eafd;
	background:url('../img/htmlbg.jpg') repeat-x #d9eafd;
}
/*gebrijk in een div waarin zowel left, als right float worden gebruikt*/
.cleardiv{
	clear:both;	
}

/*hoofdpositie*/
.view{
	margin:0 auto;
	width:900px;
	height:100%;
	background-color:#ffffff;
		
}
/* het header gedeelte */
.head{
	float:left;
	width:900px;
	height:200px;
	background:url('../img/headbg.png') no-repeat;	
}
.logo{
	float:left;
	width:390px;
	height:154px;
	position:relative;
	left:32px;
	top:5px;	
}
.logo a{
	text-decoration:none;	
}
.logo img{
	margin:0;
	border:0;
}
.contact{
	float: right;
    height: 188px;
    position: relative;
    top: 12px;
    width: 237px;
}

.contact a{
	color:#25b9bb;
	text-decoration:none;
}
.contact a:hover{
	color:#489ffd;	
}
/* het menu gedeelte */
.menu{
	float:left;
	width:900px;
	height:35px;
	background:url('../img/menubg.jpg') repeat-x; 
	font-size:14px;	
}
.menu ul{
	position:relative;
	top:-12px;
	left:-39px;
}

.menu li{
	border-right:#25b9bb dotted 0.5px;
	padding-left:20px;
	padding-right:20px;
	display:block;
	height:32px;	
}
.menu li:hover{
	background:url('../img/menubghover.jpg') repeat-x;
}

.menu .lastitem{
	border:0;
}

.menu ul li{
	float:left;
	margin-left:0px;
	list-style-type:none;
}
.menu a{
	position:relative;
	top:-2px;
	color:#25b9bb;
	font-size:1.16em;
	text-decoration:none;
	display:block;
	padding:4px;
}
.menu a:hover{
	color:#FFF;
}
.menu a:visited{
	color:#489ffd;
}
/* content */

.content{
	float:left;
	width:900px;
	min-height:400px;
	background:#fff;	
}

.contentpost{
	float:left;
	width:860px;
	margin:20px;
	padding-bottom:30px;
	border-bottom:#e1e0e0 0.2em dotted;
}

.contentpost a{
	color:#25b9bb;
	text-decoration:none;
}
.contentpost a:hover{
	color:#489ffd;	
}

.heading{
	font-size:24px;
	margin-bottom:30px;
	color:#064892;	
}

/*footer*/

.footer{
	float:left;
	width:900px;
	height:35px;
	color:#fff;
	background:url('../img/menubg.jpg') repeat-x; 	
}
.footertext{
	float:right;
	margin-right: 12px;
    margin-top: 7px;
}

.footertext a{
	color:#25b9bb;
	text-decoration:none;
}
.footertext a:hover{
	color:#fff;	
}