@charset "utf-8";

/* CSS Document */
html, body, form, fieldset, div, span, table, h1, h2, h3, h4, h5, h6, ul, ol, li {
	margin: 0;
	padding: 0;
}
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
body {
	margin: 0;
	padding: 0;
	/* Let op!!	Lucida Grande=Mac OS font, Lucida Sans Unicode = Windows font. Beide required! */
	color: #63676a;
	font: 12px  Arial,Verdana,sans-serif;
	line-height:18px;
	/* background: #e7e7e7; */
	background: #fff;
}

img, a img {
	border: 0;
}




/*GLOBAL HEADERS FORMAT*/
h1 {
	font-family: arial;	
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 15px;
	color: #892428;
}
h2 {
	font-family: arial;	
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 15px;
	color: #414141;
}
h3 {
	font-family: arial;	
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 15px;
	color: #003399;
}
h4 {
	font: 11px/17px "Lucida Sans Unicode", Arial,Verdana,sans-serif;
	font-weight: regular;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0px;
	color: #fff;
}




strong, b {
	font: 12px  Arial,Verdana,sans-serif;
	font-family: arial;
	font-weight:bold;
	color: #FF7B17!important;
}




/*GLOBAL LINKS*/
a { 
	color: #898898;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color: #b0b0b0;
}

.nobreak {
	white-space: nowrap;
	}

/* LAYOUT  */
#bigcontainer {
	
}

#top_holder {
	width:962px;
	height:100px;
	float:left;

}
#main_logo {
	
	width: 607px;
	height:100px;
	float:left;
}
#main_logo img {
	display:block;
}
#main_right {
	
	width: 355px;
	height:100px;
	float:left;
}


#container{
	width:962px;
	margin:0 auto;
	background: #fff;
}

/* TODO: switchen naar header?*/
#header_foto_entree {
	display:block;
	width:967px;
	overflow:hidden;
}

/* CONTENT */
#content {
	/*border:1px solid red;*/
	padding: 0px 0px 5px 0px;
	background-image:url('../images/content_background.jpg');
	background-position: 0px 52px;
	background-attachment:inherit;
	
		background-color:#f7f7f7;
	background-repeat:no-repeat;
	
}
#twolines {
	display:block;
	background-color:transparent;
	background-image:url('../images/2lines.gif');
	background-repeat:repeat-y;
}
#oneline {
	display:block;
	background-color:transparent;
	
	background-repeat:repeat-y;
}
#onerightline {
	display:block;
	
	/*background-color:transparent;
	background-image:url('../images/1rightline.gif');
	background-repeat:repeat-y;*/
}
#onerightline25 {
	display:block;
	background-color:transparent;
	background-image:url('../images/1rightline25.gif');
	background-repeat:repeat-y;
}

#col_2{
margin-top:25px;
	width:404px;

}

#grijs_vlak_groot{
	float: left;
	width:400px;
	height: 475px;
	
	background-repeat:no-repeat;
	margin-left: 0px;
	padding: 0px 22px 0px 22px;
}

#kop_vlak_grijs_groot{
	font-size: 14px;
	padding: 0 0 20px 30px;
}

#kop_vlak_links{
	font-size: 14px;
	padding: 0 0 22px 20px;
}

#kop{
	font-size: 14px;
	
}

#col_1{
margin-top:25px;
	float: left;
	width:522px;
	margin-left: 0px;
	padding-left: 30px;
}

#links_vlak{
	float: left;	
	width:500px;
	height: 482px;	
	background-repeat:no-repeat;
	padding-left: 20px;
}

#plaatje_rood_vlak{
	float: left;
	width: 223px;
	height: 231px;
	background-image:url('../images/plaatje_rood_vlak.jpg');
	background-repeat:no-repeat;
	margin-top: 2px;
}

#content_rechts_vlak{
	float: left;
	width: 270px;
	margin-left: 0px;
}

#grijs_vlak{
	float: left;
	width:522px;
	height: 198px;
	
	background-repeat:no-repeat;
	padding: 20px;
}

.col {
	padding: 0 0 0 0;
}
.colborder {
	border-right: 1px solid #dddddd;
}

/*CONTENT FORMATTING */
#content ul li {
	list-style: none;	
	padding-left:14px;	
	background: url('../images/ul_arrow_grey.gif') 0px 5px no-repeat;			
}

#content ul li a:hover {
	list-style: none;	
	padding-left:2px;
			
}

.tool {
	border-left:1px dotted #9F2124 ;
	padding:10px;
}
.pagina_mailen_shadow {
	display:block;
	border-bottom:1px solid #f4f3f3;
	height:18px;
	width:180px;
}
.pagina_mailen_header {
	font-weight: bold;
	float:left;
	width:239px;
}
.pagina_mailen_close {
	display:block;
	width:180px;
	font-weight: bold;
	text-align:right;
	cursor:pointer;
	color:#9F2124;
}

/* PARAGRAPH IMAGES */
.inner_par_image_right {
	width:80px; 
	height:53px;
	border:1px solid gray;
	padding:1px;
	float:right;
	margin-left:2px;
}
.inner_par_image_left{
	width:80px; 
	height:53px;
	border:1px solid gray;
	padding:1px;
	float:left;
	margin-right:2px;
}

/*BREADCRUMPS*/
#breadcrumbs { 
	margin: 0 0 20px 20px;
	color: #1F1F1F;
}
#breadcrumbs a {
	font-size: 10px;
	color: #1F1F1F;
}

/*FOOTER*/
.footer_block_dev {
	margin-right: 50px;
	height: auto;
	float:left;
}


#footer {
	display:block;
	padding: 1px 0px;
	margin-top: 0px;
	color: #fff;
	text-align: left;
	font-size:11px;

}

.footer_bg {
    float:left; 
    width:100%; 
 	color:#000;	width:962px;
	background: #727272 ; 
	border-top:5px solid #FE7A16;
}
#footer a {
	color:#a7a9ab;
	
	
}
#footer a:hover {
	color:#fff;
}

#footer ul {
		list-style-type:none;
		margin:0px;
		padding:0px;
		margin-top:2px;
		text-decoration:none;
		display:block;
}
#footer ul li {

	color:#bebebe;
	list-style:none;
	
	/*background: url('../images/footer_top.gif') no-repeat; */
	
}

#footer ul li a {
		
	
		color:#bebebe;
		
	
}
#footer ul li a:hover {
	color:#bebebe;
}


.footer_top {
	margin-left:34px;
	width: 902px;
	height:30px;
	/*background: url('../images/footer_top.gif') no-repeat; */
}


.footer_center {
	width: 922px;
	clear:both;
	margin-left:36px;
	/*background:#f5f5f5;
	border-left:1px solid #b2b2b2;
	border-right:1px solid #b2b2b2;	*/
	
	
}
.footer_bottom {
	margin-left:34px;
	width: 902px;
	height:11px;
	/*background: url('../images/footer_bottom.gif') no-repeat; */
}

#footer_space {
	clear:both; width:100%;height:10px;
}


.credentials {
	padding-top:15px;
	font-size:12px;
color:#bebebe;
	/*border-top:1px solid #DCDCDC;*/
	background: #323232;
	text-align:left;
	height:25px;
}
.credentials a{
/*	color:#000;*/
	color:#bebebe;
}

.credentials_left {
	width:360px;
	float:left;
	margin-left:34px;
}

.credentials_right {

	float:left;
	text-align:right;
	width:560px;
}

.credentials_right a {
	/*color:#000!important;*/
	color:#bebebe!important;
}




/* BOXED_IFRAME AS in google maps module */



.boxed_iframe {
	background: #fff;
	padding: 3px;	
	border-top:1px solid #aaa; 
	border-left:1px solid #888;
	border-right:1px solid #aaa; 
	border-bottom:1px solid #666;
	overflow:hidden;
	width:260px;
	height:260px;
	}
.boxed_iframe_shade {
/*	height: 10px;*/
	/*background: url('../images/trip_box_shade.gif') repeat-x top left; */
	}
	

/*OTHER*/
#clearboth {
	clear:both;
}

/*DATAPORT, Hidden DIV, transfers AJAX DATA from page_load to javascript*/
#dataport {
	display:none;
}
.image_kader {
	background: url('../images/kader2.jpg') no-repeat top left; 
	width: 239px !important ; 	
	height: 208px !important ; 	
	padding-top:7px;
	padding-left:0px;
	display:block;
	text-decoration:none; 
}

.image_kader_display{
	background: url('../images/kader2_klein.jpg') no-repeat top left; 
	width: 138px !important ; 	
	height: 106px !important ; 	
	padding-top:7px;
	padding-left:4px;
	display:block;
	text-decoration:none; 
}

#foto_banner {
	margin-top:33px;
	height:229px;
	width:960px;
	/*background: url('../images/foto_banner.jpg') no-repeat top left; */
}
#topcontent_header {
	height:53px;
	width:960px;	
	background: url('../images/topcontent_header.jpg') no-repeat top left; 
}

#topcontent_header_big{
	height:53px;
	width:960px;	
	background: url('../images/topcontent_header_1.jpg') no-repeat top left; 
}
#topcontent_header_1 {
	float:left;
	width: 640px;	
}


#topcontent_header_2 {
	float:left;
	width: 300px;	
}
.topcontent_header_content {
	margin-left:60px;
	margin-top:20px;
	color:#fff;
	font-size:15px;
}
.space_line {
	border: 0px solid #fff;
	height: 1px !important;
	padding:0px!important;
	margin: 0px;
	margin-top:15px;
	display:block!important;
	text-decoration:none!important;
	background:#d8d4d4!important;
}


