/* @override http://www.stipreizen.nl/App_Themes/template/screen.css */


body#defaultbody
{
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: arial, verdana, sans-serif;
    font-size: 76%;
}

#sitebox
{
    width: 992px;
    margin: 0 auto;
    text-align: center;
}

#header
{
    width: 992px;
    text-align: left;
}


/* MENU */

#menu-and-mijnboeking
{
    width: 992px;
    background: white;
	margin-bottom: 10px;
}

#menu
{
    /*width: 761px;*/
}

#menu ul
{
    padding: 0;
    margin: 5px;
    list-style: none;
}


#menu ul li
{
    float: left;
    font-weight: bold;
    font-size: 1.1em;
    margin: 0;
    padding: 0 0 0 5px;
	color: #009515;
}

#menu ul li a
{
	color: #009515;
    float: left;
    display: block;
    text-decoration: none;
    margin: 0px;
    text-align: center;
	padding: 5px 10px;
	border: 1px dotted #009515;
}

#menu ul li a:hover
{
    color: #009515;
	background-color: #fdf204;
	border: 1px dotted #000;
}
/*

#menu ul li#currentmenu {
	background: url(../../images/template/bg_tab_left_active.gif) no-repeat left top;
}

#menu ul li#currentmenu a:link, #menu ul li#currentmenu a:visited, #menu ul li#currentmenu a:active, #menu ul li#currentmenu a:hover {
	color: #009515;
	background: #fff url(../../images/template/bg_tab_right_active.gif) no-repeat right top;
}

*/




#menu ul li.currentmenu
{
	background-color: white;
}

#menu ul li.currentmenu a:link, #menu ul li.currentmenu a:visited, #menu ul li.currentmenu a:active, #menu ul li.currentmenu a:hover
{
    color: #009515;
	background-color: #fdf204;
}





#menu ul li.first a:link, #menu ul li.first a:visited, #menu ul li.first a:active, #menu ul li.first a:hover
{
}

#menu ul li.mijnboeking
{
    background: #fff url(../../images/template/bg_tab_left_mijnboeking.gif) no-repeat left top;
}
/*#menu ul li.mijnboeking a:link, #menu ul li.mijnboeking a:visited, #menu ul li.first a:active, #menu ul li.mijnboeking a:hover */

#menu ul li.mijnboeking a:link, #menu ul li.mijnboeking a:visited, #menu ul li.mijnboeking a:hover
{
    background: #fff url(../../images/template/bg_tab_right_mijnboeking.gif) no-repeat right top;
}

#mijnboeking
{
    float: left;
    width: 231px;
    text-align: right;
    background: #009515;
}

#mijnboeking a:link, #mijnboeking a:visited, #mijnboeking a:hover, #mijnboeking a:active
{
    font-size: 1.1em;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
}



/* MAIN  */


#main-home
{
    width: 992px;
    text-align: left;
    margin-bottom:15px;
}

.main
{
    width: 992px;
    text-align: left;
    background: none;
}

#main-boeken
{
    width: 992px;
    text-align: left;
}

.main #main-left
{
    float: left;
    width: 759px;
}

.main #main-left .main-left-margin
{
    margin: 10px 0 20px 0;
    padding: 0 20px 0 0;
}

.main #main-right
{
    float: left;
    width: 233px;
    /*overflow: hidden;*/
    margin: 5px 0 0 0;
    position:relative;
   
}

.main #main-right .main-right-margin
{
    margin: 0;
    padding: 0;
	position:relative;    
}
.main #main-right .main-right-margin table
{
	width:225px;
}
.main #mainspace
{
    width: 972px;
    height: 20px;
}


/* ZOEKEN */

#searchbox
{
    width: 992px;
    background: url(../../images/template/bg_searchbox.gif) repeat-x bottom;
    height: 85px;
    visibility: hidden;
    display: none;
}

#searchbox #searchbydestination
{
    float: left;
    width: 760px;
    text-align: left;
    margin: 20px 0 10px 0px;
}

#searchbox #searchbydestination #title
{
    color: #009515;
    font-weight: bold;
    margin: 0 0 10px 0;
}

#searchbox #searchbydestination #bestemming
{
    margin: 0 10px 0 0px;
    padding: 0 0px 0 20px;
    float: left;
}

#searchbox #searchbydestination #bestemming select
{
    width: 180px;
}


