/**
 * Generic elements
 */
* {
	margin:0;
	padding:0;
} 

input { 
	_margin:-2px -2px -2px 0; 
	#margin:-2px -2px -2px 0; 
} 


body {
  margin: 0;
  padding: 0;
  width:100%;
  height:100%;
  background-color: #002b59; 
  
  font-size:12px;
  line-height: 16px;
  font-family:Trebuchet MS,Lucida,Verdana,sans-serif;   
  color: #00457b;
}


input {
  font: 12px/100% "Verdana";
  color: #00457b;
}


textarea, select {
  font: 12px/160% "Verdana";
  color: #00457b;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Arial, sans-serif;
  color:#e01b00;
}

h1 {
  font-size: 17px;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link, a:visited {
  color: #e01b00;
  text-decoration: none;
}

a:hover {
  color: #e01b00;
  text-decoration: underline;
}

a:active, a.active {
  color: #e01b00;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ul li {
  margin: 0.4em 0 0.4em .5em;
}

ul.menu, .item-list ul {
	margin:0;
  	padding: 0;
  	
  	list-style: none;
  	list-style-image: none;
  	background-image: none;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em;
}

ul li, ul.menu li, .item-list ul li, li.leaf {
	margin:0;
	padding:0;
	
  	list-style: none;
  	list-style-image: none;
  	background-image: none;
	
}

ul li, ul.menu li, .item-list ul li, li.leaf {
}

ul li.expanded {
  	list-style: none;
  	list-style-image: none;
  	background-image: none;
	
}

ul li.collapsed {
  	list-style: none;
  	list-style-image: none;
  	background-image: none;

}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding:0;
}


/*******************************************************************
 * NAVIGATIE                                       
 *******************************************************************/
ul.menu li{
	float:left;
	margin:0;
	padding:0;
}
ul.menu li a{
	text-indent:-5000px;
	outline:none;
	
	display:block;
	height:59px;
	margin:0;
	padding:0;	
	
	background-position: left top;
	background-repeat: no-repeat;
	
}
ul.menu li a:hover,
ul.menu li a.active{
	background-position: left bottom;
}

.nl ul.menu li a.menu-item-01{
	background-image: url('../images/_nl/navigatie_01.gif');
	width:75px;
}
.nl ul.menu li a.menu-item-02{
	background-image: url('../images/_nl/navigatie_02.gif');
	width:70px;
}
.nl ul.menu li a.menu-item-03{
	background-image: url('../images/_nl/navigatie_03.gif');
	width:110px;
}
.nl ul.menu li a.menu-item-04{
	background-image: url('../images/_nl/navigatie_04.gif');
	width:135px;
}
.nl ul.menu li a.menu-item-05{
	background-image: url('../images/_nl/navigatie_05.gif');
	width:60px;
}
.nl ul.menu li a.menu-item-06{
	background-image: url('../images/_nl/navigatie_06.gif');
	width:75px;
}
.nl ul.menu li a.menu-item-07{
	background-image: url('../images/_nl/navigatie_07.gif');
	width:85px;
}

.fr ul.menu li a.menu-item-01{
	background-image: url('../images/_fr/navigatie_01.gif');
	width:65px;
}
.fr ul.menu li a.menu-item-02{
	background-image: url('../images/_fr/navigatie_02.gif');
	width:72px;
}
.fr ul.menu li a.menu-item-03{
	background-image: url('../images/_fr/navigatie_03.gif');
	width:138px;
}
.fr ul.menu li a.menu-item-04{
	background-image: url('../images/_fr/navigatie_04.gif');
	width:121px;
}
.fr ul.menu li a.menu-item-05{
	background-image: url('../images/_fr/navigatie_05.gif');
	width:58px;
}
.fr ul.menu li a.menu-item-06{
	background-image: url('../images/_fr/navigatie_06.gif');
	width:79px;
}
.fr ul.menu li a.menu-item-07{
	background-image: url('../images/_fr/navigatie_07.gif');
	width:77px;
}

