html, body {
    margin: 0;
    padding: 0;
    font: normal 11px/18px verdana, tahoma, arial, sans-serif;
    color: #304784;
}

#container {
    position: absolute;
    width: 829px;
    left: 50%;
    top: 20px;
    margin-left: -414px;
}

form {
	margin: 0;
	padding: 0;
}

img {
    border: 0;
}

#headerl {
    width: 350px;
    position: absolute;
    left: 0;
    top: 68px;
}

    #headerl img {
        border: 0;
    }

    
#headerr {
	width: 479px;
	height: 277px;
	position: absolute;
	left: 350px;
	top: 68px;
	background: url(../img/headerr.png) no-repeat;
}

	#headerr #highlight {
		margin: 80px 0 0 20px;
		width: 222px;
	}
	
	#headerr #highlight h1 {
		margin: 0 0 10px 0;
		padding: 0;
		font: bold 12px/18px arial, sans-serif;
		color: #eee;
	}
	
	#headerr #highlight p {
		margin: 0;
		padding: 0;
		font: oblique 12px/16px "Trebuchet MS", verdana, tahoma, arial, sans-serif;
		color: #eee;
	}
	
	#headerr #offerte {
		position: absolute;
		top: 60px;
		left: 280px;
	}
	
	#headerr #offerte p {
		margin: 5px 0 0 0;
		padding: 0;
		color: #676767;
		font: normal 11px/17px arial, sans-serif;
	}
	
	#headerr #offerte input {
		background-color: #f2f2f2;
		border: 0;
		color: #666;
		padding: 3px;
		width: 175px;
		font-size: 10px;
	}
	
	#headerr #offerte #aanvragen {
		width: 175px;
		text-align: right;
	}
	
	#aanvragen a, #aanvragen a:link, #aanvragen a:visited {
		text-decoration: none;
		color: #676767;
	}
	
	#aanvragen a:hover {
		text-decoration: underline;
	}
	
	#headerr #switch {
		position: absolute;
		top: 178px;
		left: 260px;
		z-index: 2;
	}
	
	#headerr #switch img {
		border: 0;
	}
	
#headerbar {
	height: 49px;
	width: 829px;
	position: absolute;
	top: 345px;
}	

#type {
	float: left;
}

#nav {
	float: left;
}

	#nav ul {
		margin: 0;
		padding: 0;
		background-color: #f1f1f1;
		width: 440px;
		height: 49px;
	}
	
	#nav ul:last-child {
		border: 0;
	}
	
	#nav ul li {
		float: left;
		margin: 0;
		padding: 13px 10px 12px 10px;
		list-style-type: none;
		font: normal 12px/24px arial, sans-serif;
		color: #304784;
		border-right: 1px solid #fff;
	}
	
	#nav a, #nav a:link, #nav a:visited {
		text-decoration: none;
		color: #304784;
	}
	
	#nav a:hover {
		text-decoration: underline;
	}
	
#main {
	position: relative;
	width: 100%;
	top: 420px;
}

	#main #content {
        margin: 20px 0 20px 0;
		width: 410px;
		position: relative;
		left: 50%;
		margin-left: -240px;
	}
	
		#content h1 {
			font: bold 18px/24px arial, sans-serif;
			color: #304784;
			margin: 0 0 15px 0;
			padding: 0;
		}
		
		#content p {
			font: normal 11/18px arial, sans-serif;
			color: #;
			margin: 0 0 15px 0;
			padding: 0;
		}
		
		#content a, #content a:link, #content a:visited {
			color: #304784;
			text-decoration: underline;
		}
		
		#content a:hover {
			color: #000;
		}

	#main #bottomnav {
		background-color: #eee;
		width: 100%;
		height: 36px;
	}
	
		#bottomnav ul {
			padding: 0;
			width: 439px;
			position: relative;
			left: 50%;
			margin: 0 0 0 -240px;
		}
		
		#bottomnav ul li {
			float: left;
			margin: 0;
			padding: 7px 9px 5px 9px;
			list-style-type: none;
			font: normal 12px/24px arial, sans-serif;
			color: #304784;
			border-right: 1px solid #fff;
		}
		
		#bottomnav ul li:first-child {
			border-left: 1px solid #fff;
		}
		
		#bottomnav a, #bottomnav a:link, #bottomnav a:visited {
			color: #999;
			text-decoration: none;
		}
		
		#bottomnav a:hover {
			text-decoration: underline;
		}
	
	#main #footer {
		background-color: #e5e5e5;
		width: 100%;
		height: 144px;
		width: 100%;
		color: #999;
	}
	
		#footer .bold {
			width: 15px;
			font-weight: bold;
			display: block;
			float: left;
		}
		
		#footercont {
			position: relative;
			width: 829px;
			left: 50%;
			margin-left: -414px;
		}
	
		#footer div {
			font: normal 11px/18px verdana, arial, sans-serif;
			display: block;
			float: left;
		}
		
		#footer #fcol1 {
			font-size: 10px;
			width: 261px;
		}
			
			#fcol1 p {
				margin: 30px 0 0 0;
				padding: 0;
			}
		
		#footer #fcol2 {
			float: left;
			width: 375px;
		}
		
			#fcol2 p {
				margin: 122px 0 0 0;
				padding: 0;
			}
			
			#fcol2 a, #fcol2 a:link, #fcol2 a:visited {
				text-decoration: none;
				color: #999;
			}
			
			#fcol2 a:hover {
				text-decoration: underline;
			}
		
		#footer #fcol3 {
			width: 105px;
		}
		
			#fcol3 img {
				border: 0;
				margin-top: 90px;
			}