#searchbox #searchbydestination #vertrekdatum
{
    float: left;
    margin: 0 10px 0 0;
}

#searchbox #searchbydestination #vertrekdatum select
{
    width: 180px;
}

#searchbox #searchbydestination #submitbutton
{
}

#searchbox #searchbycode
{
    float: left;
    text-align: left;
    width: 200px;
    margin: 7px 0 0 0;
    padding: 0 0 0 15px;
    height: 70px;
}

#searchbox #searchbycode #title
{
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #000;
}


#searchbox #searchbycode #title span
{
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #888;
    font-size: 0.8em;
}


#searchbox #searchbycode #reiscode
{
    float: left;
    margin: 0px 0 5px 0;
}

#searchbox #searchbycode #reiscode input
{
    width: 120px;
}

#searchbox #searchbycode #reiscode input.inactive
{
    color: #888;
    font-size: 0.9em;
    height: 16px;
    padding: 4px 0 0 0;
}

#searchbox #searchbycode #reiscode input.active
{
    color: #000;
    font-size: 1.1em;
    height: 17px;
    padding: 2px 0 0 0;
}

#searchbox #searchbycode #submitbutton
{
    float: left;
    margin: 0 0 0 5px;
}





/* HOME */



#bestemmingen
{
    margin: 0;
    padding: 0;
    position:relative;
}

#bestemmingen .title
{
    color: #000;
    font-weight: bold;
    background: #fdf204;
    padding: 7px 0 7px 15px;
}

#bestemmingen ul, #bestemmingen ul li ul
{
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

#bestemmingen ul li ul
{
    margin: 0 0 0 0;
}


#bestemmingen ul li
{
    font-weight: bold;
}

#bestemmingen ul li a:link, #bestemmingen ul li a:visited, #bestemmingen ul li a:hover, #bestemmingen ul li a:active
{
    color: #009515;
    display: block;
    line-height: 22px;
    background: white;
    margin: 5px 0;
	height: 25px;
	padding-top: 2px;
	padding-left: 10px;
	border: 1px dotted #009515;
	
}

#bestemmingen ul li a:hover
{
    background: #009515;
    border: 1px dotted #000;
	color: white;
}

#bestemmingen ul li ul li
{
    font-weight: normal;
}

#bestemmingen ul li ul li a:link, #bestemmingen ul li ul li a:visited, #bestemmingen ul li ul li a:hover, #bestemmingen ul li ul li a:active
{
    color: #777;
    background: #eee;
     border: 1px dotted #000;
}

#bestemmingen ul li ul li a:hover
{
    background: #fff;
    color: #000;
    border: 1px dotted #000;
}
#bestemmingen .banner {
	width:230px;
    height:58px;
	margin-top:10px;
	position:relative;
}
#bestemmingen .banner a {position:absolute; right:0; bottom:0; height:58px; ´width:561px; display:block;}
#bestemmingen .banner a img {border:0;}

/* STIP BOXES */

.stiprow
{
    width: 710px;
    margin: 0 0 20px 0;
}

.stiprow .stipbox
{
    float: left;
    width: 220px;
    margin: 0 15px 0 0;
}

.stiprow .laststipbox
{
    margin: 0;
}
/* Sale List */
.sale-list
{
	width:205px;
	margin-right:10px;
	float:left;
}
.sale-list .sale-list-popular
{	
	background-image:url(../../images/salelist-h1.gif);
	background-repeat:no-repeat;
	width:153px;
	height:22px;
	padding:8px 10px 10px 42px;
	display:block;
	font-size:12px;
	color:#000000;	
	margin:0px;
}
.sale-list .sale-list-last
{	
	background-image:url(../../images/salelist-h1-last.gif);
	background-repeat:no-repeat;
	width:153px;
	height:22px;
	padding:8px 10px 10px 42px;
	display:block;
	font-size:12px;
	color:#000000;	
	margin:0px;
}
.sale-list .sale-list-img
{
	width:205px;
	height:75px;
	overflow:hidden;
}
.sale-list ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}
.sale-list li
{
	width:205px;
	display:block;
	border-bottom:1px solid #dfe3df;
	margin:0px;
	position:relative;
	list-style:none;
	padding-right:0;
	padding-left:0;
	padding-top:5px;
	padding-bottom:5px;	
	/*margin-left:-16px;*/
}

