/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#004488;
	font-size:11px;
	height: 100%;
	background-position:top center;
	background-image:url(../img/body_bg.gif);
	background-repeat: repeat-x;
	background-color:#004488;
}

#container{
	width: 924px;
	left: 50%;
	position: absolute;
	margin-left:-462px;
	text-align: left;
	background-image:url(../img/content_bg.gif);
	background-repeat:repeat-y;
}

* html #container {
	margin-left:-461px;
}

#top{	
	width:924px;
	height:31px;
	background-image:url(../img/top.gif);
	background-repeat: no-repeat;
}

#header{	
	width:924px;
	height:225px;
	background-image:url(../img/header.gif);
	background-repeat: no-repeat;
}

#flashholder{
	width:576px;
	height:225px;
	padding-left: 327px;
	color:#FFFFFF;
}

* html #flashholder {
	height:200px;
	margin: 0px;
}

#menu{	
	width:902px;
	height:38px;
	padding-top: 3px;
	padding-left: 22px;
	background-image:url(../img/menu_bg.gif);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}

#home a {
	float: left;
	display: block;
	cursor: hand;
	background-image: url(../img/menu2/home_but.gif);
	background-position: left top;
	height: 35px;
	width: 147px;
	text-indent: -4000px;
}

#home a:hover {
	display: block;
	cursor: hand;
	background-image: url(../img/menu2/home_but_ro.gif);
	background-position: left top;
	height: 35px;
	width: 147px;
	text-indent: -4000px;
}

#diensten a {
	float: left;
	display: block;
	cursor: hand;
	background-image: url(../img/menu2/diensten_but.gif);
	background-position: left top;
	height: 35px;
	width: 151px;
	text-indent: -4000px;
}

#diensten a:hover {
	display: block;
	cursor: hand;
	background-image: url(../img/menu2/diensten_but_ro.gif);
	background-position: left top;
	height: 35px;
	width: 151px;
	text-indent: -4000px;
}

#service a {
	float: left;
	display: block;
	cursor: hand;
	background-image: url(../img/menu2/service_but.gif);
	background-position: left top;
	height: 35px;
	width: 139px;
	text-indent: -4000px;
}

#service a:hover {
	display: block;
	cursor: hand;
	background-image: url(../img/menu2/service_but_ro.gif);
	background-position: left top;
	height: 35px;
	width: 139px;
	text-indent: -4000px;
}

#historie a {
	float: left;
	display: block;
	cursor: hand;
	background-image: url(../img/menu2/historie_but.gif);
	background-position: left top;
	height: 35px;
	width: 142px;
	text-indent: -4000px;
}

#historie a:hover {
	display: block;
	cursor: hand;
	background-image: url(../img/menu2/historie_but_ro.gif);
	background-position: left top;
	height: 35px;
	width: 142px;
	text-indent: -4000px;
}

#route a {
	float: left;
	display: block;
	cursor: hand;
	background-image: url(../img/menu2/route_but.gif);
	background-position: left top;
	height: 35px;
	width: 131px;
	text-indent: -4000px;
}

#route a:hover {
	display: block;
	cursor: hand;
	background-image: url(../img/menu2/route_but_ro.gif);
	background-position: left top;
	height: 35px;
	width: 131px;
	text-indent: -4000px;
}

#contact a {
	float: left;
	display: block;
	cursor: hand;
	background-image: url(../img/menu2/contact_but.gif);
	background-position: left top;
	height: 35px;
	width: 170px;
	text-indent: -4000px;
}

#contact a:hover {
	display: block;
	cursor: hand;
	background-image: url(../img/menu2/contact_but_ro.gif);
	background-position: left top;
	height: 35px;
	width: 170px;
	text-indent: -4000px;
}

#subnav {
	background: #d9e3ed;
}

#subnav td {
	border-top: 1px solid #b5c6d7;
	text-align: left;
	width: 120px;
}

#subnav td a {
	display: block;
	text-decoration: none;
	color: #004488;
	padding: 5px 15px;
	width: 122px;
}

