@charset "utf-8";
/* CSS Document */

/*
Created by :
Mindwarp Internet Solutions.
visit us at http://www.mindwarp.nl
*/

html, body {
	background: url(../images/common/html_body_bg.gif) repeat-x top #000000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
html { overflow-y: scroll;}

form input, select {
	font-family: Arial, Helvetica, sans-serif;
	}

h1 {
	margin: 0;
	}

p {
	}
	
a {
	color: #ac1e2e;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

a img{
	border: 0 none;
}

form {
	margin: 0;
	padding: 0;
	}

div.clear { clear: both;}

div#container {
	margin: 0 auto;
	width: 985px;
	}
	
div#mainMenu {
	height: 46px;
	}

div#mainMenu ul {
	list-style-type: none;
	margin: 0;
	}

div#mainMenu ul li {
	float: left;
	margin-right: 18px;
	}

div#mainMenu ul li a {
	text-indent: -9999em;
	display: block;
	height: 46px;
	background-repeat: no-repeat;
	background-position: top;
	}

div#mainMenu ul li a#menu_sv {
	background-image: url(../images/buttons/menu_sv.png);
	width: 228px;
	}

div#mainMenu ul li a#menu_vt {
	background-image: url(../images/buttons/menu_vt.png);
	width: 161px;
	}

div#mainMenu ul li a#menu_vs {
	background-image: url(../images/buttons/menu_vs.png);
	width: 172px;
	}

div#mainMenu ul li a#menu_vh {
	background-image: url(../images/buttons/menu_vh.png);
	width: 175px;
	}

div#mainMenu ul li a#menu_co{
	background-image: url(../images/buttons/menu_co.png);
	width: 93px;
	}

div#mainMenu ul li a:hover {
	background-position: bottom;
	}

div#mainMenu ul li a.selected {
	background-position: bottom;
	}
	
div#flashHeader {
	width: 870px;
	height: 139px;
	}
	
div#headBar {
	height: 40px;
	width: 985px;
	}

div#headBar span {
	width: 184px;
	height: 29px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	background-color: #3b3b3b;
	border-bottom: 1px solid #f8f8f8;
	margin: 0;
	padding: 10px 0 0 50px;
	color: #ffffff;
	float: left;
	}
	
div#search {
	height: 38px;
	background-color: #b4b4b4;
	border: 1px solid #ffffff;
	}
	
div#search input {
	float: right;
	margin: 7px 10px 0 0;
	border: 1px solid #a6a6a6;
	height: 16px;
	padding: 3px;
	width: 150px;
	}
	
.btSearch {
	display: block;
	background: url(../images/buttons/bt_search.png);
	height: 25px;
	width: 25px;
	float: right;
	cursor: pointer;
	margin: 7px 15px 0 0;
	}
	
.btSearch:hover {
	background: url(../images/buttons/bt_search_o.png);
	}
	
div#contentContainer {
	width: 985px;
	background: #fafafa url(../images/common/content_bg.gif) repeat-x top;
	display: table;
	border-bottom: 1px solid #c6c6c6;
	}

div#menuColumn {
	width: 235px;
	float: left;
	background-color: #f8f8f8;
	}
		
img.bannerSkyscraper {
	border: 1px solid #e7e7e7;
	margin: 0 0 20px 37px;
	background-color: #ffffff;
	}
		
div#contentColumn {
/*	width: 585px;*/
	width: 680px;
	float: left;
	padding: 20px 25px 20px 25px;
	min-height: 250px;
	}
	
div#contentColumnSmallLeft {
	width: 500px;
	float: left;
	padding: 10px;
	
	}
	
div#contentColumnSmallLeft > p {
	margin: 15px 0 15px 0;
	}


div#contentColumnSmallRight {
	width: 230px;
	float: left;
	background-color: #303946;
	
	min-height: 400px;
	}

div#footer {
	position: relative;
	min-height: 85px;
	background-color: #ffffff;
	margin-bottom: 10px;
	text-align: center;
	padding-bottom: 10px;
	}
	
div#footer span {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	}

div#footer a img{
	margin: 0 10px 0 0;
}
div#footer a:last-child img{
	margin: 0 0;
}
	