.sale-list li:hover
{
	background-color:#ebebeb;
}
.sale-list .yesil
{
	background-color:#e4f4e9;
}
.sale-list li a
{
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
	cursor:pointer;
}
.sale-list li a:hover
{
	text-decoration:none;
}
.sale-list li a i
{
	color:#3db54b;
	font-size:12px;
	font-weight:bold;
	margin-left:160px;
	margin-top:-15px;
	width:auto;
	position:absolute;
}
.sale-list li h2
{
	width:195px;
	margin:0 5px 0 5px;
	font-size:12px;
	color:#000000;
	display:block;
	line-height:14px;
}
.sale-list li h2 span
{
	color:#3db54b;
}
.sale-list li p
{
	font-size:10px;
	color:#000000;
	display:block;
	width:160px;
	margin:0 5px 2px 5px;
	padding:0px;
	line-height:18px;	
}

.saleListBottomImg {width:420px; float:left; position:relative; overflow:hidden; margin-top:10px;}
.saleListBottomImg img {width:420px; border:none; outline:0;}
/*Sale List*/

.video-box
{
	float:right;
	width:305px;
}

/* TRIP large (detail, toppervandeweek) */

.tripbox
{
    width: 710px;
}

.tripbox .image
{
    float: left;
    width: 220px;
    height: 180px;
}

.tripbox .text
{
    float: left;
    width: 440px;
    margin: 15px 0 0 0;
}

.tripbox .text h1
{
    margin: 0;
}

.tripbox .text p
{
    margin: 0.5em 0 0.6em 0;
}

.tripbox .text div#reiscode, .tripbox .text div#locatielinks, .tripbox .text div#reisduur
{
    font-size: 85%;
    color: #777;
}

.tripbox .text div#reiscode span, .tripbox .text div#locatielinks span, .tripbox .text div#reisduur span
{
    display: block;
    float: left;
    width: 50px;
}

.tripbox .text div#locatielinks a
{
    color: #777;
}


a.meerinfo:link, a.meerinfo:visited, a.meerinfo:hover, a.meerinfo:active
{
    font-size: 1.2em;
    font-weight: bold;
    color: #009515;
}

a.meerinfo:hover
{
    color: #444;
}




/* ZOEKRESULTATEn */

div#paginator
{
    width: 490px;
    margin: 0 0 0 220px;
    color: #777;
}



/* TABS */

.tabs-and-content
{
    margin: 20px 0 0 0;
    width: 700px;
}

.tabs-and-content .tabs
{
    height: 32px;
    background: url(../../images/template/bg_reistabs.gif) repeat-x bottom;
}

.tabs-and-content .tabs .tab
{
    float: left;
    width: 120px;
    height: 30px;
    text-align: center;
    margin: 0 0 0 10px;
    background: #daf1d8;
    border: 1px solid #98d4aa;
}



.tabs-and-content .tabs #tab-current
{
    border-bottom: 1px solid #fff;
    background: #fff;
}

.tabs-and-content #tabs-smaller #tab-current
{
    font-weight: bold;
}

.tabs-and-content .tabs .tab a:link, .tabs-and-content .tabs .tab a:visited, .tabs-and-content .tabs .tab a:hover, .tabs-and-content .tabs .tab a:active
{
    float: left;
    color: #22a74a;
    display: block;
    width: 120px;
    line-height: 30px;
    font-weight: bold;
    padding: 2px 0 0 0;
    text-decoration: none;
}

.tabs-and-content .tabs .tab a:hover
{
    background: #ebf6ea;
    color: #2fba59;
}

.tabs-and-content .tabs #tab-current a:link, .tabs-and-content .tabs #tab-current a:visited, .tabs-and-content .tabs #tab-current a:hover, .tabs-and-content .tabs #tab-current a:active
{
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    color: #333;
}

.tabs-and-content .content
{
    border-top: none;
    background: #fff;
    margin: 20px 0 0 0;
}


/* UW REISGEZELSCHAP */

#reisgezelschap-en-kamers
{
    width: 700px;
    margin: 10px 0 0 0; /* 	background: #f0fce3 url(../../images/template/bg_reisgezelschapenkamers.gif) no-repeat top right; 	border: 1px dotted #ddd; 	*/
    height: 50px;
}

#reisgezelschap-en-kamers #uwreisgezelschap
{
    float: left;
    width: 120px;
    margin: 20px 0 15px 0;
    padding: 0 0 0 65px;
}

