body {
	padding: 0;
	height:100%;
	min-width:968px;
	max-width:1024px;
	width: expression(Math.min(parseInt(this.offsetWidth), 1024 ) + "px"); 
	background-color: #FFFFFF;
	background-attachment: fixed;
	margin:0px 0px 0px 0px;
	line-height:120%;
	font-size: small;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;

}

hr.space {clear:both;float:none;width:100%;height:.1em;margin:0 0 0;border:none;background:#fff;color:#fff;}


#wrap {
	font-size: 80%;
}

/* HEADER */

#header {
	margin: 0px 0px 0px 0px;
	background-image: url(../gfx/background_header.gif);
	padding-left:0px;
	padding-top:0px;
	height: 100px;
	min-height: 100px;
	border-top: 0px;   
	border-left: 0px; 
	border-bottom: 0px;
	border-right: 0px;  
}

.logo {
	float: left;
}

.baseline {
	float: left;
            font-size: 160%;
            color: #B22C1C;
            font-weight: bold;
            margin: 30px 0px 0px 10px;

}


/* NAVIGATIE */

#navigatie {
	float: right;
	min-width: 400px;
	margin: 10px 20px 0px 0px;
	background-color: transparant; 
}

#navigatie a {
	font-size: 110%;
	color: #B22C1C;
	font-weight: bold;
	text-decoration: none;

}

#navigatie a:hover {
	font-size: 110%;
	color: #585858;
	font-weight: bold;
	text-decoration: underline;

}


/* LINKERBALK */


#leftnav {
	width:195px;
	min-height: 700px;
	background:url(../gfx/background_leftnav.gif);
	float: left;
        
}

#leftnav h2 {
	margin: 15px 9px 0px 8px;
	font-size: 120%;
	color: #ff9933;   
}

#leftnav h2 a {
	color: #ff9933;  
	text-decoration: none;  
}

#leftnav h2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#leftnav p{
	margin: 5px 9px 0px 8px;
	font-size: 90%;
	color: #FFFFFF;
}

#leftnav p a{
	color: #ffffff;  
	text-decoration: none;  
}

#leftnav p a:hover{
	text-decoration: none;  
	color: #ff9933; 
}

/* FORMULIEREN */

#leftnav form {
display:inline;
margin:0;
padding:0px;
}

#leftnav select { 
	margin: 5px 0px 5px 8px;
}


#leftnav form input {
	margin: 5px 0px 5px 8px;
	font-size: small;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

/* CONTENT */

#content ul { 
	margin: 0px 0px 10px 15px;
	border-left: 0px;
	padding: 0px;
}		

li.tekst { 
	list-style-type: square;
	list-style-position:outside;
	text-align:justify;   		
	margin-left:5px; 
	margin-right: 10px;
	border-left: 0px;
	margin-bottom: 10px;
	padding: 0px;
}	

#content {
	margin: 0px 0px 0px 15px;
	float: left;
	min-width:600px;
	max-width:600px;
	padding-top: 20px;
	}

#content h1 {
	margin: 0px 0px 10px 0px;
	font-size: 120%;
	color: #585858;   
	text-transform:uppercase;
	text-weight:bold;
	}

#content h1 a {
	color: #585858;   
	text-transform:uppercase;
	text-weight:bold;
	text-decoration: none;
	}

#content h1 a:hover {
	margin: 0px 0px 10px 0px;
	text-transform:uppercase;
	text-weight:bold;
	color: #b22c1c;
	text-decoration: none;
	}


#tekstvak {
	clear: both;
	width: 	575px;
	margin: 0px 20px 10px 0px;
	color: #585858;   
	font-size: 90%;
	text-align:justify;
	}	


#content a {
	margin: 0px 20px 10px 0px;
	color: #585858;   
	font-size: 100%;
	margin: 5px 0px 20px 0px;	
	text-decoration: none;
	}	
	
#content a:hover {
	margin: 0px 20px 10px 0px;
	color: #b22c1c;   
	font-size: 100%;
	margin: 5px 0px 20px 0px;	
	text-decoration: underline;
	}		
	

