/************************************************************/
/*	Template												*/
/************************************************************/

*{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	list-style: none;
	outline: none;
}

html, body{
	height: 100%;
}

body{
	background: #211e18 url('images/body.jpg') center 0 no-repeat;
	font: 12px/18px 'Arial';
}

h1{
	padding: 0 0 18px;
	font: bold 24px 'Arial';
	position: relative;
	color: #fcb034;
}

h1 a {color: #fcb034;}

h2{
	padding: 0 0 4px;
	font: 20px/30px 'Arial';
	color: #1c8fa1;
}

h2 a {color: #1c8fa1;}

h3{
	font: 16px/26px 'Arial';
	color: #1c8fa1;
}

p{
	padding: 0 0 18px;
}

h4{
	font: 14px/24px 'Arial';
	color: #fcb034;
}

h4 a {
	color: #fcb034;
}

/************************************************************/
/*	Container												*/
/************************************************************/

#container{
	width: 907px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	margin: 0 auto -136px;
}

/************************************************************/
/*	Logo													*/
/************************************************************/

#logo{
	float: left;
	margin: 0 0 0 6px;
	position: relative;
	top: 0;
	left: -1px;
}

/************************************************************/
/*	Slogan													*/
/************************************************************/

#slogan{
	float: right;
	margin: 46px -12px 32px 0;
}

/************************************************************/
/*	Navigation												*/
/************************************************************/

#nav{
	clear: both;
	height: 48px;
	padding: 0 6px;
	background: url('images/nav.png');
}

#nav li{
	float: left;
	font: bold 13px/48px 'Arial';
}

#nav a{
	float: left;
	height: 48px;
	padding: 0 27px;
	display: block;
	color: #fff;
	position: relative;
	z-index: 6;
}

#nav a.first{
	float: left;
	height: 48px;
	padding: 0 33px 0 24px;
	display: block;
	color: #fff;
	position: relative;
	z-index: 6;
}

#nav li:hover, #nav li.hover, #nav li.current_page_item, #nav li.current_page_parent {
	background: url('images/nav_hover.png');
}

#nav span{
	float: left;
	cursor: pointer;
}

#nav li:hover span, #nav li.hover span, #nav li.current_page_item span, #nav li.current_page_parent span{
	background: url('images/nav_hover_span.png') right no-repeat;
}

#navLine{
	position: absolute;
	left: 204px;
	top: 129px;
	width: 91px;
	height: 46px;
	z-index: 5;
	background: url('images/nav_line.png') !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav_line.png');
}

/************************************************************/
/*	Visual													*/
/************************************************************/

#visual{
	height: 204px;
	margin: 11px 0 0;
	position: relative;
	overflow: hidden;
}

#visual img{
	position: absolute;
	left: 0;
	top: 0;
}

#visual #headers{
	width: 907px;
	height: 47px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

#visual #headers li{
	float: left;
	width: 240px;
	padding: 0 0 0 45px;
	background: url('images/headers.png') 30px 20px no-repeat;
}

#visual #headers li a{
	float: left;
	font: 18px/47px 'Arial';
	color: #fff;
}

#visual #headers li.active{
	background: url('images/headers_active.png') 30px 20px no-repeat;
}

#visual #headers li.active a{
	color: #1c8fa1;
}

#visual #arrows{
	position: absolute;
	right: 26px;
	top: 172px;
	z-index: 100;
}

#visual #left_arrow{
	float: left;
	width: 7px;
	height: 9px;
	margin-right: 8px;
	cursor: pointer;
	padding: 5px;
	background: url('images/left.png') 5px no-repeat;
	z-index: 100;
}

#visual #right_arrow{
	float: left;
	width: 7px;
	height: 9px;
	padding: 5px;
	cursor: pointer;
	background: url('images/right.png') 5px no-repeat;
}

/************************************************************/
/*	Content													*/
/************************************************************/

#content{
	margin: 11px 0 0;
	padding: 0 30px;
	background: #fff;
}

#content ul{
	padding: 0 0 18px;
}

#content ul ul{
	padding: 0;
}

#content li{
	padding: 0 0 0 20px;
	background: url('images/li.png') 5px 7px no-repeat;
}

