html,
body {
	background:url(images/bg.png) #3f220c repeat-x;
	font-family:"Tahoma";
	line-height:20px;
	font-size:11px;
	color:#fff;
	height:100%;
	padding:0;
	margin:0;
}

#container {
	background:url(images/container.jpg) top center no-repeat;
	position:relative;
	min-height:100%;
	margin:0 auto;
	width:100%;
}

#header {
	background:url(images/header.png) no-repeat;
	position:relative;
	margin:0 auto;
	margin-bottom:20px;
	height:322px;
	width:847px;
}

#header h1.logo {
	text-indent:-6000px;
	margin:0 0 4px 5px;
	padding:0;
}

#header h1.logo a {
	display:block;
	height:95px;
	width:190px;
}

#header ul.menu {
	list-style-type:none;
	float:left;
	padding:0;
	margin:0;
}

#header ul.menu li {
	text-indent:-6000px;
	float:left;	
}

#header ul.menu li a {
	display:block;
	height:36px;
}

#header ul.menu li.welkom a {
	background:url(images/menu_welkom.png) no-repeat;
	margin-right:12px;
	width:141px;
}

#header ul.menu li.diensten a {
	background:url(images/menu_diensten.png) no-repeat;
	margin-right:10px;
	width:139px;
}

#header ul.menu li.prijslijst a {
	background:url(images/menu_prijslijst.png) no-repeat;
	margin-right:12px;
	width:141px;
}

#header ul.menu li.contact a {
	background:url(images/menu_contact.png) no-repeat;
	width:139px;
}

#header ul.menu li a:hover {
	background-position:bottom;	
}

#header ul.contactgegevens {
	background:url(images/contact.png) no-repeat;
	padding:45px 0 0 30px;
	list-style-type:none;
	line-height:30px;
	height:177px;
	width:188px;
	float:right;
	margin:0;
}

#header ul.contactgegevens li.naam {
	font-weight:bold;
	color:#ca8802;
}

#header ul.contactgegevens li.tel {
	background:url(images/contact_tel.png) 0 11px no-repeat;
	padding-left:15px;	
}

#header ul.contactgegevens li.mail {
	background:url(images/contact_mail.png) 0 14px no-repeat;
	padding-left:15px;	
}

#header ul.contactgegevens li.mail a {
	text-decoration:none;
	color:#ca8802;
}

#header .welkom_bij {
	background:url(images/welkom_bij.png) no-repeat;
	height:185px;
	width:594px;
	float:left;
}

#header .header-diensten {
	background:url(images/foto-2.jpg) no-repeat;
	height:185px;
	width:594px;
	float:left;
}

#header .header-prijslijst {
	background:url(images/foto-4.jpg) no-repeat;
	height:185px;
	width:594px;
	float:left;
}

#header .header-contact {
	background:url(images/foto-3.jpg) no-repeat;
	height:185px;
	width:594px;
	float:left;
}

#body {
	padding:0 0 70px 0;
	position:relative;
	margin:0 auto;
	width:847px;
}

#body .content {
	background:url(images/content.png) #2f1706 520px bottom no-repeat;
	padding:0 0 60px 32px;
	min-height:200px;
	width:815px;
}

#body .content_top {
	background:url(images/content_top.png) no-repeat;
	height:20px;
	width:847px;
}

#body .content_bottom {
	background:url(images/content_bottom.png) no-repeat;
	height:20px;
	width:847px;
}

#body .content .kolom {
	text-align:justify;
	margin:0 20px 0 0;
	width:252px;
	float:left;	
}

#body .content .kolom h2 {
	font-size:11px;
	color:#ffae00;
	padding:0;
	margin:0;
}

#body .content .kolom p {
	margin-top:0;	
}

#body .content .samen {
	text-align:justify;
	margin:0 20px 0 0;
	width:594px;
	float:left;	
}

#body .content .samen h2 {
	font-size:12px;
	color:#ffae00;
	padding-bottom:10px;
}

#body .content .samen p {
	margin-top:0;	
}

#body .content .samen ul {
	list-style-type: square;
}

#body .content .samen li {
	padding-bottom:7px;
}

#body .content .samen .geel {
	color:#ffae00;
	font-weight:bold;
}




#footer {
	background:url(images/footer.png) repeat-x;
	padding:14px 0 0 0;
	text-align:center;
	position:absolute;
	font-weight:bold;
	color:#743412;
	height:29px;
	width:100%;
	bottom:0;
}

#footer p {
	margin:0;	
}

#footer a {
	text-decoration:none;
	color:#ca8802;
}

#footer a:hover {
	text-decoration:underline;
	color:#ca8802;
}

.clear {
	clear:both;
}

a.contact:link, a.contact:visited 
{
	text-decoration:underline;
	color: #ffae00;
}

a.contact:hover
{
	text-decoration:none;
	color: #ffae00;
}

.formulier 
{
	background: #FAFAFA;
	border: solid 1px #a4a39f;
	color: #111111;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}