@charset "UTF-8";
html, body/* CSS Document */

 {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #8c8c8c;
}
#wrap {
	min-height: 100%;
	background-image: url(images/wrap_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#header {
	height: 120px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
}
#menucontainer {
	margin: auto;
	height: 120px;
	width: 880px;
	background-image: url(images/menu_bg.gif);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
}
#content {
	padding-bottom: 85px;
	overflow: auto;
	width: 900px;
	margin: auto;
}
#content_left {
	width: 560px;
	float: left;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-left: 20px;
}
#grijspanel {
	padding: 10px;
	width: 540px;
	background-color: #e2e2e2;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 14px;
}
#content_right {
	width: 280px;
	float: left;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-x;
	padding-right: 20px;
	padding-left: 10px;
}
#directtehuurpanel {
	background-color: #e2e2e2;
	width: 260px;
	margin-top: 20px;
	padding-top: 70px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../images/tehuur.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 11px;
}
#directtehuurpanel a, #grijspanel a {
	text-transform: uppercase;
	font-size: 8px;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
#directtehuurpanel a:hover, #tehuurpanel a:hover {
	color: #f0b500;
}
#side {
}
#footer {
	margin-top: -85px;
	position: relative;
	clear: both;
	height: 85px;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat;
}
#footer_container {
	color: #FFFFFF;
	height: 45px;
	width: 860px;
	margin: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(images/footer_container_bg.gif);
	background-repeat: repeat-x;
}
h1 {
	font-family: Helvetica, sans-serif, Verdana;
	font-size: 20px;
	line-height: 24px;
	color: #553407;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 2px;
	background-image: url(images/h1_bg.gif);
	background-repeat: repeat-x;
}
a {
	color: #333333;
}
a:hover {
	color: #d39800;
}
h2 {
	font-family: Helvetica, sans-serif, Verdana;
	font-size: 14px;
	line-height: 18px;
	color: #d39800;
	margin-bottom: 0px;
	margin-top: 0px;
}
.footerlogo {
	float: left;
	width: 200px;
}
.intro {
	font-weight: bold;
	line-height: 20px;
	margin-top: 10px;
}
p {
	margin-top: 0px;
}
.logo {
	margin-right: 8px;
	margin-bottom: 4px;
	float: left;
	margin-top: 4px;
}

