@charset "utf-8";
/* webdesign www.getclear.nl */
body {
	background-color: #80a1b6;
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 12px;
	color: #e31b23;
}
h2 {
	font-size: 11px;
	color: #003f2d;
	font-style:italic;
}
.container {
	width:900px;
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding: 0px;
}
.header {
	width:900px;
	height:280px;
	background-image:url(../images/header_nieuwesite.jpg);
	background-repeat: no-repeat;	
}
.menu {
	width:190px;
	float:left;
	height:575px;
	background-color:#FFF;
}
.inhoud {
	width:355px;
	float:left;
	height:575px;
	background-color:#FFF;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #003f2d;
	text-decoration: none;
	overflow-y: auto;
	overflow-x: hidden;
}
.offerteaanvraag {
	width:335px;
	float:right;
	height:575px;
	background-color:#FFF;
	background-image:url(../images/offerte-achtergrond.gif);
	background-repeat: no-repeat;
}
.footer {
	width:900px;
	height:26px;
	float:left;
	background-color:#FFF;
	background-image: url(../images/hoekje.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 50px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}