

/*
-------------------------------------------------+
Client: LSB Blokhutten
Date: 11/01/2008
Copyright: Robarov
Author: Jan Meeus
-------------------------------------------------+
*/

* {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background: #6a645d;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.4em;
	text-align: center;
}
#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
	
.mini {
	text-align: right;
	clear: both;
	margin: 0px;
}
	
/*--[ common ]----------------------------------------------------------------*/
h1, h2, h3 {
	text-transform: uppercase;
}
h1 {
	font-size: 2em;
	line-height: 1.4em;
	margin-bottom: 0.6em; 
	color: #4c808e;
}
h2 {
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 0.4em;
	color: #4c808e;
}
h3 {
	font-size: 1.2em;
	margin-bottom: 0.3em;
	color: #544b3f;
	}
h4 {
	font-size: 1.1em;
}
p { 
	margin-bottom: 1em; 
}
blockquote {
	text-align: center;
	padding: 1em;
	color: #666;
	font-size: 1.6em;
	line-height: 1.4em;
	font-family: Georgia,"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
}
blockquote span {color: #999;}
blockquote p {margin: 0px;}

address {
	font-style: normal;
}
ol {
	margin: 0 0 1em 2em; 
}
	
ul, dl {
	margin-bottom: 1em; 
}
ul li {
	background: url(../i/layout/bullet.gif) 0% 50% no-repeat;
	list-style-type: none;
	padding:0 0 0 16px;
}

a {
	color: #d17e21;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #965307;
}
img, fieldset { 
	border: none;
}
.alignleft {
	margin: 0 15px 5px 0;
	float: left;
}
.alignright {
	margin: 0 0 5px 15px;
	float: right;
}
.highlight { /* highlight important text */
	background: #FFC;
}
.clear { /* clear floated divs */
	clear: both;
}
.hide, .url { /* hides text from broswer */
	position:absolute;
	left:-9999px;
	width:0px;
	overflow:hidden;
}
.remark {
	clear: both;
	background: url(../i/layout/bg-remark.jpg) bottom left no-repeat;
	width: 720px;
	padding-bottom: 10px;
	color: #8d6e4b;
}
.remark div {
	background: url(../i/layout/bg-remark.jpg) 0 0 no-repeat;
	width: 680px;
	padding: 20px;
	padding-bottom: 0px;
}


/*--[ crumb ]----------------------------------------------------------------*/
#crumb {
	color: #777;
	margin: -1.6em 0 20px 0;
}
#crumb a {color: #999;}
#crumb a:hover {color: #333;}
	
/*--[ header ]----------------------------------------------------------------*/
#header {
	background: #5f5951 url(../i/layout/bg-header.gif) 0 0 repeat-x;
	position: relative;	
	height: 120px;
	z-index: 2;
}
#header h1 {
	background: url(../i/layout/logo.gif) 0 0 no-repeat;
	position: absolute;
	top: 0px;
	left: 305px;
	margin: 0px;
	width: 150px;
	height: 90px;
	z-index: 2;
}

#header h1 a { 
	text-indent: -9000em;
	overflow: hidden; 
	width: 150px;
	height: 90px;
	display: block;
	text-decoration: none;
	float:left;
}

/*--[ language ]----------------------------------------------------------------*/
#lng {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
}
#lng li {
	background: #3e484e;
	float: left;
	display: inline;
	text-align: center;
	width: 24px;
	line-height: 20px;
	font-size: 0.9em;
	margin-left: 6px;
	padding: 0px;
}
#lng a {
	display: block;
	width: 24px;
	line-height: 20px;
	text-decoration: none;
	color: #aabec9;
}
#lng a:hover, #lng .active a {
	color: #72c3f0;
	background: #2d353a;
}
/*--[ navigation ]----------------------------------------------------------------*/
#nav {
	background: #5f5951;
	position: absolute;
	left: 0px;
	top: 90px;
	height: 30px;
	width: 740px;
	padding-left: 20px;
	margin: 0px;
	z-index: 100;
	}