.de ul.menu li a.menu-item-01{
	background-image: url('../images/_de/navigatie_01.gif');
	width:68px;
}
.de ul.menu li a.menu-item-02{
	background-image: url('../images/_de/navigatie_02.gif');
	width:65px;
}
.de ul.menu li a.menu-item-03{
	background-image: url('../images/_de/navigatie_03.gif');
	width:123px;
}
.de ul.menu li a.menu-item-04{
	background-image: url('../images/_de/navigatie_04.gif');
	width:107px;
}
.de ul.menu li a.menu-item-05{
	background-image: url('../images/_de/navigatie_05.gif');
	width:83px;
}
.de ul.menu li a.menu-item-06{
	background-image: url('../images/_de/navigatie_06.gif');
	width:80px;
}
.de ul.menu li a.menu-item-07{
	background-image: url('../images/_de/navigatie_07.gif');
	width:84px;
}






fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em;
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em;
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0;
}



/**
 * Layout.
 */

#container{
	width:100%;
  	background-image: url('../images/body_bg.gif');  
  	background-repeat:repeat-x;
	background-position: top left;
	background-color: #fff;	
	padding-bottom:20px;
}
#site{
	width:610px;
	margin:0 auto;	
}

#header{
	height:160px;
	width:610px;
}

	#header #header_logo,
	#header #header_logo a{	
		height:101px;
		display:block;
	}
	#header #header_logo a{
		display:block;
		width:610px;
		height:100px;
		margin:0;
		padding:0;
		
		text-indent: -5000px;
		outline:none;
		
		background-position: top left;
		background-repeat: no-repeat;
	}
		.nl #header #header_logo a{
			background-image: url('../images/_nl/header.gif');
		}
		.fr #header #header_logo a{
			background-image: url('../images/_fr/header.gif');
		}
		.de #header #header_logo a{
			background-image: url('../images/_de/header.gif');
		}
		
	#header #header_nav{
		height:59px
		
		border:none;
	}

#main{
		
}
#main_content{
	position: relative;
	text-align: left;
}

	#main_left{
		width:390px;
		float:left;
		position: relative;
		margin-top:25px;
	}
	
	#main_right{
		width:200px;
		float:right;		
		position: relative;
		margin:0;
		padding:0;
		background-color: #d91600;	
		color:#fff;
		font-size: 12px;
		line-height: 14px;
	}
		#main_right a{
			color:#fff;
			text-decoration: underline;
		}
		#main_right a:hover{
			text-decoration: none;
		}	
	
	.clearme{
		clear:both;
	}
	
	#main_bottom{
		width:610px;	
		margin-top:10px;
	}	
	
		#main_blocks,
		#main_periodes{
			display:block;
			background-color: #ccdae5;
			padding:10px 0 10px 10px;
			height:1%;
			
		}
		
#footer{
	width:100%;
	background-color:#00457b;	
}		
	#footer_content{
		width:610px;
		margin:0 auto;
		font-size:10px;
		color:#4d7da3;
		
		padding:5px;
	}
		#footer_content a{
			color:#4d7da3;
		} 	
		#footer_content a:hover{
			color:#fff;
			text-decoration: underline;
		}
		#footer_content a#coworkslink{
			height:15px;
			line-height: 15px;
			padding:1px 23px 2px 0;
			_padding:0 23px 0 0;
			#padding:0 23px 0 0;
			
			background-image: url('../images/coworkslink.gif');
			background-position: top right;
			background-repeat: no-repeat;
		}
		#footer_content a#coworkslink:hover{
			background-position: bottom right;
		}		
 
/*******************************************************************
 * BLOCK - CIB BIV                                       
 *******************************************************************/
 
