* {
	margin:0px;
	padding:0px;
	font:11px/12px Tahoma, sans-serif;
	color:#000000;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background:#F1F2CB url(../gfx/gradient_background.gif) repeat-x;
	text-align:center;
}

h1 {
	color: #000000;
	font:bold 15px/16px Tahoma;
}
h2 {
	color: #0084c5;
	font:bold 11px/14px Tahoma;
}

img
{
border: 0px;
}

a {
	color: #000000;
	font:bold 10px/13px Tahoma;
}

#site {
	width:945px;
	margin:0px auto;
}
#header {
	height:222px;
	position:relative;
	background:url(../gfx/top_background.jpg) no-repeat top center;
}

#header #multicontentmenu {
	text-align: right;
	float: left;
	width: 415px;
	position: absolute;
	top: 20px;
	left: 535px;
}

#header #multicontentmenu .multicontentmenuitem {
	float: left;
	padding-left: 10px;
}

#header #multicontentmenu .multicontentmenuitem a {
	color: #008DCB;
	text-decoration: none;
	font-size: 11px;
}

#header #multicontentmenu img {
	float: left;
}

#header #multicontentmenu .multicontentmenuitemcontainer {
	float: left;
	padding-left: 10px;
	background: url(../gfx/red_menu.gif) repeat-x;
	height: 20px;
	width: 310px;
}

#header #seolinkcontainer {
	position: absolute;
	top: 20px;
	left: 0px;
}

#content {
	float:left;
	clear:left;
	width:945px;
	text-align:left;
	background:url(../gfx/content_middle.gif) repeat-y;
	overflow: hidden;
	
}
#footer {
	float:left;
	width:945px;
	height:32px;
	line-height:32px;
	background:#F8F9E6;
}

/* HEADER */
.logo {
	position:absolute;
	width:329px;
	height:141px;
	top:41px;
	left:0px;
	border:none;
}
/* MENU */

#nav{
	position:absolute;
	bottom:0px;
	left:0px;
	width:945px;
	height:40px;
	background:url(../gfx/menu_background.gif) no-repeat;
	text-align:left;
}
ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li { /* all list items */
	float: left;
	position: relative;
	z-index : 721;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

/*#content {
	clear: left;
}*/

.menutop {
	padding: 0px 14px 0px 14px;
	color: #FFFFFF;

    font-size: 12px;
	font-weight: bold;
	text-decoration: none;	
	
}

.menutopcontainer {
	height: 32px;
	cursor: hand;
	pointer: hand;
	padding: 0px 0px 0px 0px;
	/float: left; /*only internet explorer*/
	
}


.menulistcontainer {
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0px 0px 0px 0px;	
	background-color: #3C6598;
}

.menulistitem {
	padding: 0px 2px 0px 19px;
	color: #000;
	background-color:#C4DAEF;
	font-family: arial, helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;
	width: 160px;
	cursor: hand;
	pointer: hand;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #F6A262;
	align: left;	
	line-height: 25px;
}


.menubar {
	height: 25px;
	width: 160px;
	border-style: solid;
	border-color: red;
	border-width: 0px 0px 0px 0px;	
}

.menutekst {
	color: #FFFFFF;
	font-family: arial, sans-serif;
    font-size: 12px;
	font-weight: bold;
	margin: 5px;
	padding: 5px 0px 0px 0px;
	text-decoration: none;	
	line-height: 32px;
}

.menutekst:link, .menutekst:visited {
	color: #000; 
	font-family: arial, sans-serif;
    font-size: 12px;
	font-weight: bold;
	margin: 5px;
	padding: 5px 0px 0px 0px;
	text-decoration: none;	
	line-height: 32px;
}

.menutekst:active, .menutekst:hover {
	color: #c3c3c3;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
	padding: 5px 0px 0px 0px;
	text-decoration: none;	
	line-height: 32px;
}
/*END Top-Menu style*/
/* END MENU */
/* END HEADER */

/* CONTENT */
#content .left {
	float:left;
	width:178px;
}
#content .middle {
	float:left;
	width:589px;
}

#content .middle_wide{
	width: 765px;
	float: left;
}
#content .right {
	float:left;
	width:178px;
}
#content .fullwidth {
	float:left;
	overflow: hidden;
	width: 767px;
}

