/***
	Van der Ploeg - Van der Ploeg Groep
	vdpgroep.css
	
***/


#header {
	width: 996px;
	height: 138px;
	background: url(../img/header-bg-vdpgroep.png);
	position: relative;
}
#logoclickable {
	width: 450px;
	height: 100px;
	position: absolute;
	left: 30px;
	top: 20px;
}
#logoclickable a{display: block; width:450px; height: 100px; cursor: pointer;}
#menu {
	background: #1266aa;
}
#menu a {
	margin-right: 20px;
	color: #FFF;
	text-decoration: none;
}
#menu a:hover {
	color: #ffe01b;
}
#menu a.active {
	color: #ffe01b;
	font-weight: bold;
}

#middleContainer {
	height: 395px;
	background: url(../img/vdpg-middle.jpg) no-repeat;
}
#middleContainer.page {
	height: 429px;
	background: url(../img/middle-bg-2.jpg) no-repeat;
	font-size: 11px;
}
#middleContainer #sitebuttons {
	margin: 20px 0px 0px 0px;
	float: right;
	color: #000;
}
.content {
	width: 400px;
	padding: 35px 0px 0px 527px;
}
#middleContainer.page .content {
	width: 400px;
	padding: 35px 0px 0px 550px;
}

#contentContainer {
	background: url(../img/vdpg-content-bg.gif) repeat-x;
}
#content {
	width: 933px;
	margin: 10px auto;
}
#content #nieuws{
	width: 700px;
	margin: 10px 0px 0px 125px;
	line-height: 24px;
}

#footerContainer {
	border-top: 1px solid #e6e6e6;
}
#footer {
	
}

/*** MISC ***/
.__clear__ {
	clear: both;
}






