
/* GENERAL ------------------------------------------------------------------------------- */

* {
	margin: 0;
}
html, body {
	background-color: #bb0801;
	background-image: url('img/bg_body.jpg');
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	text-align:center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	font-size: 12px;
}


/* WRAPPERS ------------------------------------------------------------------------------- */

#wrapperwidth {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#wrapperheight {
	position:absolute;
	top:50%;
	margin-top: -250px;
	width: 900px;
	height: 500px;
}
#wrapperheader {
	height: 83px;
	width: 900px;
}
#wrappercontent {
	width: 900px;
}
#wrapperfooter {
}


/* HEADER  ------------------------------------------------------------------------------- */

#wrapperheader .logo{
	float:left;
	margin: 0 0 0 14px;
}
#navi{
	padding: 40px 0 0 20px;
	list-style-type: none;
	text-align: center;
	text-transform: uppercase;
}
#navi li{
	display: inline;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif; 
	font-weight:bold; 
	color: #FFF;
	padding: 17px;
	cursor:pointer;
}
#navi li:hover {
	background:url(img/menu_li.gif) 0 10px no-repeat;
}
#navi li.active{
	background:url(img/menu_li.png) 0 10px no-repeat;
}


/* MAIN ---------------------------------------------------------------------------------- */

#main_zijbalk{
	width: 241px;
	height: 380px;	
	float: left;
	margin: 0px;
	padding: 0 0 0 25px;
	background-color: #FFFFFF;
	background-image: url('img/main_left.gif');
	background-repeat: repeat-y;
}
#main_content{
	width: 659px;
	height: 380px;
	margin: 0 0 0 266px;
	background:url(img/main_content.png) repeat-y;
}
.content_page{
	margin: 15px;
}
.content_page a{
	color: #000;
}
.content_page a:hover{
	color: #3b3b3b;
}
.content_home {
	/* color: #bb0800; */
	text-align: justify;
}
.content_home b{
	color: #2682c1;
}
.guestcambanner{
	text-align: right;
}
.recent{
	height: 75px;
	background-color: #DDD;
	padding: 10px 10px 10px 10px; 
}
#recentprojects{
	margin: 5px 0 0 0; 
}
.realisatieul{
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0px;
}
.realisatie{
	height: 23px;
	margin: 2px;
	padding: 2px;
	background-color: #DDD;
}
.realisatie a{
	height: 23px;
	display: block;
	text-decoration: none;
}
.realisatie a:hover{
	color: #FFF;
}
.realisatie img{
	width: 75px;
	height: 13px;
	border: 0px;
	margin: 6px 0 0 4px;
}
.realisatie span{
	color: #AAA;
}
#vertcontrols{
	position: relative;
	top: 0px;
	padding: 5px;
}
#vertcontrols .pageIndex .page{
	padding: 3px;
	margin: 0 0px 0 0;
	color: #bb0800;
	background-color: #FFF;
	font-weight: bold;
	cursor: pointer;
}
#vertcontrols .sel{
	color: #000000 !important;
}

/* COINSLIDER ----------------------------------------------------------------------------- */
.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title { width: 210px; padding: 10px; background-color: #333; color: #FFF; font-weight: bold; }

/* CONTACT --------------------------------------------------------------------------------*/
.contact_form { float:left; width:270px; height:210px }
.contact_info { color:#A4A4A4; text-align: right;}
.contact_info b{ color:#555;}
.contact_veld { width:200px; border: 1px dotted #333333; text-align: left; color:#000; font:12px "Lucida Sans Unicode", "Lucida Grande", sans-serif; background-color: #FFF; }
.contact_area { width:200px; border: 1px dotted #333333; text-align: left; color:#000; font:12px "Lucida Sans Unicode", "Lucida Grande", sans-serif; background-color: #FFF; scrollbar-base-color:#3b3b3b; scrollbar-arrow-color:#cd0100; overflow: auto;}
#contact_btn  { background-color:#3b3b3b; border:none; color:#fff; font:12px/28px "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-weight: bold;}

/* FOOTER --------------------------------------------------------------------------------- */

#footer{
	width: 800px;
	margin: 0 auto;
	padding-top: 20px;
	color: #FFF;
}
#footer a{
	color: #FFF;
	text-decoration: none;
}
#footer a:hover{
	color: #DDD;
	text-decoration: underline;
}
#footer p{
	margin: 30px 0 0 20px;
	clear: left;
}
#footer img{
	float: right;
	border: 0px;
}
.push {
	width: 800px;
	margin: 0 auto;
	height: 120px; /* IMPORTANT */
}