div#footerLinks {
	font-size: 11px;
	height: 40px;
	text-align: center;
	color: #999999;
	margin-bottom: 50px;
	}

div#footerLinks a {
	color: #999999;
	text-decoration: none;
	}
	
div#footerLinks a:hover {
	text-decoration: underline;
	}	
	

div#menu {
	background: url(../images/common/menu_divider_dotted.png) no-repeat right top;
	padding-right: 1px;
	min-height: 300px;
	}
	
div#menu > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}


div#menu > ul > li > a {
	display: block;
	padding: 5px 0 5px 50px;
	color: #000000;
	text-decoration: none;
	font-size: 11px; 
	text-transform: capitalize;
	border-bottom: 1px solid #dfdfdf;
	}

div#menu > ul > li > a:hover {
	background: #dadada url(../images/common/menu_ul_li_a_bullet.png) no-repeat;
	background-position: 220px 9px;
	border-bottom: 1px solid #c6c6c6;
	}
	
div#menu > ul > li > a.selected {
	background: #ac1e2e;
	border-bottom: 1px solid #c6c6c6;
	color: #ffffff;
	}

div#menu > ul > li > a.dropped {
	background: #eaeaea url(../images/common/menu_ul_li_a_bullet_dropped.png) no-repeat;
	background-position: 220px 11px;
	border-bottom: 1px solid #c6c6c6;
	}

div#menu > ul > li > a.droppedSelected {
	background: #ac1e2e url(../images/common/menu_ul_li_a_bullet_dropped_selected.png) no-repeat;
	background-position: 220px 11px;
	border-bottom: 1px solid #c6c6c6;
	color: #ffffff;
	}




	
div.subMenu {
	background-color: #f0f0f0;
	}

div.subMenu ul {
	list-style-type: none;
	padding: 1px 0 10px 0;
	margin: 0;
	display: none;
	}

div.subMenu ul li {
	}

div.subMenu ul li a {
	display: block;
	padding: 5px 0 5px 70px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	}

div.subMenu ul li a:hover{
	color: #000000;
	background-color: #dadada;
	}
	
div.subMenu ul li a.selected {
	color: #ffffff;
	background-color: #ac1e2e;
	border-bottom: 1px solid #f0f0f0;
	}




/* new */
div.aankondigingsContainer {
	width: 500px;
	margin-bottom: 10px;
	}
	
div.aankondigingsContainer.bgRepeat {
	background: url(../images/aankondigingsitems/aankondigings_container_bg_repeat.png) repeat-y top left;
	}
	
div.aankondigingsItem {
	width: 225px;
	margin: 0 10px 0 0;
	float: left;
	position: relative;
	}

div.aankondigingsItem.noMargin {margin: 0;}

div.aankondigingsItem h2 {
	height: 35px;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	}

div.aankondigingsItem p {
	font-size: 12px;
	color: #8f8f8f;
	margin: 5px 0 10px 0;
	padding-bottom: 10px;
	}

div.aankondigingsItem.black {
	background: #000000;
	padding: 10px 10px 20px 10px;
	}
div.aankondigingsItem.black h2 {
	color: #ffff00;
	}


/*
!! weggooien indien niet meer nodig !!

div.aankondigingsItem.greyRed {
	background: #d1d1d1;
	padding: 0 10px 30px 10px;
	}
div.aankondigingsItem.greyRed h2 {
	color: #ffffff;
	background-color: #ac1e2e;
	width: 235px;
	margin-left: -10px;
	padding: 5px;
	}
div.aankondigingsItem.greyRed p { color: #000000;}
div.aankondigingsItem.greyRed a { color: #000000;}


div.aankondigingsItem.greyBlack {
	background: #d1d1d1;
	padding: 0 10px 30px 10px;
	}
div.aankondigingsItem.greyBlack h2 {
	color: #e4e201;
	background-color: #000000;
	width: 235px;
	margin-left: -10px;
	padding: 5px;
	}
div.aankondigingsItem.greyBlack p { color: #000000;}
div.aankondigingsItem.greyBlack a { color: #000000;}

div.aankondigingsItem {
	width: 480px;
	margin: 0 10px 10px 0;
	padding: 10px;
	float: left;
	position: relative;
	background-color: #000000;
	}

div.aankondigingsItem h2 {
	color: #e4e201;
	height: 20px;
	padding: 10px;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	}

div.aankondigingsItem p {
	font-size: 12px;
	padding: 10px;
	color: #cccccc;
	margin: 10px 0 20px 0;
	}
*/


