@charset "utf-8";
/* CSS Document */

Body {
	background-color:#CFD7FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}


.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

.header {
	width: 980px;
	height: 202px;
	background-image: url(../images/header_bedrijventerrein.gif);
}

.content {
	width: 959px;
	background-repeat: repeat-x;
	background-color: #FFF;
	padding-bottom: 5px;
	margin-left: 10px;
}

/*content*/

.content_links {
	width: 204px;
	height: 287px;
	float: left;
}

.content_middenwijd{
	width: 700px;
	min-height: 300px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #005823;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content_middenwijd h1, .content_midden h1{
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.organisatie h1
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#005823;
}

.content_middenwijd h2, .content_midden h2{
	font-size: 13px;
}

.content_middenwijd a, .content_midden a{
	color: #005823;
}

.content_middenwijd a:hover, .content_midden a:hover{
	text-decoration: none;
}

.content_midden{
	width: 400px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #005823;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content_rechts{
	width: 287px;
	float: right;
	margin-right: 11px;
	margin-top: 10px;
}

.rechts_wit {
	background-color: #FFF;
	color: #e2001a;
	padding: 5px;
	margin-bottom: 10px;
}

.rechts_wit h1 {
	color: #005823;
	font-size: 14px;
	margin: 5px 0px 5px 0px;
}

.rechts_wit a {
	color: #e2001a;
}

.rechts_wit a:hover {
	text-decoration: none;
}

.rechts_groen {
	background-color: #005823;
	color: #fff;
	padding: 5px;
	margin-bottom: 10px;
}

.rechts_groen h1 {
	color: #ffed00;
	font-size: 14px;
	margin: 5px 0px 5px 0px;
}

.rechts_groen a {
	color: #005823;
}

.organisatie {
	width: 936px;
	/*height: 137px;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	clear: both;
}

.footer {
	background-color: #B3B9EF;
	text-align: center;
	color: #414AAF;
	font-size: 10px;
	width: 936px;
	height: 19px;
	padding-top: 6px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}

.footer a {
	color: #414AAF;
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: none;
}

.title {
	background-color: #005823;
	color: #ffed00;
	font-weight: bold;
	font-size: 14px;
}
/*menu*/

ul.menu {
	margin-left: -30px;
	*margin-left: 11px;
	margin-top: 10px;
	margin-bottom: 20px;
}

ul.menu li{
	list-style: none;
	border-bottom: solid 1px #ffed00
}

ul.menu li a{
	display: block;
	height: 22px;
	background-color: #e2001a;
	color: #FFF;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
}

ul.menu li a:hover{
	background-color: #e05262;
}

ul.menu li a.archief{
	display: block;
	height: 28px;
	background-color: #fff;
	color: #e2001a;
	text-decoration: none;
	padding-top: 13px;
	padding-left: 20px;
	font-size: 14px;
}
	
ul.menu li a.archief:hover{
	color: #005823;
	background-color: #FFF;
}	

.sponsorBanner
{
	background-color:#fff; 
	width:916px;
	padding:11px;
	text-align:center;
}
.sponsorBanner img
{
	padding-left:20px;
	padding-right:20px;
}