/* 
---------------------------------------------------------------------------
Reset de waarden
--------------------------------------------------------------------------- 
*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}
	
#nav ul, #nav li {
	list-style-type:none;
	}
	
body,input,textarea {
	font:11px/15px Tahoma, Helvetica,sans-serif;
}
	
body {
	background: #fff;
	color:#000;
}
	
img {
	border:0;
	}	
	
p {
	margin: 0 0 1.6em 0;
}

.error {
   color: #CC0000;
}

/* 
---------------------------------------------------------------------------
Float Fix
--------------------------------------------------------------------------- 
*/


.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/* 
---------------------------------------------------------------------------
Container
--------------------------------------------------------------------------- 
*/

#container {
	width: 800px;
	height: 600px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: url(../img/bg.gif) no-repeat;
}

/* 
---------------------------------------------------------------------------
Header
--------------------------------------------------------------------------- 
*/

#header {
	width: 800px;
	height: 97px;
}

#header h1 a {
	width: 195px;
	height: 62px;
	display: block;
	position: absolute;
	background: url(../img/logo.gif) no-repeat;
	left: 28px;
	top: 7px;
	text-decoration: none;
}

#header h1 a span {
	visibility: hidden;
}

/* 
---------------------------------------------------------------------------
Navigatie
--------------------------------------------------------------------------- 
*/

#navigatie {
	position: absolute;
	top: 74px;
	left: 60px;
}

#navigatie li {
	float: left;
	text-transform: uppercase;
	line-height: 35px;
	margin-right: 20px;
}

#navigatie li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-left: 25px;
	padding-top: 10px;
}

#navigatie li a:hover, #navigatie li a.active {
	background: url(../img/nav-handje.gif) no-repeat left 0px;
}

#navigatie li a span {
	color: #18ee00;
}

/* 
---------------------------------------------------------------------------
Content-container
--------------------------------------------------------------------------- 
*/

#content-container {
	position: relative;
	padding-left: 85px;
	height: 453px;
}


/* 
---------------------------------------------------------------------------
Main content
--------------------------------------------------------------------------- 
*/

#main-content {
	width: 490px;
	height: 450px;
	float: left;
}

#content {
	width: 466px;
	height: 254px;
	margin-top: 20px;
	margin-left: 20px;
	overflow: hidden;
	overflow-y: auto;
}

#content h2 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 15px;
}

#content h2 span {
	color: #258919
}

#werkzaamheden {
	width: 485px;
	height: 50px;
	margin-top: 3px;
	font-weight: bold;
}
#werkzaamheden p {
	font-weight: bold;
	margin: 0;
	padding: 3px 0 0 5px;
}

#werkzaamheden p a {
	color: #000;
	text-decoration: none;
}

#werkzaamheden p span {
	color: #0e7e01;
}

#thumbs {
	width: 490px;
	height: 118px;
	margin-top: 4px;
}

.thumb {
	float: left;
	display: inline;
	margin-right: 5px;
}

/* 
---------------------------------------------------------------------------
Sidebar
--------------------------------------------------------------------------- 
*/

#sidebar {
	height: 450px;
	width: 225px;
	float: left;
}

#visual-groot {
	margin-top: 3px;
	margin-left: 1px;
}

#contactinfo {
	width: 220px;
	margin-left: 5px;
	margin-top: 7px;
}

#contactinfo address {
    font-style: normal;
}

#contactinfo h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

#contactinfo span {
	color: #0e7e01;
}
/* 
---------------------------------------------------------------------------
Footer
--------------------------------------------------------------------------- 
*/

#footer {
	width: 800px;
	height: 50px;
	position: relative;
}

#footer p#slogan {
	color: #18ee00;
	font-weight: bold;
	font-style: italic;
	font-size: 22px;
	line-height: 30px;
	position: absolute;
	left: 180px;
	top: 14px;
}

#banner {
    margin: 5px 0px;
    padding: 0px;
    background-color: #b9cfb6;
 	width: 800px;
	height: 32px;
	position: relative;
}

#banner img {
    float: left;
    padding-right: 3px;
    background-color: #ffffff;
}
