@charset "UTF-8";
body {
	background-image: url(../images/back-body.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	background-color: #87A3D1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}
* {
	margin: 0px;
	padding: 0px;
}
html {
	overflow-y: scroll;
}
a {
	color: #102662;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-family: Impact, "Arial Black", Gadget, sans-serif;
	font-size: 26px;
	color: #102662;
	font-weight: normal;
}
h2 {
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666;
}
#wrap {
	margin: 0 auto;
	width: 900px;
}
#header {
	position: relative;
	height: 173px;
	background-color: #CCC;
}
#logo {
	position: absolute;
	z-index: 99;
	left: 0px;
	top: 0px;
}
#nav {
	width: 900px;
	text-align: right;
	background-color: #FFF;
	height: 34px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#content {
	clear: left;
	background-color: #FFF;
	padding-left: 65px;
	padding-right: 35px;
	padding-top: 50px;
	padding-bottom: 30px;
}
#content p {
	margin-bottom: 15px;
}
#content .textwrap {
	width:510px;
	padding-top:20px;
	float: left;
}
#sidebar {
	width:250px;
	float:right;
    padding-top:20px;
}
.project-item {
	background-image: url(../images/back-project-item.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
}
.project-item img {
	float: left;
	padding-right: 10px;
}
.project-item h3 {
	color: #000;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 14px;
}
.project-item p {
}
#project-list {
	margin-top: 20px;
}
#project-list .project-item {
	float: left;
	width: 340px;
	margin-right: 40px;
}
#project-list .project-item p {
	margin-bottom: 4px;
    padding-left:115px;
}
#project-list .project-item h3 {
	padding-top: 6px;
    padding-left:115px;
}
#project-list .project-link {
	display:block;
	padding-left: 115px;
}
#project-detail .project-info {
	float: right;
	width: 400px;
}
#project-detail .picturelist {
	width: 340px;
	background-image: url(../images/back-thumbs.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
}
#project-detail .picturelist .thumb {
	float: left;
}
#footer   {
	color: #C4C4C4;
	height: 50px;
	background-image: url(../images/back-footer.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 65px;
	font-size: 11px;
	padding-right: 15px;
	clear: both;
	margin-bottom:35px;
}
#footer #footer-text {
	padding-top: 12px;
}
#footer a:link, #footer a:visited {
	color: #C4C4C4;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #666;
}
#footer #keurmerken {
	float: right;
}
#footer #keurmerken a span {
	visibility: hidden;
}
#footer #keurmerken a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 32px;
	display: block;
	float: left;
	text-decoration: none;
	overflow:hidden;
	width: 75px;
}
#footer #keurmerken a.uneto {
	background-image: url(../images/logo-uneto.gif);
}
#footer #keurmerken a.uneto:hover {
	background-position: 0px -32px;
}
#footer #keurmerken a.komo-borg {
	background-image: url(../images/logo-komo-borg.gif);
}
#footer #keurmerken a.komo-borg:hover {
	background-position: 0px -32px;
}
#footer #keurmerken a.komo-bedrijf {
	background-image: url(../images/logo-komo-bedrijf.gif);
}
#footer #keurmerken a.komo-bedrijf:hover {
	background-position: 0px -32px;
}
#footer #keurmerken a.komo-instal {
	background-image: url(../images/logo-komo-instal.gif);
}
#footer #keurmerken a.komo-instal:hover {
	background-position: 0px -32px;
}