#nav li {
	background: #5f5951 url(../i/layout/bg-nav-li.gif) top right no-repeat;
	float: left;
	display: inline;
	width: auto; /* width needed or else Opera goes nuts */
	margin: 0;
	padding: 0px;
	position: relative;
}
#nav li.last {background: none;}
#nav li a {
	background: #5f5951 url(../i/layout/bg-nav-li.gif) top right no-repeat;
	color: #fff;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
}
#nav li a:hover, #nav li:hover a, #nav li.sfhover a {
	background: #524d45 url(../i/layout/bg-nav-li.gif) top right no-repeat;
	text-decoration: none;
	color: #f9b971;
}
#nav .active a, #nav .last.active a, #nav .active a:hover {background: #fff;}
#nav .active a, #nav .active a:hover, #nav li li a:hover {
	color: #d17e21;
}
#nav li li {
	background: #524d45;
	text-transform: none;
	width: 15em;
	height: auto;
	padding: 0px;
	margin: 0px;
	background: #f7f7f7;
	border-bottom: 1px solid #6a645c;
}
#nav li li a, #nav .active li a, #nav li:hover li a, #nav li.sfhover li a {
	background: #524d45;
	display: block;
	height: 2em;
	line-height: 2em;	
	padding: 0 0 0 1em;
	width: 14em;
	float: none;
	color: #fff;
}
#nav li li a:hover, #nav .active li a:hover {
	background: #524d45;
	color: #f9b971;
}

#nav li ul {
	background: #524d45;
	clear: both;
	position: absolute;
	height: auto;
	width: 15em;
	top: 30px;
	height: auto;
	left: -999em;
	z-index: 100;
	padding-bottom: 0.5em;
}
#nav li:hover ul, #nav li.sfhover ul {left: 0px;}

/*--[ content ]----------------------------------------------------------------*/
#content {
	background: #fff;
	width: 720px;
	padding: 20px;
	z-index: 1;
}
#sidebar {
	background: url(../i/layout/bg-sidebar.gif) bottom left no-repeat;
	border-top: 8px solid #5F5951;
	padding-bottom: 200px;
	float: right;
	width: 150px;
}
#main {
	width: 550px;
	float: left;
}
#sidebar ul {
	background: url(../i/layout/bg-sidebar-ul.gif) 0 0 repeat-y;
	padding-top: 10px;
	margin: 0px;
}

#sidebar li {
	background: url(../i/layout/bg-sidebar-li.gif) bottom left no-repeat;
	padding: 0 0 2px 0;
}
#sidebar li a {
	display: block;
	padding: 6px 10px 6px 20px;
	color: #4c808e;
}
#sidebar li a:hover {
	color: #d17e21;
	text-decoration: none;
}
#sidebar li.active a {
	background: url(../i/layout/bg-sidebar-active.gif) 0 0 repeat-y;
	font-weight: bold;
}
/*--[ home ]----------------------------------------------------------------*/
#intro {
	background: #EBE4C8 url(../i/layout/bg-intro.jpg) bottom left no-repeat;
	width: 720px;
	float: left;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 20px;
	z-index: 1;
}
#inner-intro {
	background: #EBE4C8 url(../i/layout/bg-intro.jpg) 0 0 no-repeat;
	width: 320px;
	min-height: 210px;
	height:auto !important;
	height: 210px;
	float: left;
	padding: 20px 380px 0 20px;
	color: #8d6e4b;
	z-index: 1;
}

#intro h2 {
	font-size: 1.1em;
	margin-top: -1.2em;
}
#intro em {
	color: #d17e21;
	font-style: normal;
}
#slider img {
	position: absolute;
	right: 10px;
	top: 10px;
	float: left;
	width: 350px;
	height: 230px;
}
#intro #slider {
	z-index: 10
}
#choose {
	float: left;
	display: inline;
	width: 720px;
	margin: 0 0 2em 0;
}
#choose li {
	background: transparent;
	padding: 0px;
	float: left;
	display: inline;
	width: 216px;
	margin: 0px;
}
#choose #c2 {
	margin: 0 36px;
}
#choose img {display: block;}
#choose h2 {
	margin: 0px;
	font-size: 1.2em;
	line-height: 2em;
}
#choose h2 a {color: #4c808e;}
#choose h2 a:hover {
	color: #d17e21;
	text-decoration: none;
}
#choose li a {
	display: inline;
	float: left;
}
#choose span {
	background: #fff url(../i/layout/bg-choose.gif) 0% 50% no-repeat;
	display: block;
	width: 196px;
	padding-left: 20px;
	clear: both;
	line-height: 2em;
	height: 2em;
	border-top: 1px solid #ece5c9;	
}

#newsbox {
	clear: both;
	margin-bottom: 20px;
	float: left;
	width: 680px;
	padding: 20px;
	background: #5F5951;
	color: #d8d8d8;
}

#newsbox p img {
	float: left;
	display: inline;
	margin: 3px 10px 5px 0;
	background: #fff;
}