#content .left .content {
	padding-right:1px;
	padding-bottom:12px;
}
#content .middle .content {
	padding:0px 9px;
	padding-bottom:12px;
}
#content .right .content {
	padding-left:1px;
	padding-bottom:12px;
}
#content .fullwidth .content {
	padding-bottom:12px;
}
.left h2, 
.right h2,
#enewscontainer h1 {
	color:#fff;
	height:20px;
	padding-left:9px;
	line-height:20px;
	background:url(../gfx/universal_bar_top.gif);
}

#enewscontainer {
	padding: 10px;
	padding-top: 0px;
}

#enewscontainer .tm_users_subscribe{
	padding-left: 9px;
}

.middle .content #enewscontainer .content {
	padding: 0px; /*overrules earlier styles in line 268*/
	padding-bottom: 10px;
}

#enewscontainer .content .text {
	padding-top: 10px;
	padding-bottom: 10px;
}

#enewscontainer input[class="email"] {
	width: 200px;	
}

#enewscontainer h1 {
	width: 200px;
}
/* END CONTENT */

/* LEFT */
.form_email {
	text-align:right;
}
.form_email .content {
	padding-top:9px;
	padding-bottom:6px;
	text-align:center;
}
.form_email .content .text {
	padding-bottom:6px;
	color:#515658;
}
.form_email .email {
	width:166px;
	height:19px;
	border:1px solid #000;
}
.form_email .submit,
#enewscontainer input[type="submit"] {
	border:none;
	color:#fff;
	font-weight:bold;
	background:url(../gfx/submit_button.gif);
	width:49px;
	height:16px;
	margin-right:6px;
}
.glist {
	list-style:none;
	padding-bottom:10px;
}
.glist li {
	clear:both;
	height:27px;
	line-height:27px;
	padding-left:9px;
	color:#55595A;
	font-weight:bold;
	background:#ECF6FA url(../gfx/menu_splitter.gif) repeat-x bottom;
}
.glist li a {
	display:block;
	text-decoration:none;
	height:27px;
	line-height:27px;
	color:#55595A;
	font-size:1em;
	font-weight:bold;
}
.tm_users_subscribe {
	padding-bottom: 10px;
	}
	
/* END LEFT */
/* MIDDLE */
/* VSECTION */
.vertical_section {
	width:285px;
	height:291px;
	overflow:hidden;
	float:left;
	border-bottom:1px solid #E6E6E6;
	margin-bottom:12px;
}
.vertical_section .vcontent {
	padding:9px 20px 14px 20px;
}
.vertical_section .image {
	padding-bottom:13px;
}
.vertical_section h1 {
	line-height:20px;
}
.vertical_section h2 {
	line-height:20px;
}
.vertical_section p {
	line-height:16px;
	padding-bottom:5px;
}
.vertical_section a {
	font-size:1em;
}
/* END VSECTION */

/* HSECTION */
.horizontal_section {
	width:571px;
	border-bottom:1px solid #E6E6E6;
	float:left;
	margin-bottom:12px;
}
.horizontal_section .hcontent {
	padding:22px 20px;
}
.horizontal_section .image {
	float:left;
	padding-right:17px;
	padding-bottom:17px;
}
.horizontal_section h1 {
	line-height:20px;
}
.horizontal_section h2 {
	line-height:20px;
}
.horizontal_section p {
	line-height:16px;
	padding-bottom:5px;
}
.horizontal_section a {
	font-size:1em;
}
.vertical_section .image img, .horizontal_section .image img {
	border:none;
}
/* HSECTION */
/*CATALOG + HOTEL */
.onlinecatalogue, .cms, .traveloffer {
	float:left;
	width:571px;
}
.onlinecatalogue_section, .cms_section {
	padding:0px 20px;
	padding-bottom:12px;
}
.cms_section {
	float:left;
	border-bottom:1px solid #E7E7E7;
	margin-bottom:12px;
	width: 571px;
}
.cms_section_content {
	float:left;
	padding:0px 20px;
	width: 531px;
}
.image {
	float:right;
	clear:right;
	margin:0px 0px 20px 20px;
}
.cms_teaser, .cms_text {
	padding:10px 0px 5px 0px;
}
.cms_address {
	padding:5px 0px;
}
.cms_address dt {
	font-weight:bold;
}
.cms_facts {
	margin:9px 0px;
	border-spacing:0px;
	empty-cells:0px;
}
.cms_facts td {
	height:24px;
}
.odd {
	background:#E7F1F5;
	font-weight:bold;
}
.even {
	
}