#content table{
	width: 100%;
	line-height: 24px;
	padding: 0 0 18px;
}
#content table.map_content{
	width: 100%;
	line-height: normal;
	padding: 0 0 5px 0;
}
#content table.map_content td{
	padding: 0;
}
#content table.map_content img{
	float: none;
	margin: 0;
}

#content table img{
	float: left;
	margin: 3px 10px 0 0;
}
#content table img.none{
	float: none;
	margin: 3px 0 0 0;
}

#content table.zwart a {
	color: #000;
}

#content table th {
	background: #d31145;
	color: #fff;
	text-align: left;
	padding: 5px 0 5px 5px;
}

#content table.overzicht {
	
}
#content table.overzicht td {
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #d31145;
}
#content table.overzicht tr.disabled, #content table.overzicht tr.disabled a {
	background: #f9f9f9;
	color: #b5b5b5;
}
.hover {
	background: #f9e0e7;
}
/* Top */
#top{
	width: 907px;
	height: 30px;
	margin: 0 -30px;
	background: #fff url('images/top.png') no-repeat;
}

/* Bottom */
#bottom{
	clear: both;
	width: 907px;
	height: 30px;
	margin: 0 -30px;
	background: #fff url('images/content.png') no-repeat;
}

/* Left */
#left{
	float: left;
	width: 571px;
	margin: 0 -1px 0 0;
	padding: 0 30px 0 0;
	background: url('images/line.png') right repeat-y;
}

#left h1{
	margin: -8px 0 0;
}
#left h2 a {color: #1c8fa1;}
#left h3 a {color: #1c8fa1;}

#left a {
	color:#1c8fa1;
}
#left a.rood {
	color:#d31145;
}
#left h4.map_titel {
	margin: 0;
	padding: 0 0 5px 0;
	color:#d31145;
	font: bold 14px/20px 'Arial';	
}
#left h4.map_titel a {
	color:#d31145;
}
#left p.more a,#left a.more,#left a.more-link {
	padding: 0 0 0 20px;
	background: url('images/more.png') 0 2px no-repeat;
}
#left .more-link-span {
	padding: 0 0 0 20px;
	background: url('images/more.png') 0 2px no-repeat;
}
#left .line{
	margin: 10px -28px 0 -1px;
}
#left .navigation {
	padding: 0 0 18px;
}
#left .navigation .alignleft{
	float:left;
}
#left  .navigation .alignright {
	float:right;
}
#left .alignright {
	float: right;
	margin: 0 0 10px 10px;
}
#left .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
#left img.alignright,#left img.alignleft {
	border: 1px solid #cdcdcd;
	padding: 6px;
	background: #fff;
}
#left img.geen_rand {
	border: 0;
	padding: 0;
	background: none;
}
#left fieldset {
	border: 1px solid #cdcdcd;
	padding: 15px 30px 5px 30px;
	margin: 0 0 18px 0;
}
#left legend {
	padding: 0 3px 0 3px;
	color: #1c8fa1;
	font: 20px/30px 'Arial';
}
#left label {
	font-weight: bold;
}
#left label span {
	color: #1c8fa1;
}
#left input,select,textarea {
	border: 1px solid #cdcdcd;
	padding: 5px;
	font: 12px/18px 'Arial';
}
#left textarea {
	width: 400px;
}
#left .button {
	border: 1px solid #000;
	background: #1c8fa1;
	color: #fff;
	font-weight: bold;
}
#left .wpcf7-list-item-label {
	font-weight: normal;
	color: #000;
}

#left .map_container {
	border: 1px solid #cdcdcd;
	padding: 6px;
	background: #fff;
}
#left .map {
	width: 557px;
	height: 410px;
}



/* Right */
#right{
	float: right;
	width: 216px;
	padding: 0 0 0 31px;
	background: url('images/line.png') repeat-y;
}

/* Search */
#search .text{
	float: left;
	width: 130px;
	height: 15px;
	padding: 12px 15px 11px;
	font: 12px 'Arial';
	color: #e0e0e0;
	background: url('images/search_input.png');
}

#search .submit{
	float: left;
	width: 44px;
	height: 38px;
	margin: 0 0 0 12px;
	background: url('images/search_submit.png');
}

/* News */
#content .news li{
	padding: 0;
	background: none;
}

#content .news strong, #content .news strong a{
	color: #1c8fa1;
}

