@import url(menu.css);
html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body {
	background-image: url(../images/template/bodyBack.jpg);
	background-repeat: repeat-x;
	background-color: #A4B5CA;
}
div#container {
	width: 999px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(../images/template/wrapperBack.jpg);
	background-repeat: repeat-y;
}
div#contentWrapper {
}
div#header {
	height: 291px;
	background-image: url(../images/template/header.jpg);
}
div#textSection {
	width: 577px; /* 617px */
	padding: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
div#highlightSection {
	background-image: url(../images/template/highlightTop.jpg);
	background-repeat: no-repeat;
	background-color: #F0F0F0;
	width: 382px;
	float: left;
}
div.clearer {
	clear: both;
}
div#textSection h1 {
	font-size: 24px;
	color: #CCC;
}
div#textSection h2 {
	font-size: 16px;
	color: #CCC;
}
div#textSection a {
	color: #FFF;
}
span#newsHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	line-height: 40px;
	padding-left: 10px;
}
div#innerHighlightWrapper {
	padding: 30px;
}
div#nieuws {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
}
div#highlights {
	border-bottom: 1px solid #666;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#nawFooter {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
div#woordenFooter {
	text-align: right;
	padding-top: 30px;
}
div#woordenFooter ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#woordenFooter ul li{
	float: right;
	padding-right: 5px;
}
div#woordenFooter ul li a {
	line-height: 30px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}
div#woordenFooter a:hover {
	text-decoration: underline;
}
div#googlemap {
	width: 575px;
	height: 500px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	border: 1px solid #000;
	color: #000;
	line-height: 13px;
	text-align: center;
}