#newsbox p span {color: #b8b4ad;}
#newsbox dl {clear: both;margin: 0px;border-bottom: 1px solid #817C75;}
#newsbox dt {
	color: #b8b4ad;
	position: absolute;
	z-index: 2;
	margin-top: 0.3em;
	width: 80px;
}
#newsbox dd {
	border-top: 1px solid #817C75;
	position: relative;
	text-align: left;
	padding-left: 85px;
	padding: 0.3em 0 0.3em 85px;
	margin: 0px;
	line-height: 1.2em;
	z-index: 1;
}
#newsbox dd a {
	color: #d8d8d8;
	z-index: 3;
	position: relative;
	text-decoration: none;
}
#newsbox a:hover {
	color: #fff;
	text-decoration: underline;
}

#openinghours {
	background: url(../i/layout/bg-sidebar.gif) bottom left no-repeat;
	border-top: 8px solid #5F5951;
	height: 360px;
	float: right;
	width: 216px;
}
#openinghours h3, #openinghours ul {
	background: url(../i/layout/bg-sidebar-ul.gif) 0 0 repeat-y;
	margin: 0px;
}

#openinghours li {
	background: url(../i/layout/bg-sidebar-li.gif) bottom left no-repeat;
}
#openinghours h3, #openinghours li {padding: 6px 10px 6px 20px;}
#openinghours h3 {padding-top: 20px;color: #4c808e;}




/*--[ slideshow ]----------------------------------------------------------------*/
#slideshow {
	position: relative;
	width: 720px;
	padding: 10px 0;
	padding-right: 0px;
	margin-bottom: 20px;
	overflow: hidden;
	background: #5F5951;
}
#slide {
	background: #6A645D url(../i/layout/slide-loading.gif) 180px 140px no-repeat;
	position: relative;
	width: 400px;
	height: 300px;
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
	text-align: center;
}
#slide img {
	margin: 0 auto;
}
#slide p {
	background-image: url(../i/layout/bg-slide.png);
	position: absolute;
	bottom: 0px;
	left: 0px;
	float: left;
	display: inline;
	height: 2em;
	line-height: 2em;
	padding: 0 1em;
	font-weight: bold;
	margin: 0;
	color: #4b463f;
}
#slidethumbs ul {
	margin: 0px;
	padding: 0px;
	background: green;
}
#slidethumbs li {
	background: #6A645D;
	padding: 0px;
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}
#slidethumbs img {
	float: left;
	z-index: 1;
}
#slidethumbs li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	outline: none;
	border-bottom: 1px solid #6A645D;
}
#slidethumbs li a:hover {border-color: #4c808e;}
#slidethumbs li a.active {border-color: #d17e21;}

#slide_prev, #slide_next {
	background: transparent url(../i/layout/blank.gif);
	position: absolute;
	top: 0px;
	display: block;
	height: 100%;
	width: 48%;
	text-indent: -9000px;
	z-index: 10;
	outline: none;
}
#slide_prev {left: 0; float: left; cursor: w-resize;}
#slide_next {right: 0; float: right; cursor: e-resize;}
.nl #slide_prev:hover, .nl #slide_prev:visited:hover {background: url(../i/layout/prevlabel-nl.gif) 0% 50% no-repeat;}
.nl #slide_next:hover, .nl #slide_next:visited:hover {background: url(../i/layout/nextlabel-nl.gif) 100% 50% no-repeat;}

.fr #slide_prev:hover, .fr #slide_prev:visited:hover {background: url(../i/layout/prevlabel-fr.gif) 0% 50% no-repeat;}
.fr #slide_next:hover, .fr #slide_next:visited:hover {background: url(../i/layout/nextlabel-fr.gif) 100% 50% no-repeat;}

#thumbs-prev, #thumbs-next {
	position: absolute;
	bottom: 0px;
	text-decoration: none;
	font-size: 2em;
}
 #thumbs-prev {left: 0px;}
 #thumbs-next {right: 10px;}

/*--[ news ]----------------------------------------------------------------*/
.newsitem h2 {margin: 0px;}
.date-cat {
	color: #9b9b9b;
	font-size: 0.9em;
	}