div.nieuwsItem {
	background: #e7e7e7;
	width: 480px;
	padding: 10px;
	margin-bottom: 10px;
	position: relative;
	overflow:hidden;
	}
div.nieuwsItem div {
	width: 340px;
	float: right;
	}
div.nieuwsItem img {
	float: left;
	}
div.nieuwsItem.first {
	background: url(../images/common/nieuws_item_bg_gradient.gif) repeat-x #e7e7e7;
	}
div.nieuwsItem a.btReadMore{
	position: absolute;
	bottom: 5px;
	right: 5px;
}
div.nieuwsItem img {
	float: left;
	margin: 0 15px 5px 0;
	}
div.nieuwsItem span {
	color: #ac1e2e;
	font-size: 12px;
	}
div.nieuwsItem h2 {
	color: #2f2f2f;
	font-size: 17px;
	font-weight: normal;
	line-height: 21px;
	margin: 0;
	}
div.nieuwsItem p {
	color: #2f2f2f;
	font-size: 12px;
	margin: 5px 0 20px 0;
	}
div.nieuwsItemIntroTekst {
	font-style:italic;
	font-weight: bold;
	margin-bottom: 1em;
}
span.nieuwsItemCredentials{
	color: #AC1E2E;
}
div#nieuwsOverzicht{
	width: 100%;
	padding: 5px;
}
div#nieuwsOverzicht div.nieuwsItem{
	width: 100%;
}
div#nieuwsOverzicht div.nieuwsItem div{
	width: 540px;
}
img#nieuwsItemImage{
	display: block;
	margin: 10px 10px 10px 0;
}
div.nieuwsItemContentContainer{
	margin-top: 10px;
}
div.nieuwsItemContentContainer img#nieuwsItemImage{
	float: left;
	margin: 0 10px 10px 0;
}

div.eerdereNieuwsItems {
	background: #e7e7e7;
	width: 460px;
	padding: 20px;
	margin-bottom: 10px;
	}

div.eerdereNieuwsItems h2 {
	color: #2f2f2f;
	font-size: 21px;
	font-weight: normal;
	margin: 0 0 20px 0;
	}
	
div.eerderNieuwsItem {
	width: 188px;
	padding: 15px;
	float: left;
	margin: 0 20px 20px 0;
	}

div.eerderNieuwsItem:hover {
	background-color: #d0d0d0;
	cursor: pointer;
	}

div.eerderNieuwsItem.noMargin {
	margin: 0 0 20px 0;
	}

div.eerderNieuwsItem h2 {
	color: #2f2f2f;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 5px 0;
	}

div.eerderNieuwsItem span {
	color: #ac1e2e;
	font-size: 12px;
	float: left;
	border-right: 1px solid #2f2f2f;
	padding-right: 5px;
	margin-right: 5px;
	}

div.eerderNieuwsItem p {
	color: #2f2f2f;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	width: 125px;
	float: left;
	}
/* end new */





.btReadMore {
	background: url(../images/buttons/bt_read_more.png) no-repeat #ffffff;
	background-position: 7.2em 0.9em;
	padding: 7px 30px 7px 15px;
	color: #000000;
	text-decoration: none;
	display: inline-block;
	}

.btReadMore:hover, .btBackButton:hover{
	text-decoration: underline;
	}

.btReadMoreBlackBg {
	background: url(../images/buttons/bt_read_more.png) no-repeat right;
	padding-right: 15px;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	margin-right: 10px;
	}

.btReadMoreBlackBg:hover {
	text-decoration: underline;
	}
	
.btBackButton{
	background: url(../images/buttons/bt_read_less.png) no-repeat #ffffff;
	background-position: 7px 0.9em;
	padding: 7px 7px 7px 20px;
	color: #000000;
	text-decoration: none;
	display: inline-block;
}
div.eerderNieuwsItem a.btReadMore{
	text-indent: -999em;
	background-position: 0.7em 0.9em;
	display:none;
}

