*{
	margin:					0;
	padding:				0;
}

h1{
	font-size:				20px;
}

h2{
	font-size:				11px;
	font-weight:			normal;
}

h3{
	font-size:				14px;
	font-weight:			normal;
	text-align:				center;
	padding-top:			10px;
}

body {
	padding-top:			8px;
	width:					825px;
	background-color: 		#FFFFFF;
	margin-left: 			auto;
	margin-right: 			auto;
	font-family:			Verdana;
}

.header{
	width:					825px;
	height:					159px;
	background-image:  	 	url(images/header.png);
	float:					left;

}

#logo{
	margin-top:				13px;
	margin-left:			49px;
}

.knoppen{
	width:					825px;
	height:					95px;
	padding-top:			6px;
	float:					left;
}

#aankoop{
	width:					271px;
	height:					95px;
	background-image:  		url(images/knop_aankoop_link.png);
	float:					left;

}

#aankoop:hover {
	background-image:   	url(images/knop_aankoop.png);
} 

#pand{
	width:					276px;
	height:					95px;
	background-image:   	url(images/knop_pand_link.png);
	background-repeat:		no-repeat;
	margin-left:			6px;
	float:					left;
}

#pand:hover {
	background-image:  		url(images/knop_pand.png);
} 

#contact{
	width:					271px;
	height:					95px;
	background-image:   	url(images/knop_contact_link.png);
	float:					left;
}
#contact:hover {
	background-image:   	url(images/knop_contact.png);
} 

.contentBox{
	padding-top:			6px;	
	float:					left;
	width:					825px;
}

.contentTop{
	background:				url(images/rand_top.png) no-repeat scroll 0 0;
	width:					825px;
	height:					22px;
	position:				relative;
}

.contentMid{
	background:				url(images/rand_mid.png) repeat-y scroll 0 0;
	min-height:				470px;
	padding:				0 8px 8px;
}

.contentMid2{
	background:				url(images/rand_mid.png) repeat-y scroll 0 0;
	height:					400px;
	padding:				0 8px 8px;
}

.contentMidContact{
	background:				url(images/rand_mid.png) repeat-y scroll 0 0;
	min-height:				575px;
	padding:				0 8px 8px;
}

.contentBottom{
	background:				url(images/rand_bottom.png) no-repeat scroll 0 0 ;
	width:					825px;
	height:					21px;
	overflow:				hidden;
	
}

#contentLinks{
	float:					left;
	width:					415px;
	padding:				8px 20px 0px 8px;
	position:				relative;
}

#aankoopTabel{
	float:					left;
	width:					350px;
	position:				relative;
}

.tabelTop{
	background:				url(images/tabel_top.png) no-repeat scroll 0 0;
	width:					350px;
	height:					33px;
	position:				relative;
}

.tabelMid{
	background:				url(images/tabel_mid.png) repeat-y scroll 0 0;
	height:					auto;
	padding:				8px 8px 8px 8px;
}

.tabelBottom{
	background:				url(images/tabel_onder.png) no-repeat scroll 0 0 ;
	width:					350px;
	height:					25px;
	overflow:				hidden;
	
}

ul.disc {
	list-style-type: 		disc;
	list-style-position: 	outside;
}

ul.disc, li{
	margin-left:			20px;
}

#info{
	padding-top:			10px;
}

#slider {
    width: 					640px; 
    height: 				426px; 
    position: 				relative; 
	overflow: 				hidden; 
	margin-left: 			0px;
}
#sliderContent {
    width: 					640px;
    position: 				absolute;
	top: 					0;
	margin-left: 			150px;
}
.sliderImage {
    float: 					left;
    position: 				relative;
	display: 				none;
}
.sliderImage span {
    position: 				absolute;
	font:					10px/15px Verdana;
    padding: 				10px 13px;
    width: 					640px;
    background-color:		#4a963f;
   /* filter: 				alpha(opacity=80);
    -moz-opacity: 			0.8;
	-khtml-opacity: 		0.8;
    opacity: 				0.8;*/
    color:					#fff;
    display: 				none;
}
.clear {
	clear: 					both;
}
.sliderImage span strong {
    font-size: 				14px;
}
.top {
	top: 					0;
	left: 					0;
}
.bottom {
	bottom:					0;
    left: 					0;
}
ul#one , li{ 
	margin-left:0px;

}

#gallery{
	margin-top:				25px;
	margin-left:			29px;
}	

