/* CSS Document */


body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #C7D6D9;;
}

#container {
	margin: 0 auto 1em;
	padding-bottom: 7px;
	width: 780px;
	text-align: left;
	background-color: #D7E0E3;
	border: 1px none #fff;
}

#header {
	height: 286px;
	width: 100%;
	position: relative;
	text-align: center;
}

#rightcol {
	margin-top: 10px;
	float: right;
	width: 290px;
	}

#maincol { 
	margin: 10px 200px 20px 20px; 
	width: 450px;
	}
	
#maincol2 {
	margin: 20px 20px 20px 20px; 
	width: 740px;
	}

#footer
{
	clear: both;
	color: #272900;
	font-size: 90%;
	margin-top: 0px !important;
	margin-top: -15px;
	}

.nieuwsbrief {
	padding: 5px 0px 5px 0px;
	margin-bottom: 15px;
	background: #C5D4D7;
	width: 270px;
	border: 1px solid #CCCCCC;
	}

.frontdoor {
	width: 270px;
	background-color: #C5D4D7;
	height: 460px;
	}

.nieuws {
	padding: 5px 0px;
	width: 270px;
	margin-top: 15px;
	background: #E7ECEF;
	height: 290px;
	border: 1px solid #CCCCCC;
	}

#bannerlinks {
	width: 100px;
	position: absolute;
	left: auto;
	top: 300px;
	right: auto;
	}
