@charset "utf-8";

/* Lammers & Kok */

body{
	background: #666a73 url(../images/sidebarbg.jpg) repeat-y top left;
	margin: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
}

a{
	outline: none;
}

a img{
	border: 0;
}

#header{
	background: url(../images/bg.jpg) repeat-x;
	width: 100%;
}

#topwrapper{
	min-width: 1000px;
}

#logo{
	height: 104px;
	float: left;
	width: 312px;
}

	#logo img{
		border: 0;
	}

#navigation{
	float: left;
}

	#navigation ul{
		list-style: none;
		margin: 50px 0 0 0; padding: 0;
	}
	
	#navigation ul li{
		display: inline;
		float: left;
		margin: 0 0 0 45px;
	}
	
	#navigation ul li a{
		color: #FFF;
		text-decoration: none;
	}
	
		#navigation ul li a:hover, #navigation ul li a.active{
			color: #faa633;
			margin: -5px 0 0 0;
			padding: 0 0 7px 0;
		}
		
#imagebar{
	background: url(../images/header.jpg) no-repeat;
	height: 170px;
	width: 1040px;
}

#sidebar{
	float: left;
	width: 312px;
}

#submenu{
	background: url(../images/subnav-bg.jpg) bottom no-repeat;
	list-style: none;
	margin: 0 0 40px 0; padding: 0 0 2px 0;
	width: 312px;
}

	#submenu li{
		text-align: center;
		height: 33px;
		line-height: 33px;
		cursor: pointer;
	}
	
	#submenu li a{	
		background: url(../images/subnav-down.jpg) no-repeat;
		color: #FFF;
		display: block;
		font-size: 11px;
		text-decoration: none;
	}
	
		#submenu li a:hover, #submenu li a.active{
			color: #faa633;			
			background: url(../images/subnav-up.jpg) no-repeat;
		}
		
#submenu ul.projectbox{
	display: none;
	padding: 0 0 0 15px;
	border-top: 1px solid #191c22;
	background: none;
	list-style-type: none;
	margin: 0 1px 0 0;
}

#submenu ul.projectbox li{
	text-align: left;
}

	#submenu ul.projectbox a{
		background: none;
		font-size: 11px;
		color: #FFF;
		display: inline;
	}
	
	#submenu ul.projectbox a:hover{
		text-decoration: underline;
		display: inline;
		color: #FAA633;
	}

#naw table{
	color: #FFF;
	font-size: 11px;
	margin: 0 0 0 25px;
	width: 265px;
}

	#naw table a{
		color: #FFF;
	}

#keurmerken{
	margin: 100px 0 0 35px;
}

#keurmerken img{
	margin: 0 50px 0 0;
}

#realisatie{
	color: #666a73;
	font-size: 10px;
	margin: 40px 0 0 0;
	text-align: center;
	width: 312px;
}

	#realisatie a{
		color: #666a73;
		text-decoration: none;
	}
	
#content{
	background: url(../images/watermerk.jpg) 300px 270px no-repeat;
	float: left;
	padding: 0 0 0 50px;
	width: 660px;
	min-height: 400px;
}

.projectwrapper{
	margin: 15px 0 15px 0;
}

.projectthumb{
	float: left;
	width: 100px;
	text-align: center;
	padding: 8px 10px 0 0;
}

	.projectthumb img{
		border: 2px solid #FFF;
	}

.projectinfo{
	float: left;
}

.hidelinks{
	visibility: hidden;
}

.projecthr{
	margin: 0 40px 0 8px;
	color: #FFF;
	background-color: #FFF;
	height: 1px;
	border: 0;
}

/* ------------------ tekst stijlen ----------------- */
#content h1{
	color: #faa633;
	font-size: 18px;
	font-weight: bold;
}

#content p{
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
}

#content ul{
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
}

	#content ul a{
		color: #FFF;
	}

.table-geschiedenis td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding: 0 0 0 5px;
}

.table-contact{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
}

	.table-contact td{
		padding: 0 50px 0 0;
	}
	
	.table-contact a{
		color: #FFF;
	}

h2{
	font-size: 14px;
	color: #FFF;
}

.project{
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
	width: 550px;
}

	.project a{
		color: #FFF;
		font-size: 12px;
		line-height: 18px;
	}
	
	.project td{
		vertical-align: top;
		text-align: left;
	}

/* -------------------- clearfix -------------------- */
.clear {
  min-height:0;
}

.clear:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  height:0;
}

* html .clear {
  height:1%;
}