@import url('menu.css');
@import url('forms.css');
@import url('kalender.css');

/*
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	opacity: 0.2;
*/

/*** GLOBAL ***/

* {
	margin:0px;
	padding:0px;
	border:0px;
	outline:0;
}

A {
	color:#FFFFFF;
	text-decoration:underline;
}

A:hover { text-decoration:none; }

HTML {
	width:100%;
	height:100%;
}

BODY {
	margin:0;
	z-index:0;
	width:100%;
	height:100%;
	position:relative;
}

BODY, P, TD, LI {	
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
}

#container{
	height:100%;
}

#site {
	width:1000px;
	margin: 0 auto;
	padding:0;	
	z-index:1;
	min-height:100%;
	position:relative;
}

#header { display:none }

#content {
	width:100%;
	min-height:600px;
	padding-bottom:35px;
}

#content_links { display:none; }

#content_rechts {
	position:relative;
	width:550px;
	min-height:400px;
	float:left;
	padding:11px 112px 0px 40px;
	line-height:200%;
}

#content_rechts ul{
	margin-left:15px;
	list-style:outside disc;
}

#content_rechts li{
	min-height:20px;
	line-height:20px;
}

#breadcrumb { display:none; }

#content_rechts a {
	color:#333333;
}

#footer_links {
	height:75px;
	line-height:200%;
	width:248px;
	padding:0px 25px 0px 0px;
	text-align:right;
	font-size:11px;
	margin-top:25px;
}

#footer_links p{
	font-size:11px;
}

#footer_links img{
	margin-left:5px;
}

#footer_midden, #footer_rechts  {
	position:absolute;
	font-size:11px;
	width:274px;
	height:35px;
	line-height:35px;
	bottom:0px;
}

#footer_midden{
	left:298px;
	padding-left:45px;
}

#footer_rechts {
	text-align:right;
	padding-right:45px;
	left:617px;
}

.clear {
	clear:both;
}

.witruimte{
	height:50px;
}

/*** LOCAL ***/

#content_links #steunt{
	position:relative;
	display:block;
	background:url(../images/common/steunt.png) no-repeat;
	margin-bottom:35px;
	margin-top:25px;
	width:280px;
	height:97px;
	cursor:pointer;
	text-decoration:none;
}

#steunt strong{
	position:absolute;
	display:block;
	height:33px;
	width:280px;
	top:0px;
	left:0px;
	text-align:center;
	line-height:33px;
}

#steunt div{
	position:absolute;
	display:block;
	height:34px;
	width:180px;
	top:45px;
	right:100px;
	text-align:right;
	line-height:175%;
}

#bestemming_balk{
	position:relative;
	height:41px;
}

#bestemming_balk .bg{
	position:absolute;
	margin-left:-40px;
	width:638px;
	height:41px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

#bestemming_balk .tekst{
	position:absolute;
	width:583px;
	height:41px;
	line-height:41px;
}

.bestemmingen{
	position:relative;
	width:395px;
	height:93px;
	padding:35px 203px 0px 0px;
	line-height:225%;
	cursor:pointer;
}

.bestemmingen .best_image, .bestemmingen img{
	width:170px;
	height:128px;
	position:absolute;
	top:0px;
	right:-10px;
}

.bestemmingen .bg{
	position:absolute;
	top:0px;
	margin-left:-40px;
	background:#FFFFFF;
	width:468px;
	height:35px;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
}

.bestemmingen .tekst, .bestemmingen .prijs{
	position:absolute;
	color:#333333;
	top:0px;
	width:234px;
	height:35px;
	line-height:35px;
}

.bestemmingen .prijs{
	right:170px;
	width:115px;

}

.space{
	margin-left:-40px;
	width:638px;
	height:35px;
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	opacity: 0.25;
}

#contact_container{
	position:relative;
	width:562px;
	min-height:400px;
	margin-top:50px;
}

#contact_form{
	padding:25px 0px 0px 0px;
	position:relative;
	z-index:1;
	height:625px;
}

#contact_form dl dt{
	width:190px;
	min-height:25px;
	line-height:25px;
}

#contact_form dl dd{
	position:relative;
	width:300px;
	min-height:25px;
	line-height:25px;
	margin:-25px 0px 5px 190px;
}

#contact_bg{
	width:638px;
	height:650px;
	position:absolute;
	margin-left:-40px;
	background:#b8670b;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity: 0.4;
	z-index:0;
}

#content_links .tekst{
	text-align:right;
	padding-right:30px;
	line-height:200%;
	font-size:11px;
	margin-bottom:15px;
}

#content_links .tekst p{
	font-size:11px;
}

#fotoboek{
	display:none;
}

.info{
	display:none;
}

#alg_info{
	display:block;
}

#select_sort{
	top:10px;
	right:21px;
	position:absolute;
	border:1px solid #313539;
	background:#FFFFFF;
	height:20px;
	line-height:20px;
	width:125px;
	color:#666666;
	padding-left:7px;
	font-size:11px;
}

#sort{
	position:absolute;
	top:10px;
	right:0px;
	cursor:pointer;
}         

#bestemming_balk .tekst label {
	position:absolute;
	display:block;
	top:0px;
	right:135px;
	font-size:12px;
	cursor:default;
}

#sort_box{
	border:1px solid #313539;
	position:absolute;
	top:34px;
	width:153px;
	right:0px;
	background:#FFFFFF;
	display:none;
	z-index:25;
}

#sort_box ul{
	list-style:none;
}

#sort_box ul li{
	color:#666666;
	height:20px;
	line-height:20px;
	padding-left:10px;
	font-size:11px;
}

.gegevens{
	margin-bottom:50px;
	font-size:11px;
	line-height:200%;
}

.gegevens h1{ 
	margin-bottom:45px; 	
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
}
.gegevens .left{ float:left; margin-bottom:20px; width:143px; }
.gegevens .right{ float:right; margin-right:25px; margin-bottom:20px; width:98px;  }
.gegevens .clear{ margin-bottom:20px; }
.gegevens .clear strong{ margin-right:35px; width:125px; display:block; float:left; }
.gegevens .bottom{ padding-right:25px;}

.landkaart{
	text-align:right;
	margin-right:25px;
	margin-bottom:25px;
	cursor:pointer;
}

.landkaart a{
	display:block;
	height:30px;
	line-height:30px;
	float:left;
	margin-left:90px;
	text-decoration:none;
	font-weight:bold;
	background:url(../images/common/vergroten.png) no-repeat top left;
	padding-left:35px;
	white-space:nowrap;
}

#print_knop, #email_knop{ display:none; }

#email_knop{
	right:112px;
}

#flash_kaart{
	display:none;
	position:absolute;
	z-index:900;
	top:50%;
	height:550px;
	width:800px;
	margin-left:-400px;
	margin-top:-275px;
	background:white;
	left:50%;
}

#flash_kaart_header {
	width:800px;
	height:36px;
	cursor:pointer;
	line-height:280%;
	color:white;
	text-indent:30px;
	font-weight:bold;
}

#flash_kaart_content {
	height:514px;
	width:800px;
}

ul.sitemap{
	display:block;
	list-style:none;
	width:250px;
}

ul.sitemap li, ul.sitemap ul{
	list-style:none;
}

#content_rechts div * img{
	margin:0px 10px;
}