#content p {
	margin: 0px 20px 10px 0px;
	color: #585858;   
	font-size: 100%;
	text-weight:bold;
	margin: 5px 0px 20px 0px;	
	}	
		
#content p.promo {
	margin: 0px 20px 10px 0px;
	color: #585858;   
	font-size: 90%;
	text-weight:bold;
	margin: 5px 0px 20px 0px;	
	}		
	
#content p.dag {
	margin: 0px 20px 10px 0px;
	color: #585858;   
	font-size: 90%;
	text-weight:bold;
	margin: 5px 0px 20px 0px;	
	}		

#content p.float {
	margin: 0px 20px 20px 20px;
	float: left;
	width: 220px;
	height:120px;
	}	
	
	#content p.2columns {
	margin: 0px 20px 20px 20px;
	float: left;
	width: 300px;
	}	

#content p a {
	margin: 0px 20px 10px 0px;
	color: #585858;   
	font-size: 90%;
	margin: 5px 0px 20px 0px;	
	text-decoration: none;
	}	
	
#content p a:hover {
	margin: 0px 20px 10px 0px;
	color: #b22c1c;   
	font-size: 90%;
	margin: 5px 0px 20px 0px;	
	text-decoration: underline;
	}		
			
#content h2 {
	margin: 0px 0px 10px 0px;
	float: left;
	font-size: 130%;
	color: #989898;   
	text-weight:bold;
	}
	
#content h3 {
	margin: 0px 10px 0px 0px;
	float: right;
	text-align: right;
	width: 250px;
	font-size: 130%;
	color: #989898;   
	text-weight:bold;
	}
	
#content h4 {
	margin: 20px 0px 2px 0px;
	font-size: 130%;
	color: #989898;   
	text-weight:bold;
	}

#content h5 {
	margin: 10px 0px 15px 0px;
	font-size: 130%;
	color: #b22c1c;   
	text-weight:bold;
	}

#content h6 {
	margin: 0px 0px 10px 0px;
	font-size: 120%;
	color: #585858;   
	text-transform:uppercase;
	text-weight:bold;
	}
	
#content p.titel {
	margin: 0px 0px 10px 0px;
	width:700px;
	font-size: 120%;
	color: #585858;   
	text-transform:uppercase;
	text-weight:bold;
	}

#content p.subtitel  {
	margin: 0px 0px 10px 0px;
	width:600px;
	font-size: 130%;
	color: #989898;   
	text-weight:bold;
	}
		
.icoontjes 	{
	float: left;
	}
		
.prijs {
	margin: 10px 0px 0px 0px;
	float: left;
	font-size: 170%;
	text-weight:bold;
	color: #585858;   
	}

.prijsEuro {
	margin: 10px 0px 0px 0px;
	float: left;
	font-size: 110%;
	text-weight:bold;
	color: #585858;   
	}
	
.prijs a {
	float: left;
	font-size: 130%;
	color: #585858;
	text-decoration: none;   
	}

.prijs a:hover {
	float: left;
font-size: 130%;
	text-weight:	bold;	
	color: #b22c1c;
	text-decoration: underline;   
	}

.leesmeer {
	margin: 10px 0px 0px 0px;
	float: right;
	font-size: 85%;
	color: #585858;   
	}

.leesmeer a {
	float: left;
	font-size: 80%;
	color: #585858;
	text-decoration: none;   
	}

.leesmeer a:hover {
	float: left;
	font-size: 80%;
	color: #b22c1c;
	text-decoration: underline;   
	}

#content ul{ 
	list-style-type: none;   
	margin-left:0px; 
	border-left: 0px;
	padding: 0px;
}		
	
#content li{ 
	margin-left:0px; 
	margin-right: 10px;
	color: #585858;
	border-left: 0px;
	padding: 0px;
}	

li.aanbod { 
	list-style-type: square;
	list-style-position:inside;
	text-align:justify;   		
	margin-left:10px; 
	margin-right: 10px;
	color: #585858;
	border-left: 0px;
	padding: 0px;
}	

/* KADERS */

