BODY {
	background-image: url(../gfx/gradient_background.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #DAF0FC;
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
}

FORM {
	padding: 0px;
	margin: 0px;
}

input {
	color: #000000;
	font-family: Arial;
	font-size: 11px;
}

h1 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 13px;
	color: #000000;
	font-family: Arial;
	font-size: 19px;
	font-weight: bold;
	line-height: 23px;
}

h2 {
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	font-weight:bold;
}

.br {
	clear: both;
	height: 0px;
}

A {
	color: #000000;
}

A:hover {
	color: #000000;
}

.image_shadow_top {
	background-image: url(../gfx/image_shadow_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 7px;
}

.image_shadow_middle {
	background-image: url(../gfx/image_shadow_middle.gif);
	background-position: left top;
	background-repeat: repeat-y;
	width: 236px;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
}

.image_shadow_bottom {
	background-image: url(../gfx/image_shadow_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 7px;
}



#main {
	width: 970px;
	text-align: left;
}

#logo {
	padding-top: 16px;
	padding-bottom: 16px;
}

#menu {
	background-image: url(../gfx/top_menu_background.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 2px;
	padding-right: 2px;
	height: 54px;
}

#menu #nav {
	float: left;
	text-align: left;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#menu #nav li {
	float: left;
	position: relative;
	z-index : 721;
}

#menu .menutekst {
	color: #000000;
	font-family: Arial;
	font-size: 16px;
}

#menu .menutekst:link, #menu .menutekst:visited, #menu .menutekst:active {
	color: #ffffff;
	font-family: Arial;
	font-size: 16px;
	text-decoration: none;
}

#menu .menutekst:hover {
	color: #a1dfff;
	text-decoration: none;
}

#menu .mentopcontainer {
	background-image: url(../gfx/top_menu_splitter.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 23px;
	line-height: 38px;
}

#menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	left: 0px;
}

#menu 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: -1px;
}

#menu li:hover ul, #menu li.over ul { /* lists nested under hovered list items */
	display: block;
}


#menu .menulistcontainer {
	margin-top: 1px;
	background-color: #55b9ec;
}

#menu .menulistitem {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #60C2F7;
	border-top: 1px solid #60C2F7;
	border-right: 1px solid #298CBE;
	border-bottom: 1px solid #298CBE;
	width: 160px;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	cursor: pointer;
	text-align: left;	
}

.content {
	background-image: url(../gfx/content_middle.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

#frontpage .sectionLeft {
	float: left;
	padding-left: 12px;
	padding-bottom: 10px;
	width: 244px;
}

#eNews {
	overflow: hidden;
	background-image: url(../gfx/enews_box.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	width: 244px;
	height: 201px;
}

#eNews .text {
	overflow: hidden;
	padding-left: 21px;
	padding-top: 52px;
	padding-right: 24px;
	height: 30px;
	color: #542C14;
	font-size: 11px;
	line-height: 15px;	
}

#eNews .fieldBox {
	overflow: hidden;
	padding-left: 26px;
	padding-top: 27px;
	width: 189px;
	height: 21px;
}

#eNews .fieldBox input {
	margin: 0px;
	padding: 0px;
	width: 189px;
	border: 0px;
	color: #000000;
}

#eNews .buttonBox {
	padding-left: 18px;
	padding-top: 24px;
}

#eNews .buttonBox .button {
	float: left;
	width: 80px;
	height: 23px;
}

#travelOffers {
	background-image: url(../gfx/traveloffer_middle.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

#travelOffers .top {
	background-image: url(../gfx/traveloffer_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 56px;
}

#travelOffers .bottom {
	background-image: url(../gfx/traveloffer_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px; 
}

#travelOffers .item {
	padding-bottom: 10px;
}

#travelOffers .splitter {
	background-image: url(../gfx/traveloffer_splitter.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 25px;
}

#travelOffers .item .imageBox {
	background-image: url(../gfx/traveloffer_picture.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 19px;
	padding-top: 7px;
	height: 115px;
}

#travelOffers .item .imageBox .image {
	overflow: hidden;
	width: 204px;
	height: 104px;
	text-align: center;
}

#travelOffers .item h1 {
	padding: 0px;
	margin: 0px;
	padding-top: 2px;
	color: #18a5db;
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	line-height: 18px;
}

#travelOffers .item .text, 
#travelOffers .item .priceBox {
	padding-top: 3px;
	font-size: 11px;
	color: #3d3d3d;
	line-height: 15px;
}

#travelOffers .item .priceBox {
	padding-top: 5px;
	line-height: 19px;
}

#travelOffers .item .priceBox .price {
	font-size: 15px;
	font-weight: bold;
	line-height: 19px;
}

#travelOffers .item h1,
#travelOffers .item .text,
#travelOffers .item .priceBox {
	padding-left: 21px;
	padding-right: 21px;
}


