@charset "utf-8";
body {
	background-color: #7d7d7d;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../image/aardbol2.png);
	background-attachment: scroll;
	background-repeat: repeat;
}
#wapper {
	text-align: left;
	width: 825px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header {
}
#content {
	margin: 0px;
	padding: 0px;
}
#footer {
	height: 20px;
	clear: both;
	background-color: #000000;
}
#logo {
	height: 120px;
	width: 800px;
	background-image: url(../image/logoawardopmeer.png);
}
#nav {
	height: 33px;
	width: 825px;
	background-color: #FFFFFF;
}
#leftcolumn {
	float: left;
	height: 898px;
	width: 140px;
	background-color: #000000;
	background-repeat: n;
}
#banner {
	height: 20px;
	width: 825px;
	background-color: #000000;
}
#rightcolumn {
	float: right;
	height: 858px;
	width: 645px;
	background-color: #FFFF00;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #FFFF00;
	background-color: #333333;
	border: thin double #000000;
}
.imgright
{
	float:right;
	margin:0px 0px 20px 20px;
	border:1px solid #004d66;
}

.imgleft
{
	float:left;
	margin:0px 20px 20px 0px;
	border:1px solid #004d66;
}

.imgcenter
{
	float:none;
	clear:both;
	margin:0px 0px 0px 0px;
	border:1px solid #004d66;
}

