/* 
---------------------------------------------------------------------------
Reset
--------------------------------------------------------------------------- 
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
	
ul,li {
	list-style-type:none;
	}
	
body,textarea, select, input {
	font:11px/15px  Arial, Helvetica,sans-serif;
}
	
body {
	background: #98958f url(/img/algemeen/bg-gradient.gif) repeat-x;
	text-align: center;
	color: #3d3d3d;
}

	
img {
	border:0;
	}	
	
p {
	margin: 0 0 1.0em 0;
}

a {
	color: #9e0389;
}

a:hover {
	color: #d99dd1;
}

/* 
---------------------------------------------------------------------------
Float Fix
--------------------------------------------------------------------------- 
*/


.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



/* 
---------------------------------------------------------------------------
Container
--------------------------------------------------------------------------- 
*/

#container {
	width: 914px;
	height: 507px;
	margin: 58px auto;
	text-align: left;
	background: url(/img/algemeen/bg-container.jpg) no-repeat;
	position: relative;
}

/* 
---------------------------------------------------------------------------
Header
--------------------------------------------------------------------------- 
*/

#header, #header_home{
	background: url(/img/algemeen/bg-header.jpg) no-repeat;
	margin: 8px 0 0 9px;
	width: 896px;
	height: 50px;
	position: relative;
	float: left;
	display: inline;
}

#header h1 a , #header_home h1 a {
	background: url(/img/algemeen/logo.png) no-repeat;
	width: 143px;
	height: 67px;
	display: block;
	position: absolute;
	left: 34px;
	top: -8px;
	text-decoration: none;
}

*html #header h1 a, *html #header_home h1 a{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/algemeen/logo.png', sizingMethod="scale" );
	background:none;
}


#header h1 a span, #header_home h1 a span  {
	visibility: hidden;
}

#header h2  {
	position: absolute;
	font-size: 24px;
	font-weight: normal;
	color: #006644;
	top: 67px;
	left: 23px;
	line-height: 24px;
	z-index: 2;
	display: block;
	width: 300px;
	padding:0;
	margin:0;
}

#header_home h2
{
	position: absolute;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	top: 67px;
	left: 23px;
	line-height: 24px;
	z-index: 2;
	display: block;
	width: 300px;
}

/* 
---------------------------------------------------------------------------
Visual block
--------------------------------------------------------------------------- 
*/

#visualblock {
	width: 448px;
	height: 390px;
	display: inline;
	float: left;
	margin-left: 9px;
}

#visualblock img {
	z-index: 1;
}

/* 
---------------------------------------------------------------------------
Content container
--------------------------------------------------------------------------- 
*/

#content-container {
	width: 448px;
	height: 390px;
	display: inline;
	float: left;
}


/* 
---------------------------------------------------------------------------
Footer
--------------------------------------------------------------------------- 
*/

#footer {
	height: 49px;
	background: url(/img/algemeen/bg-footer.gif) repeat-x;
	float: left;
	width: 896px;
	margin-left: 9px;
	margin-top: 1px;
	display: inline;
	position: relative;
}

#footer #searchbox {
	width: 224px;
	height: 49px;
	background: url(/img/algemeen/bg-zoek.gif) no-repeat;
	float: left;
}

#footer #searchbox input.zoekbox {
	color: #3b554d;
	border: 1px solid #b4bebb;
	width: 145px;
	position: absolute;
	left: 28px;
	top: 15px;
	padding-left: 2px;
	height: 15px;
} 

#footer #searchbox .zoekknop {
	width: 18px;
	height: 16px;
	display: block;
	background: url(/img/buttons/btn_zoek.gif) no-repeat;
	text-indent: -9999px;
	left: 181px;
	top: 17px;
	position: absolute;
	cursor: pointer;
}

/* 
---------------------------------------------------------------------------
Extra content
--------------------------------------------------------------------------- 
*/

#extracontent {
	float: left;
	height: 49px;
	width: 672px;
	position: relative;
}

#extracontent #banner {
	width: 240px;
	float: left;
	height: 49px;
}

#laatstenieuws {
	float: left;
}

.ln_bericht {
	float: left;
	color: #306e5a;
	margin-top: 17px;
	margin-left: 10px;
	display: inline;
}

.ln_bericht a {
	color: #306e5a;
}



