/* CSS Document */

/* Divs */

body {
	height:100%;
	body:100%;
	background-color:#abacae;
	
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	
}

h1 {
	font-size: 23px;
	line-height: 12px;

}

html {
	height:100%;
	body:100%;
}


.divstyle #container {
	margin-left:auto;
	margin-right:auto;
	width: 850px; 
	height: 727px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -425px;
	margin-top: -364px;
	background-color:#abacae;
		
}

.divstyle #top {
	width: 850px;
	height: 78px;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
		
}

.divstyle #menu {
	width: 850px;
	height: 203px;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
		
}

.divstyle #main {
	
	width: 476px;
	height: 378px;
	float: left;
	margin-left: 54px;
	
	
}

.divstyle #nieuws {
	width: 253px;
	height: 378px;
	float: left;
	background-image:url(images/if_30.jpg);
	
}

.divstyle #footer {
	width: 729px;
	height: 68px;
	position: relative;
	margin-left: 54px;
	float: left;
	padding-top: 7px;
	background-color:#abacae;
	
	
}

.content {
	width: 406px; 
	height: 378px;
	padding: 32px 40px;
	background-image:url(images/if_29.jpg);		
	background-color:#dddddd;
}

.nieuws {
	width: 186px; 
	height: 378px;
	padding: 32px 32px;
	background-image:url(images/if_30.jpg);		
	background-color:#dddddd;
}


* {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
border: 0px;
}