.promoklein {
	width:180px;
	height:235px;
	float:left;
	padding:5px 5px 5px 5px;
	border-top:1px solid #e5e3e0;
	border-left:1px solid #e5e3e0;
	border-bottom:1px solid #b9b0a6;
	border-right:1px solid #b9b0a6;
	margin-right:5px;
	margin-bottom:30px;
	background:#f4f4f4;
}


.promoklein p {
	margin: 10px 0px 10px 0px;
	font-size: 130%;
	text-weight:bold;
	}

	
.promogroot {
	float:inherit;
	width:575px;
	padding:5px 5px 5px 5px;
	border-top:1px solid #e5e3e0;
	border-left:1px solid #e5e3e0;
	border-bottom:1px solid #b9b0a6;
	border-right:1px solid #b9b0a6;
	margin-bottom:30px;
	margin-top: 10px;
	background:#f4f4f4;
}

.promogroot img {
	float: left;
	margin-right:10px;
	}

.promogroot p {
	font-size: 90%;
	text-weight:bold;
	}

.promogroot p a {
	color: #585858;
	text-decoration: none;  
	text-weight:bold;
	}

.promogroot p a:hover {
	color: #b22c1c;
	text-decoration: underline;  
	text-weight:bold;
	}


.promodetail {
	float:inherit;
	width:575px;
	padding:5px 5px 5px 5px;
	border-top:1px solid #e5e3e0;
	border-left:1px solid #e5e3e0;
	border-right:1px solid #b9b0a6;
	margin-bottom:0px;
	margin-top: 10px;
	margin-left: 0px;
	background:#f4f4f4;
}

.promodetailPrijs {
	float:inherit;
	width:575px;
	padding:5px 5px 5px 5px;
	border-left:1px solid #e5e3e0;
	border-bottom:1px solid #b9b0a6;
	border-right:1px solid #b9b0a6;
	margin-bottom:10px;
	margin-top: 0px;
	margin-left: 0px;
	background:#f4f4f4;
}

.promodetail img {
	float: left;
	margin-right:10px;
	}

.promodetail p {
	font-size: 90%;
	text-weight:bold;
	}

.promodetail p a {
	color: #585858;
	text-decoration: none;  
	text-weight:bold;
	}

.promodetail p a:hover {
	color: #b22c1c;
	text-decoration: underline;  
	text-weight:bold;
	}

#promohotel {
	width:575px;
	padding:5px 5px 5px 5px;
	border-top:1px solid #e5e3e0;
	border-left:1px solid #e5e3e0;
	border-bottom:1px solid #b9b0a6;
	border-right:1px solid #b9b0a6;
	margin-bottom:30px;
	margin-top: 10px;
	background:#f4f4f4;
	height: 350px;
	min-height:350px;
}

#reistip {
	width:575px;
	padding:5px 5px 0px 5px;
	border-top:1px solid #ab665e;
	border-left:1px solid #ab665e;
	border-bottom:1px solid #b22c1c;
	border-right:1px solid #b22c1c;
	margin-bottom: 30px;
	margin-top: 10px;
	background:#f2dedb;
}

#reistip h4 {
	margin: 0px 0px 10px 0px;
	font-size: 140%;
	color: #b22c1c;   
	text-transform:uppercase;
	text-weight:bold;
	}
	
#reistip p {
	color: #b22c1c;
	font-size: 90%;
	text-weight:bold;
	}

#promohotel h1 {
	margin: 0px 0px 10px 0px;
	font-size: 140%;
	color: #585858;   
	text-transform:uppercase;
	text-weight:bold;
	}

#promohotel img {
	margin-right:10px;
	}

#promohotel p {
	font-size: 90%;
	text-weight:bold;
	}
	
#promohotel p.rechts {
	float:right;
	width: 250 px;
	margin: 0px 10px 10px 10px;
	}
	
#promohotel p a {
	color: #585858;
		font-size: 90%;
	text-decoration: none;  
	text-weight:bold;
	}

#promohotel p a {
	color: #585858;
	text-decoration: none;  
	text-weight:bold;
	}

#promohotel p a:hover {
	color: #b22c1c;
	text-decoration: underline;  
	text-weight:bold;
	}

	
.vroegboekprijs {
	margin: 15px 0px 10px 0px;
	float:right;
	font-size: 170%;
	text-weight: bold;
	color: #585858;   
	}
	