#reisgezelschap-en-kamers #selectvolwassenen
{
    float: left;
    width: 50px;
    font-size: 0.8em;
    color: #333;
    margin: 5px 0 0 0;
}

#reisgezelschap-en-kamers #selectkinderen312
{
    float: left;
    width: 50px;
    font-size: 0.8em;
    color: #333;
    margin: 5px 0 0 0;
}

#reisgezelschap-en-kamers #selectkinderen02
{
    float: left;
    width: 50px;
    font-size: 0.8em;
    color: #333;
    margin: 5px 0 0 0;
}

#reisgezelschap-en-kamers #aantalkamers
{
    float: left;
    width: 90px;
    margin: 20px 0 15px 10px;
}

#reisgezelschap-en-kamers #selectkamers
{
    float: left;
    width: 50px;
    margin: 17px 0 0 0;
}

#reisgezelschap-en-kamers #vertrekplaats
{
    float: left;
    width: 82px;
    margin: 20px 0 15px 10px;
}

#reisgezelschap-en-kamers #selectvertrekplaats
{
    float: left;
    width: 90px;
    margin: 17px 0 0 0;
}


/* PERIODE en KALENDER */

#periode-en-kalender
{
    margin: 10px 0 0 0;
    background: #009515;
    height: 40px;
}

#periode-en-kalender #periode
{
    float: left;
    width: 180px;
}

#periode-en-kalender #periode select
{
    margin: 10px 0 0 10px;
}

#periode-en-kalender #kalender
{
    float: left;
    width: 450px;
}

#periode-en-kalender #kalender #days
{
}

#periode-en-kalender #kalender #days .day
{
    float: left;
    width: 70px;
    text-align: center;
    font-size: 0.9em;
    color: #fff;
    height: 40px;
    background: #009515;
    border-left: 1px solid #77bee5;
    font-weight: bold;
}

#periode-en-kalender #kalender #days .day .name
{
    margin: 5px 0 0 0;
    color: #fff;
    font-size: 0.85em;
}

#periode-en-kalender #kalender #days .day .number
{
    font-size: 1.2em;
}

#periode-en-kalender #kalender #days .daylast
{
    border-right: 1px solid #77bee5;
}

#periode-en-kalender #later
{
    float: left;
    width: 50px;
    margin: 10px 0 0 0;
}

#periode-en-kalender #later a:link, #periode-en-kalender #later a:visited, #periode-en-kalender #later a:hover, #periode-en-kalender #later a:active
{
    color: #fff;
    font-size: 1.2em;
}


/* VARIANTEN en PRIJZEN */

#varianten-en-prijzen
{
    background: #ccead0;
    border-bottom: 1px solid #67c583;
}

#varianten-en-prijzen .variant
{
    border-top: 1px solid #67c583;
}

#varianten-en-prijzen .variant2
{
    background: #b2dfb8;
}

#varianten-en-prijzen .variant3
{
    background: #99d5a1;
}


#varianten-en-prijzen .variant .reisduur
{
    float: left;
    width: 180px;
    text-align: right;
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px 0 0 0;
    color: #009515;
}

#varianten-en-prijzen .variant .prijzen
{
    float: left;
}

#varianten-en-prijzen .variant .prijzen .prijs
{
    float: left;
    width: 70px;
    text-align: center;
    font-size: 0.9em;
    color: #fff;
    border-left: 1px solid #67c583;
    font-weight: bold;
    height: 30px;
}

#varianten-en-prijzen .variant .prijzen .geenprijs
{
    float: left;
    width: 70px;
    border-left: 1px solid #67c583;
    background: #fff;
    height: 30px;
}

#varianten-en-prijzen .variant .prijzen .prijs a:link, #varianten-en-prijzen .variant .prijzen .prijs a:visited, #varianten-en-prijzen .variant .prijzen .prijs a:hover, #varianten-en-prijzen .variant .prijzen .prijs a:active
{
    display: block;
    width: 70px;
    height: 25px;
    padding: 5px 0 0 0;
    font-size: 1.1em;
    color: blue;
    background: #fff;
}

#varianten-en-prijzen .variant .prijzen .prijs a:hover
{
    background: #009515;
    color: #fff;
}


