
body#defaultbody
{
	background: #a8d7f1 url(../../images/template/bg_body.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 76%;
}

#sitebox
{
	width: 992px;
	margin: 0 auto;
	background: #fff url(../../images/template/bg_sitebox.gif) repeat-y top right;
	text-align: center;
}

#header
{
	width: 992px;
	text-align: left;
}


/* MENU */

#menu-and-mijnboeking
{
	width: 992px;
	background: #0eaaff;
}

#menu
{
	/*width: 761px;*/
	float: left;
}

#menu ul
{
	padding: 0;
	margin: 0 0 0 0px;
	list-style: none;
}


#menu ul li
{
	float: left;
	font-weight: bold;
	font-size: 1.1em;
	background: url(../../images/template/bg_tab_left.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
}

#menu ul li a
{
	float: left;
	display: block;
	background: url(../../images/template/bg_tab_right.gif) no-repeat right top;
	padding: 0 10px 0 10px;
	text-decoration: none;
	color: #fff;
	margin: 0px;
	line-height: 30px;
	text-align: center;
}

#menu ul li a:hover
{
	color: #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: #00ab39;
	background: #fff url(../../images/template/bg_tab_right_active.gif) no-repeat right top;
}

*/




#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: #00ab39;
	background: #fff url(../../images/template/bg_tab_right_active.gif) no-repeat right top;
}





#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: #06b25a;
}

#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;
	background: url(../../images/template/bg_main_home.gif) no-repeat;
}

.main
{
	width: 992px;
	text-align: left;
	background: none;
}

#main-boeken
{
	width: 992px;
	text-align: left;
	background: url(../../images/template/bg_main_boeken.gif) top right repeat-y;
}

.main #main-left
{
	float: left;
	width: 762px;
}

.main #main-left .main-left-margin
{
	margin: 20px 0 20px 0px;
	padding: 0 20px 0 20px;
}

.main #main-right
{
	float: left;
	width: 230px;
	overflow: hidden;
}

.main #main-right .main-right-margin
{
	margin: 0;
	padding: 0;
}

.main #mainspace
{
	width: 972px;
	height: 20px;
}


/* ZOEKEN */

#searchbox
{
	width: 992px;
	background: url(../../images/template/bg_searchbox.gif) repeat-x bottom;
	height: 85px;
}

#searchbox #searchbydestination
{
	float: left;
	width: 760px;
	text-align: left;
	margin: 20px 0 10px 0px;
}

#searchbox #searchbydestination #title
{
	color: #00ab39;
	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 0 0 1px;
	padding: 0;
}

#bestemmingen .title
{
	color: #fff;
	font-weight: bold;
	background: #0eaaff;
	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 0px 0;
	padding: 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: #333;
	display: block;
	line-height: 22px;
	width: 214px;
	padding: 0 0 0 15px;
	background: #a8d7f1;
	margin: 0 0 1px 0;
}

#bestemmingen ul li a:hover
{
	background: #eaf3fd;
}

#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;
}

#bestemmingen ul li ul li a:hover
{
	background: #fff;
	color: #000;
}


/* 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;
}


/* TRIP large (detail, toppervandeweek) */

.tripbox
{
	width: 710px;
}

.tripbox .image
{
	float: left;
	width: 220px;
}

.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: #00ab39;
}

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: #0eaaff;
	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: #099eef;
	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: #e3f4fc;
	border-bottom: 1px solid #67c583;
}

#varianten-en-prijzen .variant
{
	border-top: 1px solid #67c583;
}

#varianten-en-prijzen .variant2
{
	background: #d1eaf7;
}

#varianten-en-prijzen .variant3
{
	background: #badef0;
}


#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: #01b25a;
}

#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: #01b25a;
	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: #006633;
}

#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 20px;
}

#offerte h1
{
	color: #01b25a;
}

#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: #2a80d1;
}

#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: #2a80d1;
}

#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: #2a80d1;
	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: #01b25a;
}

#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: #0eaaff;
	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: #0eaaff;
}

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
{
	width: 982px; /* 992- 2*5 */
	margin: 0 auto;
	background: transparent url(../../images/template/bottom_shadow.gif) no-repeat top;
	height: 25px;
	text-align: right;
	padding: 10px 5px 5px 5px;
}

#footer .line
{
	margin: 0 5px 0 5px;
	color: #eee;
}


.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#ad
{
	position: absolute;
	width: 367px;
	height: 345px; /*background: #fff url(../../images/template/images/popup_bg.gif);*/
	background-color: #fff;
}

div#ad img.aanmelden
{
	margin: 225px 0 0 100px;
}

div#ad img.close
{
	margin: 1px 0 0 270px;
}

.clearfix
{
	display: inline-block;
}
/* mac hide \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide */



.DataList2IframeTrue
{
	float: left;
	width: 220px;
}
.DataList2IframeTrue .tripbox
{
	width: 220px;
}

.DataList2IframeSide
{
	float: right;
	width: 100%;
}


#main-right span.lc5element
{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 230px;
	float: left;
	background-color: #fff;
}

#main-right span.lc5element img
{
	text-align: center;
}