.vroegboekprijsEuro {
	margin: 15px 0px 10px 0px;
	float:right;
	font-size: 100%;
	text-weight: bold;
	color: #585858;  
	}

.vroegboekprijs a {
	color: #585858;
	text-decoration: none;   
	}

.vroegboekprijs a:hover {
	color: #b22c1c;
	text-decoration: underline;   
	}	

.vroegboekdatum {
	margin: 15px 0px 10px 10px;
	float: right;
	text-weight: bold;
	font-size: 90%;
	color: #585858;   
	}

.vroegboekdatum a {
	color: #585858;
	text-decoration: none;   
	}

.vroegboekdatum a:hover {
	color: #b22c1c;
	text-decoration: underline;   
	}	

/* SPECIAL */

#special {
	margin: 0px 10px 20px 10px;
	font-size: 100%;
	color: #585858;
	font-weight: bold;
	padding: 5px;
	width: 148px;
	background-color: #f4f4f4;
	border: 1px solid #b22c1c;
	}

li.special { 
	list-style-type: square;
	list-style-position:outside;
	text-align:justify;   		
	margin-left:0px; 
	margin-right: 10px;
	color: #585858;
	border-left: 0px;
	padding: 0px;
}	

	
/* RIGHTNAV */

#rightnav {
	margin: 20px 0px 0px 0px;
	padding-top: 0px;
	float: left;
	width: 180px;
	border-left: 1px solid #b9b0a6;
	}


.reisinfo {
	margin: 0px 10px 0px 10px;
	font-size: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	width: 160px;
	border-bottom: 1px solid #b9b0a6;
	}

.prijsinfo {
	margin: 10px 10px 10px 10px;
	padding-bottom: 20px;
	width: 160px;
	border-bottom: 1px solid #b9b0a6;
	}

.prijsinfoLinks {
	float: left;
	font-size: 90%;
	font-weight: normal;
	border-bottom: 10px;
	}	

.prijsinfoLinks a {
	color: #585858;
	text-decoration: none;  
	}		

.prijsinfoLinks a:hover {
	color: #b22c1c;
	text-decoration: none;  
	}
	
	.prijsinfoLinksGroot {
	float: left;
	font-weight: bold;
	border-bottom: 10px;
	}	
	
.prijsinfoRechts {
	float: right;
	font-weight: bold;
	}	
	
.prijsinfoRechtsKlein {
	float: right;
	font-size:90%;
	font-weight: normal;
	}		
			
#rightnav ul { 
	margin: 0px 0px 10px 15px;
	border-left: 0px;
	padding: 0px;
}		

li.lijstje { 
	list-style-type: square;
	list-style-position:outside;
	text-align:justify;   		
	margin-left:15px; 
	margin-right: 10px;
	font-size: 85%;
	color: #585858;
	border-left: 0px;
	padding: 0px;
}	

#rightnav h3 {
	background-color: #b22c1c;
	width: 150px;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	margin: 0px 10px 0px 10px;
	}

#swfspecials {
  margin: 0 0 0 10px;

}

#swfvroegboekkorting {
  margin: 0 0 0 10px;

}


#rightnav h4 {
	width: 150px;
	color: #585858;
	padding: 5px;
	margin: 0px 10px 0px 10px;
	}
	
#rightnav p{
	margin: 0px 10px 0px 10px;
	font-size: 100%;
	font-weight: bold;
	color: #585858;
}

#rightnav p.klein{
	margin: 0px 10px 0px 15px;
	font-size: 90%;
	color: #585858;
	font-weight: normal;
}
	
#rightnav p a {
	font-size: 100%;
	font-weight: bold;
	color: #585858;
	text-decoration: none;  
}

#rightnav p a:hover {
	font-size: 100%;
	font-weight: bold;
	color: #b22c1c;
	text-decoration: none;  
}

.spacer{
	margin: 20px 0px 0px 0px;
}


/* FOOTER */


#footer {     
	margin: 0px 0px 10px 0px;
	clear: both; 
	padding: 0px;
	border-top: 0px solid #b22c1c;
	height: 0px;
	background-color: #FFFFFF;
	}
