/*
  Website Maarten Woud Hovenier

  Created by Bart Bruggemann I Eyefun
  Copyright 2009 Eyefun. All rights reserved.

*/


/** @group Reset**/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
legend {
	color: #000;
}




/***********************************************************/
/** basis **/
/***********************************************************/

html, body {
	}


body {
	background-color: #ffffff;
	}

#container {
	width: 960px;
	margin: auto;
	}
	



/***********************************************************/
/** typografie **/
/***********************************************************/

body {
   font-family: Helvetica,Arial,Verdana,sans-serif; 
  	font-size: 13px;
	line-height: 19px;
	color: #000000;
	}
	
	
h2 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial,Verdana,sans-serif; 
	margin-bottom: 3px;
	}	

h3 {
	display: none;
	}

hr {
	display: none;
	}
	
a {
	color: #000000;
	text-decoration:  none;
	}	

#nav	{
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	}
	
*html #nav	{
	line-height: 24px;
	}	
	
.body_text {
	margin-top: 40px;
	margin-left: 50px;
	margin-right: 20px;
	margin-bottom: 40px;
	}

.body_text h1 {
    font-size: 20px;
    }
    	
*html .body_text {
	margin-top: 20px;
	}
	
.emaillink a {
	color: #5c80a7;
	}	


/***********************************************************/
/** header **/
/***********************************************************/

#header {
	height: 190px;
	}

#logo { 
	height: 185px;
	width: 960px;
	margin-left: 0px;
	margin-bottom: 5px;
	z-index: 2;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}
	
#logo h1 { 
	height: 185px;
	width: 960px;
	float:left; 
	display:inline; 
	text-align:left; 
	}

#logo h1 a { 
	display:block;
	height: 185px;
	width: 960px;
	}
	
#logo h1 a span { 
	margin-left:-4000px; 
	}




/***********************************************************/
/** content **/
/***********************************************************/

#content {
	height: 600px;
	background-image: url(../images/footer_totaal.gif);
	background-repeat: no-repeat;
	background-position: bottom;	}
	
#links {
	float: left;
	width: 285px;
	margin-right: 5px;
	margin-bottom: 0px;

	}

#rechts {
	float: left;
	width: 670px;
	}
	
.nav_home {
	background-color: #9fb1ca;
	float: left;
	width: 163px;
	height: 25px;
	}

.nav_aanleg {
	background-color: #9fb1ca;
	float: left;
	width: 164px;
	height: 25px;
	margin-left: 5px;
	}

.nav_onderhoud {
	background-color: #9fb1ca;
	float: left;
	width: 164px;
	height: 25px;
	margin-left: 5px;
	}

.nav_contact {
	background-color: #9fb1ca;
	float: left;
	width: 164px;
	height: 25px;
	margin-left: 5px;
	}
	

.active {
	background-color: #6082aa;
	}	

.fotos_vier {
	margin-top: 40px;
	text-align: center;
	}	
	
/***********************************************************/
/** footer **/
/***********************************************************/	

#footer {
	float: none;
	clear: both;
	width: 960px;
	margin: 0px;
	height: 40px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	}