/* Projects */
#content .submenu{
	padding: 0;
	line-height: 24px;
}

#content .submenu li{
	padding: 0;
	background: none;
}

#content .submenu li ul{
	padding: 0 0 0 20px;
	background: none;
}

#content .submenu li a{
	padding: 0 0 0 20px;
	color: #000;
	background: url('images/more_l.png') 0 2px no-repeat;
}
#content .submenu li a:hover {
	font-weight: bold;
	color: #1c8fa1;
	background: url('images/more.png') 0 2px no-repeat;
}
#content .submenu ul li a:hover, #content .submenu ul li.current_page_item a {
	font-weight: bold;
	color: #1c8fa1;
	background: url('images/more.png') 0 2px no-repeat;
}
#content .submenu ul li.current_page_item ul li.page_item a {
	font-weight: normal;
	padding: 0 0 0 20px;
	color: #000;
	background: url('images/more_l.png') 0 2px no-repeat;
}

/* Tweets */
#content ul.twitter a.twitter-link {
	color: #000;
}
#content ul.twitter a.twitter-user {
	color: #000;
	font-style: italic;
}
#content ul.twitter li {
	background: url('images/balloon-twitter.png') 0 2px no-repeat;
}
#content ul.aanmelden {
	padding: 0;
}
#content ul.aanmelden li {
	background: url('images/enrol.png') 0 2px no-repeat;
}
#content ul.aanmelden li a {
	color: #000;
}


/* More */
a.more{
	color: #000;
	padding: 0 0 0 20px;
	background: url('images/more.png') 0 2px no-repeat;
}

/* Line */
.line{
	height: 20px;
	margin: 30px 0 0;
	background: url('images/line_h.png') repeat-x;
}

#right .line{
	margin: 30px 0 0 -30px;
}

/* Clear */
.clear{
	clear: both;
}

/************************************************************/
/*	Push													*/
/************************************************************/

#push{
	clear: both;
	height: 136px;
}

/************************************************************/
/*	Footer													*/
/************************************************************/

#footer{
	width: 907px;
	height: 83px;
	margin: 0 0 -23px;
	padding: 11px 0 0;
	position: relative;
	background: url('images/footer.png');
}

/* Breadcrumb */
#breadcrumb{
	padding: 16px 30px 0;
	font: bold 13px 'Arial';
	color: #fff;
}

#breadcrumb a{
	color: #fff;
}

#breadcrumb img{
	margin: 0 2px;
}

/* Pictures */
#pictureHolder{
	width: 100%;
	height: 136px;
	overflow: hidden;
	background: url('images/footer2.png') bottom no-repeat !important; 
}

#pictureHolder div{
	width: 907px;
	height: 136px;
	position: relative;
	margin: 0 auto;
}

#pictures{
	width: 1007px;
	height: 136px;
	position: absolute;
	left: -50px;
	top: 0;
	background: url('images/pictures.png') bottom no-repeat !important;
}

#pictures span{
	position: absolute;
	left: 0;
	bottom: -71px;
	width: 1007px;
	height: 136px;
	background: url('images/pictures_hover.png') !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/pictures_hover.png');
	cursor: pointer;
}

/* Bookmarks */
#bookmarks{
	position: absolute;
	right: 29px;
	top: 20px;
}

#bookmarks li{
	float: left;
	margin: 0 0 0 9px;
}

/* Contact form */
div.wpcf7-response-output {
	margin: 0 0 18px 0;
}
div.wpcf7-mail-sent-ok {
	background: #e6f6cf;
	border: 1px solid #97da38;
	padding: 10px 30px 0 30px;
}
div.wpcf7-mail-sent-ok h2 {
	color: #97da38;
}
div.wpcf7-mail-sent-ok p {
	background: url('images/tick-small.png') 0 2px no-repeat;
	padding-left: 20px;
}
div.wpcf7-validation-errors {
	background: #fae2e8;
	border: 1px solid #d31145;
	padding: 10px 30px 0 30px;
}
div.wpcf7-validation-errors p {
	background: url('images/cross-small.png') 0 2px no-repeat;
	padding-left: 20px;
}
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	background: url('images/cross-small.png') 0 2px no-repeat;
	padding: 0 0 0 20px;
	color: #d31145;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}
