body {
	font-family: Arial;
	font-size: 11px;
	line-height: 17px;
	background-color: #000000;
}

h1 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #AC0C18;
}

span.small {
	font-size: 11px;
	font-weight: normal;
}

h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

h3 {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.red {
	color: #AC0C18;
}

p {
	margin-top: 0;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #AC0C18;
}
a:hover {
	color: #fff;
}
a.arrow {
	
}

img {
	border: 0 none;
}

img.border {
	padding: 1px;
	border: 1px solid #8A6C23;
}

div#website {
	position: relative;
	width: 963px;
	height: auto;
	/*overflow: hidden;*/
	margin: 10px auto;
}

/* HEADER */
div#headerContainer {
	width: 963px;
	height: auto;
	background-image: url(/img/png/website-top.png);
	background-repeat: no-repeat;
	background-position: top left;
}
div#headerContainer div#headerTop {
	position: relative;
	width: 963px;
	height: 105px;
}
div#headerContainer div#headerTop div#flags {
	position: absolute;
	top: 85px; left: 20px;
	width: 80px;
	height: 17px;
}
div#headerContainer div#headerTop div#flags img {
	padding: 1px;
}
div#headerContainer div#headerTop div#flags img.selected {
	padding: 0;
	border: 1px solid #AC0C18;
}
div#headerContainer div#headerTop div#logo {
	position: absolute;
	top: 13px; left: 124px;
	width: 155px;
	height: 94px;	
}

div#headerContainer div#header {
	width: 963px;
	height: 219px;
	background-image: url(/img/jpg/bg-header.jpg);
	background-repeat: no-repeat;
}

/* HEADER MAP */
div#headerContainer div#header div#map {
	float: left;
	width: 250px;
	height: 183px;
	margin: 12px 0 0 0;
}

/* HEADER SEARCH */
div#headerContainer div#header div#search {
	float: left;
	width: 470px;
	/*height: 115px;*/
	margin: 40px 0 0 0;
}
div#headerContainer div#header div#search fieldset {
	border: 0 none;
}
div#headerContainer div#header div#search fieldset.field {
	float: left;
	width: 	225px;
}
div#headerContainer div#header div#search fieldset.process {
	float: left;
	width: 	180px;
}
div#headerContainer div#header div#search fieldset.process label {
	float: left;
	width: 80px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	display: block;
}
div#headerContainer div#header div#search fieldset.field label {
	float: left;
	width: 105px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	display: block;
}
div#headerContainer div#header div#search input,
div#headerContainer div#header div#search select {
	font-size: 11px;
	line-height: 11px;
	margin: 0 0 5px 0;
}
div#headerContainer div#header div#search input {
	width: 113px;
	height: 13px;
	padding: 2px 0 0 2px;
	border: 1px solid #fff;
	/*display: block;*/
}
div#headerContainer div#header div#search select {
	width: 118px;
	height: 17px;
	padding: 2px 0 0 2px;
	line-height: 12px;
}
div#headerContainer div#header div#search input#keywords,
div#headerContainer div#header div#search input#mand {
	width: 95px;
}
div#headerContainer div#header div#search fieldset.process #btnSubmit {
	width: 186px;
	height: 33px;
	margin: 10px 0 0 0;
	border: 0 none;
	background-image: url(/img/gif/searchButton.gif);
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	display: block;
}

.button {
	width: 186px;
	height: 23px;
	margin: 0 0 0 0;
	padding-top: 3px;
	border: 0 none;
	background-image: url(/img/gif/button.gif);
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	display: block;
	text-align: center;
}

/* MAIN */
div#main {
	position: relative;
	width: 963px;
	height: auto;
	overflow: hidden;
	background-image: url(/img/gif/bg-website.gif);
}
div#main div#sidebarLeft { /* ie6 */
	float: left;
	width: 227px;
	height: auto;
	margin-left: 6px;
	overflow: hidden;
} 
div#main div#sidebarLeft div#news,
div#main div#sidebarLeft div#scrollable {
	width: 191px;
	height: 268px;
	padding: 0 15px;
	background-image: url(/img/gif/sidebar-flag.gif);
	background-repeat: no-repeat;
}
div#main div#sidebarLeft div#news span.datum {
	font-size: 9px;
	color: #7E621F;
}
div#main div#sidebarLeft div#news2 {
	width: 141px;
	height: 268px;
	padding: 0 40px;
	background-image: url(/img/gif/sidebar-flag.gif);
	background-repeat: no-repeat;}

div#main div#sidebarLeft div.banner {
	margin-top: 10px;
}

/* SIDEBAR RIGHT */
div#main div#sidebarRight {
	float: left;
	width: 229px;
	height: auto;
	margin-left: 6px;
	overflow: hidden;
	background-image: url(/img/gif/sidebar-right.gif);
	background-repeat: no-repeat;
}
div#main div#sidebarRight div#pictures {
	width: 229px;
	height: auto;
	margin-top: 30px;
	text-align: center;
}
div#main div#sidebarRight div#pictures img {
	margin-bottom: 20px;	
}

/* FOOTER */
div#footerBG {
	display: none;
}
div#footer,
div#footerHomepage {
	position: relative;
	width: 963px;
	height: 35px;
	padding-top: 18px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	background-image: url(/img/png/website-bottom.png);
	background-repeat: no-repeat;
	background-position: top left;
}
div#footerHomepage {
	background-image: url(/img/gif/website-bottom2.gif);

}
div#footer a {
	color: #fff;
}
div#footer a:hover,
div#footer a.selected {
	color: #7E621F;
}
div#footer div#sidebarRightBottom{
	position: absolute;
	top: -18px; right: 6px;
	width: 223px;
	height: 20px;
	background-image: url(/img/gif/sidebar-right-bottom.gif);
	background-repeat: no-repeat;
}

/* CONTENT */
div#main div#content,
div#main div#homepage {
	float: left;
	width: 405px;
	height: auto;
	padding: 0 45px;
	overflow: hidden;
}
div#main div#content h2 {
	color: #AC0C18;
}

div#main div#homepage {
	height: 390px;
	padding-top: 26px;
	background-image: url(/img/gif/slideshow-bg.gif);
	background-repeat: no-repeat; 
	background-position: 16px;
}
div#main div#homepage h1 {
	color: #CDAC5D;
}
div.property {
	width: 405px;
	height: 135px;
	margin: 10px 0;
}
div.property img {
	float: left;
	border: 1px solid #D4CDB4;
}
div.property div.text {
	float: left;
	width: 200px;
	height: 97px;
	padding: 0 9px;
}
div.property .button {
	float: right;
}
div.paginanavigatie {
	text-align: center;
}


table.kenmerken {
	float: left;
	margin-bottom: 20px;
}
table.kenmerken th {
	width: 119px;
	text-align: left;
	vertical-align: top;
}
table.kenmerken td {
	width: 83px;
	vertical-align: top;
}
div#map_canvas {
	width: 398px;
	height: 298px;
	border: 1px solid #D4CDB4;
	margin-bottom: 20px;
	padding: 1px;
}
div#map_canvas span {
	white-space: nowrap;
}

/* FORMS */
fieldset.normal {
	border: 0 none;
}
fieldset.normal label {
	float: left;
	width: 150px;
	display: block;
}
fieldset.normal input {
	width: 200px;	
}
fieldset.normal textarea {
	width: 200px;
	height: 60px;
}
fieldset.normal input#btnSubmit {
	width: auto;
}