.date-cat a {color: #666;}	
.newsitem {
	background: #fff;
	float: left;
	width: 550px;
	border-bottom: 3px solid #f2f2f2;
	margin-bottom: 10px;
}
.last {border-bottom-width: 0px;}


#gallery {
	clear: both;
}
#gallery ul {
	float: left;
	width: 550px;
	margin-top: 0.5em;
}
#gallery li {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	padding: 0px;
	background: #fff;
	width: 100px;
	height: 100px;
	text-align: center;
}
#gallery a {
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	text-align: center;
}
#gallery img {
	margin: 0 auto;
}
.more {
	float: right;
	text-align: right;
}
img.news-img, .news-img img {
	float: right;
	display: inline;
	margin: 0 0 5px 15px;
}
#downloads {
	clear: both;
}
#downloads span {
	color:#999;
}
#downloads li {padding: 0 0 0 20px;line-height: 16px;}
.pdf{background:url(../i/layout/pdf.gif) 0 0 no-repeat;} 
.xls{background:url(../i/layout/xls.gif) 0 0 no-repeat;} 
.doc{background:url(../i/layout/doc.gif) 0 0 no-repeat;} 
.zip{background:url(../i/layout/zip.gif) 0 0 no-repeat;} 
.jpg, .epg{background:url(../i/layout/jpg.gif) 0 0 no-repeat;}
.rar{background:url(../i/layout/rar.gif) 0 0 no-repeat;} 
.gif{background:url(../i/layout/gif.gif) 0 0 no-repeat;} 
.iff{background:url(../i/layout/gif.gif) 0 0 no-repeat;}

p#more {
	padding-bottom: 1em;
	border-bottom: 5px solid #efefef;
	margin-bottom: 2em;
}

/*--[ contact ]----------------------------------------------------------------*/
#contactinfo {
	float: left;
	width: 220px;
}
#mapborder {
	width: 480px;
	height: 360px;
	border: 5px solid #eceeef;
	float: right;
}
#map {
	width: 480px;
	height: 360px;
}
#contactlist {clear: both;}

form fieldset div { padding: 0.25em 0;float:left;display:inline;width: 350px;}
label, span.label { cursor: pointer;padding-right: 10px; width: 120px; display: block; float: left; text-align: right;  }
div.error label, span.error { color: #e23b00; }
label em, span.label em, form p em {font-style: normal; color: #e23b00; }
input, textarea {
	font-size: 1.0em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #ccc;
	width: 210px;
	background-color: #fff;
}
select {width: 210px;}
textarea {
	width: 560px;
	height: 120px;
	overflow: auto;
}
div.error input,  div.error textarea { 
	border-color: #e23b00; 
	background: #fff3ef url(../i/layout/bg-error.gif) 0.4em 0.4em no-repeat;
	text-indent: 10px;
	}
div.error select {background: #fff3ef;}	
input:focus, input.error:focus, textarea:focus {border-color: #bbb; }
form .textarea {
	clear: both;
	width: 700px;
	float: left;
}
.button {
	clear: both;
}
.button input {
	margin: 0 0 0 130px;
	float: left;
	display: inline;
	width: 108px;
	height: 30px;
	padding: 0;
	border: 0px;
}
#interested, .info {
	clear: both;
	float: left;
	width: 720px;
	margin-bottom: 10px;
}


.button p {
	float: right;
	line-height: 36px;
	width: 440px;
	margin: 0px;
	color: #666;
}
.errors, #success {
	clear: both;
	padding: 20px;
	background: #e23b00;
	margin : 0 0 10px 130px;
}
#success {
	background: #7CB439;
	margin : 0;
}
.errors h3, #success h3 {
	clear: both;
	color: #fff;
	font-size: 1em;
	letter-spacing: 0px;
	margin: 0px;
}

/*--[ footer ]----------------------------------------------------------------*/
#footer {
	background: #5f5951 url(../i/layout/bg-footer.gif) bottom left no-repeat;
	width: 720px;
	height: 95px;
	padding: 20px 20px 0 20px;
	margin-bottom: 20px;
	clear: both;
	position: relative;
}
#footer ul {
	width: 190px;
	float: left;
	display: inline;
	margin: 0px;
}
#footer li {
	background: none;
	color: #b8b4ad;
	border-bottom: 1px solid #817c75;
	padding: 0px;
	float: left;
	display: inline;
	width: 170px;
	line-height: 2.0em;
	margin: 0 20px 0 0;
}
#footer a {color: #d8d8d8;}
#footer a:hover {color: #f1f1f1;}

#footer h4 {
	background: #5f5951 url(../i/layout/logo-footer.gif) 0 0 no-repeat;
	z-index: 10;
	float: right;
	padding-top: 75px;
	height: 0px !important;
	width: 150px;
	overflow: hidden;
}
#contactinfo li{
	background: none;
	list-style: none;
	padding: 0;
}