#subnav td a:hover {
	background: #004488;
	color: #FFFFFF;
	text-decoration: none;
}

/*CONTENT*/
#content{
	width: 924px;
	height: auto;
	background-image:url(../img/content_bg.gif);
	background-repeat:repeat-y;
}

#col_left{
	float: left;
	width: 327px;
	height: 363px;
	background-image:url(../img/left_col.gif);
	background-repeat:no-repeat;
	font-size:11px;
	line-height: 20px;
	color:#004488;
}

/*RIGHT COL */

#col_right{
	float: right;
	width:444px;
	height: auto;
	padding-top: 55px;
	padding-right: 88px;
	padding-left: 65px;
	padding-bottom: 50px;
	background-image:url(../img/right_col_bg.gif);
	background-repeat:no-repeat;
	line-height: 20px;
	text-align: left;
}

#col_right a:link, #col_right a:visited {
	color:#004488;
	font-size:11px;
	text-decoration: underline;
}

#col_right a:hover {
	color:#004488;
	font-size:11px;
	text-decoration: none;
}

#col_right h1{
	margin-bottom: 20px;
}

#col_right h2{
	margin-bottom: 8px;
	padding-bottom: 5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#004488;
	font-weight:bold;
	font-size:12px;
}

#col_right h2 a:link, #col_right h2 a:visited {
	color:#004488;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
}

#col_right h2 a:hover {
	color:#004488;
	font-weight:bold;
	font-size:12px;
	text-decoration: underline;
}

#col_right p{
	margin-top: 5px;
	
}

#col_right hr{
	height: 1px;
	border: 1px solid #d9f0fa;
}

#col_right .img_right {
	margin-top: 8px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
	padding: 3px;
	border: 1px solid #004488;
	background-color: #FFFFFF;
}

#col_right .img_right_nob {
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
	border: 0px solid #004488;
}

/*FOOTER*/

#footer{
	color:#FFFFFF;
	width:924px;
	height:42px;
	padding-top: 11px;
	float: left;
	text-align:center;
	font-size:11px;
	background-image:url(../img/footer_bg.gif);
	background-color:#FFFFFF;
}

#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

/*FORMULIEREN*/

label{
	display: block;
	float: left;
	width: 125px;
}

.label_checkbox{
	display: block;
	float: left;
	width: 250px;
}


fieldset{
	width: 395px;
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 25px;
	border: 1px solid #004488;
}

legend{
	background-color: #d9e3ed;
	font-size:12px;
	color:#004488;
	font-weight:bold;
	padding: 4px 6px 4px 6px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

input{
	margin-top: 0px;
	margin-bottom: 8px;
	margin-right: 0px;
	padding: 3px 0 2px 3px;
	border: 1px solid #004488;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#004488;
	font-size:11px;
	width: 225px;
}

.checkbox{
	border: 1px solid #004488;
	background-color: #FFFFFF;
	height: 17px;
	width: 17px;
}

select {
	color:#004488;
	font-size:11px;
	background-color : #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	width: 353px;
	height: 25px;
	border: 1px solid #004488;
}

textarea{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	border: 1px solid #004488;
	background-color: #FFFFFF;
	scrollbar-3dlight-color : #004488;
	scrollbar-arrow-color : #004488;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-base-color : #FFFFFF;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #FFFFFF;
	scrollbar-track-color : #FFFFFF;
	width: 225px;
	font-family:Arial, Helvetica, sans-serif;
	color:#004488;
	font-size:11px;
}

.button{
	background-color: #004488;
	border: 1px solid #004488;
	color: #FFFFFF;
	width: auto;
	height : 25px;
	margin-right: 25px;
	margin-top: 25px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	float: right;
}

select{
	margin: 2px 0 5px 0;
	padding: 1px 0 2px 3px;
	border: 1px solid #004488;
	background-color: #FFFFFF
	display: block;
}

/*LIGHTBOX*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #004488;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../content/collectie/img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../content/collectie/img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../content/collectie/img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #004488;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