#block-CIBBIV{
	margin:10px 0 0 0;
}
#block-CIBBIV span{
	display:block;
	float:left;
	font-size:11px;	
	line-height:15px;
}
#block-CIBBIV a{
	float:right;
	margin-left:5px;
} 
/*******************************************************************
 * BLOCK - TAAL                                       
 *******************************************************************/
#block-taal{
	position: relative;
	height:25px;
	margin-top:10px;
}
#block-taal .content{
	position: absolute;
	top:0;
	right:10px;
}

#block-taal .taaldesc{
	float:left;
	height:15px;
	line-height: 15px;
}
#block-taal a{
	display:block;
	width:17px;
	height:15px;
	margin-left:10px;
	float:left;
	
	text-indent: -5000px;
	outline:none;
	background-position: top left;
	background-repeat: no-repeat;
}

#block-taal a.nl{
	background-image: url('../images/nl.gif');
}
#block-taal a.fr{
	background-image: url('../images/fr.gif');
}
#block-taal a.de{
	background-image: url('../images/de.gif');
}
	
/*******************************************************************
 * BLOCK - GEGEVENS                                       
 *******************************************************************/
#block-gegevens .content{
	padding:10px;
}

#block-gegevens h2{
	display:block;
	height:25px;
	width:200px;
	text-indent: -5000px;
	outline:none;
	
	background-position: top left;
	background-repeat: no-repeat;
}

.nl #block-gegevens h2{
	background-image: url('../images/_nl/block-gegevens_h2.gif');	
}
.fr #block-gegevens h2{
	background-image: url('../images/_fr/block-gegevens_h2.gif');	
}
.de #block-gegevens h2{
	background-image: url('../images/_de/block-gegevens_h2.gif');	
}

/*******************************************************************
 * BLOCKS - Aanbod Verkoop
 *******************************************************************/
#block-aanbodverkoop a{
	display:block;
	width:610px;
	height:60px;
	
	text-indent: -5000px;
	outline:none;
	
	background-position: top left;
	background-repeat: no-repeat;
}

#block-aanbodverkoop a:hover{
	background-position: bottom left;
}

.nl #block-aanbodverkoop a{
	background-image: url('../images/_nl/block-aanbodverkoop_a.gif');
}
.fr #block-aanbodverkoop a{
	background-image: url('../images/_fr/block-aanbodverkoop_a.gif');
}
.de #block-aanbodverkoop a{
	background-image: url('../images/_de/block-aanbodverkoop_a.gif');
}

/*******************************************************************
 * BLOCKS - Aanbod LAST MINUTE
 *******************************************************************/
#block-aanbodlastminute a{
	display:block;
	width:610px;
	height:60px;
	
	text-indent: -5000px;
	outline:none;
	
	background-position: top left;
	background-repeat: no-repeat;
}

#block-aanbodlastminute a:hover{
	background-position: bottom left;
}

.nl #block-aanbodlastminute a{
	background-image: url('../images/_nl/block-lastminutes_a.gif');
}
.fr #block-aanbodlastminute a{
	background-image: url('../images/_fr/block-lastminutes_a.gif');
}
.de #block-aanbodlastminute a{
	background-image: url('../images/_de/block-lastminutes_a.gif');
}

/*******************************************************************
 * BLOCKS - KIJKERTitle
 *******************************************************************/
#block-kijkertitle a{
	display:block;
	width:610px;
	height:58px;
	
	text-indent: -5000px;
	outline:none;
	
	background-position: left -2px;
	background-repeat: no-repeat;
}

#block-kijkertitle a:hover{
	/*background-position: bottom left;*/
}

.nl #block-kijkertitle a{
	background-image: url('../images/_nl/block-kijker_a.gif');
}
.fr #block-kijkertitle a{
	background-image: url('../images/_fr/block-kijker_a.gif');
}
.de #block-kijkertitle a{
	background-image: url('../images/_de/block-kijker_a.gif');
}

/*******************************************************************
 * BLOCKS - Aanbod
 *******************************************************************/
