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

body {
	background-color: #8C9C9A;
	background-image:url('../img/main_bg.jpg');
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #3e4558;
	font-family: arial;
	font-size: 12px;
}

a {
	color: #fff;
}

a.darklink {
	color: #3e4558;
}	
.project_thumb {	border: 1px;	border-style: solid;	border-color: #3e4558;	margin: 7px;}	
#mobiel{
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #3e4558;
}

#bar {
	width: 100%;
	color: #9fb4cd;
	height: 17px;
	padding-top: 3px;
	background-color: #f0f9fa;
	text-transform:uppercase;
}

#menu {
	float: left;
	width: 723px;
	font-size: 11px;
	height: 20px;
	margin-left: 25px;
	padding-top: 5px;
	padding-left: 25px;
	word-spacing: 30px;
	text-transform:uppercase;
	background-color: #3e4558;
	border-width: 1px;
	border-style: solid;
	border-color: #1f1f2b;
	color: #fff;
}

#facebook {
	float: right;
	width: 200px;
	margin-right: -10px;
	margin-top: 10px;
}

#keurmerk {
	width: 122px;
	height: 192px;
	position: relative;
	float: right;
	z-index: 100;
	top: 0px;
	right: 30px;
	background-image: url('../img/politiekeurmerk.png');
}

#content {
	text-align: left;
	width: 850px;
	border-width: 1px;
	border-style: solid;
	border-color: #3e4558;
	min-height: 100%;
    height: auto !important;
	margin: 0 auto 0 auto;
	background: #f0f9fa;
}

#container {
	float: left;
	width: 800px;
	height: 100%;
	min-height: 100%;
	background-color: #f0f9fa;
	padding-bottom: 50px;
	box-shadow: 0px 0px 10px #000;
}

#banner {
	float: left;
	width: 750px;
	height: 180px;
	border: 1px;
	border-style: solid;
	border-color: #1f1f2b;
	/*margin-top: -180px;*/
	margin-left: 25px;
}

#textcontainer {
	float: left;
	width: 425px;
	height: 100%;
	padding: 35px;
	padding-top: -20px;
	border-style: solid;
	border-width: 1px;
	border-color: #3e4558;
	margin: 10px 25px 0px 25px;
	min-height: 100%;
	background: #fff;
	background-image: url(../img/sidebar_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	box-shadow: 5px 5px 5px #888;
}

.sidemenu {
	float: right;
	width: 185px;
	height: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #3e4558;
	margin-top: 10px;
	margin-right: 25px;
	padding: 20px;
	background: #fff;
	background-image: url(../img/sidebar_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	box-shadow: 5px 5px 5px #888;
}


.sidemenu_slideshow {
	float: right;
	width: 215px;
	height: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #3e4558;
	margin-top: 10px;
	margin-right: 25px;
	padding: 5px;
	background: #fff;
	background-image: url(../img/sidebar_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	box-shadow: 5px 5px 5px #888;
}

#slideshow {
	position:relative;
	margin-left:4px;
	margin-bottom:5px;
	height:166px;
	width: 250px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

.galleria{list-style:none;width:500px}
.galleria li{display:block;width:50px;height:50px;overflow:hidden;float:left;margin:0 10px 10px 0;outline:solid;outline-color:#FFFFFF; outline-width:thin}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */