/*
*	Coding by Gryx Webdesign - www.gryx.be
*	Do not copy the code nor the graphics.
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 0.75em Arial, Tahoma, Verdana, Trebuchet MS;
	color: #000;
	background: #e7e6db url(./images/bg.png) repeat-x;
}
#container {
	position: relative;
	width: 926px;
	margin: 0 auto;
}
/********************/
/***** OPMAAK *****/
/*******************/
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
p {
	padding-top: 15px;
}
/******************/
/***** HEADER *****/
/******************/
#header {
	position: relative;
	height: 348px;
	background: url(./images/header.jpg);
	color: #fff;
	margin-bottom: 8px;
}
#header h3 {
	padding-top: 45px;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1em;
}
#header p {
	width: 500px;
}
/***** LOGO *****/
#logo {
	position: relative;
	height: 63px;
	width: 391px;
	top: 36px;
	margin-bottom: 36px;
	background: url(./images/logo-zzper-gezocht.jpg);
}
#logo h1, #logo h2 {
	text-indent: -999em;
}
#logo h1 a {
	height: 63px;
	width: 391px;
	display: block;
}
#logo h2 {
	position: absolute;
}
/****************/
/***** LEFT *****/
/****************/
#left {
	width: 216px;
	float: left;
}
#left h3, #right h1,#right h3 {
	border: 1px solid #fff;
	line-height: 29px;
	color: #fff;
	font-size: 1.1em;
	padding-left: 12px;
	margin-bottom: 4px;
}
#left h3 {
	border-top: 0;
	background: #3e3e3e;
}
.box {
	border: 1px solid #bfbfbf;
	background: #fff;
	margin-bottom: 18px;
	padding: 0 15px 15px 15px;
}
#nopadding {
	padding: 0;
}
/***** MENU *****/
ul.menu li {
	padding-left: 12px;
	line-height: 25px;
}
ul.menu li.grijs {
	background: #d9d9d9;
	border-bottom: 1px solid #e7e6db;
}
ul.menu li#noborder{
	border: 0;
}
ul.menu li a {
	color: #000;
}
/***** FORM *****/
#left form {
	padding-top: 15px;
	width: 175px;
	margin: 0 auto;
	overflow: hidden;
}
#left form select, #left form input.veld {
	border: 1px solid #acacac;
	background: #e5e5e5;
	font: inherit;
	width: 163px;
	padding: 5px;
	color: #6a6a6a;
}
#left form select {
	width: 175px;
}
#left form input.button {
	background: #fff;
	color: #32637c;
	outline: none;
	border: none;
	cursor : pointer;
	font: inherit;
	font-weight: bold;
	font-size: 1.2em;
	float: right;
}
/*****************/
/***** RIGHT *****/
/*****************/
#right {
	float: right;
	width: 690px;
}
#right a {
	color: #32637c;
}
#right h3,#right h1 {
	background: #32637c;
}
#right #kaartnederland {
	position: relative;
}
/***** LIJSTHORIZONTAAL *****/
ul.lijsthorizontaal {
	padding-top: 15px;
	width: 470px;
	overflow: hidden;
}
ul.lijsthorizontaal li {
	float: left;
	border-right: 1px solid #32637c;
	padding: 0 5px;
}
ul.lijsthorizontaal li a{
	display: inline;
}
/******************/
/***** FOOTER *****/
/******************/
#footer {
	background: url(./images/footer.jpg);
	clear: both;
	color: #fff;
	line-height: 32px;
	text-align: center;
}