@import url(/include/css/editor.php);

/** COLORS **
#e5e5e5		Light Gray			Background (bottom)
#5e5e5e		Gray				Background (top)
#a4a4a4		Gray				Line colors
#333333		Dark Gray			Heading and Text
#fed200		Yellow				Highlight, Footer, etc
*/


body {
	background:#e5e5e5;
	}

#container {
	margin:26px auto;
	width:954px;
	padding:9px;
	background:#ffffff;
	}


/** HEADER **/

#header {
	height:198px;
	margin-bottom:9px;
	background:url('/image/visual.jpg') center bottom no-repeat;
	}
#logo {
	margin-top:20px;
	text-align:center;
	}
#logo a,
#logo a:hover {
	border:0;
	text-decoration:none;
	background:none;
	}

#navigation {
	height:24px;
	}


/** CONTENT **/

#wrapper {
	padding-top:40px;
/*	margin-bottom:30px; */
	background:url('/image/bg-content-fade.gif') left top repeat-x;
	clear:both;
	overflow:auto;
	}
#content {
	min-height:210px;
	width:543px;
	padding:0px 50px 0px 40px;
	float:left;
	}

	div.overview .item {
		margin-bottom:1.6em;
		}

	div.photos {
		margin-top:1.6em;
		clear:both;
		overflow:auto;
		}
	div.photos .figure {
		width:98px;
		height:98px;
		margin:0px 10px 10px 0px;
		float:left;
		}
	div.photos .figure a {
		display:block;
		padding:2px;
		width:95px;
		height:95px;
		overflow:hidden;
		border:1px solid #a4a4a4;
		}
	div.photos .figure a:hover {
		border-color:#000000;
		background:#fed200;
		}
	div.photos .figure img {
		display:block;
		width:95px;
		height:95px;
		}


/** SIDEBAR **/

#sidebar {
	width:312px;
	float:right;
	}
	#news {
	/*	margin-top:29px; */
		margin-right:7px;
		border-bottom:1px solid #a4a4a4;
		padding-bottom:5px;
		}
	#news .item {
		border-top:1px solid #a4a4a4;
		padding-top:5px;
		margin-top:5px;
		overflow:auto;
		clear:both;
		}
	#news h3 {
		font-size:120%;
		font-weight:bold;
		}
	#news h3 a {
		text-decoration:none;
		}
	#news h3 a:hover {
		/*
		background:none;
		color:#fed200;
		*/
		}
	#news p.figure {
		float:right;
		width:90px;
		margin-left:40px;
		}
	#news p.text {
		padding-left:2px;
		}

	#cert {
		margin-top:20px;
		margin-bottom:20px;
		overflow:auto;
		}
	#cert p {
		width:80px;
		margin:0px 10px;
		float:left;
		text-align:center;
		}
	#cert a:hover {
		background:none;
		}


/** EXTRA **/

div.block {
	width:312px;
	float:left;
	height:120px;
	background:#e5e5e5 url('/image/bg-block-gradient.gif') left top repeat-x;
	margin-bottom:9px;
	}
div.block .bg {
	padding:9px 12px 9px 93px;
	}
div.block h2 {
	margin-bottom:.3em;
	}
div.block h2 a {
	color:#ffffff;
	background:none;
	font-size:130%;
	font-weight:normal;
	text-decoration:none;
	}
div.block h2 a:hover {
	color:#ffffff;
	background:none;
	}
div.block .readmore {
	height:23px;
	margin-top:-0.3em;
	}
div.block .readmore a {
	display:block;
	width:23px;
	height:23px;
	float:right;
	background:url('/image/arrow.gif') left top no-repeat;
	text-indent:-999em;
	overflow:hidden;
	}

#extra {
	overflow:auto;
	clear:both;
	}
	#block-2,
	#block-5 {
		margin-left:9px;
		margin-right:9px;
		}
	#sidebarBlocks #block-2,
	#sidebarBlocks #block-5 {
		margin-left:0;
		margin-right:0;
		}

#block-1 { background-image:url('/image/bg-block-verwarming.jpg'); }
#block-2 { background-image:url('/image/bg-block-sanitair.jpg'); }
#block-3 { background-image:url('/image/bg-block-electra.jpg'); }
#block-4 { background-image:url('/image/bg-block-klimaat.jpg'); }
#block-5 { background-image:url('/image/bg-block-energie.jpg'); }
#block-6 { background-image:url('/image/bg-block-dakwerk2.jpg'); }


/** FOOTER **/

#footer {
	clear:both;
	background:#fed200;
	height:24px;
	line-height:24px;
	}
#footer p {
	height:24px;
	line-height:24px;
	text-indent:43px;
	}


/** BASIC STYLES **/

p.figure img {
	display:block;
	}

div.bottomLinks {
	margin-top:3.2em;
	}

/** PROJECTS **/
a.image div {
	width: 75px;
	height: 75px;
	overflow: hidden;
}

a.image {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}

div#projectOverview {
	overflow: auto;
	width: 580px;
}

ul.projects {
	list-style: none;
	margin: 5px 0 0 0;

}

div.project {
	float: left;
	width: 260px;
	margin-right: 30px;
}

div.bordertop {
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid #A4A4A4;
}

ul.projects li a{
	background: url('/image/arrow.jpg') no-repeat left 2px;
	padding-left: 15px;
	display: block;
	zoom: 1;
}

ul.projects li a:hover {
	text-decoration: underline;
}

.figure {
	margin-left: 10px;
	margin-bottom: 10px;
}