#travelOffers .item a {
	text-decoration: none;
}

#travelOffers .travelofferlinkcontainer{
	padding-left: 100px;	
}

#travelOffers .travelofferlinkcontainer a {
	color:#18A5DB;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}

#travelOffers .lastspacer {
	height: 20px;
	width: 20px;
}

#frontpage .sectionRight {
	float: left;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 10px;
	width: 694px;
}

#flash {
	overflow: hidden;
	margin-bottom: 18px;
}

#flash, #flash iframe {
	width: 694px;
	height: 297px;
}

#teasers h1 {
	margin: 0px;
	padding: 0px;
	color: #18a5db;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
}

#teasers .horizontal h1 {
	line-height: 18px;
}

#teasers h1 a {
	color: #18a5db;
	text-decoration: none;
}

#teasers h1 a:hover {
	color: #66d5ff;
	text-decoration: none;
}

#teasers .text a {
	color: #3d3d3d;
	text-decoration: none;
}

#teasers .text a:hover {
	color: #676767;
	text-decoration: underline;
}

#teasers .vertical {
	overflow: hidden;
	float: left;
	background-image: url(../gfx/teaser_box.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 16px;
	width: 228px;
	height: 223px;
}

#teasers .vertical .imageBox {
	overflow: hidden;
	padding-left: 2px;
	padding-top: 2px;
	width: 224px;
	height: 129px;
	text-align: center;
}

#teasers .vertical .textBox {
	padding-left: 10px;
	padding-right: 2px;
}

#teasers .vertical .header {
	overflow: hidden;
	height: 26px;
}

#teasers .vertical .text {
	overflow: hidden;
	padding-top: 5px;
	height: 45px;
	color: #393939;
	font-size: 11px;
	line-height: 15px;
}

#teasers .vspacer {
	float: left;
	width: 4px;
	height: 223px;
}

#teasers .horizontal {
	float: left;
	background-image: url(../gfx/horizontal_teaser_middle.gif);
	background-position: left top;
	background-repeat: repeat-y;
	margin-bottom: 16px;
	width: 692Px;
}

#teasers .horizontal .top {
	background-image: url(../gfx/horizontal_teaser_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#teasers .horizontal .bottom {
	background-image: url(../gfx/horizontal_teaser_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 2px;
}

#teasers .horizontal .imageBox {
	float: left;
	overflow: hidden;
	width: 224px;
	margin-right: 5px;
}

#teasers .horizontal .textBox {
	float: left;
	overflow: hidden;
	width: 451px;
}

#teasers .horizontal .header {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#teasers .horizontal .text {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #000000;
	font-size: 11px;
	line-height: 14px;
}

.cms_menu img {
	border: 0px;
}

.cms_menuheader {
	overflow: hidden;
	background-image: url(../gfx/cms_menu_header.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 10px;
	height: 24px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}

.cms_menuitemlist {
}

.cms_menuitem {
	background-image: url(../gfx/cms_menu_splitter.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 6px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}

.cms_menuitem a {
	background-image: url(../gfx/cms_menu_bullet.gif);
	background-position: 9px 6px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.cms_menuitem, .cms_menuitem a {
	color: #000000;
	text-decoration: none;
}

.cms_menuitem a:hover {
	color: #18a5db;
	text-decoration: none;
}

.cms_menuitem_selected, .cms_menuitem_selected a, .cms_menuitem_selected a:hover {
	color: #18a5db;
	text-decoration: none;
}

.cms_menuitemlist_bottom {
	height: 20px;
}

.cms_menuitem_stars {
	background-color: #ECECEC;
	padding-left: 20px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	margin-top: 8px;
}


#cms, #catalog {
	padding-left: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#cms .sectionLeft, #catalog .sectionLeft {
	float: left;
	width: 223px;
}

#cms .sectionRight, #catalog .sectionRight {
	float: left;
	padding-left: 16px;
	width: 714px;
}

#cms .teaser .textBox {
	float: left;
	padding-right: 16px;
	width: 448px;
	color: #000000;
}

#cms .teaser .anonce {
	padding-bottom: 10px;
}

#cms .teaser .imageBox {
	float: left;
	width: 250px;
}

#cms .teaser .imageBox .spacer, #catalog .imageBox .spacer {
	height: 20px;
}

#cms .teaser_splitter {
	height: 40px;
}

#bottom {
	overflow: hidden;
	background-image: url(../gfx/bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-top: 7px;
	height: 32px;
	font-size: 11px;
	color: #8B8B8B;
	text-align: center;
	line-height: 15px;
}

#bottom a, #bottom a:hover {
	color: #8B8B8B;
	text-decoration: underline;
}


#tmi {
	text-align: center;
	padding-bottom: 20px;
}








#catalog .onlinecatalogue {
}

#catalog .right_box {
	float: right;
	padding-left: 16px;
	width: 250px;
}

