@charset "utf-8";
/* CSS Document */

/* Generic CSS */
body{
	font-family:Helvetica;
	font-size:90%;
	margin:0px;
	padding:0px;
	background-color:#000;
}
#background{
	width:100%;
	position:absolute;
	z-index:0;
}
img{
	border:none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear-both{
	clear:both;
}
.error{
	color:red;
}
.success{
	color:green;
}
.box{
	padding:10px;
	border-radius:5px;
	background:url(../images/background-dark-grey.png) left top repeat;
	margin:10px;
}	
.shadow{
	box-shadow:5px 5px 10px #222;
	margin:10px;
	border:1px solid #999;
}
.italics{
	font-style:italic;
}
h1, h2, h3{
	color:#333;
}
h1{
	font-size:150%;
}
h2{
	font-size:130%;
}
h3{
	font-size:110%;
}
a{
	color:#333;
}
/* Template CSS */
#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:800px;
}
img#logo-contractors{
	margin-top:20px;
	margin-left:20px;
	width:300px;
}
#content{
	float:left;
	width:700px;
	padding:20px 50px;
	text-align:justify;
	background:url(../images/contractors_watermerk.png) no-repeat center;
	position:relative;
	opacity:1;
}
#header, #container, #menu{
	float:left;
	border-radius:5px;
	position:relative;
}
#header{
	background:url(../images/background-white.png) left top repeat;
	margin-top:20px;
	width:780px;
	padding:10px;
	z-index:1;
}
#container{
	background:url(../images/background-white.png) left top repeat;
	margin-bottom:20px;
	z-index:1;
}
/* Menu CSS */
div#menu{
	margin:20px 0px;
	width:750px;
	background:url(../images/background-grey.png) left top repeat;
	padding:0px 25px;
	z-index:2;
}
ul#menu-items{
	list-style:none;
	float:left;
	margin:0px;
	padding:0px;
}
ul#menu-items a{
	text-decoration:none;
	color:#333;
}
#footer a.active, ul#menu-items a.active{
	text-decoration:underline;
}
ul#menu-items li{
	float:left;
	display:block;
	margin-left:75px;
	padding:10px 0px;
}
ul#menu-products{
	padding:10px;
	margin:10px 0px 0px -5px;
	float:left;
	position:absolute;
	z-index:auto;
	border:1px solid #aaa;
	background-color:#ddd;
	display:none;
}
ul#menu-products li{
	margin:0px;
	float:none;
}
/* Scrollbar */
#references-holder{
	width:240px;
	height:140px;
	padding:10px;
	margin:0px 0px 0px 0px;
	clear:both;
	background:url(../images/background-grey.png) left top repeat;
	border-radius:5px;
}
.scrollable{
	width:240px;
	height:140px;
	position:relative;
	overflow:hidden;
}
.items{
	height:20000em;
	position:absolute;
}
.items div{
	width:240px;
	height:70px;
	float:left;
}
.items div img{
	margin:2px 5px;
	height:66px;
}
/* Footer CSS */
#footer{
	float:left;
	width:700px;
	margin:5px 0px 10px 25px;
	background:url(../images/background-grey.png) left top repeat;
	border-radius:5px;
	padding:10px 25px;
	color:#333;
}
#footer a{
	text-decoration:none;
	color:#333;
}
#footer a:hover, ul#menu-items a:hover{
	text-decoration:underline;
}
/* Home */
.teaser{
	width:325px;
}
.teaser.box{
	margin:20px 0px 0px 0px;
}
.teaser .shadow{
	margin-left:0px;
}
/* Referenties */
#referenties{
	padding:15px;
	margin:0px -25px;
	clear:both;
	float:left;
}
#referenties div{
	float:left;
	padding:5px;
}
#referenties div img{
	width:230px;
}
/* Contact */
#map{
	float:left;
	margin:0px;
	width:590px;
	margin-bottom:20px;
}
#kantoor{
	padding-left:10px;
}
#kantoor img{
	margin-top:10px;
}
#formulier{
	clear:both;
}
/* Over ons */
#ICToffice{
	margin-top:5px;
	margin-right:0px;
}
/* CONTROL-IT */
#img_facturatie{
	margin-left:100px;
}