/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0; padding: 0;
}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/* Removes list-style form lists */
ol, ul {
	list-style: none;
}


/* begin css */
html {
	text-align: center;
	background: #FFFFFF;
	height: 100%;
}

body {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
div#container {
	position: relative;
	top: 0px;
	width: 900px;
	height: 700px;
	margin: 0 auto;
}
	

/* div onderdelen header */
div#logo {
	position: absolute;
	top: 20px;
	left: 309px;
	width: 342px;
	height: 125px;
	z-index: 3;
}
div#naam {
	position: absolute;
	top: 240px;
	left: 285px;
	width: 800px;
	-moz-transform: rotate(19deg);
	-webkit-transform:rotate(19deg);
	-o-transform:rotate(19deg);
	-ms-transform:rotate(19deg);
	z-index: 4;
}
div#weblog {
	position: absolute;
	top: 188px;
	left: 631px;
	width: 200px;
	-moz-transform: rotate(15deg);
	-webkit-transform:rotate(15deg);
	-o-transform:rotate(15deg);
	-ms-transform:rotate(15deg);
	z-index: 4;
}
div#mail {
	position: absolute;
	top: 260px;
	left: 280px;
	width: 800px;
	-moz-transform: rotate(20deg);
	-webkit-transform:rotate(20deg);
	-o-transform:rotate(20deg);
	-ms-transform:rotate(20deg);
	z-index: 4;
}


/* navigatie */
div#nav {
	position: absolute;
	top: 210px;
	left: 294px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	-moz-transform: rotate(17deg);
	-webkit-transform:rotate(17deg);
	-o-transform:rotate(17deg);
	-ms-transform:rotate(17deg);
	z-index: 4;
}

div#nav a { color: #666666; text-decoration: none; 	background-color: #e3e0e0;}
div#nav a:hover { color: #ffffff; text-decoration: none; }
.navactief { color: #000000; background-color: #CCC;}


div#tekst {
	position: absolute;
	top: 315px;
	left: 19px;
	width: 254px;
	height: auto;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 11px;
}
ul.tekst li {
	position: relative;
	width: 254px;
	height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100px;	
	line-height: 12px;
	text-transform: uppercase;
}

a.menu { color: #666666; text-decoration: none; font-size: 12px; line-height: 13px;}
a.menu:hover { color: #ffffff; background-color: #cccccc;}
.menuactief {
	color: #000000;
	background-color: #ffffff;
	font-weight: bold;
	font-size: 12px; line-height: 13px;
}

div#inhoud{
	width: 495px;
	height: 640px;
	top: 318px;
	left: 300px;
	position: absolute;
	z-index: 4;
}
div#teksthome {
	position: absolute;
	top: 315px;
	left: 125px;
	width: 644px;
	height: auto;
}
div#huizen {
	position: absolute;
	top: 100px;
	left: 74px;
	width: 379px;
	height: 180px;
	z-index: 1;
	}
	
div#boom {
	position: absolute;
	top: 136px;
	left: 777px;
	width: 103px;
	height: 104px;
	z-index: 1;
	}

/* Slideshow */
div#slideshow{
	width: 600px;
	height: 330px;
	top: 315px;
	left: 300px;
	position: absolute;
	z-index: 4;
}
div#slideshow img{
	padding: 5px 25px 10px 0px;
	/*float: left;*/
}

.slides {
	position: relative;
	z-index: 1; 
	display: none;
}
#slide1 {display: block}


/* Vorige en Volgende */
div#controls{
	text-align: right;
	z-index: 10;
	width: 65px;
	float: right;
}   
.controls{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;}
.controls a{
	color: #000000;}
.controls a:hover{
	color: #ffffff;}
div#controls p {
	font-size:16px;
}
div#controls p a{
	text-decoration: none;
}
div#controls p a:hover{
	text-decoration: none;
	color: #999999;
}

/* fonts */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
	color: #b60010;
	text-transform: uppercase;
}
h1 a {
	color: #b60010;
	font-size: 14px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #b60010;
	padding-bottom: 5px;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #666666;
	text-transform: uppercase;
}
h3 a {
	color: #000000;
	text-transform: uppercase;
}
h3 a:hover{
	text-transform: uppercase;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 12px;
	color: #666666;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 0px;
}
.left {text-align: left; color: #000; }
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
}
a {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}
a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #ccc;
}
. kleinkap {
	font-size: 11px;
	font-weight: normal;
}
.arial{
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.avbold { font-weight: bold; }
