@charset "UTF-8";
/* CSS Document */

/* html tags */
html { background-color: #424242; }
body { margin: 0px; background-color: #424242; }

/* framework items */
.container {width:950px;margin:0 auto;}
.header, .footer { background-color: #424242; }
.header { height: 45px; padding-top:10px; color: #acacac; text-align: right; font-size: 12px; line-height: 18px; }
.center { background-color: black; height: 445px; border-top: 1px solid #ffff00; border-bottom: 1px solid #ffff00; }
.tip_container { width: 330px; float: left; }
.text_container { width: 368px; background-color: #121212; border: 1px solid #222222; float: left; margin-right: 20px; height: 312px; overflow: hidden; }
.thumbs_container { width: 210px; float: left; margin-right: 20px; }

/* the breadcrumb */
.breadcrumb_container { height: 40px; padding-top: 20px; color: #acacac; font-size: 12px; font-family: arial, verdana, sans-serif; }
.breadcrumb_container a { color: #acacac; font-size: 12px; font-family: arial, verdana, sans-serif; }
.active_page { color: #ffff00; }

/* the text */
.text_box { margin: 15px; }
.text_box a { color: white; }

/* the thumbs */
div.thumb { height: 145px; background-color: #121212; border: 1px solid #222222; }
div.thumb img { opacity:0.0; margin: 9px; z-index: 8; position: absolute }
div.thumb img.active { opacity:1.0; z-index: 10; }
div.thumb img.last-active { z-index: 9; }

/* the tips */
.tip { height: 145px; background-color: #121212; border: 1px solid #222222; }
ul.tiplist { margin: 15px; padding: 0; list-style-type: none; background: #121212; }
.tiplist a { color: white; }

/* the menu */
a.mainmenu_item, a.submenu_item, a.submenu_item_parent { color: #acacac; text-decoration: none; }
a.mainmenu_item:hover, a.submenu_item:hover, a.subsubmenu_item:hover { text-decoration: underline; }
a.mainmenu_item_active, a.subsubmenu_item_active, a.submenu_item_active { color: #ffff00; text-decoration: none; }
span.pipe { color: #acacac; }

/* the submenu */
div.submenu_2 { margin-left: 42px; }
div.submenu_3 { margin-left: 134px; }
div.submenu_4 { margin-left: 190px; }
div.submenu_5 { margin-left: 455px; }
a.submenu_item, a.submenu_item_parent { background: url("../img/submenu_arrow.gif") no-repeat; padding-left: 15px; background-position: left center; }
a.submenu_item_parent { color: white; font-weight: bold; }
div.submenu_item { margin-top: 5px; margin-bottom: 5px; }
a.submenu_item_active { background: url("../img/submenu_arrow.gif") no-repeat; padding-left: 15px; background-position: left center; }
a.subsubmenu_item { background: none; padding: 0; color: #acacac; text-decoration: none; }
subsubmenu_item_active { background: none; padding: 0; color: #ffff00; text-decoration: none; }

/* the form */
.form_container { width: 555px; background-color: #121212; border: 1px solid #222222; float: left; height: 312px;  color: #acacac; overflow: auto; font-size: 12px; font-family: arial, verdana, sans-serif; }
.form_container ul, .form_container ul li {  }

/* the footer */
.footer { margin-top:10px; color: #acacac; }
.logo { float: right; width: 119px; }

/* spacings */
.margin_top_20 { margin-top: 20px; }

/* typography */
h1, h2, h3, h4, h5, h6, p, div, td, span, b, strong, a { font-family: arial; }
a, p, span, b, strong { font-size: 12px; }
h1 { font-size: 16px; color: #acacac; }
h2 { font-size: 14px; color: #acacac; font-weight: normal; }
h3 { font-size: 14px; }
p, .jFlowControl { line-height: 18px; color: #acacac; }
.no_underline { text-decoration: none; }

/* Splash */
#splash_residentieel { float: left; margin-left: 10px; }
#splash_industrie { float: right; margin-right: 10px; }

/* FAQ */
.jFlowControl { display: block; margin-bottom: 10px; cursor:pointer; color: #acacac; }
.jFlowControl:hover { text-decoration: underline; }
#mySlides { }
#myController span{ cursor:pointer; }
#jFlowSlide{ }
#myController span.jFlowSelected { color: white; }
.jFlowPrev, .jFlowNext{ cursor:pointer; }


/* Slideshow */
div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:450px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: right;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
	height: 330px;
	text-align: center;
	vertical-align: middle;
	overflow:hidden;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px 20px 20px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
	width: 120px;
	height: 90px;
	text-align: center;
	vertical-align: middle;
	overflow:hidden;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	display: none;
}
div.navigation div.bottom {
	margin-top: 12px;
	position: absolute;
	top: 450px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #333;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
	border: 1px solid #777;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}

/* front page */
div.home_half_holder { height: 300px; margin-top: 45px; }
div.home_half { margin-right: 20px; float: left; width: 463px; height: 300px; background-color:#121212; border:1px solid #222222; }
div.home_half div { padding: 10px; }
div.last { margin-right: 0; }
div.news { background-color:#121212; border:1px solid #222222; height: 30px; color: #acacac; margin-top: 20px; font-size: 12px; line-height: 30px; padding: 0 10px; }
div.home_half div div.photos { padding: 0; }
div.photos img { margin-right: 10px; border: 0; }
div.photos img.last { margin-right: 0; }
div.news ul li { list-style-type: none; }
div.news ul { padding: 0; margin: 0; }
div.news ul li b { color: #FFFF00; }