#block-aanbod a{
	display:block;
	width:610px;
	height:60px;
	
	text-indent: -5000px;
	outline:none;
	
	background-position: top left;
	background-repeat: no-repeat;
}

#block-aanbod a:hover{
	background-position: bottom left;
}

.nl #block-aanbod a{
	background-image: url('../images/_nl/block-aanbod_a.gif');
}
.fr #block-aanbod a{
	background-image: url('../images/_fr/block-aanbod_a.gif');
}
.de #block-aanbod a{
	background-image: url('../images/_de/block-aanbod_a.gif');
}

/*******************************************************************
 * BLOCKS - Zoeken
 *******************************************************************/
#block-zoek a{
	display:block;
	width:610px;
	height:58px;
	
	text-indent: -5000px;
	outline:none;
	
	background-position: left -2px;
	background-repeat: no-repeat;
}

#block-zoek a:hover{
	/*background-position: bottom left;*/
}

.nl #block-zoek a{
	background-image: url('../images/_nl/block-zoek_a.gif');
}
.fr #block-zoek a{
	background-image: url('../images/_fr/block-zoek_a.gif');
}
.de #block-zoek a{
	background-image: url('../images/_de/block-zoek_a.gif');
}

/*******************************************************************
 * BLOCKS - Resultaten
 *******************************************************************/
#block-resultaten a{
	display:block;
	width:610px;
	height:58px;
	
	text-indent: -5000px;
	outline:none;
	
	background-position: left -2px;
	background-repeat: no-repeat;
}

#block-resultaten a:hover{
	/*background-position: bottom left;*/
}

.nl #block-resultaten a{
	background-image: url('../images/_nl/block-resultaten_a.gif');
}
.fr #block-resultaten a{
	background-image: url('../images/_fr/block-resultaten_a.gif');
}
.de #block-resultaten a{
	background-image: url('../images/_de/block-resultaten_a.gif');
}

/*******************************************************************
 * BLOCKS - Home in de kijker : CSM beelden                        
 *******************************************************************/
#block-kijkbeelden{
	background-color: #d8e3eb;
	width:390px;
	
	float:left;
}


/*******************************************************************
 * BLOCKS - Last minute
 *******************************************************************/
#block-lastminutes{
	width:200px;
	margin-bottom:10px;
	float:right;
	
	background-color: #d91600;	
} 

#block-lastminutes .content{
	padding:10px;
	
	background-image: url('../images/block-lastminutes_bg.gif');
	background-position: center right;
	background-repeat: no-repeat;
}

#block-lastminutes .content a{
	color:#fff;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;	
}
#block-lastminutes .content a:hover{
	text-decoration: underline;	
}
#block-lastminutes h2{
	display:block;
	height:25px;
	width:200px;
	text-indent: -5000px;
	outline:none;
	
	background-position: top left;
	background-repeat: no-repeat;
}

.nl #block-lastminutes h2{
	background-image: url('../images/_nl/block-lastminutes_h2.gif');	
}
.fr #block-lastminutes h2{
	background-image: url('../images/_fr/block-lastminutes_h2.gif');	
}
.de #block-lastminutes h2{
	background-image: url('../images/_de/block-lastminutes_h2.gif');	
}

/*******************************************************************
 * BLOCKS - Kijker
 *******************************************************************/
#block-kijker{
	width:200px;
	margin-bottom:10px;	
	float:right;
	
	background-color: #577ea1;	
} 

#block-kijker .content{
	padding:10px;
}

#block-kijker .content a{
	color:#fff;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;	
}
#block-kijker .content a:hover{
	text-decoration: underline;	
}
#block-kijker h2{
	display:block;
	height:25px;
	width:200px;
	text-indent: -5000px;
	outline:none;
	
	background-position: top left;
	background-repeat: no-repeat;
}

