/* CSS RESET */
html, body, div, span,applet, object, iframe,h1, h2, h3, h4, h5, h6, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dd, dl, dt, li, ol, ul,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {margin: 0;padding: 0;border: 0;font-weight: inherit;font-style: inherit;font-size: 100%;line-height: inherit;font-family: inherit;text-align: left;vertical-align: baseline;}
a img, :link img, :visited img {border: 0;}
table  {border-collapse: collapse; border-spacing: 0;}
ol, ul {list-style: none;}
q:before, q:after,blockquote:before, blockquote:after {content: "";}
/* CSS RESET */

html {
	overflow:scroll;	
}

body {
	background:url(images/bg.jpg) center top no-repeat #d47453;	
	font-size:12px;
	color:#161515;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
}

h1 {
	color:#b6250c;
	font-size:18px;
	font-weight:bold;
}

h2 {
	color:#b6250c;
	font-size:14px;
	font-weight:bold;
}

a {
	color:#b6250c;
	text-decoration:underline;
}

a:hover {
	color:#d47453;
	text-decoration:none;	
}

#menuWrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:915px;
	height:53px;
	top:120px;
	padding-left:55px;
}

#menuWrapper li {
	display:inline;
	font-size:12px;
	margin-right:20px;
}

#menuWrapper a {
	color:#ffffff;
	text-decoration:none;
	display:inline-block;
	height:30px;
	padding-top:20px;
	border-bottom:3px solid #b6250c;
}

#menuWrapper a:hover {
	display:inline-block;
	height:30px;
	padding-top:20px;
	border-bottom:3px solid #ffffff;
}

#menuWrapper a.active {
	display:inline-block;
	height:30px;
	padding-top:20px;
	border-bottom:3px solid #ffffff;
}

#submenu {
	position:relative;
	top:-26px;
	padding:12px;
	padding-left:55px;
	background:#f1f1f1;
}

#submenu li {
	display:inline;
	font-size:12px;
	margin-right:20px;
}

#submenu a {
	color:#252525;
	text-decoration:none;
}

#submenu a:hover {
	border-bottom:2px solid #252525;
}


#container {
	background:#ffffff;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:971px;
	margin-top:146px;
	padding-bottom:15px;
}

#content {
	width:554px;
	min-height:500px;
	padding-left:55px;
	line-height:19px;
}

.woningOverzicht {
	border:1px dashed #252525;
	background:#f5f5f5;
	width:554px;
	height:90px;
	line-height:19px;
	padding:10px;
	margin-bottom:10px;
}

img.woningOverzichtFoto {
	max-height:85px;
	max-width:113px;
	float:left;
	border:1px solid #252525;
}

.woningOverzichtRechts {
	float:right;
	width:414px;
}

.woningOverzichtRechts img {
	float:right;
}

#aanbodFotos {
	border:1px dashed #252525;
	background:#f5f5f5;
	text-align:center;
}

#aanbodFotos img {
	max-height:85px;
	max-width:110px;
	margin:10px;
	border:2px solid #252525;
}

#aanbodFotos img:hover {
	max-height:85px;
	max-width:110px;
	margin:10px;
	border:2px solid #b6250c;
}

#right {
	float:right;	
	text-align:right;
}

#footer {
	background:#252525;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	color:#c9c9c9;
	font-size:10px;
	width:906px;
	height:16px;
	padding:10px;
	padding-left:55px;
}

.leftForm{
	float:left;
	height:30px;
	width:120px;
}

.rightForm{
	float:left;
	height:30px;
	width:410px;
}

input {
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #b6260c;
	font-size:11px;
	padding:3px;
	width:300px;
	color:#1f1f1f;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #b6260c;
	font-size:11px;
	padding:3px;
	width:300px;
	height:100px;
	color:#1f1f1f;
}

#verzendButton {
	text-align:center;
	background:#b6260c;
	color:#ffffff;
	border:0px;
	cursor:pointer;
}

.clearBoth {
	clear:both;	
}

.clearLeft {
	clear:left;	
}


.Error {
	color:#FFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px;
	margin-left:3px;
	border:1px solid #F00;
	background:#de5b45;
}