@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a img {
	border: none;
}
A {
color:#000000;
}
A {
color:#000000;
}

H4 {
	color:#6F8B2C;
}
H5 {
	color:#6F8B2C;
}
TEXTAREA {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.9em;
}

LEGEND {
color:#7C9D31;
font-weight:bold;
}

.oneColFixCtr #container {
	width: 903px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#top_menu_holder {
	background:transparent url(../images/bg_red_top.jpg) repeat 0px;
	width:903px;
	height:70px;
	border:1px solid black;
	vertical-align:middle;
}
#slogan{
	background:transparent url(../images/tekst_top.gif) no-repeat 0px;
	width:272px;
	height:38px;
	float:right;
	padding:15px;
	
	}
#nieuwsbrief {
	height:40px;
	width:903px;
	text-align: right;
}
#nieuwsbrief input.placeholder {
	color: gray;
	text-transform: italic;
}
#nieuwsbrief input {
	padding: 1px;
	margin-top: 8px;
	font-size: 14px;
	border: 1px solid #9B9B9B;
}
#nieuwsbrief input.text {
	padding-left: 3px;
}
#nieuwsbrief input.but {
	background-color: #9B2F3E;
	color: white;
}
#nieuwsbrief TABLE TD {
padding:0px 10px 0px 10px;
}
#contentholder {
	width:903px;
	background:transparent url(../images/top_logo.jpg) no-repeat 0px;
	background-position:top;
/*	border:1px solid white;*/
	overflow:hidden;

	}
	#content_print {
	display: none;

	}
#content {
	margin:160px 0px 10px 35px;

	
}
#left {
	float:left;
}
#right {

	float:left;
	position: relative;
	margin-left:0px;

}
#right.without_menu {
	width: 844px;
	float: none;
	overflow:hidden;
/*	background-color:#999999;*/
}
#sub_menu_holder {
	margin-top:0px;
	width:203px;
	background:transparent url(../images/sub_menu.jpg) no-repeat 0px;
	background-position:top;
	border:0px solid black;

}
#sub_menu_content {

}
#banners {
	background-color:#EFEFEF;
	width:200px;
	border:1px solid black;
	text-align:center;
	margin:20px 0px 20px 0px;


}

#footer {
	
}

#footer A {
text-decoration:none;
}
#footer A:hover {
text-decoration:underline;
}

#balk {
	height:68px;
	width:903px;
	border:1px solid black;
	background:transparent url(../images/bg_red.jpg) repeat-x 0px;
	background-position:top;	
}
#adres {
	color:#FFFFFF;
	font-size:0.8em;
	margin:20px 10px 10px 20px;
	text-align:right;
}
#adres A {
	color:#FFFFFF;
}

#copy {
	margin-top:10px;
	color:#000;
	font-size:0.8em;
	text-align:right;
}
#credits {
	margin-top:8px;
	margin-bottom:10px;
	color:#000;
	font-size:0.8em;
	text-align:right;
}

#huizen_home_holder {
/*	background-image: url(../images/dashed_line.gif);*/
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.huis_front {
	height:166px;
	clear: both;
	padding-bottom: 15px;
	margin-bottom: 5px;
} 
.foto_huis_front {
	width:243px;
	position: relative;
	height:166px;
	border:1px solid #666666;
	padding:5px;
	float:left;
	}
.foto_huis_content {
	width:300px;
	float:right;
		}
.foto_huis_content_header {
	padding:10px;
	color:#7C9D31;
	font:Arial, Helvetica, sans-serif 1.2em;
	font-weight:bold;
	}
.foto_huis_content_content {
	padding:10px;
	font-size:0.9em;
	}
.foto_huis_content_prijs {
	padding:10px;
	font-weight:bold;
	font-size:1.2em;
	}

DIV {
	border:0px solid black;
}

span.error {
	font-size: 10px;
	color: red;
}
div.error input, div.error textarea {
	border: 1px solid red;
}
