@charset "utf-8";
* {
	margin: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: auto;
	background-color: #FFFFFF;
}


#wrapper #logo {
	height: 200px;
	width: 200px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#wrapper #header {
	width: 600px;
	float: right;
}
#wrapper #nieuws {
	width: 580px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
	height: 83px;
	font-family: Calibri;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
}
#wrapper #nieuws #kolom1 {
	width: 275px;
	float: left;
	font-family: Calibri;
	font-size: 12px;
	color: #666666;
}
#wrapper #nieuws #kolom2 {
	float: right;
	width: 275px;
	font-family: Calibri;
	font-size: 12px;
}
#main  {
	clear: both;
	font-family: Calibri;
	font-size: 16px;
	color: #333333;
	background-image: url(../images/BG-2.jpg);
	background-repeat: repeat-y;
	padding: 5px;
	background-attachment: fixed;
	background-color: #FFFFFF;
}
#wrapper #main #menu2 {
	float: right;
	clear: none;
	width: 200px;
	font-family: "Gill Sans MT Condensed";
	font-size: 24px;
	color: #333333;
}
#wrapper #footer {
	background-color: #017B0C;
	font-family: Calibri;
	font-size: 12px;
	color: #FFFFFF;
}