#catalog .right_box .spacer {
	height: 12px;
}

#catalog dl {
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#catalog .star {
	vertical-align: middle;
}

#catalog dt {
	float: left;
	font-weight: bold;
}

#catalog dd {
	margin: 0px;
	padding-left: 60px;
}

#catalog .cms_facts {
	width: 250px;
	border-top: 1px solid #e0e0e0;
}

#catalog .cms_facts .odd, #catalog .cms_facts .even {
	background-color: #EFEFEF;
}

#catalog .cms_facts td {
	padding: 8px;
	border-bottom: 1px solid #e0e0e0;
}

#catalog .cms_facts .label {
	font-weight: bold;
}

#catalog .cms_facts .value {
	text-align: right;
}

#traveloffer  {
	padding-left: 1px;
	padding-top: 10px;
	padding-right: 1px;
	padding-bottom: 10px;
}

#traveloffer .sectionLeft {
	float: left;
	padding-left: 12px;
	padding-bottom: 10px;
	width: 244px;
	padding-top: 8px;
}

#traveloffer .sectionRight {
	float: left;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 10px;
	width: 694px;
}

#traveloffer h1 {
	padding-left: 20px;
	margin-bottom: 5px;
}

#traveloffer strong {
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
	font-weight:bold;
}

.travelofferlist {
	margin-bottom: 30px;
}

.travelofferlist td {
	vertical-align: top;
}

.travelofferlist td.header {
	background-image: url(../gfx/traveloffer_bar.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-left: 20px;
	color: #ffffff;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

.travelofferlist_details td {
	padding-left: 20px;
	height: 20px;
	color: #000000;
	font-family: tahoma;
	font-size: 12px;
	line-height: 20px;
}

.travelofferlist_details thead td {
	padding-top: 10px;
	color: #000000;
	font-weight: bold;
}

.travelofferlist_details div.body_text {
	font-size: 11px;
	line-height: 15px;
	padding-top: 20px;
}

.travelofferlist .travelofferlist_read_more_link {
	padding-left: 20px;
	padding-top: 10px;
}

.travelofferlist .travelofferlist_read_more_link a {
	color: #000000;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	text-decoration: underline;
}

.travelofferlist td img {
	margin-top: 20px;
	margin-right: 20px;
}

.tm_table2 td, .traveloffer_detail_td_header {
	background-image: url(../gfx/traveloffer_bar.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-right: 20px;
	height: 20px;
	color: #ffffff;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

.tm_table2 a, .traveloffer_detail_td_header a {
	color: #ffffff;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: underline;
}

.traveloffer_detail_td_under_header {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 20px;
}

td.tm_body1, div.tm_body1 {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

td.tm_body1 strong {
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
	font-weight:bold;
}

.tm_table1 td {
}

.tm_table1 .tm_body1 {
	padding-top: 5px;
}

#traveloffer input, #traveloffer textarea {
	color: #484848;
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
	border: 1px solid #cccccc;
}

/* CATALOGUE START */

.catalogue_content img {
	margin-right: 10px;
	margin-bottom: 10px;
}

/* CATALOGUE END */

/* TRAVELOFFER SEARCH START */
#traveloffer_search_form {
	background-image:url(../gfx/traveloffer_search_box.gif);
	background-position:left top;
	background-repeat:repeat-y;
	margin-bottom: 10px;
	padding-top: 56px;
	height: 213px;
	padding-left: 20px;
	position: relative;
	top: 0px;
	left: 0px;
}

#traveloffer_search_form #buttoncontainer input {
	background-image:url(../gfx/traveloffer_search_button.png);
	background-position:left top;
	background-repeat:repeat-y; 
	width: 76px;
	height: 24px;
	border: none;
}

#traveloffer_search_form .label {
	padding-top: 5px;
}

#traveloffer_search_form input, #traveloffer_search_form select {
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
}

#traveloffer_search_form #destinationcontainer {
	position: absolute;
	left: 20px;
	top: 50px;
}

#traveloffer_search_form #themecontainer {
	position: absolute;
	left: 20px;
	top: 90px;	
}

#traveloffer_search_form #departurecontainer {
	position: absolute;
	left: 20px;
	top: 130px;
}

#traveloffer_search_form #duration_box {
	position: absolute;
	left: 20px;
	top: 170px;
}

#traveloffer_search_form #duration_box select{
	width: 83px;
}

#traveloffer_search_form #maxprice_box {
	position: absolute;
	left: 108px;
	top: 170px;
}

#traveloffer_search_form #maxprice_box input{
	width: 100px;
}

#traveloffer_search_form #buttoncontainer {
	position: absolute;
	left: 20px;
	top: 220px;
}

#traveloffer_search_form #destinationDropDown, #traveloffer_search_form #themeDropDown {
	width: 195px;
}



/* TRAVELOFFER SEARCH END */