/* Standaard waarden eruit gooien!  */
#body{
	width:97%; /* IE8//FF = 99% */
	background-color:#FFFFFF;
}
div#site { 
	width:800px;
	margin:auto;
}

acronym{
	border:0px;
}

#header_bovenbalk{
	width:800px;
	height:11px;
	text-align:center;
	padding-top:5px;
	float:left;
}

#header_middenbalk{
	width:800px;
	height:160px;
	float:left;
}

div#content{
	width:800px;
	float:left;
}

div#nieuwsitems{
	width:800px;
	float:left;
}

div#nieuwskolom-1{
	width:395px;
	float:left;
	margin-right:10px;
}
div#nieuwskolom-2{
	width:395px;
	float:left;
}


.kolom_1{
	width:192.5px;
	height:auto;
	margin-right:10px;
	float:left;
}
.kolom_2{
	width:192.5px;
	height:auto;
	margin-right:10px;
	float:left;
}
.kolom_3{
	width:192.5px;
	height:auto;
	margin-right:10px;
	float:left;
}
.kolom_4{
	width:192.5px;
	height:auto;
	float:left;
}


div#footer{
	width:800px;
	float:left;
}

/* Talen & header & menubalk & zoekbalk */
#talen{
	width:1000px;
	height:18px;
	text-align:right;
}
#header{
	width:1000px;
	height:118px;
	background:url(../images/layout/header.jpg);
}

#menubalk{
	width:990px;
	height:26px;
	padding-left:10px;
	padding-top:92px;
	font-family:Verdana;
	font-size:14px;
	color:0066cc;
}

#zoekbalk{
	width:1000px;
	height:26px;
	background:url(../images/layout/zoekbalk.jpg);	
	float:left;
	margin-bottom:5px;
}

#navigatiebar{
	width:980px;
	height:18px;
	padding-left:20px;
	font-size:14px;
	float:left;
}

a.navigatiebar{
	color:#000000;
}

a.share {
	width:26px;	
	height:16px;	
	display:block;
	float:left;
}

a.share:hover {
	background-position:0px 16px;
}

/* PAGINATION!!! */
a.pagination
{
	width:20px;
	height:20px;
	margin-top:5px;
	padding-top:4px;
	padding-left:3px;
	display:block;
	float:left;
	border:#e0dfdf solid 1px;
	text-align:center;
}
a.pagination:hover
{
	width:25px;
	height:25px;
	margin-top:0px;
	padding-top:9px;
	/*background:#e0dfdf;*/
}
a.pagination:active
{
	border:0px;
}
/* PAGINATION!!! */