#varianten-en-prijzen .variant .prijzen #prijs-selected a:link, #varianten-en-prijzen .variant .prijzen #prijs-selected a:visited, #varianten-en-prijzen .variant .prijzen #prijs-selected a:hover, #varianten-en-prijzen .variant .prijzen #prijs-selected a:active
{
    display: block;
    width: 70px;
    height: 23px;
    padding: 7px 0 0 0;
    font-size: 1.1em;
    color: #fff;
    text-decoration: none;
    background: #009515;
}

#varianten-en-prijzen .variant .legeruimte
{
    float: left;
    border-left: 1px solid #67c583;
    height: 30px;
}


/* PRIJS INFO */
#prijs-info
{
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
    border-top: none;
    width: 694px; /*width: 713px;*/
}


#prijs-info #text
{
    font-size: 0.9em;
    color: #333;
    text-align: center; /*margin: 10px;*/
    line-height: 32px;
}


/* FOTO ALBUM */

#foto-album
{
    float: right;
    margin: 10px 0 10px 20px;
    width: 400px;
}

#foto-album #zoom
{
    margin: 0 0 10px 0;
    height: 275px;
    overflow: hidden;
    border: 1px solid #aaa;
    background: #f5f5f5;
}

#foto-album #thumbs
{
}

#foto-album #thumbs .thumb
{
    float: left;
    margin: 0 10px 0 0;
    border: 1px solid #aaa;
}


#foto-album #thumbs .thumb-on
{
    float: left;
    margin: 0 10px 0 0;
    border: 1px solid #333;
}


#foto-album #thumbs .thumb img
{
}

#foto-album #thumbs #thumb5
{
    margin: 0;
}


/* inclusief-exclusief */

#inclusief-exclusief
{
    font-size: 0.9em;
    color: #333;
}

#inclusief-exclusief h3
{
    margin: 0; /*color: #*/
}

#inclusief-exclusief ul
{
    margin: 0 0 10px 15px;
    padding: 0;
}



/* OFFERTE */

#offerte
{
    margin: 180px;
    margin: 20px 0 0 5px;
}

#offerte h1
{
    color: #009515;
}

#offerte table#reis
{
    padding: 0;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 2em 0;
}

#offerte table#reis th, #offerte table#reis .th
{
    width: 90px;
    vertical-align: top;
}

/*
#offerte table#prijs {
    font-size: 0.9em;
    padding: 0;
   	border-collapse: collapse;
   	margin: 0 0 2em 0;
}

#offerte table#prijs td {
	height: 2em;
}

#offerte table#prijs tr.totaal td, #offerte table#prijs tr.totaal th {
	border-top: 1px solid #aaa;
}

#offerte table#prijs th {
    width: 140px;
    vertical-align: middle;
}

#offerte table#prijs td {
    width: 40px;
    text-align:right;
}

*/


#offerte .prijs
{
    font-size: 0.9em;
    padding: 0;
    border-collapse: collapse;
    margin: 0 0 2em 0;
}
#offerte .prijs td
{
    height: 2em;
}
#offerte .prijs tr.totaal td, #offerte .prijs tr.totaal th, #offerte .prijs tr.totaal .th
{
    border-top: 1px solid #aaa;
}
#offerte .prijs th, #offerte .prijs .th
{
    width: 130px;
    vertical-align: middle;
    font-weight: bold;
}
#offerte .prijs td
{
    width: 50px;
    text-align: right;
}





#updating
{
    width: 230px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #ffcc00;
    font-size: 1.3em;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0 0 0;
}

#offerte-aanwijzing
{
    margin: 350px 0 0 10px; /*margin-left:10px;*/
    background: url(../../images/template/bg_klikopeenprijs.gif) no-repeat bottom left;
    height: 38px;
}

#offerte-aanwijzing #klikopeenprijs
{
    margin: 0 0 0 50px;
    color: #009515;
}

#offerte-aanwijzing #omeenkeuzetemaken
{
    margin: 0 0 0 50px;
    color: #888;
}


#boek-aanwijzing
{
    width: 200px;
    margin: 10px 0 0 0;
}

#boek-aanwijzing #pijl
{
    margin: 0 0 8px 45px;
}

#boek-aanwijzing #klikhieromteboeken
{
    color:#009515;
}

#boek-aanwijzing #klikhieromteboeken a, #boek-aanwijzing #klikhieromteboeken a:link, #boek-aanwijzing #klikhieromteboeken a:active, #boek-aanwijzing #klikhieromteboeken a:visited, #boek-aanwijzing #klikhieromteboeken a:hover
{
    color: #009515;
    text-decoration: none;
}