/* nieuwsbrief */
div#nieuwsbriefContainer {
	background: url(../images/common/nieuwsbrief_container_bg.png) no-repeat top left #3c3c3c; 
	width: 230px;
	height: 200px;
	position: relative;
	border-bottom: 1px solid #ffffff;
	}

div#nieuwsbriefContainer p {
	width: 100px;
	position: absolute;
	top: 40px;
	left: 20px;
	color: #ffffff;
	font-size: 11px;
	}

div#nieuwsbriefContainer a {
	position: absolute;
	top: 150px;
	left: 15px;
	}


/* end: nieuwsbrief */
div#login {
	color: #ffffff;
	height: 200px;
	background-color: #3b3b3b;
	padding: 20px;
	border-bottom: 1px solid #ffffff;
	}

div#login form {
	margin: 15px 0 15px 0;
	}

div#login input {
	border: 1px solid #999999;
	margin: 0 0 5px 0;
	width: 170px;
	padding: 7px;
	font-size: 12px;
	}

div#login form a {
	color: #bbbbbb;
	text-decoration: underline;
	}

div#login form a:hover { text-decoration: none;}

.btLogin {
	background: url(../images/buttons/btLogin.jpg) no-repeat top;
	width: 92px;
	height: 30px;
	display: block;
	margin-top: 15px;
	}

.btLogin:hover {
	background: url(../images/buttons/btLogin.jpg) no-repeat bottom;
	}
	
div#homePhotoGallery {
	background-color: #000000;
	padding: 20px;
	}
	
div#homePhotoGallery h3 {
	color: #ffff00;
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
	}
	
div#homePhotoGalleryImages {
	width: 190px;
	margin: 15px 0;
	}
	
div#homePhotoGalleryImages a {
	margin: 0 7px 7px 0;
	}
	
div#bannerSponsoren a {
	display: block;
	margin: 0;
	padding: 0;
	}
div#bannerSponsoren img {
	border: 0;
	}
	
div#contact {
	background-color: #303946;
	height: 245px;
	padding: 20px;
	border-bottom: 1px solid #ffffff;
	}

div#contact p {
	margin: 15px 0 15px 0;
	color: #777777;
	font-size: 12px;
	}
	
div#contact p span {
	color: #cccccc;
	font-size: 13px;
	}

div#contact a span {
	margin-left: 10px;
	color: #bbbbbb;
	text-decoration: underline;
	}

div#contact a span:hover { text-decoration: none;}

.btRoutebeschrijving {
	background: url(../images/buttons/bt_routebeschrijving.jpg) no-repeat top;
	width: 150px;
	height: 43px;
	display: block;
	margin-top: 15px;
	}

.btRoutebeschrijving:hover {
	background: url(../images/buttons/bt_routebeschrijving.jpg) no-repeat bottom;
	}


/* Sitemap */

.sitemap{
	list-style-type:none;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 30px;
}
.niveau1 { margin: 15px 0px 5px -30px; padding: 0px; margin-bottom: 5px; font-weight: bold; font-size: 14px;}
.niveau2 { margin: 15px 0px 5px 0px; padding: 0px; font-weight: bold; list-style-type: square; font-size: 13px;}
.niveau3 { margin: 0px 0px 0px 10px; padding: 0px; font-size: 12px;}
.niveau4 { margin-left:35px; padding: 0px; font-size: 11px;}

/* Fotoalbum */
div.fotoAlbum a{
	margin: 0 5px 5px 0;
}
/* Google Maps */
div#google_map{
	clear: both;
	margin: 1.2em 0;
	padding: 0 0;
	width: 100%;
	height: 400px;
}

/* contactForm */
form.contactForm input[type=text] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
	width: 300px;
	}

form.contactForm textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
	width: 300px;
	height: 50px;
	}

.mandatory {
	font-size: 11px;
	color: #999999;
	text-align: right;
	}
	
.btForm {
	background: url(../images/common/bt_form_bg.png) no-repeat top left;
	display: block;
	width: 124px;
	height: 28px;
	padding: 12px 0 0 0;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	color: #333333;
	text-decoration: none;
	}
	
.btForm:hover {
	background-position: bottom left;
	color: #000000;
	}
