html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}
html {
	overflow-y: scroll;
}
p{
	margin-top:0px;
	margin-bottom:0px;
}
body{
	font : 12px Verdana, Geneva, Arial, sans-serif;
	scrollbar-3dlight-color : #666666;
	scrollbar-arrow-color : #666666;
	scrollbar-darkshadow-color : #666666;
	scrollbar-face-color : #E3E3E3;
	scrollbar-highlight-color : #E3E3E3;
	scrollbar-shadow-color : #E3E3E3;
	scrollbar-track-color : #999999;
	line-height: 20px;
	color : #5F5F5F;	
	background : url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#socialmedia{
	position: absolute;
	top:10px;
	right:10px;
	height:20px;	
}
#centered {/* centrering hele pagina */
	position: relative;
	border-left: 0px;
	border-right: 0px;
	min-width: 969px;
	width: 969px; 
	margin-left: auto; 
	margin-right: auto;	
	min-height: 100%;	

	
}
#container {/* content met witte marges */
	position: relative;
	height: 600px;
	min-height: 651px;
	min-width: 969px;
	width: 969px; 
	top: 30px;
	float:left;
	background : url(../images/bg_content.gif);
	background-repeat: repeat-y;
}
#content {/* content binnen witte marges */
	position: relative;
	height: 100%;
	min-height: 100%;
	float:left;
}
#logo{
	position: absolute;
	width:200px;
	left:0px;
	top:0px;
}
#nu{
	width:200px;
	padding:10px;
	color:#C5C5C5;
}
#home_foto{
	position: absolute;
	left:718px;
	top:140px;
}
#footer{
	position: absolute;
	float:left;
	left:320px;
	top:632px;
	font-size:10px;
}
#navigatie{
	position: absolute;
	top: 70px;
	left:265px;
	height: 20px;
	width:690px;
	z-index:99;
}
#tekst{
	position: absolute;
	width:380px;
	left:320px;
	
}
#tekst_breder{
	position: absolute;
	width:580px;
	left:320px;
	top:200px;
}
.tekst_inspringlrtb{	
	margin-left: 16px;
	margin-right:8px;
	margin-top:6px;
	margin-bottom:6px;
}
h1{
	font-size: 16px;
	color: #0F3847;
	margin-top:11px;
	margin-bottom:8px;
}
a:visited,a:active,a:link{
	color: #295656;
	text-decoration : none;
	font-weight:bold;
}

a.twitterlink:visited,a.twitterlink:active,a.twitterlink:link{
	color: #AAAAAA;
	text-decoration : underline;
	font-weight:100;
}
