html {
	overflow: hidden; /* Prevents scroll-bars in any case */
}

body 
{
	background: #474848;
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size: 12px;
	color: black;
	min-height: 100%;
	/*background: #EFF1F1;*/
}

body.home 
{
	background: #EFF1F1 url('../images/bg-main.png') repeat-y top center;
	
	position:absolute;
	width:100%;
	height:100%;	
}

/* HTML elements */

h1 { 
	font-weight: bold;
	line-height: 110%;
}

a {
	text-decoration: none;
}

/* Prevent dotted focus outline */
a:focus {
    outline: 0;
}


/* Main content */

.main-container 
{		
	margin: 0 auto;
	width: 991px;
	height:100%;
	min-height:567px;
}

.top 
{
	/* position: absolute; */
	
	top: 0;
	left: 0;
	height: 20px;
	background-color: #006666;
	
}

/* Menu  */

.menu-container
{
	z-index: 102;
	/*position: fixed;*/
	bottom: 0;	
}

.menu 
{
	background-color: #333333;
	display: block;
	float: left;
}

.menu .menu-item 
{	
	position: relative;		
	float: left;	
	width:197px;
	/* IE7- Fix: */
	display:block;	
}

.menu-item a span { cursor: pointer; }

.menu-item.margin-right 
{
	margin-right: 1px;
}
	

.menu-item .main-image
{	
	padding-top: 1px;
	margin: 0;
	overflow: hidden;
	height: 72px;
	
}

.menu-item.active  
{
	margin-right: 0px;
	width: 199px;
} 
.menu-item.active.w198
{	
	width: 200px;
} 
.menu-item.active.first 
{
	width: 198px;
}

.menu-item.active .main-image 
{
	padding-top: 0;	
	border: 1px solid #99BBBB;		
	height: 71px;
}

.menu-item.active.first .main-image
{
	/* Eerste menu item krijgt geen border left bij hover */
	border-left: none; 
}

.menu-item.last, .menu-item.w198 
{
	width:198px;
}
.menu-item.last .main-image
{
	margin-right: 0;
	border-right: 0;
}

.submenu 
{
	display: none;
	position: absolute;
	left: -1px;
	bottom: 73px;
	z-index: 1000;
	background-color: #C5D9E2;
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
	width: 199px;
	
	/*height: 203px; */
	padding-bottom: 20px;
}
.menu-item.active .submenu { left: 0}

.submenu ul 
{
	list-style-type: none;
}

.submenu li 
{
	height: 41px;	
}

.submenu li a:hover 
{
	background-color: #207675;
	color:white;
}

.submenu li a  
{
	clear: both;
	display: block; 
	font-size: 12px;	
	padding: 0px 10px 0 10px;	
	height: 100%; 
	line-height: 41px;
	color: Black; 
}

.submenu li a span { float: left; }
.submenu li a img { float: right; padding-top: 5px; vertical-align: bottom; width: 44px; }

/* Gallery */

.gallery 
{
	position: relative;
	display: none; /* start with fade in */
	width: 480px;
	height: 360px;	
}

.gallery-image 
{	
	border: 1px solid red;
	width: 480px;
	height: 360px;	
}

.gallery-text 
{
	position: absolute;
	left: 0;
	bottom: 0;	
	padding-top: 10px;
	line-height: 100%;
	height: 50px;	
	color: White;
	font-size: 11px;
	background: url('../images/bg_black_opacity50.png') repeat;
	width: 100%;	
}

.gallery-text .title { font-weight: bold; padding-left: 10px; }
.gallery-text .caption { font-weight: normal; padding-left: 10px; }

/* Map */

.map  
{	
	position: relative;	
	width:991px; 
}

.map-left-ds 
{
	position: absolute;
	top: 0;
	left: -20px;
	background: url('../images/bg_map_ds_left.png') repeat-y;		
	height: 300px;
	width: 30px;
	z-index: 750;
	border-bottom: 1px solid green;
}

.map-controls 
{
	display: none;
	position: absolute;	
	top: 21px;
	left: 170px;
	width: 55px;
	height: 166px;
	
	z-index: 101;
	background: url('../images/bg_map_controls.png') no-repeat;		
}

.map-large-label 
{
	position: absolute;
	background: url('../images/map_large_label.png') no-repeat;
	width: 140px;
	height: 50px;
	left: 0px;
	top: 140px;
	height: 150px;
	z-index: 200;	
	
}