.nl #block-kijker h2{
	background-image: url('../images/_nl/block-kijker_h2.gif');	
}
.fr #block-kijker h2{
	background-image: url('../images/_fr/block-kijker_h2.gif');	
}
.de #block-kijker h2{
	background-image: url('../images/_de/block-kijker_h2.gif');	
}


/*******************************************************************
 * FILTERS - algemeen
 *******************************************************************/
.filters{
	font-size:11px;
	font-family: Verdana;
}

#main_blocks .filters .col{
	float:left;
}
#main_blocks .filters .col-1{
	width:179px;
	margin-right:20px;
	
	border-right:1px solid #d8e3ec;
}
#main_blocks .filters .col-2{
	margin-right:10px;
	width:189px;
	
	border-right:1px solid #d8e3ec;
}
#main_blocks .filters .col-3{
	width:190px;
}

#main_blocks .filter{
	margin-bottom:20px;
}
.filter label{
	color:#6e94b2;
}

#main_blocks .form-text{
	width:80px;
}

#main_blocks .form-select{
	width:160px;
}

.form-item span.indent{
	margin-left:17px;
	_margin-left:20px;
	#margin-left:20px;
}

.filters #edit-submit{
	display:block;
	width:95px;
	height:23px;
	padding-right:15px;
	margin:15px 0 0 0;
	
	border:0;
	background-color: transparent;
	cursor:pointer;
	
	text-align: center;
	color:#fff;
	font-size:11px;
	font-family:Trebuchet MS,Lucida,Verdana,sans-serif;   

	background-image: url('../images/submit_bg.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
.filters #edit-submit:hover{
	background-position: bottom left;
}


#main_blocks #filter-type,
#main_blocks #filter-ligging{
	height:166px;
}
#main_blocks #filter-datum{
	margin-bottom:10px;
}

/*******************************************************************
 * PANDENLIJST
 *******************************************************************/
.lijstweergave{
	border-top:1px solid #aec4d6;
	border-bottom:1px solid #dae4ec;
	width:590px;
	clear:both;
	height:1%;
}

.lijstweergave .pand-item{
	background-color: #c2d2e0;
	padding:10px;
	
	border-top:1px solid #dae4ec;
	border-bottom:1px solid #aec4d6;
	
	width:274px;
	float:left;
	display:inline;
	
}

.lijstweergave .odd{
	border-right:1px solid #aec4d6;

}
.lijstweergave .even{
	border-left:1px solid #dae4ec;
	
}

	.lijstweergave .pand-item h3{
		margin:0;
		padding:0;
		
		color:#00457b;
		font-size:12px;
		line-height: 14px;
		height:2.5em;		
		
	}
	.lijstweergave .pand-item .image{
		width:110px;
		height:70px;
		float:left;
		
	}
	.lijstweergave .pand-item .info{
		color:#618bad;
		font-size:11px;
		line-height: 15px;
		padding-left:110px;
	}
	
	.lijstweergave .pand-item .link a{
		display:block;
		width:20px;
		height:17px;
		
		text-indent: -5000px;
		outline:none;
		
		float:right;
		margin:-17px 0 0 0;
		padding:0;
		
		background-image: url('../images/meer_a.gif');
		background-position: top left;
		background-repeat: no-repeat;
		
	}
	.lijstweergave .pand-item .link a:hover{
		background-position: bottom left;
	}

/*******************************************************************
 * PANDENLIJST - SYNDIC
 *******************************************************************/
#lijst-syndic.lijstweergave .pand-item{
	width:175px;
}
#lijst-syndic.lijstweergave .item-1{
	border-right:1px solid #aec4d6;
	
}
#lijst-syndic.lijstweergave .item-2{
	border-left:1px solid #dae4ec;
	border-right:1px solid #aec4d6;
}
#lijst-syndic.lijstweergave .item-3{
	border-left:1px solid #dae4ec;
}
#lijst-syndic.lijstweergave .pand-item .image{
	height:100px;
	_height:105px;
}

