/* Algemeen */
body, html {
	background: #f7f7f7;
	margin: 0;
	padding: 0;
}
body, div {
	font: 12px/22px Arial, sans-serif;
	color: #494848;
}
input, textarea {
	font: 12px Arial, sans-serif;
	color: #494848;
}
p, h1, h2, h3 {
	margin: 0;
}
a:link, a:visited {
	color: #f79239;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	font: bold 18px/22px Arial, sans-serif;
	margin-bottom: 22px;
}
h2 {
	font-weight: bold;
	font-size: 12px;
}
p {
	margin-bottom: 22px;
}
img {
	border: none;
}
div.clear_float {
	clear: both;
}
ul {
	margin: 22px 0;
	padding: 0 15px;
	list-style-type: square;
}

/* Body */
div#wrapper {
	width: 900px;
	margin: 0 auto;
	background: #fff;
}
div#top {
	height: 100px;
}

/* Logo en slogan */
div#logo {
	float: left;
	padding: 5px 0 5px 20px;
	height: 90px;
	width: 275px;
}
div#label {
	float: left;
	width: 300px;
	height: 80px;
	margin-top: 20px;
	color: #f79239;
	text-align: center;
	font: bold italic 22px/28px Arial, sans-serif;
}

/* Snelkoppelingen */
div#shortcuts {
	width: 285px;
	float: left;
	margin: 70px 5px 0 0;
	height: 15px;
	text-align: right;
}
div#shortcuts a:link, div#shortcuts a:visited {
	text-decoration: none;
	margin-left: 10px;
	color: #a3a3a3;
	font-size: 11px;
}
div#shortcuts a:hover {
	color: #777;
}

/* Banner */
div#header_top {
	margin: 0 20px;
	background: #f3f3f3;
}
div#header {}
div#header img {
	border: 1px solid #fff;
	margin: 4px 4px 0 4px;
}

/* Footer */
div#footer {
	height: 60px;
	background: #f7f7f7;
	border-top: 4px solid #fe7d19;
	padding: 5px 20px;
}
div#footernav, div#footer {
	font-size: 11px;
	color: #b5b5b5;
}
div#footernav p, div#footer p {
	margin: 0;
}
div#footer a:link, div#footer a:visited {
	font-size: 11px;
	color: #b5b5b5;
	text-decoration: none;
}
div#footer a:hover {
	color: #f79239;
}

/* Hoofdnavigatie */
div#nav {
	background: #f3f3f3;
	padding: 0 5px;
	height: 30px;
}
div#nav span {
	border-left: 1px solid #ddd;
	display: block;
	float: left;
}
div#nav a:link, div#nav a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #494848;
	text-decoration: none;
	padding: 4px 10px 6px 10px;
	height: 20px;
	display: block;
	float: left;
	border-left: 1px solid #fff;
	background: #f3f3f3;
}
div#nav a.last:link, div#nav a.last:visited, div#nav a.activelast:link, div#nav a.activelast:visited  {
	border-right: 1px solid #ddd;
}
div#nav a:hover, div#nav a.active:link, div#nav a.active:visited, div#nav a.activelast:link, div#nav a.activelast:visited  {
	color: #f79239;
	background: url(images/background_navigation.gif) repeat-x;
}

div#body {}
div#body div#left, div#body div#right {
	width: 410px;
	padding: 20px;
	float: left;
}

/* Begin opmaak nieuws weergave */
div#news_wrapper div.bericht_item {
	height: 175px;
	width: 196px;
	float: left;
	margin:0 10px 10px 0;
	border: 1px solid #c5c5c5;
	background: #fff;
}
div#news_wrapper div.bericht_item div.laatste h2 {
	background: #fe7d19;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 0 10px;
	border-bottom: 2px solid #fff;
}
div#news_wrapper div.bericht_item div.laatste {
	background: #f3f3f3;
	border: 2px solid #fff;
	height: 171px;
}
div#news_wrapper div.bericht_item  div.highlighted_item div.title h2 a:link , div#news_wrapper div.bericht_item  div.highlighted_item div.title h2 a:visited {
	font: bold 11px/22px arial;
	color: #fff;
	padding: 0 10px;
	background: none;
	border: none;
}
div#news_wrapper div.bericht_item ul {
	margin: 0;
	padding: 0 25px;
	list-style-type: square;
}
div#news_wrapper div.bericht_item li {
	height: 22px;
	overflow: hidden;
}
div#news_wrapper div.bericht_item li a:link, div#news_wrapper div.bericht_item li a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #494848;
}
div#news_wrapper div.bericht_item li a:hover {
	color: #fe7d19;
}
div#news_wrapper div.bericht_item  div.highlighted_item {
	position: relative;
	border: 2px solid #fff;
}
div#news_wrapper div.bericht_item  div.highlighted_item div.title {
	position: absolute;
	height: 22px;
	top: 79px;
	left: 0;
	z-index: 10;
	overflow: hidden;
}
div#news_wrapper div.bericht_item  div.highlighted_item div.image {}
div#news_wrapper div.bericht_item  div.highlighted_item div.desc {
	position: absolute;
	top: 102px;
	left: 0;
	padding: 3px 10px 0 10px;
	height: 66px;
	width: 172px;
	background: #f3f3f3;
	overflow: hidden;
	font-size: 11px;
}
div.news_message {}
div.news_message div.news_message_image {
	border: 1px solid #c5c5c5;
	background: #fff;
	padding: 2px;
	margin-bottom: 22px;
}

/* Trace */
div#trace {
	color: #bcbcbc;
	font-size: 11px;
	margin-bottom: 10px;
}
div#trace a:link, div#trace a:visited {
	color: #bcbcbc;
	font-size: 11px;
	text-decoration: none;
}
div#trace a:hover {
	color: #939393;
} 
div#trace p {
	margin: 0;
}

/* Nieuwspagina */
ul.meer_nieuws {
	margin: 0;
}
ul.meer_nieuws li h2 {
	font-weight: normal;
}

/* Contactformulier */
div.mailer_ext {
	position: relative;
}
div.mailer_ext div.message {
	cursor: pointer;
}
div.mailer_ext div.message ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.mailer_ext div.message p {
	margin: 0;
}
div.mailer_ext div.message br {
	display: none;
}
div.mailer_ext label {
	display: block;
	float: left;
	width: 110px;
}
div.mailer_ext input {
	margin-bottom: 3px;
	border: 1px solid #bababa;
	padding: 5px;
	width: 200px;
	height: 15px;
}
div.mailer_ext textarea {
	width: 200px;
	border: 1px solid #bababa;
	padding: 5px;
}
div.mailer_ext input.error, div.mailer_ext textarea.error {
	border: 1px solid #f79239;
}
div.mailer_ext input.versturen {
	height: 30px;
	width: auto;
	border: none;
	background: #f79239;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-transform: capitalize;
	cursor: pointer;
}