/* 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, strong, 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%;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 21px;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
:focus {
	outline: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
}

/* FRAMEWORK */
html, body {
	height: 100%;
}

body {
	background: #01164c url(../images/template/body.jpg) no-repeat bottom center fixed;
}

#site {
	min-height: 100%;
	height: auto !important; 
	height: 100%; 
	position: relative;
	width: 909px;
	margin: auto;
	z-index: 1;
}
#header {
	position: relative;
	float: left;
	width: 909px;
	height: 207px;
	background: url(../images/template/header.png) no-repeat;
	margin-top: 40px;
}
#header #logo {
	position: absolute;
	top: 60px;
	left: 35px;
}
#menu_wrapper {
	position: relative;
	float: left;
	width: 909px;
	height: 74px;
	background: url(../images/template/menu.jpg) no-repeat;
}
#menu_wrapper #menu {
	position: absolute;
	top: 24px;
	left: 351px;
}
#menu_wrapper #menu ul {
	float: left;
}
#menu_wrapper #menu ul li {
	float: left;
	margin-right: 8px;
}
#menu_wrapper #menu ul li a {
	float: left;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px 13px;
}
#menu_wrapper #menu ul li a:hover {
	background-position: 0px 0px;
}
#menu_wrapper #menu ul li.home a {
	background-image: url(../images/template/menu_home.gif);
	height: 41px;
	width: 85px;
}
body.home #menu_wrapper #menu ul li.home a {
	background-image: url(../images/template/menu_home.jpg);
	background-position: 0px 0px;
}
#menu_wrapper #menu ul li.home a:hover {
	background-image: url(../images/template/menu_home.jpg);
}
#menu_wrapper #menu ul li.over a {
	background-image: url(../images/template/menu_over.gif);
	background-position: 13px 13px;
	height: 41px;
	width: 152px;
}
body.over #menu_wrapper #menu ul li.over a {
	background-image: url(../images/template/menu_over.jpg);
	background-position: 0px 0px;
}
#menu_wrapper #menu ul li.over a:hover {
	background-image: url(../images/template/menu_over.jpg);
	background-position: 0px 0px;
}
#menu_wrapper #menu ul li.reglement a {
	background-image: url(../images/template/menu_reglement.gif);
	background-position: 13px 13px;
	height: 41px;
	width: 102px;
}
body.reglement #menu_wrapper #menu ul li.reglement a {
	background-image: url(../images/template/menu_reglement.jpg);
	background-position: 0px 0px;
}
#menu_wrapper #menu ul li.reglement a:hover {
	background-image: url(../images/template/menu_reglement.jpg);
	background-position: 0px 0px;
}
#menu_wrapper #menu ul li.tekoop a {
	background-image: url(../images/template/menu_tekoop.gif);
	background-position: 3px 13px;
	height: 41px;
	width: 63px;
}
body.tekoop #menu_wrapper #menu ul li.tekoop a {
	background-image: url(../images/template/menu_tekoop.jpg);
	background-position: 0px 0px;
}
#menu_wrapper #menu ul li.tekoop a:hover {
	background-image: url(../images/template/menu_tekoop.jpg);
	background-position: 0px 0px;
}
#menu_wrapper #menu ul li.contact a {
	background-image: url(../images/template/menu_contact.gif);
	background-position: 13px 13px;
	height: 41px;
	width: 88px;
}
body.contact #menu_wrapper #menu ul li.contact a {
	background-image: url(../images/template/menu_contact.jpg);
	background-position: 0px 0px;
}
#menu_wrapper #menu ul li.contact a:hover {
	background-image: url(../images/template/menu_contact.jpg);
	background-position: 0px 0px;
}
#menu_wrapper #menu ul li a span {
	display: none;
}
#wrapper {
	position: relative;
	float: left;
	width: 909px;
	background: #fff url(../images/template/top.jpg) no-repeat top;
	z-index: 1;
}
#content {
	position: relative;
	float: left;
	width: 909px;
	background: url(../images/template/bottom.jpg) no-repeat bottom;
	z-index: 1;
}
#content #left {
	position: relative;
	float: left;
	width: 351px;
	z-index: 1;
}
#content #left #map {
	position: relative;
	float: left;
	margin: 159px 0px 0px 41px;
	display: inline;
}
#content #left #gallery {
	position: absolute;
	top: -69px;
	left: 20px;
	width: 292px;
	height: 228px;
	overflow: hidden;
	z-index: 10;
}
#content #left #gallery #gallery_images {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 292px;
	height: 228px;
	z-index: 15;
	overflow: hidden;
}
#content #left #gallery #gallery_images img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 200px;
	z-index: 20;
}
#content #left #gallery #prev {
	position: absolute;
	top: 80px;
	left: 14px;
	z-index: 30;
}
#content #left #gallery #next {
	position: absolute;
	top: 75px;
	right: 28px;
	z-index: 30;
}
#content #left #gallery #next img,
#content #left #gallery #prev img {
	cursor: pointer;
}
#content #left #gallery #layer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 292px;
	height: 228px;
	background: url(../images/template/gallery.png) no-repeat;
	z-index: 25;
}
#content #right {
	position: relative;
	float: left;
	width: 521px;
	padding: 35px 35px 35px 0px;
} 
#footer {
	position: relative;
	clear: both;
	width: 909px;
	height: 69px;
	background: url(../images/template/footer.png) no-repeat;
	padding-bottom: 25px;
}
#footer #copyright {
	float: left;
	position: relative;
	display: inline;
	color: #a9a4a0;
	font-size: 11px;
	margin-left: 41px;
	width: 800px;
	line-height: 82px;
}
#footer #copyright a,
#footer #address a {
	color: #a9a4a0;
	font-size: 11px;
	text-decoration: none;
}

