@charset "utf-8";
/* CSS Document */

html {
	overflow-x: hidden;
	overflow-y:auto;
}

a,a:hoover,a:active,a:visited {text-decoration:none;border:0px;}

body {
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
	line-height: 16px;
	scrollbar-face-color: #C0C0C0; 
	scrollbar-highlight-color: #808080;
	scrollbar-3dlight-color: #C0C0C0;
	scrollbar-shadow-color: #808080;
	scrollbar-darkshadow-color: #C0C0C0;
	scrollbar-arrow-color: #808080;

}

#container{
	position: relative;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;		 
	width:930px;
	height:600px;
	}
#header{
	position:absolute;
	width:930px;
	height:120px;
	left: 0px;
	top: 0px;
	text-align: center;
	background: #FFF;
	border-bottom-color:#003399;
	border-bottom-style:inset;
	
	
	}
#aanbod{
	position:absolute;
	width:255px;
	height:198px;
	left: 50px;
	top: 215px;
	}
#diensten{
	position:absolute;
	width:255px;
	height:198px;
	left: 339px;
	top: 215px;
	}
#contact{
	position:absolute;
	width:255px;
	height:198px;
	left: 620px;
	top: 215px;
	}
#maincontent{
	position:absolute;
	width:443px;
	height:384px;
	left: 261px;
	top: 142px;
	background: #FFF;
	overflow-x: hidden;
	overflow-y:auto;
	}
#maincontent2{
	position:absolute;
	width:651px;
	height:384px;
	left: 261px;
	top: 147px;
	background: #FFF;
	overflow: auto;
	}
#button1 {
	position:absolute;
	top:140px;
	left:50px;
	width:199px;
	height:143px;
	background: #FFF;
}
#button2 {
	position:absolute;
	top:300px;
	left:50px;
	width:199px;
	height:143px;
	background: #FFF;
}
#button3 {
	position:absolute;
	top:160px;
	left:415px;
	width:198px;
	height:157px;
	background: #FFF;
}
#button4 {
	position:absolute;
	top:160px;
	left:635px;
	width:198px;
	height:157px;
	background: #FFF;
}
#button5 {
	position:absolute;
	top:335px;
	left:415px;
	width:198px;
	height:157px;
	background: #FFF;
}
#button6 {
	position:absolute;
	top:335px;
	left:635px;
	width:198px;
	height:157px;
	background: #FFF;
}
#button7 {
	position:absolute;
	top:150px;
	left:715px;
	width:199px;
	height:100px;
	background: #FFF;
}
#button8 {
	position:absolute;
	top:275px;
	left:715px;
	width:199px;
	height:100px;
	background: #FFF;
}
#button9 {
	position:absolute;
	top:400px;
	left:715px;
	width:199px;
	height:100px;
	background: #FFF;
}
#footer{
	position:absolute;
	width:930px;
	height:65px;
	left: 0px;
	top: 535px;	
	border-top-color:#003399;
	border-top-style:outset;	
	background: #FFF;
	}
#nvmlogo{
	position:absolute;
	width:59px;
	height:61px;
	left: 15px;
	top: 6px;
	}
#fundalogo{
	position:absolute;
	width:100px;
	height:45px;
	left: 815px;
	top: 17px;
	}	
#footertekst{
	position:absolute;
	width:575px;
	height:40px;
	left: 178px;
	top: 17px;
	}	
	
h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:-15px;
}
h2 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:-17px;
}
p {
	font-size:12px;
}

