/* Presentation Stylesheet */

a { color: #d6161f; background: transparent; font-weight: normal; text-decoration: none;}
a:hover { color: #d6161f; background: transparent; font-weight: normal; text-decoration: underline;}
a.highlight { color: #d6161f; background: transparent; font-weight: normal; text-decoration: none;}





h1 {
	font-size: 180%;
	color: #E01721;
	background: transparent;
	line-height: 140%;
	font-weight: normal;

	padding: 0;
	margin: 0 0 15px 0;
	
	background: url('../img/h2bg.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}

h2 {
	color: #2E4A4A;
	background: transparent;
	font-size: 19px;
	line-height: 28px;
	font-weight: normal;
	margin: 5px 0 8px 0;
	padding: 0 0 3px 0;

	background: url('../img/h2bg.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}

h3 {
	padding: 0;
	margin: 2px 0px 4px 0px;
	color: #f93448;
	font-weight: normal;
	font-size: 15px;
	
}

p{
	margin: 0 0 1em; 
	line-height: 24px;	
}


strong {
	font-weight: bold;
	color: #525252;
}

hr {
  	border: 0;
  	width: 100%;
  	color: #0585dd;
	background-color: #0585dd;
	height: 1px;
	clear: both;
	margin: 8px 0 8px 0;
}



img.padding-left{
	margin: 0 0 15px 20px;
}

img.border{
	border: 1px solid #333;
}



div.hr{
	font-size: 1px;
	line-height: 1px;
	
	height: 1px;
	
	background: transparent url(../img/hrbg.gif);
	background-repeat: repeat-x;
	
	
	margin: 5px 0 5px 0;
}





/* mainnav */

#mainnav ul {
	list-style-type: disc;
	padding: 0;
	margin: 0px 0 0 0;
	
	font-size: 12px;
	font-weight: normal;
	height: 39px;
}

#mainnav ul li{
	
	display: block;
	float: left;
	height: 39px;
	
	margin: 0px 0 0 0;
	padding: 0px 0px 0 0px;
	text-align: center;
	background-image: none;
	
	
	background-color: transparent;
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: #fff;

}

* html #mainnav ul li{
	width: 1px;
}


#mainnav ul li a {
	padding: 11px 20px 0px 20px;
	margin: 1px 0 0 0;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	letter-spacing: 1px;
	display: block;
	height: 24px;
}


#mainnav ul li.first a {
	background-image: none;
}

#mainnav ul li a:hover{
	padding: 9px 20px 0px 20px;
	margin: 3px 0 0 0;
	color: #fff;
	text-decoration: none;
	background: #487771;	
}



#mainnav ul li.highlight a{
	color: #fff;
	text-decoration: none;
	background: #2E4A4A;
}

#mainnav ul li.highlight a:hover{
	padding: 11px 20px 0px 20px;
	margin: 1px 0 0 0;
	color: #fff;
	text-decoration: none;
	background: #2E4A4A;
}




	
/* Content */	

#content ul {
	padding-left: 25px;
	margin: 10px 0 10px 0px;
	font-size: 100%;
	list-style: url(../img/icons/bullet.gif);
}

#content li {
	margin: 0;
	padding:  2px 0 10px 2px;
}

#content div.content-highlight{
	background: #f3f3f3;
	padding: 16px;
	clear: both;
	margin: 0 0 10px 0;
}


#content div.content-highlight ul{
	margin-top: 0;
	margin-bottom: 0px;
}

#content a.meerinfo{
	
	background: transparent url(../img/icons/meerinfo.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 22px;
}

#content p.intro{
	line-height: 22px;
	
}


/* quote block */

#content div.quote{
	border:1px solid #d4d4d4;
	background: #f4f4f4 url('../img/quotebg.gif');
	background-repeat: no-repeat;
	
	margin: 20px 0 20px 0;
	padding: 20px 60px 20px 80px;
	clear: both;
	
	
}

#content div.quote img{
	float: left;
	margin: 0 25px 0 0;
	border: 1px solid #686868;
	margin-bottom: 20px;
	width: 100px;
}

#content div.quote p{
	color: #000;
	margin: 10px 0 5px 0;
	font-size: 12px;
	line-height: 19px;
}

#content div.quote a.meerinfo{
	
	background: transparent url(../img/icons/quote-meerinfo.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0 0 0 15px;
}


/* Breadcrums */

#breadcrumb {margin:3px 2px 12px 0px; background:#fff;color:#888; font-size: 13px;}
#breadcrumb a {color:#888; text-decoration:underline;}
#breadcrumb a:hover {text-decoration:underline; color: #000;}

.datatable { line-height: 20px; cellspacing: 5px; } 

/* Form elements */

form{
	margin: 0;
	padding: 0;
}



form input.checkbox{
   float: left;
   margin-right: 8px;
}


form input.text{
	border: 1px solid #a9a9a9;
	padding: 3px 3px 3px 3px;
	margin: 2px 0 5px 0px;
	background: #fff;
	font-weight: normal;
	font-size: 13px;
}