#lijst-syndic.lijstweergave .pand-item .image{
	width:75px;
}
#lijst-syndic.lijstweergave .pand-item .info{
	padding-left:85px;
}

/*landscape images*/
#lijst-syndic .pand-item.landscape .image{
	width:90px;
}

#lijst-syndic .pand-item.landscape .image img{
	width:80px;
}

#lijst-syndic .pand-item.landscape .info{
	padding-left:90px;
}


/*==============================================================================
==============================================================================
  PAGER
==============================================================================
==============================================================================*/
.pager{
	color:#e01b00;
	text-align: center;
	margin:10px 0 0 0;
}
.pager-ellipsis{
	color:#00457b;
}
.pager a{
	color:#00457b;
}
.pager a:hover{
	color:#e01b00;
}

.pager a, .pager strong.pager-current {
	padding:0.5em;
}

/*==============================================================================
==============================================================================
  VIEWER - CONTROLS
==============================================================================
==============================================================================*/
select#slidename{
	width:100px;
}

input#btnFirst,
input#btnPrev,
input#slidebutton,
input#btnNext,
input#btnEnd{
	display:block;
	width:30px;
	height:30px;
	
	border:0;
	background-color: transparent;
	text-indent: -5000px;
	outline:none;
	cursor:pointer;
	
	background-position: top left;
	background-repeat: no-repeat;
	float:left;
	margin:0 10px;
}
input#btnFirst:hover,
input#btnPrev:hover,
input#slidebutton:hover,
input#btnNext:hover,
input#btnEnd:hover{
	background-position: bottom left;
}

input#btnFirst{
	margin-left:70px;
	_margin-left:35px;
	background-image: url('../images/btnFirst.gif');
}
input#btnPrev{
	background-image: url('../images/btnPrev.gif');
}
input.stop{
	background-image: url('../images/btnStop.gif');
}
input.play{
	background-image: url('../images/btnPlay.gif');
}

input#btnNext{
	background-image: url('../images/btnNext.gif');
}
input#btnEnd{
	background-image: url('../images/btnLast.gif');
}
 
/*==============================================================================
==============================================================================
  DETAIL
==============================================================================
==============================================================================*/
.meta .label{
	color:#e01b00;
} 
#main_periodes{
	margin-bottom:1px;
}

/*******************************************************************
 * BLOCKS - Periodes
 *******************************************************************/
#block-periodes{	
	width:390px;	
	float:left;
}

#block-periodes table{
	border-collapse: collapse;
	color:#7c9dbb;
	font-size:11px;
	margin:0;
}

#block-periodes table th,
#block-periodes table td{
	padding:0.2em;
	text-align: center;
	border:1px solid #eef2f5;
}
#block-periodes table th{
	color:#00457b;
	background-color: #a3bcd0;
	font-weight: normal;
}

#block-periodes table tr.odd{
	background-color: #e1e9ef;
}
#block-periodes table tr.even{
	background-color: #cfdae5;
}
#block-periodes table a{
	color:#22598c;
}


/*******************************************************************
 * BLOCKS - Reserveer
 *******************************************************************/
#block-reserveer{
	width:200px;
	margin-bottom:10px;
	float:right;
	
	color:#fff;
	background-color: #d91600;	
} 

#block-reserveer .content{
	padding:10px;
	
}

#block-reserveer .content a{
	color:#fff;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;	
}
#block-reserveer .content a:hover{
	text-decoration: underline;	
}
#block-reserveer h2{
	display:block;
	height:25px;
	width:200px;
	text-indent: -5000px;
	outline:none;
	
	background-position: top left;
	background-repeat: no-repeat;
}

.nl #block-reserveer h2{
	background-image: url('../images/_nl/block-reserveer_h2.gif');	
}
.fr #block-reserveer h2{
	background-image: url('../images/_fr/block-reserveer_h2.gif');	
}
.de #block-reserveer h2{
	background-image: url('../images/_de/block-reserveer_h2.gif');	
}

