body
  {
    
    background-color: #fffff3;	
    font-family:Arial;
    font-weight:normal;
    font-size:9pt;
    line-height:150%;
    margin:0px;
  }

ol, li, ul, dd, dt { margin: 0; padding: 0; }
input, textarea { width: 300px; }
ol { margin: 10px 0 0 40px; }
ul { list-style: none; margin: 13px 0 13px 0; }
  
h1
  {
    font-family:Comic Sans MS;
    font-weight:normal;
    font-size:12pt;
    color:#B82828;
    margin:0px;
  }
  
  
h2
{
  font-family:Comic Sans MS;
    font-weight:normal;
    font-size:12pt;
    color:#B82828;
    margin:0px;
}

span { display: block; clear: left; float: left; margin-top: 15px; font-style: italic; }


h3
  {
    font-family:Comic Sans MS;
	font-weight:normal;
    font-size:12pt;
    color:#B82828;
    margin:0px;   
  }

#header{
		position: absolute;
		background-image:url('../img/bg_header.png');
		background-repeat: repeat-x;
		height: 162px;
		width:100%;
}

#navigation li
{		
		position:relative;
		float:left; 
		display:inline;
		padding-left:5px;
		padding-right:5px;
		height:45px;
		top:0px;
		left:50px;
		
		font-family:Arial;
		font-size:11pt;
		font-weight:bold;
}


.home{
	width:64px;
	border:0px;
	}

.home:hover{
	background-image:url('../img/home_hover.png');
	width:64px;
	}
	
.werkwijze{
	width:99px;
	border:0px;
	}

.werkwijze:hover{
	background-image:url('../img/werkwijze_hover.png');
	width:99px;
	}	
	
.hildehooiberg{
	width:132px;
	border:0px;
	}

.hildehooiberg:hover{
	background-image:url('../img/hildehooiberg_hover.png');
	width:132px;
	}
	
.route{
	width:66px;
	border:0px;
	}
	
.route:hover{
	background-image:url('../img/route_hover.png');
	width:66px;
	}
	
.contact{
	width:64px;
	border:0px;
	}
	
.contact:hover{
	background-image:url('../img/contact_hover.png');
	width:64px;
	}

.foto { float: left; padding-right: 20px; }

.active
{
	background-image:url('../img/nav_hover.png');
	background-repeat:no-repeat;
	background-position:center;
}


a:link
{
	color:#000000;
	text-decoration:none;	
}

a:visited
{
	color:#000000;
	text-decoration:none;	
}

#logo{
	position: relative;
	float:right;
	margin-right:150px;	
	background-image:url('../img/logo.png');
	background-repeat: no-repeat;
	height: 162px;
	width:300px;
}

#content{
	position: absolute;
	top:150px;
	margin-left:100px;
	text-align:left;
	font-family:Comic Sans MS;
	font-size:10pt;
	font-weight:normal;
	line-height:130%;
	width: 666px;
}

div#bericht, div#contactgegevens {
  float: left;
}

div#bericht {
  width: 300px;
  margin-right: 50px;
}

div#contactgegevens { width: 260px; }