form select{
	padding: 0;
	margin: 2px;
	
	border: 1px solid #396cac;
}

form input.submit{
  	border: 1px solid #d2d2d2;
	padding: 4px 12px 4px 18px;
	margin: 5px 0 0 0;
	
	color: #565555;
	font-size: 11px;
	font-weight: bold;
	
	background: #e2e2e2 url(../img/terugbelform-submit.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;

}

form textarea {
background-color: #fff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000; border: 1px solid #a9a9a9;
height: 90px;
width: 410px;
}

div.error {
	border: 1px solid red;
	background-color : #FFCCCC;
	width: auto;
	margin: 5px 0px 15px 0px;
	padding: 15px;  
}


/* Home header + overlay */

#topheader-home #overlay{
	
	width: 346px; 
	height: 90px; 
	padding: 10px;
	
	overflow: hidden;
	position: absolute; 
	left: 550px; 
	top: 181px; 
	
	background: #1d171a; 
	filter: alpha(opacity=82); 
	-moz-opacity:82%; 
	opacity: 0.82;
	
	text-align: left;
	color: #fff;
	
	/*border: 1px solid #5c5c5c;*/
}

#topheader-home #overlay h1{
	color: #FFFFFF;
	border: 0;
	letter-spacing: 0px;
	font-size: 24px;
	margin: 0 0 5px 0;
}

#topheader-home #overlay p{
	color: #fff;
	letter-spacing: 1px;
	font-size: 14px;
	margin: 3px 0 10px 0;
	line-height: 16px;
}

#topheader-home #overlay a{
	color: #fff;
	text-decoration: underline;
}

#topheader-home #overlay a:hover{
	color: #da2538;
	text-decoration: underline;
}



/* IMAGE GALLERY */
div.container {
  border: 1px solid #fff;
  background-color: #F7F7F7;
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0px 0px;
  clear: both;
  width: 575px;
  }

div.spacer {
  clear: both;
  height: 2px;
  }

div.float {
  float: left;
  height: 125px;
  width: 120px;
  margin: 10px;
  /* border: 1px solid #F00; */
  text-align: center;
  }
  
.float img { padding: 3px; border: 1px solid #CCC; margin: 0px 0px 5px 0px; clear:right; background: #FFFFFF; }
.img_content { padding: 3px; border: 1px solid #CCC; margin: 0px 10px 5px 0px; float:left; background: #FFFFFF; }
.img_content_right { padding: 3px; border: 1px solid #CCC; margin: 0px 0px 5px 10px; float:right; background: #FFFFFF; }
.img_map { padding: 3px; border: 1px solid #CCC; margin: 0px 40px 5px 0px; float:left; background: #FFFFFF; }

div.float_big {
  margin: 2px;
  line-height: 20px;
  padding: 0px 0px 0px 0px;
  width: 575px;  
  text-align: center;
  }

#gallerynav { list-style:none !important; padding: 0 0 0px 0px !important; margin: 0 0 0px 0px !important; width: 595px; }
#gallerynav #prev { float: left; }
#gallerynav #next { float: right; text-align: right;  }
  
/* Begin Comments*/
.commentlist {
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	text-align: justify;
	}

.commentlist li {
	margin: 5px 0px 3px 30px !important;
	padding: 5px 10px 3px !important;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.comment_date {
	margin: 0;
	font-size: 11px;
	color: gray;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	/* font-size: 1.1em; */
	}

.alt {
	background-color: #F8F8F8;
	border-top: 1px solid #E4E3E3;
	border-bottom: 1px solid #E4E3E3;	
	}

/* End Comments */




/* rightcol */

#rightcol ul {
	padding-left: 18px;
	margin: 10px 0 15px 0px;
	font-size: 100%;
	list-style: url(../img/icons/bullet.gif);
}

#rightcol li {
	margin: 0;
	padding:  2px 0 3px 1px;
}


#rightcol div#fotogal a img{
	border: 1px solid #2E4A4A;
	padding: 3px;
	margin: 0 10px 5px 0;
}

#rightcol div#fotogal a:hover img{
	border: 1px solid #da2538;
	padding: 3px;
}




/* Footer */


#footer div{
	width: 280px;
	float: left;
	margin: 0 15px 12px 0;	
}

#footer h3{
	color: #f93448;
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 10px 0;
}

#footer a{
	font-weight: normal;
	font-size: 11px;
	line-height: 10px;
	color: #b3b3b3;
	padding: 0 0 0 8px;
	text-decoration: underline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: transparent url(../img/footer-itembg.gif);
	background-repeat: no-repeat;
	background-position: left;
	
}

#footer a:hover{
	color: #fff;
	text-decoration: underline;
}

#footer p { line-height: 18px; }

#footer p.copy{
	clear: both;
	font-size: 11px;
	color: #b3b3b3;	
}