@charset "utf-8";
/* CSS Document */

body {
	background: url(../img/back_main.gif) top repeat-x #b1d4ec;	
	margin: 0px;
	padding:0;
	text-align: center; /* for IE */
}

#container {
	margin: 0 auto;   /* align for good browsers */
	padding:0;
	text-align: left; /* counter the body center */
	width: 945px;	
}

#site {
	margin: 0 auto;   /* align for good browsers */
	position: absolute;
	width: 945px;
	text-align: left;
	margin-top: 9px;
}

#header {
	display: block;
	float: left;
	width: 924px;
	height: 64px;
	padding-top: 10px;
	padding-right: 6px;

	padding-left: 15px;	
	background-color:#FFFFFF;
}

#belme{
	display: block;
	float: right;
	height: 54px;
	text-align:right;
}

#navigatie{
	display:block;
	width:935px;	
	height: 32px;
	z-index: 30;
	position:absolute;
	top: 92px;
	margin-left: 5px;
	overflow: hidden;
}

#news{
	display: block;
	float: right;
	width: 357px;
	height: 287px;
	margin-top: 9px;
	padding: 14px 9px;
	background:url(../img/back_news.gif) top repeat-x;
}

#newsvervolg{
	display: block;
	float: right;
	width: 357px;
	height: 287px;
	margin-top: 9px;
	padding: 14px 9px;
	background:url(../img/back_news.gif) top repeat-x;
}

#bezoekadres{
	display: block;
	width: 170px;
	float:left;
	height: 80px;
	margin-top: 20px;
	font-size: 11px;
}

#postadres{
	display: block;
	width: 170px;
	height: 80px;	
	float:left;
	margin-top: 20px;
	margin-left:10px;
	font-size: 11px;
}


#stippelijnwit{
	display:block;
	width:100%;
	height: 7px;	
	background:url(../img/stippelijn_wit.gif) top repeat-x;
}


#stippelijnblauw{
	display:block;
	width:100%;
	height: 7px;
	margin-top:5px;
	margin-bottom:10px;
	background:url(../img/stippelijn_blauw.gif) top repeat-x;
}



/* FOOTER */

#footer {
	display: block;
	float:left;
	width:563px;
	padding-top: 3px;	
}


#voorwaarden {
	display: block;
	float:left;
	width:150px;
}

#copyright {
	display: block;
	float: right;
	width:150px;
	text-align:right;
}





