body{
	color: #fff;
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	color: #313131;
	font-family: verdana;
	background-color: #f5f5f5;
}


a:link, a:hover, a:visited, a:active {
	color:#918f8c;
	text-decoration:none;
}


#container{
	position: relative;
	margin: 0 auto;
	width: 990px;
	overflow: hidden;
	background: transparent url('../images/ruitjes.png') repeat-y scroll 0 0;
	/*_background-image: none;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/new/images/ruitjes.png',sizingMethod='scale');*/
}

#header{
	position: absolute;
	width: 970px;
	height: 700px;
	margin: 0 10px;
	background: transparent url('../images/header.png') no-repeat scroll 0 0;
	_background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/new/images/header.png',sizingMethod='scale');
}

#argeweb{
	display: block;
	position: relative;
	top: 710px;
	left: 230px;
	width: 124px;
	height: 35px;
	background: transparent url('../images/argeweb.png') no-repeat scroll 0 0;
	_background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/new/images/argeweb.png',sizingMethod='scale');
}

#column{
	position: relative;
	z-index: 2;
	top: 0;
	left: 369px;
	width: 561px;
	padding: 0 25px;
	background: transparent url('../images/shadow.png') repeat-y scroll 0 0;
	/* PNG Hack die background wel herhaald voor IE6 */
	_background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/new/images/shadow.png',sizingMethod='scale');


}

#menu{
	width: 561px;
	height: 179px;
	
}

#menuitems{
	position: relative;
	top: 150px;
	left: 25px;
	font-size: 14pt;
	word-spacing: 5px;
}

#menuitems a, #menuitems{
	color: #fff;
	text-decoration: none;
}

#menuitems a:hover{
	text-decoration: underline;
}



#content{
	width: 511px;
	padding: 0 25px 10px;
	background-color: #fff;
	border-bottom: 1px solid #ceccc6;
	min-height:530px;
	height:auto !important;
	height:530px;
}


#content a, #content a:link,#content a:visted, #content a:hover, #content a:active{
	color: #918f8c;
	font-weight: bold;
}

/* weblog */


.weblogonder, top_tekst_div{
	margin-top: 10px;
	margin-bottom: 30px;
	border-top: 1px solid white;
	padding-top: 5px;
}

.kopbericht, .top_tekst_div, h1{
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
	font-family: Bookman;
	font-size: 16px;
}

.tekst_div img{
	margin: 5px 0;
}

.tekst_div{
	margin: 10px 0;
}