.cms_section .image {
	float:left;
	clear:right;
	margin:0px 20px 20px 0px;
}
.cms_section .image img {
	border:none;
}

/*TravelOFFER*/
.traveloffer {
	float:left;
	width:531px;
	padding:0px 20px;
	padding-bottom:12px;
}
.page_index {
	height:25px;
	line-height:25px;
	font-weight:bold;
}

.traveloffer table, .travelofferlist {
	border-spacing:0px;
	font-size:1em;
	background:none;
	padding-bottom:6px;
}
.travelofferlist .header {
	font-weight:bold;
}
.travelofferlist td {
	padding:5px 0px;
}
.title, .valid, .price, .duration {
	font-weight:bold;
}

.travelofferlist thead {
	font-weight:bold;
	background:#EAE5D6;
	color:#000;
	text-align:center;
}

.travelofferlist tbody {
	padding-bottom:20px;
}
.travelofferlist_details td {
	padding:5px 0px;
}

.travelofferlist_details thead {
	font-size:1em;
	font-weight:bolder;
	text-align:left;
	background:none;
	color:#000;
}
.traveloffer_detail_td_header, .traveloffer_detail_td_under_header{
	font-weight:bold;
	padding:5px;
	margin-bottom:10px;
}

.traveloffer_detail_td_header {
	background:#EAE5D6;
	color:#000;
}
.traveloffer a {
	font-size:1em;
	color:#575757;
}
.traveloffer_detail_td_header a, .traveloffer_detail_td_under_header .tm_link1 {
	color:#000;
}
.tm_body1 {
	text-align:left;
	padding-bottom:10px;
}
.travelofferlist_read_more_link {
	text-align:left;
	margin-left:5px;
}

.tm_table1 {
	padding-top:10px;
}
.tm_table2 {
	padding-bottom:12px;
}
/*TravelOFFER*/

/* RIGHT */

/* TRAVELOFFERS*/
table.tmi_list_table{
	font-size:11px;
	margin-bottom:9px;
	border-spacing:0px;
	empty-cells:0px;
}
table.tmi_list_table td {
	padding-left:9px;
	height:24px;
}
table.tmi_list_table a{
	text-decoration:none;
	font-weight:normal;
	font-size:1em;
	line-height:24px;
}
td.currency a, td.price a{
	font-weight:bold;
}

.switch0 td {
	background:#D9E3EA;
}

.switch1 td {
	background:#ECF3F8;
}
.bottom_cell {
	text-align:right;
	border-bottom:1px dashed black;
}
.bottom_cell a {
	font-weight:bold;
}
.box_text {
	padding:5px 0px;
	padding-left:9px;
}

/* END TRAVELOFFERS*/
.cms_menuheader {
	font-weight:bold;
	color:#fff;
	height:20px;
	padding-left:9px;
	line-height:20px;
	background:url(../gfx/universal_bar_top.gif);
}
.cms_menuitem_selected, .cms_menuitem {
	clear:both;
	line-height:27px;
	padding-left:9px;
	color:#55595A;
	font-weight:bold;
	background:#ECF6FA url(../gfx/menu_splitter.gif) repeat-x bottom;
}
.cms_menuitem_selected {
	padding-left:0px;
}
.cms_menuitem a {
	font-size:1em;
	text-decoration:none;
	line-height:27px;
}

/*  CATALOGUE  */
div.catalogue_content{
padding:0px 22px 0px 20px;
}
table.catalogue_content{
width:542px;
}
.catalogue_content td {
padding:1px 4px 4px 0px;
text-align:left;
}
.catalogue_content img{
margin:5px 15px 10px 10px;
}
.catalogue_skift2{
background:#f7fbfb;
}

/* END RIGHT */

/* END MIDDLE */
/* FOOTER */
#footer span {
	color:#4B4B3F;
	padding:0px 16px;
}
#footer span a{
	font-size:1em;
	color:#4B4B3F;
	font-weight:normal;
	text-decoration:none;
}
/* END FOOTER */

/*ALLOTMENT START*/
.allotment_prepackage {
	padding-left: 20px;
}

.allotment_prepackage .Allotment_Headline, .allotment_prepackage td.AllotmentPrepackage_StatusCell .Allotment_StatusTitle {
	font-variant:normal;
	font-weight:bold;
	line-height:16px;
	color:#000000;
	font-family:Tahoma;
	font-size:15px;
}
.allotment_prepackage td.AllotmentPrepackage_StatusCell .Allotment_StatusTitle {
	padding-bottom: 10px;	
}
.allotment_prepackage .Allotment_Button{
	margin-top: 20px;
	margin-bottom: 20px;
}

