html 
{
	height:100%;
}
body 
{
	height:100%;
	margin:0;
	padding:0;
	background: url("../IMG/background_body.png") repeat-x;
}
p
{
	margin: 0;
	padding: 0;
	text-align: left;
}
div#container
{
	margin: 0 auto;
	width: 979px;
	height: auto;
	padding-top: 30px;
	text-align: left;
}
div#header
{
	height: 82px;
	width: 100%;
}
div#logo
{
	height: 100%;
	width: auto	;
	float: left;
}
div#bedrijfsnaam
{
	height: auto;
	width: auto;
	float: left;
	padding-left: 10px;
	font-family: Calibri;
	color: #CCC;
}
div#banner
{
	width: 100%;
	height: 200px;
	padding-top: 10px;
}
div#menu
{
	width: 977px;
	height: 49px;
	background: url("../IMG/menu.png");	
}
div#button_home
{
	height: 40px;
	width: 90px;
	float: left;
	padding-left: 30px;
	padding-top: 10px;
	color: #00F;
	font-family: "Myriad Pro", Calibri;
}
div#button_home:hover
{
	height: 29px;
	width: 90px;
	float: left;
	padding-left: 30px;
	padding-top: 10px;
	background: url("../IMG/background_button_home_selected.png");
	color: white;
	font-family: "Myriad Pro", Calibri;
}
div.button
{
	height: 40px;
	width: 90px;
	float: left;
	padding-left: 30px;
	padding-top: 10px;
	color: #00F;
	font-family: "Myriad Pro", Calibri;	
}
div.button:hover
{
	height: 40px;
	width: 90px;
	float: left;
	padding-left: 30px;
	padding-top: 10px;
	color: white;
	background: url("../IMG/background_button_selected.png") repeat-x;
	font-family: "Myriad Pro", Calibri;	
}
div#tel
{
	height: 30px;
	width: 206px;
	float: right;
	background: url("../IMG/mobiel_background.png");
	padding-left: 40px;
	padding-top: 10px;
	font-family: Calibri, "Myriad Pro";
	color: white
}
div#legend
{
	width: 100%;
	height: 31px;
	float: left;
	background: url("../IMG/legend.png");
	padding-top: 10px;
}
div#divider
{
	height: 10px;
	width: 100%;
	float: left;
	margin: 0;	
}
div#content_left
{
	height: auto;
	width: 201px;
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}
div#content_left_header
{
	height: 30px;
	min-height: 30px;
	width: 191px;;
	padding-top: 10px;
	padding-left: 10px;
	background: url("../IMG/header_contactgegevens.png");
	font-family: "Myriad Pro", Calibri;
	color: #999;
}
div#content_left_text
{
	height: 75px;;
	min-height: 50px;
	width: 199px;
	padding-top: 10px;
	border-left: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	font-family: "Myriad Pro", Calibri;
	text-align: center;
	color: #000;
}
div#content_center
{
	height: auto;
	width: 558px;
	margin-right: 8px;
	margin-bottom: 10px;
	float: left;
}
div#content_center_header
{
	height: 30px;
	width: 548px;
	padding-top: 10px;
	padding-left: 10px;
	background:url("../IMG/header_alg_content.png");
	font-family: "Myriad Pro", Calibri;
	color: #999;	
}
div#content_center_text
{
	height: auto;
	min-height: 296px;
	min-height: 250px;
	width: 550px;
	padding: 3px;
	border-left: 1px solid #DEDEDE ;
	border-bottom: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	font-family: "Myriad Pro", Calibri;
}
div#content_right
{
	height: auto;
	width: 201px;
	float: left;
	margin-bottom: 10px;	
}
div#content_right_header
{
	height: 30px;
	width: 191px;
	padding-top: 10px;
	padding-left: 10px;
	background: url("../IMG/werkzaamheden_header.png");
	font-family: "Myriad Pro", Calibri;
	color: #999;
}
div.content_right_point
{
	height: 36px;
	width: 194px;
	padding-left: 5px;
	border-left: 1px solid #DEDEDE ;
	border-bottom: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	font-family: "Myriad Pro", Calibri;
}
div.arrow
{
	height: 21px;;
	width: 10px;
	float: left;
	padding-top: 15px;	
}
div.content_right_text
{
	height: 29px;
	width: auto;
	padding-top: 7px;
	float: left;
}
div#footer
{
	height: 31px;
	width: 976px;
	float: left;
	padding-top: 9px;
	background: url("../IMG/footer.png");
	font-family: "Myriad Pro", Calibri;
	color: #666;
	text-align: center;
}
#container #header #bedrijfsnaam p .bold {
	font-weight: bold;
	color: #009;
	font-size: 24px;
}
#container #header #bedrijfsnaam p {
	font-style: italic;
}
.head_text {
	font-size: 18px;
}
.headtext {
	font-size: 24px;
	font-style: normal;
	color: #009;
}
.bold {
	font-weight: bold;
}
.header_color {
	color: #999;
}
.Myriad {
	font-family: "Myriad Pro";
}
#container #legend p i {
	font-family: "Myriad Pro";
	color: #CCC;
}
.legend_grey {
	color: #999;
}
#container #content_left #content_left_text p {
	text-align: center;
}
#container #footer p {
	text-align: center;
}