/* CSS/XHTML RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #000;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
}

a {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

html, body {
	height: 100%;
}

body {
	background: #261300;
}

#container {
	min-height: 100%;
	height: auto !important; 
	height: 100%; 
	position: relative;
	width: 100%;
}

#site {
	width: 958px;
	height: auto;
	position: relative;
	margin: 0 auto;
	background: #feedb7;
	z-index: 1;
}

#site:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#top {
	width: 958px;
	height: 411px;
	position: relative;
	text-align: center;
	float: left;
	background: #261300;
	z-index: 10;
}

body.home #top {
	height: 493px;
}

.logo {
	width: 958px;
	height: 148px;
	position: relative;
	float: left;
}

.logo img {
	width: auto;
	height: 89px;
	position: relative;
	margin-top: 25px;
}

.links {
	width: 311px;
	height: 263px;
	position: relative;
	float: left;
}

body.home .links {
	height: 345px;
}

.rechts {
	width: 647px;
	height: 211px;
	position: relative;
	float: right;
}

body.home .rechts {
	height: 293px;
	background: url(../images/sfeer_home.jpg) 0 0 no-repeat;
}

body.home .rechts .recent {
	width: 603px;
	height: 126px;
	position: absolute;
	padding: 72px 0 0 44px;
	top: 95px;
	left: 0;
	background: url(../images/sfeer_recenteprojecten.jpg) 0 0 no-repeat;
	text-align: left;
}

body.home .rechts .recent #project1, body.home .rechts .recent #project2 {
	position: relative;
	float: left;
	width: 254px;
	overflow: hidden;
	height: auto;
	cursor: pointer;
}

body.home .rechts .recent #project1 {
	margin-right: 53px;
}

body.home .rechts .recent #project1 p, body.home .rechts .recent #project2 p {
	font-size: 10px;
	line-height: 15px;
	margin: 14px 0;
}

body.home .rechts .recent #project1 img, body.home .rechts .recent #project2 img {
	width: 127px;
	height: 92px;
	position: relative;
	margin-right: 11px;
}

body.home .rechts .recent #project1 h3, body.home .rechts .recent #project2 h3 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #573112;
}

body.home .rechts .recent #project1 a.bekijk, body.home .rechts .recent #project2 a.bekijk {
	font: 11px/20px Georgia, "Times New Roman", Times, serif;
	color: #573112;
}

.rechts #slideshow_foto img {
	width: 647px;
	height: 211px;
	position: absolute;
	left: 0;
	top: 0;
}

.menu {
	width: 647px;
	height: 52px;
	position: relative;
	float: right;
	z-index: 3;
}

.menu ul {
	width: 647px;
	height: 52px;
	position: relative;
}

li.first {
	margin: 0;
}
.menu ul li {
	width: auto;
	height: 52px;
	position: relative;
	float: left;
	margin: 0 0 0 5px;
}

.menu ul li.active a {
    color: #261300;	
    background: #FEE7A1;	
	text-decoration: underline;
	cursor: default;
}

.menu ul li a {
	width: auto;
	height: 52px;
	display: block;
	padding: 0 16px;
	font: 13px/52px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff9e6;
}

.menu ul li a:hover {
	text-decoration: underline;
}

.menu ul li a.blank {
	background: url(../images/template/blank.jpg) right 16px no-repeat;
}

.menu ul li ul {
	width: 647px; height: 41px;
	position: absolute;
	top: 52px;
    left: -76px;   	
}

.menu ul li ul li {
	width: auto;
	height: 52px;
	position: relative;
	float: left;
	margin: 0;
}

.menu ul li ul li a {
	width: auto;
	height: 42px;
	display: block;
	padding: 0 13px;
	font: 12px/40px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	text-decoration: none;
	color: #452709;
	cursor: pointer;
}

.menu ul li.active ul li.active a {
	text-decoration: underline;
	cursor: default;
}

.menu ul li.active ul li a {
	text-decoration: none;
}

.menu ul li ul li a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#content {
	width: 958px;
	height: auto;
	position: relative;
	float: left;
	z-index: 5;
}

#left {
	width: 311px;
	height: auto;
	position: relative;
	float: left;
	background: 0 0 no-repeat;
}

#left .overlay {
	width: 311px;
	height: 41px;
	position: relative;
	float: left;
	background: #fee7a0;
}

#right {
	width: 611px;
	height: auto;
	position: relative;
	float: left;
	padding: 30px 0 30px 36px;
}

#right.sub {
	padding-top: 70px;
	background: url(../images/template/bg_submenu.jpg) 0 0 repeat-x;
}

body.home #right .left {
	width: 575px;
}

#right .left, #right .right {
	width: 275px;
	height: auto;
	position: relative;
	float: left;
}

#right .right {
	margin-left: 28px;
	padding: 54px 0 0 0;
}

#right .right.woningen {
	padding: 0 0 0 0;
}

#right h1 {
	font: 24px/24px Georgia, "Times New Roman", Times, serif;
	color: #412000;
	margin: 0 0 30px 0;
}

#right h2 {
	font: 18px/18px Georgia, "Times New Roman", Times, serif;
	color: #412000;
	margin: 2px 0px 2px 0;
	float: left;
}
#right h2.kavels {
	font: 18px/18px Georgia, "Times New Roman", Times, serif;
	color: #412000;
	margin: 2px 5px 15px 0;
	float: left;
}
#right h5 {
	font: 12px/22px Georgia, "Times New Roman", Times, serif;
	color: #91804f;
	margin: 2px 0 15px 0;
	float: left;
}

#right p {
	margin: 0 0 16px 0;
	font: 12px/23px Arial, Helvetica, sans-serif;
	color: #412000;
}

#right p.overzicht {
	margin: 23px 60px 4px 0;
}

#right .onderscheid {
	margin-bottom: 20px;
}

#right .projecten-sfeer {
	background: #f5e5b1;
	margin-bottom: 15px;
}

.dbcontent div a img {
	margin: 20px 0 0 0;
}

#right .kavel {
	width: 570px;
	height: 155px;
	position: relative;
	background: #f5e5b1;
	margin-bottom: 15px;
}
#right .kavel:hover {
	background: #f2d684;
}
#right .kavel a {
	width: 570px;
	height: 155px;
	position: absolute;
	top: 0; left: 0;
	display: block;
	background: url(../images/template/transparant.png);
}

#right .kavel .projecten-img {
	width: 211px;
	height: 155px;
	background: #f5e5b1;
	position: relative;
	float: left;
}

#right .kavel .kavel-tekst {
	width: 300px;
	height: 139px;
	padding: 16px 16px 0px 16px;
	float: left;
}
#right .kavel .overlay-verkocht {
	width: 73px;
	height: 74px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.kavel-tekst .kavel-titel {
	width: 272px;
	height: auto;
	position: relative;
	float: left;
}
.kavel-tekst .kavel-bold {
	width: 100px;
	height: auto;
	position: relative;
	float: left;
	color: #91804f;	
}
.kavel-tekst .kavel-regular {
	width: 200px;
	height: auto;
	position: relative;
	float: left;
}
.kavel-tekst .meerinfo {
	width: 200px;
	height: auto;
	margin-top: 22px;
	position: relative;
	float: left;
}
.kavel .meerinfo strong {
	text-decoration: underline;
}
.kavel:hover .meerinfo strong {
	text-decoration: none;
}

#right .back-to-overvieuw {
	width: auto; height: auto;
	position: absolute;
	top: 28px; right: 26px;
	display: block;
	color: #91804f;
	text-decoration: none;
}
#right #kavel-detail {
	width: 570px; height: auto;
	position: relative;
	float: left;
	margin: 0 0 24px 0;
}
#kavel-detail #slider {
	width: 570px; height: 367px;
	position: relative;
	margin-bottom: 24px;
}
#kavel-detail #slider img {
	width: 570px; height: 367px;
}
#kavel-detail #slider #slide {
	width: 570px; height: 367px;
	position: relative;
	margin-bottom: 24px;
}
#kavel-detail #slide #nav {
	width: 570px; height: 50px;
	position: absolute;
	top: 165px; left: 0;
	z-index: 90;
}
#kavel-detail #slide #nav a {
	width: 50px; height: 50px;
	position: absolute;
	top: 0;
	display: block;
	background-image: url(../images/template/slider-nav.png);
	background-repeat: no-repeat;
	background-color: #251201;
}
#kavel-detail #slide #nav #next {
	right: 0;
	background-position: top right;
}
#kavel-detail #slide #nav #prev {
	left: 0;
	background-position: top left;
}
#kavel-detail #description {
	width: 570px; height: auto;
	position: relative;
	padding-bottom: 23px;
	margin-bottom: 28px;
	border-bottom: 1px solid #e8d7a4;
}
#description .adress {
	width: 570px; height: auto;
	position: relative;
	margin-bottom: 15px;
	line-height: 30px;
}
#description .adress h2 {
	margin-right: 8px;
	font-size: 22px;
	color: #411f02;
}
#description .adress span {
	font-size: 14px;
	color: #b3a781;
	line-height: 30px;
}
#description .info {
	width: 570px; height: auto;
	position: relative;
	color: #000;
}
#description .label {
	width: 100px;
	display: inline-block;
	color: #91804f;
}
#description .info span {
	width: 465px; height: auto;
	color: #000;
	display: inline-block;
}
#kavel-detail #form {
	width: 570px; height: auto;
	position: relative;
}
#kavel-detail #form span.error {
    background: none repeat scroll 0 0 #251201;
    display: block;
    font-size: 12px;
    line-height: 19px;
    padding: 5px 10px;
    width: 550px;
	font-weight: bold;
	color: #FEEDB7;
}
#form h3 {
	margin-bottom: 22px;
	font-size: 22px;
	color: #411f02;
}
#form .entry {
	width: 507px; height: auto;
	position: relative;
	float: left;
	line-height: 26px;
	margin-bottom: 9px;
}
#form .entry label {
	width: 103px; height: auto;
	position: relative;
	float: left;
	line-height: 26px;
	color: #251201;
}
#form .entry .input {
	width: 332px; height: 24px;
	position: relative;
	float: left;
	border: 1px solid #c7b284;
	background: #f5e5b1;
}
#form .entry .input input {
	width: 324px; height: 16px;
	position: relative;
	float: left;
	line-height: 16px;
	padding: 4px;
	border: 0 none;
	background: none;
}
#form .entry .textarea {
	width: 402px; height: 104px;
	position: relative;
	float: left;
	border: 1px solid #c7b284;
	background: #f5e5b1;
}
#form .entry .textarea textarea {
	width: 394px; height: 96px;
	position: relative;
	float: left;
	line-height: 16px;
	padding: 4px;
	border: 0 none;
	background: none;
}
#form .entry .submit {
	width: 507px; height: 29px;
	position: relative;
	float: left;
}
#form .entry .submit input {
	width: 130px; height: 29px;
	position: relative;
	float: left;
	display: block;
	margin: 12px 0 0 103px;
	text-indent: -9999px;
	border: 0 none;
	cursor: pointer;
	background: url(../images/template/submit-btn-kavel.gif) 0 0 no-repeat;
}

input.veld, textarea {
	width: 165px;
	background: #f5e5b1;
	border: 1px solid #c7b284;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
}

select {
	width: 168px;
	background: #f5e5b1;
	border: 1px solid #c7b284;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
}

#showkeuzes {
	cursor: pointer;
	text-align: center;
}

.voorpagina {
	height: 80px; 
	overflow: hidden;
}

.voorpagina1 {
	height: 20px; 
	overflow: hidden;
}
	
	
.footer {
	width: 938px;
	height: 72px;
	position: relative;
	float: left;
	color: #513f25;
	line-height: 72px;
	text-align: right;
	font-size: 11px;
	background: #261300;
	padding-right: 20px;
}

.footer a {
	color: #513f25;
	font-size: 11px;
}
.footer .bouwgarant {
	position: relative;
	float: left;
	margin-top: 14px;
	margin-left: 25px;
}

body.actie #right .left {
	width: 550px;
}

body.actie .left input.veld,
body.actie .left textarea {
	float: left;
}

.infodagen {
position:absolute;
left:0px;
top:0px;
}

.rechts #twitter {
    height: 92px;
    left: 350px;
    position: absolute;
    top: 72px;
    width: 250px;
}
.rechts #twitter #twittter {
    height: 76px;
    position: absolute;
    width: 232px;
	color: #412000;
	overflow:hidden;
}
.rechts #twitter #volg {
    height: 92px;
    position: absolute;
    width: 250px;
}
.rechts #twitter #twittter .tweet {
	display:block;
	background-color:#FEEDB7;
}
.rechts #twitter #twittter .tweet .content {
    color: #412000;
}
.rechts #twitter #twittter a {
    color: #412000;
	font-weight:bold;
}
.rechts #twitter #volg a.bekijk {
	color: #412000;
	margin-top:74px;
	margin-right:18px;
	float:right;
	font: 11px/20px Georgia,"Times New Roman",Times,serif;
}

