@charset "utf-8";
/* CSS Document */

body, html{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;	
	margin: 0px;
	padding: 0px;
}

html{
	background-image:url(/images/mainback.png);
	background-repeat:no-repeat;
	background-position: top center;
	background-color:#796958;
}


a{
	color:#dfec00;
	text-decoration:none;
}

div#container{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}


div#header{
	height:102px;
}

div#content{	
	background-image:url(/images/contentback.png);
	min-height: 400px;
	margin-top: -12px;
	padding-top: 12px;
}

div#slideshow{
	height: 187px;
	position:relative;
	margin-left: 10px;

}

div#slideshow img{
	position: absolute;
	top: 0px;
}

div#bottomround{
	background-image:url(/images/bottomround.png);
	background-repeat:no-repeat;
	background-position: top left;
	height:15px;
}

div#footer{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: right;
	line-height: 64px;
	padding-right: 25px;
	color:#cbc4bf;
	position:relative;
}

div#footer span{
	padding-left: 14px;
	padding-right: 14px;
	border-left: 1px solid #cbc4bf;
}

div#footerlogo{	
	float:left;
	margin-top: 17px;
	margin-left: 31px;
	background-image:url(/images/footerlogo.png);
	background-repeat:no-repeat;	
	width:173px;
	height:48px;
}

div.clear{
	clear:both;
}



#leftcolumn{
	width: 169px;
	margin: 24px;
	float: left;
}

#leftcolumn hr{
	border: none;
	border-top: 2px solid #c8bfab;
	margin-bottom: 15px;
}

#rightcolumn{
	float:left;
	margin: 24px;
	width: 715px;
	margin-top: 15px;
}

/* nieuwsitems */
.newstitle{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #dfec00;
	text-align:justify;
	font-weight:bold;
	margin-bottom: 5px;
}

.newsthumb img{
	border: 2px solid white;
}

.newstext{
	margin-top: 5px;
	color: white;
}

.readmore{
	margin-top: 5px;
	padding-bottom: 25px;
}

.readmore a{
	float: right;
}