.map-title-text
{
	position: absolute;
	background: url('../images/map_title_text.png') no-repeat;
	width: 86px;
	height: 35px;
	left: 10px;
	top: 128px;
	height: 150px;
	z-index: 200;	
	
}

.map-left-overlay 
{
	display: none;
	clear: both;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../images/bg_map_left.png') repeat-y top right;
	/*border: 1px solid red;*/
	z-index: 100;
	height: 100%;
	width: 201px;
	
}

.map-left-overlay  { min-height:100%} * html.map-left-overlay { height:100%; }

.map #myMap {
	position: relative;
	width:991px; 
	height:100%;
	min-height:480px!important;	
	overflow:hidden;
}

.map .label {
	position: absolute;	
	background: url('../images/label_map.png');
	width: 47px;
	height: 40px;
}
.map .label  a { display: block; width: 100%; height: 100%;}

.label-hover 
{
	position: relative;
	background: url("../images/bg_label_map_hover.png") no-repeat;
	width: 174px;
	height: 332px;	
	font-size: 11px;
	line-height: 120%;
}

.label-hover .number 
{
	position: absolute;
	text-align: center;
	width: 180px;	
	height: 30px;
	line-height: 30px;
	top: 70px;
	left: 0px;	
	font-size: 26px;
	font-weight: bold;
	color: #584325;
}


.label-hover .image 
{
	position: absolute;
	left: 18px;
	top: 110px;
	width: 131px;
	height: 78px;
	border: 1px solid #584325;
	padding: 2px;
}

.label-hover .text 
{
	color: Black;
	position: absolute;
	word-wrap: break-word;
	top: 205px;
	left: 18px;
	width: 140px;	
	height: 185px;
	overflow: hidden;
}

.label-hover a 
{
	position: absolute;	
	display: block;
	bottom: 10px;
	left: 18px;
}


/* Links Persoonlijke op kaart verhalen */

.map-ps 
{
	position: absolute; 
	z-index: 200;
	top: -5px; 
	left: 672px;
}

.map-ps a 
{
	float: left;
	margin-left: -20px;
}

.footer 
{	
	background-color: #003366;
	height: 30px;
	line-height: 30px;	
	width: 990px;
	color: White;
}
.footer .inner { padding-left: 15px; width: 100%; }

.footer a
{
	font-size: 10px;
	color: White;
}


/* Lightbox content */

.lb-container {
	position: relative;
	height: 505px;	
	overflow: hidden;
	width: 787px;
	padding-bottom: 10px;
background-color:white;
}

