body
	{ 
		font-family: Century Gothic, Trebuchet MS, Palatino Linotype; 
		font-size: 13px; 
		color: #4F4F4F; 
		line-height: 130%;
		margin: 0px; 
	}

text 
	{ 
		font-family: Century Gothic, Trebuchet MS, Palatino Linotype;
		font-size: 13px; 
		color: #4F4F4F; 
		line-height: 180%; 
	}
	h2
	{
	font-family: Century Gothic, Trebuchet MS, Palatino Linotype;
	font-size: 18px;
	color: #4F4F4F;
	margin: 15px 0 0 0;
	padding: 0;
	}
img
	{
		border: none;
	}
	
	
#header
	{
		position: absolute;		
		width: 100%;
		height: 151px;
		background-image: url(../img/background_header.png);
	}
	


#content_panel
	{
		position: relative;		
		width: 100%;
		height: 100%;		
	}


#navigation
	{
	position: absolute;
	left: 10%;
	height: 35px;
	top: 115px;
	width: 581px;
	}
	
	
#content
	{
		position: absolute;		
		width: 500px;
		height: 100%;
		top: 176px;
		left: 144px;
	}


	
#right_panel
	{
		position: relative;		
		top: 30px;
		left: 730px;
		width: 267px;
		height: 100%;
		background-image: url(../img/right_panel.png);
		background-repeat: no-repeat;
		
	}

#right_panel_content
	{
		width: 250px;
		height: 100%;
		padding:8px;
		font-family: Century Gothic, Trebuchet MS, Palatino Linotype; 
		font-size: 13px; 
		color: #4F4F4F; 
		line-height: 140%;
	}	
	
	
li
{
 list-style-type: none;
 float: left; 
}

ul
{
 float: left; 
 left:0px;
 margin:0;
}



li.logo a{
	background-image: url(../img/logo.png);
	display: block;
	text-indent: -9999px;
	width:250px;
	height:101px;
	margin:0;
}



li.home a{
	background-image: url(../img/btn_home.png);
	display: block;
	text-indent: -9999px;
	width:45px;
	height:35px;
	margin-right:10px;
}


li.tuinonderhoud a{
	background-image: url(../img/btn_tuinonderhoud.png);
	display: block;
	text-indent: -9999px;
	width:119px;
	height:35px;
	margin-right:10px;
}


li.tuinaanleg a{
	background-image: url(../img/btn_tuinaanleg.png);
	display: block;
	text-indent: -9999px;
	width:90px;
	height:35px;
	margin-right:10px;
}


li.tuinontwerp a{
	background-image: url(../img/btn_tuinontwerp.png);
	display: block;
	text-indent: -9999px;
	width:104px;
	height:35px;
	margin-right:10px;
}


li.vijvers a{
	background-image: url(../img/btn_vijvers.png);
	display: block;
	text-indent: -9999px;
	width:60px;
	height:35px;
	margin-right:10px;
}


li.contact a{
	background-image: url(../img/btn_contact.png);
	display: block;
	text-indent: -9999px;
	width:71px;
	height:35px;
}
.style1 {color: #6E9773}
.style2 {color: #4F4F4F}
a:link {
	color: #446045;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #446045;
}
<?php if ($_GET['bericht'] != "verstuurd") {?>
.contactformulier {
	width: 450px;
}
.contactformulier dt {
	width: 130px;
	float: left;
}
.contactformulier dd {
	float: left;
	margin: 0 0 5px 5px;
}
.contactformulier input, .contactformulier textarea {
	width: 300px;
}
.contactformulier .button {
	width: 100px;
}
.error {
	font-weight: bold;
}