* {
	padding:0;
	margin:0;
}
body {

	background-color: #393738;
	text-align: center;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #939393;
}

h1, h2, h3 {
	font-weight: normal;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

h1 {
	font-size: 24px;
}

h2, h3 {
	font-size: 15px;
}



p, ol, ul {

	
}

a {
	color: #d3a54f;
}

a:hover {
	text-decoration: none;
	
}

a img {
	
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding:0 20px 20px;
	text-align:left;
	background-color: #727073;
}

/* Header */

#header {
	position:relative;
	height: 100px;

	background: url(/images/bg-header.jpg) no-repeat 0px 0px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	left:140px;
	top:25px;
	position:absolute;
}

#logo div, #logo p {
	font-size:14px;
	color: #FFFFFF;
}

#logo div a {
	color: #1a1a1a;
	font:bold 28px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}


/* Menu */

#menu {
	position:absolute;
	right:0;
	top:30px;
	width:300px;
}

#menu ul {
	list-style-type:none;

}

#menu li {
	float: right;

}

#menu a {
	background: url(/images/nav-button.jpg) no-repeat 0px 0px;
	display: block;
	text-decoration: none;
	line-height:45px;
	width:125px;
	height:45px;
	margin-left:10px;
	text-align:center;
	color:#464345;
	font-weight:bold;
}

#menu a:hover {
	background: url(/images/nav-button-hover.jpg) no-repeat 0px 0px;
	color:#fff;
}




/* Page */

#page {
	
	background: url(/images/bg-page.jpg) repeat-y left top;
	
}

#header-pic {
	background: url(/banners/img05.jpg) no-repeat left top;

	height: 220px;
}

/* Content */

#content {
	float: right;
	width: 680px;
	padding-bottom:20px;
}

#introtext {
	background-color: #1a1a1a;
	padding:10px;
	height:205px;
	border-bottom:1px solid #343434;
}

#introtext h1 {
	margin-bottom:5px;
	
}
#introtext h1 a {
	text-decoration:none;
}
#subcontent {
	padding:10px;
	min-height:320px;
	height:auto;
}
* html #subcontent {
	height:320px;
}
#homesubbox {
	float:left;
	width:460px;
}
#subcontent h2, #homesubbox h2 { 
	margin-bottom:10px;
}
#subcontent p.thumbs, #homesubbox p.thumbs {
	margin:0 0 10px;
}
#subcontent p.thumbs a img, #homesubbox p.thumbs a img {
	margin:0 5px;
	padding:5px;
	border:1px solid #939393;
}
#subcontent p.klanten {
	margin-bottom:10px;
	padding:10px;
	background-color: #727073;
	color: #1a1a1a;
}
#subcontent.result p {
	margin-top:8px;
}
#provlist {
	float:right;
	width:190px;
}

#provlist ul {
	list-style-type:none;
	margin:10px;
}

#provlist ul li {
	background: url(/images/bullet.jpg) no-repeat left center;
	padding-left:20px;
	line-height:22px;
}
#provlist ul li a {
	text-decoration:none;
}

.clear { clear:both; }

/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	min-height:565px;
	height:auto;
	padding-bottom:20px;
}
* html #sidebar {
	height:565px;
}
#sidebar h3 {
	margin:10px 10px 0;
}
#sidebar ul {
	list-style-type:none;
	margin:10px;
}
#sidebar ul li {
	line-height:22px;
}
#sidebar img {
	border:0;
	margin:10px 5px 0;
}
#sidebar p.linklist {
	padding:10px;
}


/* Search */



#searchform {
	height:201px;
	padding:12px 14px;
	background: url(/images/bg-searchform.jpg) repeat-x left top;
	color:#252525;
	border-bottom:1px solid #343434;
}
#searchform h2 {
	font-size:18px;
	color:#252525;
	margin:5px 0 10px;
}
#searchform p {
	padding-top:10px;
} 
#searchform p label { 
	display:block; 
	line-height:22px;
	
}
#searchform p input {
	font: 13px/22px; Verdana, Arial, Helvetica, sans-serif;
}
#searchform p input[type=text] { 
	width:180px;
	border:1px solid #000;
	background-color:#5c5c5c;
	color:#fff;
	height:22px;
}
#searchform p.subright {
	text-align:right;
}
#searchform p.subright input[type=submit] { 
	background-color:#000;
	border:0;
	height:22px;
	color:#fff;
	width:60px;
}
/* Footer */

#footer {
	margin:0 auto 40px;
	text-align:left;
	height: 40px;
	width:940px;
	background-color: #1a1a1a;
}

#footer p {
	line-height: 40px;
	padding-left:30px;
}