.allotment_prepackage .teaserlist .teaserlistitem {
	float: left;
	clear: both;
	padding-bottom: 20px;
	width: 747px;
}

.allotment_prepackage .teaserlist .teaserlistitem .teasertext {
	padding-top: 5px;
}

.allotment_prepackage .teaserlist .teaserlistitem .sectionlink
{
	padding-top: 5px;
}

.allotment_prepackage .prepackagedatecontainer .textBox
{
	padding-top: 5px;
	padding-bottom: 10px;
}

.allotment_prepackage .prepackagedatecontainer .textBox .text
{
	padding-bottom: 10px;
}

.allotment_prepackage .prepackagedatecontainer .textBox #prepackage_dates_table td
{
	padding: 5px;
}

.allotment_prepackage .prepackagedatecontainer .textBox #prepackage_dates_table .Allotment_Subtitle td
{
	font-weight: bold;
}

.allotment_prepackage .prepackagedatecontainer .textBox .Allotment_Button_container
{
	padding-top: 10px;
}

.allotment_prepackage td.AllotmentPrepackage_PrepackageCell{
	width: 529px;
	padding-right: 20px;
}
.allotment_prepackage td.AllotmentPrepackage_StatusCell {
	width: 150px;
}
.allotment_prepackage td.AllotmentPrepackage_StatusCell .Allotment_StatusSubTitle {
	font-weight: bold;
}
.allotment_prepackage .Allotment_PassengerData_Error{
	color: #FF0000;
}

.allotment_prepackage .textBox
{
	float: left;
	width: 535px;
}

.allotment_prepackage .imageBox
{
	float: left;
	padding-left: 55px;
	width: 186px;
}

#content .allotment_prepackage_list .sectionlink .middle,
#content .allotment_prepackage_list .sectionlink .left,
#content .allotment_prepackage_list .sectionlink .right
{
	width: auto;
}

.Allotment_text td
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
}

.allotment_prepackage .teaserText,
.allotment_prepackage .add_on_container,
.allotment_prepackage .addOnPriceBox
{
	padding-top: 10px;
}

.allotment_prepackage .add_on_container .addOnPriceBox .checkBoxContainer,
.allotment_prepackage .add_on_container .addOnPriceBox .addOnTextBox,
.allotment_prepackage .add_on_container .addOnPriceBox .priceContainer
{
	float: left;
	padding-right: 10px;
	line-height: 16px;
}

.allotment_prepackage .add_on_container .addOnPriceBox .checkBoxContainer
{
	padding-top: 2px;
}

.allotment_prepackage .Allotment_Button_container
{
	clear: both;
	padding-top: 10px;
}


.allotment_prepackage .addOnContainer {
	float: left;
	clear: both;
	padding-top: 10px;
	width: 520px;
}

.allotment_prepackage .addOnContainer .addOnTextBox {
	font-size: 11px;
	line-height: 15px;
}

.allotment_prepackage .addOnContainer .addOnPricesContainer {
	clear: both;
	height: 15px;
}

.allotment_prepackage .addOnContainer .addOnPricesContainer .textfieldContainer,
.allotment_prepackage .addOnContainer .addOnPricesContainer .addOnTextBox,
.allotment_prepackage .addOnContainer .addOnPricesContainer .priceContainer
{
	float: left;
	height: 17px;
	line-height: 17px;
}

.allotment_prepackage .addOnContainer .addOnPricesContainer .textfieldContainer input
{
	padding: 0px !important;
	margin: 0px !important;
	border: 1px solid #f0f0f0;
	height: 17px;
	font-size: 11px;
	line-height: 15px !important;
}

.allotment_prepackage .addOnContainer .addOnPricesContainer .addOnTextBox
{
	padding-left: 10px;
}

.allotment_prepackage .addOnContainer .addOnPricesContainer .checkBoxContainer
{
	padding-top: 2px;
	padding-top= 0px;
	padding-right: 0px;
}

.allotment_prepackage .addOnContainer .addOnPricesContainer .checkBoxContainer input
{
	margin: 0px;
	padding: 0px;
	width: 13px;
	height: 13px;
}
/*ALLOTMENT END*/