.lb-container h1, .lb-container h2 {
	color: #584325;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

.lb-container h1 { font-size: 23px; }
.lb-container h2 { font-size: 16px; }

.lb-top {
	height: 35px;	
	background: #6298B3;
}

.lb-header {
	height: 80px;
	line-height: 120%;	
	background: white;	
}

	.lb-header div.title {padding-top: 15px; padding-left: 20px;}
	.lb-header div.title img {margin-bottom: -5px; }
	
	.lb-header img.label { position: absolute; top: -10px; left: -5px;}
	
	.lb-header div.filter { position: absolute; top: 10px; right: 20px;}
	
	.lb-header div.filter select {display: block; margin-bottom: 5px; width: 196px;}
	
	.lb-header div.head 
	{
		font-family: Verdana;
		font-size: 17px;
		line-height:20px;
		font-weight: bold;
		width: 480px;
		color: #584325;		
		margin-left: 105px;
		margin-top: 20px;
	}
	
	.lb-header div.text 
	{		
		margin-top: 13px;
		color: #8D8C8C;
		font-size: 10px;
		margin-left: 105px;
		line-height: 120%;
	}
	
	.lb-header div.coordinates {
		position: absolute;
		right: 5px;
		top: 35px;
		background: url('../images/icon_gps.png') no-repeat;
		height: 25px;
		padding-top: 6px;
	}
	
	.lb-header div.coordinates  span {
		padding: 0 3px 0 3px;
		line-height: 17px;
		height: 17px;		
		margin-left: 30px;
		font-size: 13px;
		color: white;
		background-color: #6298B3;			
	}

.lb-content {
	position: relative;	
}

/* Body content */

.lb-body 	
{
	background: white;
	position: relative;
	overflow-y: auto;
	/*padding-left: 10px;*/		
	height: 395px;	
}
.lb-body.border { border-left: 7px solid #B6C0C0;}

.lb-body .gallery 
{
	margin-left: 100px;	
}


.lb-body .animation 
{
	margin-left: 100px; 
	width: 480px;
	height: 360px;
}

.lb-body .movie  
{
	margin-left: 100px; 
	position: relative; 
	width: 260px;
}

.lb-body .text {
	position: relative;
	float: left;
	padding-left: 90px;	
	padding-top: 25px;	
	padding-bottom: 15px;
	width: 390px;	
}

	
	.lb-body .text h2 
	{
		font-size: 18px;
		color:#437F8D;
		font-weight: bold;
	}
	
	.lb-body .m20 
	{
		margin-bottom: 20px;
	}
			
	.lb-body .text p {
		float: left;
		margin-bottom: 20px;
		line-height: 160%;	
		font-size: 12px;
	}
	
	.lb-body .text h1 {
		color: #0B596D;
		font-size: 22px;
	}
	
	.lb-body .text p.intro {
		font-size: 13px;
		font-weight: bold;	
	}
	
	.lb-body .text .label {
		display: inline-block;
		text-align: center;
		/*width: 48px; */
		padding-left: 5px;
		padding-right: 5px;
		height: 26px;
		background: url('../images/bg_label_in_text.png') no-repeat;
		
		font-size: 15px;
		color: white;
	}
	
.lb-body .side-image {
	float: right;
}

/* Generated image headers */

.header23 
{
	margin-left: -2px;
}

/* Downloads in running text */

a.download-link 
{
	display: block;
	padding-left: 50px;
	color: #0B596C;
	text-decoration: underline;
	font-size: 11px;
	height: 40px;
	line-height: 40px;
}
a.download-link.pdf 
{
	background: url('../images/icon_pdf.png') no-repeat;
}

/* Article list */

ul.article-list {
	float: left;
}

ul.article-list li 
{
	/* IE7- Fix: */
	display:block;
	float:left;
	
	position: relative;
	border-left: 7px solid #B6C0C0;
	padding-left: 15px;
	padding-bottom: 5px;
	margin-bottom: 5px;	
	background: #EFF1F1; 
	font-size: 11px;
}

ul.article-list li:hover {
	background: #F1F0C0;
	border-left: 7px solid #C4C100;	
}

ul.article-list li .left { float: left; width: 205px; height: 80px; padding-top: 5px; margin-right: 5px;}
ul.article-list li .right { float: left; width: 530px; height: 100%; padding-top: 20px;}
ul.article-list li h3 { color: #6298B3;font-size: 15px; font-weight: bold;}
ul.article-list li p.theme { color: #999999; font-size: 9px; margin-top: 8px;}
ul.article-list li .button {position:absolute; bottom: -3px; right: 0;}

.lb-body .nav-left { position: absolute; top: 7px; left: 0px; }
.lb-body .nav-right { position: absolute; top: 7px; right: 0px; }
.lb-body .nav-right.inner {right: -80px;}


.lb-body .nav-right .fr { float: right;}

.article-image 
{
	position: relative;
}

.article-image .play-icon 
{
	position: absolute;
	top: 53px;
	left: 100px;
	z-index: 100;
}

/* Form */

div.form {
	margin-top: 40px;
	margin-left: 35px;
}

div.form p { width: 300px; font-size: 14px;}

.reaction-form {	
	z-index: 300;
	position: absolute;
	top: -5px;
	left: 382px;
	width: 307px;
	height: 522px;
	background: url('../images/bg_reactie.png') no-repeat;
	padding-left: 19px;
	color: #584325;
	font-size: 11px;
}

.reaction-form fieldset { margin-top: 214px;}

.reaction-form label {padding-top: 5px;}
.reaction-form .fld1 { width: 265px;margin-bottom: 3px; }
.reaction-form textarea.fld1 { width: 265px; height: 60px;}

.reaction-form .send  {
	position: absolute;
	top: 460px;
	left: 215px;
}

.reaction-form div.checkbox span { float :left; margin-right: 10px;}  
.reaction-form div.checkbox label  
{
	float: left;
	padding: 0;
	display: block; 
	width: 250px;
}
.reaction-form .field-error 
{
	color: #990000;
}


/* Navigation links */

.nav-right a, .nav-right .button { padding-left: 10px; display: block; font-size: 10px;}

.nav-right a.jv {	
	width: 123px;
	height: 16px;
}

/* Misc */

.fixed-bottom 
{
	position:fixed;	
}

 /* IE6 position fixed Bottom     */
* html .fixed-bottom{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}

div.error-ie6 
{
	margin-top: 30px;
	
}

div.error-ie6 p
{	
	font-weight: bold;
	font-size: 15px;
}
.bg-gray { background: #EFF1F1; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