#block-reserveer a.submit{
	display:block;
	width:95px;
	height:23px;
	line-height: 23px;
	padding-right:15px;
	margin-top:1em;
	
	border:0;
	background-color: transparent;
	cursor:pointer;
	
	text-align: center;
	color:#fff;
	font-size:11px;
	font-family:Trebuchet MS,Lucida,Verdana,sans-serif; 
	text-decoration: none;  
	

	background-image: url('../images/submit_bg.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}
#block-reserveer a.submit:hover{
	background-position: top left;
	text-decoration: none;	
}

/*******************************************************************
 * BLOCKS - ZOEK PERIODE
 *******************************************************************/
#block-zoekperiode{
	width:200px;
	margin-bottom:10px;	
	float:right;
	
	color:#fff;
	background-color: #577ea1;	
} 

#block-zoekperiode .content{
	padding:10px;
}

#block-zoekperiode .content a{
	color:#fff;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;	
}
#block-zoekperiode .content a:hover{
	text-decoration: underline;	
}
#block-zoekperiode h2{
	display:block;
	height:25px;
	width:200px;
	text-indent: -5000px;
	outline:none;
	
	background-position: top left;
	background-repeat: no-repeat;
}

.nl #block-zoekperiode h2{
	background-image: url('../images/_nl/block-zoekperiode_h2.gif');	
}
.fr #block-zoekperiode h2{
	background-image: url('../images/_fr/block-zoekperiode_h2.gif');	
}
.de #block-zoekperiode h2{
	background-image: url('../images/_de/block-zoekperiode_h2.gif');	
}

#block-zoekperiode .filter label{
	color:#d1dee7;
}	

/*******************************************************************
 * BLOCKS - GEO
 *******************************************************************/
#block-geo{
	width:200px;
	margin-bottom:10px;	
	float:right;
	
	color:#fff;
	background-color: #577ea1;	
} 

#block-geo .content{
	padding:10px;
}

#block-geo .content a{
	color:#fff;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;	
}
#block-geo .content a:hover{
	text-decoration: underline;	
}
#block-geo h2{
	display:block;
	height:25px;
	width:200px;
	text-indent: -5000px;
	outline:none;
	
	background-position: top left;
	background-repeat: no-repeat;
}

.nl #block-geo h2{
	background-image: url('../images/_nl/block-geo_h2.gif');	
}
.fr #block-geo h2{
	background-image: url('../images/_fr/block-geo_h2.gif');	
}
.de #block-geo h2{
	background-image: url('../images/_de/block-geo_h2.gif');	
}

#map_canvas{
	display:block;
	margin-top:1.0em;
	width: 180px;
	height: 260px;
	overflow:hidden;	
}

/*******************************************************************
 * BLOCKS - Terug
 *******************************************************************/
#block-terug a{
	display:block;
	width:610px;
	height:58px;
	
	text-indent: -5000px;
	outline:none;
	
	background-position: left top;
	background-repeat: no-repeat;
}

#block-terug a:hover{
	background-position: left -60px;
}

.nl #block-terug a{
	background-image: url('../images/_nl/block-terug_a.gif');
}
.fr #block-terug a{
	background-image: url('../images/_fr/block-terug_a.gif');
}
.de #block-terug a{
	background-image: url('../images/_de/block-terug_a.gif');
}


/*******************************************************************
 * CONTACTFORMS
 *******************************************************************/
.contactform .button{
	display:block;
	width:95px;
	height:23px;
	padding-right:15px;
	margin:15px 15px 0 0;
	
	float:left;
	
	border:0;
	background-color: transparent;
	cursor:pointer;
	
	text-align: center;
	color:#fff;
	font-size:11px;
	font-family:Trebuchet MS,Lucida,Verdana,sans-serif;   

	background-image: url('../images/submit_bg.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
.contactform .button:hover{
	background-position: bottom left;
}
