/* Algemene waardes */
html, body {
	margin:0;
	padding:0 0 10px 0;;
	background:#0099dd;
	font-family: Arial;
	font-size:12px;
	color:#332277;
}
div#container {
	margin: 0 auto;
	width:808px;
}
.leftfloat {float:left;}
.rightfloat {float:right;}
.fixfloat {
	margin:0;
	padding:0;
	height:0;
	width:0;
	overflow:hidden;
	clear:both;
}
a img {border:0;}
form {margin:0; padding:0;}
/* /Algemene waardes */
/* Header */
div#header {
	width:808px;
	height:43px;
	background: url(images/header.png);
	padding:147px 0 0 0;
}
div#menu {
	width:804px;
	padding:0 0 0 4px;
}
div#menu img {
	float:left;
}
div#menu a {
	text-decoration:none;
	display:block;
	float:left;
}
a.home:hover {background:url(images/home.png) bottom;}
a.home {background: url(images/home.png) top; width:131px; height:39px;}
a.omgeving:hover {background:url(images/omgeving.png) bottom;}
a.omgeving {background: url(images/omgeving.png) top; width:131px; height:39px;}
a.accomodatie:hover {background:url(images/accomodatie.png) bottom;}
a.accomodatie {background: url(images/accomodatie.png) top; width:131px; height:39px;}
a.huurprijs:hover {background:url(images/huurprijs.png) bottom;}
a.huurprijs {background: url(images/huurprijs.png) top; width:131px; height:39px;}
a.contact:hover {background:url(images/contact.png) bottom;}
a.contact {background: url(images/contact.png) top; width:131px; height:39px;}
a.links:hover {background:url(images/links.png) bottom;}
a.links {background: url(images/links.png) top; width:140px; height:39px;}
/* /Header */
/* Content */
div#content {
	width:799px;
	padding:0 4px 0 5px;
}
div#left {
	width:190px;
	float:left;
	padding:40px 0 0 0;
	background: url(images/menubg.png);
}
div#right {
	width:541px;
	float:right;
	background:#fff;
	padding:20px 30px;
}
div#right p {margin:0; padding:10px 0;}
div#left ul {
	width:190px;
	margin:0;
	padding:0;
	border-top:1px solid #ffe373;
	list-style-type:none;
}
div#left ul li {
	border-bottom:1px solid #ffe373;
}
div#left ul li a {
	display:block;
	width:180px;
	height:22px;
	color:#332277;
	font-style:italic;
	font-weight:bold;
	background: url(images/linkbg.png) right no-repeat;
	font-size:14px;
	padding:7px 0 0 10px;
	text-transform:uppercase;
	text-decoration:none;
}
div#left ul li a:hover {
	color:#fff;
	background: url(images/linkbg_on.png) right no-repeat;
}
.input {
	width:258px;
	height:17px;
	color:#332277;
	font-family:arial;
	font-size:12px;
	padding:2px 0 0 2px;
	margin:0;
	border-top: 1px solid #499bce;
	border-left: 1px solid #499bce;
	background: #e0f4ff;
}
#contact {
	margin:20px 0 0 0;
}
.textarea {
	width:370px;
	height:214px;
	color:#332277;
	font-family:arial;
	font-size:12px;
	border-top: 1px solid #499bce;
	border-left: 1px solid #499bce;
	background: #e0f4ff;
	margin:0;
	padding:5px;
}
/* /Content */
/* Tekst Opmaak */
h1 {
	color:#ff0000;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	border-bottom:1px solid #ff0000;
	margin:0;
	padding:0;
}
.verplicht {
	font-size:11px;
	float:left;
}
/* /Tekst Opmaak */