/* VERFIJNEN */

#verfijnen
{
    width: 200px;
    margin: 25px 0 0 15px;
}

#verfijnen h3
{
    margin: 0 0 5px 0;
}

#verfijnen h4
{
    margin: 0 0 3px 2px;
}

#verfijnen h4 a:link, #verfijnen h4 a:visited, #verfijnen h4 a:hover, #verfijnen h4 a:active
{
    color: #666;
}

#verfijnen ul
{
    margin: 0 0 15px 15px;
    padding: 0;
}

#verfijnen ul li a:link, #verfijnen ul li a:visited, #verfijnen ul li a:hover, #verfijnen ul li a:active
{
    color: #666;
}

#verfijnen ul li a:hover
{
    color: #000;
}

#verfijnen ul li a.current
{
    color: #FF0000;
}


/* TERUG VERDER */

#terug-verder
{
    width: 700px;
    margin: 20px 0 10px 0;
}

#terug-verder #terug
{
    float: left;
    width: 350px;
}

#terug-verder #verder
{
    float: left;
    width: 350px;
    text-align: right;
}


/* STEPS */

#progress
{
    width: 700px;
    margin: 0 0 30px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#progress .step
{
    float: left;
    padding: 5px;
    color: #999;
    margin: 0 15px 0 0;
}

#progress .steplarge
{
    width: 170px;
}

#progress #stepdone
{
    font-weight: bold;
    color: #009515;
}

#progress .step .icon
{
    float: left;
    width: 30px;
}

#progress .step .name
{
    float: left;
    margin: 5px 0 0 0;
}


/* UPGRADES */

.upgradebox
{
    width: 700px;
    margin: 15px 0 0 0;
    border: 1px solid #ccc;
    background: #fff url(../../images/template/bg_upgradebox.gif) top right no-repeat;
}

.upgradebox .image
{
    float: left;
    /*width: 170px;*/
    width: 190px;
}
.upgradebox .image .imagesUpgradeThumbs
{
    /*width: 150px;*/
    width: 170px;
	height: 128px;
}


.upgradebox .text
{
    float: left;
    margin: 10px 0 0 0;
    width: 510px;
}

.upgradebox .text h3
{
    margin: 0 0 10px 0;
}

.upgradebox .text .uitleg
{
    margin: 0 0 10px 0;
    font-size: 0.9em;
    color: #555;
}

.upgrade-extras
{
    margin: 10px 0 10px 22px;
}


table#kosten
{
    width: 530px;
    border: 1px solid #ddd;
    border-collapse: collapse;
}


table#kosten tr td
{
    padding: 5px;
    background: #f5f5f5;
}

table#kosten tr.even td
{
    background: #fff;
}


table#kosten tr td.price
{
    width: 70px;
    text-align: right;
}

table#kosten tr td.number
{
    width: 50px;
    text-align: right;
}

table#kosten tr.totaal td
{
    font-weight: bold;
    background: #fff;
}


/* BASICS */

h1
{
    font-size: 1.6em;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #009515;
    text-transform: capitalize;
}

h2
{
    font-size: 1.4em;
    font-weight: normal;
    margin: 10px 0 10px 0;
    font-weight: bold;
    color: #333;
}

h3
{
    font-size: 1.4em;
    font-weight: bold;
    color: #009515;
}

h3.lessmargin
{
    margin: 5px 0 15px 0;
}


h3.nomargin
{
    margin: 0 0 5px 0;
}

h4
{
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 0px 0;
}


img
{
    border: none;
}

a:link, a:visited, a:hover, a:active
{
}

.leftcolumn
{
    float: left;
    width: 300px;
}

.rightcolumn
{
    float: left;
    width: 300px;
}

table tr th
{
    vertical-align: top;
    padding: 0 10px 0 0;
}




.plaatsuwbetaling
{
    margin: 20px 0 20px 0;
}

a#ideal:link, a#ideal:visited, a#ideal:hover, a#ideal:active
{
    background: url(../../images/template/icons/icon_ideal.gif) no-repeat;
    padding: 0 0 0 25px;
    background-position: left;
    font-size: 1.2em;
}

ul.vinkjes
{
    margin: 20px 0px;
    padding: 0px;
}

ul.vinkjes li
{
    background: transparent url(../../images/template/vinkje.gif) no-repeat scroll left top;
    list-style-type: none;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 25px;
}

/* FORMS */


.form-row
{
    width: 700px;
    margin: 0 0 10px 0;
}

.form-row .left
{
    float: left;
    width: 200px;
}

.form-row .right
{
    float: left;
    width: 500px;
}



.form1-row
{
    /*width: 700px;*/
    margin: 0px;
}

.form1-row .left
{
    float: left;
    width: 200px;
}

.form1-row .right
{
    float: left; /*width: 500px;*/
}


.formline
{
    margin: 20px 0 0 0; /* background: url(../../images/template/bg_formline.gif) repeat-x; */
    border-top: 1px solid #ccc;
}




input.voorletters
{
    width: 60px;
}

input.tussenvoegsel
{
    width: 50px;
}

input.street
{
    width: 170px;
}

input.zipcode
{
    width: 60px;
}

input.city
{
    width: 160px;
}


input.phone
{
    width: 110px;
}

input.email
{
    width: 250px;
}

.invisible
{
    visibility: hidden;
    display: none;
}

.requiredfields
{
    color: #cc0000;
}

.warning
{
    font-weight: bold;
    color: #cc0000;
}

.checkboxcolumns
{
}

.checkboxcolumns .column
{
    float: left;
    width: 140px;
    margin: 0 10px 0 0;
}




.hidden
{
    display: none;
    visibility: hidden;
}

#bottom
{
    width: 992px; /* 992- 2*5 */
    margin: 0 auto;
}
 
#footer a
{
	color: gray;
}


#footer
{
    width: 982px; /* 992- 2*5 */
    margin: 0 auto;
    height: 25px;
    text-align: right;
    padding: 10px 2px 5px;
	border-top: 1px dotted gray;
	font-size: 10px;
	color:#009515;
}

#footer .line
{
    margin: 0 10px 0 10px;
    color: #eee;
}


.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#ad
{
    position: absolute;
    width: 300px;
    height: 164px; /*background: #fff url(../../images/template/images/popup_bg.gif);*/
    background-color: #000;
    background-repeat:no-repeat;
    background-position:0px 35px;
}

div#ad img.aanmelden
{
    margin: 225px 0 0 100px;
}

div#ad img.close
{
    margin: 1px 0 0 212px;
}

.clearfix
{
    display: inline-block;
}
/* mac hide \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide */
.nieuwsbriefRS 
{
	background-color:#fdf204;
	margin-bottom:10px;
	
	}
.nieuwsbriefRS a, .nieuwsbriefRS a:link, .nieuwsbriefRS a:active, .nieuwsbriefRS a:visited, .nieuwsbriefRS a:hover{
	color:#000;
}

.thumbPictureArea{
float:right;
}
.thumbPictureArea ul, .thumbPictureArea li {
margin:0px;
padding:0px;
list-style:none;
}

.thumbPictureArea img{
padding:3px;
border:none;
}


/* HotelSearchForm.ascx */

.HotelSearchFormDiv table
{
	background-image:url(../../images/search-boxBG.gif);
	background-repeat:repeat-x;	
	border:1px solid #3db54b;
}

.HotelSearchFormDiv th{
	/*background:none repeat scroll 0 0 #FDF204;*/
	color:#fff000;
	font-weight:bold;
	padding:7px 0 7px 5px;
	text-align:left;
	}

.HotelSearchFormDiv td{
	padding:5px 0;
	}


.HotelSearchFormDiv input, .HotelSearchFormDiv select{
	font-family:arial,verdana,sans-serif;
	width:218px;
	border:1px solid #d2d2d2;
	font-size:12px;
	margin-left:5px;
	
	}

.HotelSearchFormDiv input[type=submit]{
	width:auto;
	background:#3fb650;
	color:#fff000;
	font-weight:bold;
	cursor:pointer;
	}


/* /HotelSearchForm.ascx */

.social-media
{
	width:230px;
	margin-top:10px;
}


/* Slider.ascx */

.anythingSlider                         { width: 635px; height: 140px; position: relative;  background: url(../../images/slider/sliderBg.png) 0 0 no-repeat; }
.anythingSlider .wrapper                { width: 625px; overflow: auto; height: 130px; margin:5px; position: absolute; top: 0; left: 0; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding:0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 130px; width: 625px; margin: 0; color:#ffffff; }
.anythingSlider ul li h3                { color:#FDF204; margin:3px 0; padding:0; }
.anythingSlider ul li a                 { color:#FDF204; }
.anythingSlider ul li p                 { margin:0; padding:0; }

.anythingSlider .arrow                  { display: block; height: 21px; width: 21px; background:url(../../images/slider/sliderArrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 145px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: 15px; }
.anythingSlider .back                   { background-position: -21px 0; right:67px; }
.anythingSlider .forward:hover          { background-position: 0 -21px; }
.anythingSlider .back:hover             { background-position: -21px -21px; }

#thumbNav                               { position: relative; top: 145px; text-align: center; display:inline-block; left:15px; }
#thumbNav a                             { color: black; display: inline-block; width:21px; height: 21px; line-height:21px; margin: 0 5px 0 0; background: url(../../images/slider/sliderThumbNav.png) no-repeat; text-align: center; text-decoration:none; }
#thumbNav a:hover                       { background-position: 0 -21px; }
#thumbNav a.cur                         { background: url(../../images/slider/sliderThumbNav.png) 0 -42px; color:#ffffff; }

#start-stop                             { background: url(../../images/slider/sliderStoPla.png) -21px 0; width: 21px; height:21px; position: absolute; right: 41px; top: 145px; font-size:0; }
#start-stop.playing                     { background-position: 0 0; }
#start-stop.playing:hover               { background-position:0 -21px; }
#start-stop:hover                       { background-position:-21px -21px; }


/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/* /Slider.ascx */



/* Rectangular */

@font-face {
	font-family: 'DIN1451EngschriftRegular';
	src: url('../../images/font/din1451engschrift-webfont.eot');
	src: local('O'), url('../../images/font/din1451engschrift-webfont.woff') format('woff'), url('../../images/font/din1451engschrift-webfont.ttf') format('truetype'), url('../../images/font/din1451engschrift-webfont.svg#webfontIYuwXjlY') format('svg');
	font-weight: normal;
	font-style: normal;
}

.rect{
	font-family:DIN1451EngschriftRegular;
	color:#fff300;
	width:163px;
	height:178px;
	position:relative;
	margin:0 37px 22px 0;
	
	float:left;
	}

.rect a{
	font-family:DIN1451EngschriftRegular;
	color:#fff300;
	width:163px;
	height:178px;
	cursor:pointer;
	text-decoration:none;
	}


.rect .mask{
	background:url(../../images/rectBg.png) 0 0 no-repeat;
	width:163px;
	height:178px;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	z-index:5;
	}

*html .rect .mask{
	background:url(../../images/rectBg.gif) 0 0 no-repeat;
	}

.rect img{
	position:absolute;
	top:0;
	left:0;
	z-index:4;
	border:0;
	}

.rect h1, .rect h3, .rect h2{
	position:absolute;
	padding:0;
	margin:0;
	width:100%;
	text-align:center;
	color:#fff300;
	}

.rect em{
	background:url(../../images/rectIcon.png);
	position:absolute;
	z-index:19;
	top:26px;
	right:-30px;
	width:65px;
	height:46px;
	}

.rect .fly{background-position: 0 0;}
.rect .bus{background-position: 0 -46px;}
.rect .car{background-position: 0 -92px;}
.rect .cur{background-position: 0 -138px;}


*html .rect em{
	background:url(../../images/rectIcon.gif);
	}

.rect h1{
	z-index:7;
	top:88px;
	font-size:24px;
	}

.rect h3{
	z-index:9;
	top:110px;
	font-size:15px;
	}

.rect h6{
	z-index:11;
	position:absolute;
	padding:0;
	margin:0;
	top:152px;
	font-size:15px;
	text-align:left;
	left:11px;	
	}

.rect h2{
	z-index:13;
	top:150px;
	left:8px;
	font-size:22px;
	font-family:Lucida sans unicode;
	}

.rect h2 i{
	background:url(../../images/rectEuro.png) 0 0 no-repeat;
	width:13px;
	height:19px;
	display:inline-block;
	position:absolute;
	left:33px;
	top:3px;
	}

*html .rect h2 i{
	background:url(../../images/rectEuro.gif) 0 0 no-repeat;
	}

.rect .pict{
	width:163px;
	height:100px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	}



/* /Rectangular */