#footer #copyright a:hover,
#footer #address a:hover {
	text-decoration: underline;
}
#footer #copyright span,
#footer #address span {
	color: #a9a4a0;
	margin: 0px 10px;
}
#footer #address {
	float: left;
	color: #a9a4a0;
	font-size: 11px;
	line-height: 82px;
}

/* TE KOOP*/

.tekoop_wrapper {
	position: relative;
	float: left;
	width: 520px;
	height: auto;
	margin-bottom: 25px;
}

.tekoop_wrapper.overzicht {
	cursor: pointer;
}

.tekoop_wrapper .tekoop_links {
	position: relative;
	float: left;
	width: 222px;
}

.tekoop_wrapper .tekoop_rechs {
	position: relative;
	float: left;
	width: 280px;
}

.tekoop_wrapper .tekoop_links .verkoop_foto {
	position: relative;
	float: left;
	margin-top: 12px;
	margin-left: 5px;
	width: 163px;
	height: 120px;
	overflow: hidden;
	z-index: 70;
}

.tekoop_wrapper .tekoop_links .verkoop_foto_overlay {
	position: absolute;
	top: 0px;
	left: -21px;
	width: 222px;
	height: 179px;
	z-index: 40;
}

.tekoop_wrapper .tekoop_links .verkoop_foto_overlay.hover {
	cursor: pointer;
}

.tekoop_wrapper .tekoop_links .reageer {
	position: absolute;
	top: 160px;
	left: 0px;
	width: 155px;
	height: 17px;
	z-index: 60;
}

.tekoop_wrapper .tekoop_links .loep {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 163px;
	height: 120px;
	background: url(../images/template/loep.jpg) 0px 95px no-repeat;
	z-index: 50;
}

.tekoop_wrapper .tekoop_rechts .verkoop_gegevens {
	position: relative;
	float: left;
	margin-left: 181px;
	width: 260px;
	height: auto;
	padding-top: 17px;
	padding-left: 30px;
}

.verkoop_gegevens p {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

.verkoop_gegevens p.titel {
	font-size: 15px;
	color: #849fc0;
	font-weight: bold;
	padding: 10px 0 10px 0;
}

.verkoop_gegevens p.verhaal {
	font-size: 12px;
	line-height: 24px;
	color: #45658d;
	padding: 0 0 10px 0;
}

.verkoop_gegevens p.prijs {
	font-size: 14px;
	font-weight: bold;
	color: #45658d;
}

.verkoop_gegevens p.verhaal_detail {
	font-size: 12px;
	line-height: 24px;
	color: #45658d;
	padding: 0 0 30px 0;
}

/* OPMAAK */
h1 {
	margin: 0px 0px 25px 0px;
	font-size: 31px;
	color: #70645c;
	line-height: 31px;
	visibility: hidden;
}
p {
	margin: 0px 0px 20px 0px;
	line-height: 24px;
	font-style: normal;
	color: #45658d;
}
p.intro {
	font-size: 15px;
	color: #849fc0;
}
p.regelsvet {
	margin: 20px 0 20px 0;
	font-weight: bold;
}
a {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ol {
	list-style: decimal;
}
ol.letters {
	list-style: lower-alpha;
}
li.regels {
	margin-left: 15px;
	line-height: 24px;
	font-style: normal;
	color: #45658d;
}

/* FORMULIER */
form {
	float: left;
	width: 507px;
	padding-top: 15px;
}
label {
	float: left;
	width: 187px;
	overflow: hidden;
	font-size: 12px;
	color: #45658d;
}
.input {
	position: relative;
	float: left;
	width: 320px;
	height: 22px;
	background: url(../images/template/input_bg.gif) no-repeat;
	padding-bottom: 10px;
	overflow: hidden;
}
.input input {
	float: left;
	background: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3c3f45;
	width: 310px;
	padding-left: 5px;
	padding-top: 4px;
	height: 22px;
}
.textarea {
	float: left;
	width: 320px;
	height: 100px;
	background: url(../images/template/textarea_bg.gif) no-repeat;
	padding-bottom: 10px;
}
.textarea textarea {
	float: left;
	background: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3c3f45;
	width: 310px;
	height: 97px;
	line-height: 22px;
	padding-left: 5px;
	overflow: auto;
}
.verzenden {
	float: left;
	width: 507px;
}
.verzenden .button {
	border: none;
	background: url(../images/template/button.gif) no-repeat;
	width: 125px;
	height: 28px;
	cursor: pointer;
	float: right;
	color: #fff;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
#melding_contact {
	float: left;
	width: 477px;
	height: auto;
	margin-bottom: 15px;
	border: 1px solid #ff0000;
	background: #ffe6e7;
	padding: 15px;
	color: #ff0000;
}
