BODY {
	background-image: url(../gfx/gradient_background.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #c8e4e5;
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-family: tahoma;
	font-size: 12px;
	line-height: 15px;
}

FORM {
	padding: 0px;
	margin: 0px;
}

h1 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	color: #2a7a7e;
	font-family: tahoma;
	font-size: 19px;
	line-height: 23px;
}

h2 {
	padding: 0px;
	margin: 0px;
	color: #2a7a7e;
	font-family: tahoma;
	font-size: 14px;
	line-height: 15px;
	font-weight:bold;
}

p
{
	margin:0px;
	padding: 0px;
}

.br {
	clear: left;
}

.brr {
	clear: right;
}

A {
	color: #2a7a7e;
	font-family: tahoma;
}

A:hover {
	color: #68a1a4;
}

.image_shadow_top {
	background-image: url(../gfx/image_shadow_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 7px;
}

.image_shadow_bottom {
	background-image: url(../gfx/image_shadow_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 7px;
}

.image_shadow_middle {
	background-image: url(../gfx/image_shadow_middle.gif);
	background-position: left top;
	background-repeat: repeat-y;
	padding-left: 7px;
	padding-right: 7px;
}

#main {
	width: 984px;
	text-align: left;
}

#top {
	background-image: url(../gfx/top_background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 984px;
	height: 179px;
}

#top .logo {
	float: left;
	overflow: hidden;
	padding-top: 8px;
	width: 244px;
	height: 90px;
}

#top .banner {
	float: left;
	overflow: hidden;
	width: 728px;

}

#menu {
	float: left;
	background-image: url(../gfx/menu_splitter.gif);
	background-position: 20px top;
	background-repeat: no-repeat;
	padding-left: 20px;
	width: 630px;
	height: 36px;
}

#menu #nav {
	float: left;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#menu #nav li {
	float: left;
	position: relative;
	z-index : 721;
}

#menu .menutekst {
	color: #ffffff;
	font-family: tahoma;
	font-size: 12px;
	font-weight:bold;
	line-height: 36px;
}

#menu .menutekst:link, #menu .menutekst:visited, #menu .menutekst:active {
	color: #ffffff;
	font-family: tahoma;
	font-size: 12px;
	font-weight:bold;
	line-height: 36px;
	text-decoration: none;
}

#menu .menutekst:hover {
	color: #b2d7de;
}

#menu .mentopcontainer {
	background-image: url(../gfx/menu_splitter.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	padding-right: 17px;
	line-height: 36px;
}

#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: 0px;
}

#menu li:hover ul, #menu li.over ul { /* lists nested under hovered list items */
	display: block;
}


#menu .menulistcontainer {
}

#menu .menulistitem {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #22383D;
	color: #ffffff;
	font-family: tahoma;
	font-size: 12px;
	font-weight:bold;
	line-height: 15px;
	width: 160px;
	cursor: hand;
	pointer: hand;
	border-left: 1px solid #2d4a50;
	border-top: 1px solid #2d4a50;
	border-right: 1px solid #1E3136;
	border-bottom: 1px solid #1E3136;
	text-align: left;	
}

#menu .menulistitem:hover {
	background-color: #38575d;
	color: #b2d7de;
}

#search {
	float: left;
	overflow: hidden;
	padding-top: 5px;
	padding-left: 54px;
	height: 31px;
}

#search .field {
	float: left;
	padding-top: 6px;
	width: 265px;
	height: 15px;
}

#search .field input {
	background-color: none;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	width: 265px;
	color: #8D8D8D;
	font-family: tahoma;
	font-size: 12px;
	border: 0px;
	height: 15px;
}

#search .button {
	float: left;
	padding: 3px;
	width: 20px;
	height: 21px;
}

#middle {
	padding-left: 12px;
	padding-right: 12px;
}

#frontpage {
	background-color: #ffffff;
	padding-left: 11px;
	padding-right: 11px;
}


#tse_background{
background-color:#FFFFFF;
padding-left:11px;
padding-right:11px;
}

#frontpage .left {
	float: left;
	overflow: hidden;
	width: 602px;
}

#quicksearch {
/*	background-image: url(../gfx/quicksearch_background.jpg);
	background-position: left top;
	background-repeat: no-repeat;*/
	padding-bottom: 8px;
}

#quicksearch, #quicksearch iframe {
	/*width: 591px;
	height: 229px;*/
}

#frontpage .teaser_vertical {
	float: left;
	overflow: hidden;
	background-image: url(../gfx/vertical_teaser_box.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-right: 11px;
	padding-bottom: 23px;
	width: 290px;
	height: 232px;
}

#frontpage .teaser_vertical .image_box {
	overflow: hidden;
	padding-left: 4px;
	padding-top: 4px;
	width: 282px;
	height: 123px;
}

#frontpage .teaser_vertical .header {
	overflow: hidden;
	padding-left: 6px;
	padding-top: 4px;
	width: 278px;
	height: 31px;
}

#frontpage .teaser_vertical .header, #frontpage .teaser_vertical .header a {
	color: #2a7a7e;
	font-family: tahoma;
	font-size: 13px;
	font-weight:bold;
	line-height: 31px;
	text-decoration: none;
}

#frontpage .teaser_vertical .header a:hover {
	color: #68a1a4;
	text-decoration: none;
}

#frontpage .teaser_vertical .text {
	overflow: hidden;
	padding-left: 6px;
	padding-top: 10px;
	width: 278px;
	height: 45px;
}

#frontpage .teaser_vertical .text, #frontpage .teaser_vertical .text a {
	color: #3e3e3e;
	font-family: tahoma;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
}

#frontpage .teaser_vertical .text a:hover {
	color: #787878
}

#frontpage .teaser_horizontal {
	float: left;
	overflow: hidden;
	padding-right: 11px;
	padding-bottom: 23px;
	width: 591px;
}

#frontpage .teaser_horizontal .image_box {
	float: left;
	padding-right: 10px;
	width: 180px;
}

#frontpage .teaser_horizontal .image_box .top {
	background-image: url(../gfx/horizontal_teaser_pictureframe_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 4px;
}

#frontpage .teaser_horizontal .image_box .bottom {
	background-image: url(../gfx/horizontal_teaser_pictureframe_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 23px;
}

#frontpage .teaser_horizontal .image_box .middle {
	overflow: hidden;
	background-image: url(../gfx/horizontal_teaser_pictureframe_middle.gif);
	background-position: left top;
	background-repeat: repeat-y;
	padding-left: 4px;
	padding-right: 4px;
	width: 172px;
}

#frontpage .teaser_horizontal .header {
	padding-left: 6px;
	color: #2a7a7e;
	font-family: tahoma;
	font-size: 13px;
	font-weight:bold;
	line-height: 15px;
}

#frontpage .teaser_horizontal .text {
	padding-left: 6px;
	padding-top: 6px;
	color: #3e3e3e;
	font-family: tahoma;
	font-size: 12px;
	line-height: 15px;
}

#frontpage .teaser_horizontal .button {
	float: left;
	padding-top: 25px;
}

#frontpage .teaser_horizontal .button .b_left {
	background-image: url(../gfx/horizontal_teaser_button_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 11px;
}

#frontpage .teaser_horizontal .button .b_right {
	background-image: url(../gfx/horizontal_teaser_button_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 11px;
}

#frontpage .teaser_horizontal .button .b_middle {
	background-image: url(../gfx/horizontal_teaser_button_middle.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 20px;
}

#frontpage .teaser_horizontal .button, #frontpage .teaser_horizontal .button a {
	color: #ffffff;
	font-family: tahoma;
	font-size: 12px;
	font-weight:bold;
	line-height: 19px;
	text-decoration: none;
}

#frontpage .teaser_horizontal .button a:hover {
	color: #fff0d9;
	text-decoration: none;
}

#frontpage .teaser_horizontal .splitter {
	background-image: url(../gfx/horizontal_teaser_line.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-top: 25px;
	margin-left: 1px;
	width: 585px;
	height: 5px;
}

#frontpage .right {
	float: left;
	overflow: hidden;
	width: 336px;
}

#enews {
	overflow: hidden;
	background-image: url(../gfx/enews_box.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-bottom: 8px;
	width: 336px;
	height: 229px;
}

#enews .text {
	overflow: hidden;
	padding-left: 28px;
	padding-right: 120px;
	padding-top: 73px;
	height: 60px;
	color: #ffffff;
	font-size: 12px;
	line-height: 15px;
}

#enews .field {
	float: left;
	padding-top: 19px;
	padding-left: 30px;
}

#enews .field input {
	background-color: none;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	width: 250px;
	height: 15px;
	color: #8D8D8D;
	font-family: tahoma;
	font-size: 12px;
	line-height: 15px;
	border: 0px;
}

#enews .button {
	float: left;
	padding-left: 4px;
	padding-top: 13px;
	width: 24px;
	height: 24px;
}

#frontpage .right .banner_box {
	background-image: url(../gfx/banner_box.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-bottom: 13px;
	width: 336px;
	height: 303px;
}

#frontpage .right .banner_box .banner {
	overflow: hidden;
	padding-left: 19px;
	padding-top: 36px;
	width: 300px;
	height: 250px;
}

#frontpage .right .traveloffer {
	background-image: url(../gfx/traveloffer_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 32px;
	width: 336px;
}

#frontpage .right .traveloffer .middle {
	background-image: url(../gfx/traveloffer_middle.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

#frontpage .right .traveloffer .block {
	background-image: url(../gfx/traveloffer_block.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-bottom: 3px;
	width: 336px;
	height: 127px;
}


#frontpage .right .traveloffer .block .image_box {
	float: left;
	overflow: hidden;
	padding-left: 19px;
	padding-top: 14px;
	width: 151px;
	height: 82px;
}

#frontpage .right .traveloffer .block .text_box {
	float: left;
	padding-left: 25px;
	padding-top: 20px;
	width: 128px;
}

#frontpage .right .traveloffer .block .title, #frontpage .right .traveloffer .block .title a {
	color: #2a7a7e;
	font-family: tahoma;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
}

#frontpage .right .traveloffer .block .title a:hover {
	color: #68a1a4;
	text-decoration: none;
}

#frontpage .right .traveloffer .block .description {
	padding-top: 5px;
	color: #3e3e3e;
	font-family: tahoma;
	font-size: 13px;
	line-height: 17px;
}

#frontpage .right .traveloffer .block .price {
	color: #30484D;
	font-family: tahoma;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}

#frontpage .right .traveloffer .bottom {
	background-image: url(../gfx/traveloffer_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 24px;
	padding-top: 11px;
	height: 26px;
}

.right_menu_top {
	background-image: url(../gfx/cms_menu_top.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 15px;
}

.right_menu_bottom {
	background-image: url(../gfx/cms_menu_bottom.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 15px;
}

.right_menu_middle {
	background-image: url(../gfx/cms_menu_middle.gif);
	background-position: right top;
	background-repeat: repeat-y;
}

#cms, #catalog, #onlinebooking {
	background-color: #ffffff;
	padding-top: 20px;
	padding-left: 22px;
	padding-right: 11px;
}
#onlinebooking .left, 
#cms .left, #catalog .left {
	float: left;
	padding-right: 8px;
	width: 702px;
}
#onlinebooking .left .teaser .header,
#cms .left .teaser .header {
	padding-bottom: 10px;
	color: #2a7a7e;
	font-family: tahoma;
	font-size: 19px;
	line-height: 23px;
}

#cms .left .teaser .text_box {
	float: left;
	width: 422px;
}

#cms .left .teaser .image_box {
	float: left;
	padding-left: 10px;
	width: 250px;
}

#cms .left .teaser .image_box .image {
	overflow: hidden;
	width: 236px;
	text-align: center;
}

#cms .left .teaser .image_box .spacer {
	height: 20px;
}

#cms .left .teaser {
	color: #000000;
	font-family: tahoma;
	font-size: 12px;
	line-height: 15px;
}

#cms .left .teaser a {
	color: #2a7a7e;
	font-family: tahoma;
	font-size: 12px;
	line-height: 15px;
	text-decoration:underline;
}

#cms .left .teaser a:hover {
	color: #68a1a4;
	text-decoration:underline;
}

#cms .left .teaser_splitter {
	background-color: #E6E6E6;
	margin-top: 30px;
	margin-bottom: 30px;
}

#cms .right, #catalog .right {
	float: left;
	width: 215px;
}
#onlinebooking .right{
	float: left;
	width: 215px;
	
	margin-left:2px;
}

.cms_menuheader {
	background-image: url(../gfx/cms_header_bar.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 24px;
	padding-right: 15px;
	height: 31px;
	color: #ffffff;
	font-family: tahoma;
	font-size: 12px;
	font-weight:bold;
	line-height: 26px;

}

.cms_menuitemlist {
	padding-left: 9px;
	padding-bottom: 14px;
}

.cms_menuitem {
	background-image: url(../gfx/cms_menu_splitter.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
}

.cms_menuitem, .cms_menuitem a {
	color: #253d42;
	font-family: tahoma;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
}

.cms_menuitem a {
	padding-left: 13px;
}

.cms_menuitem a:hover {
	color: #519194;
	text-decoration: none;
}

.cms_menuitem .cms_menuitem_selected {
	background-image: url(../gfx/cms_menu_bullet.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 13px;
}

.cms_menuitem .cms_menuitem_selected, .cms_menuitem .cms_menuitem_selected a, .cms_menuitem .cms_menuitem_selected a:hover {
	color: #519194;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	text-decoration: underline;
}

.cms_menuitem .cms_menuitem_selected a {
	padding-left: 0px;
}

.cms_menuitem img {
	border: 0px;
}

.cms_menuitem_stars {
	background-color: #B3D9DB;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 15px;
}

.right .banner {
	padding-left: 9px;
	padding-top: 25px;
	padding-bottom: 30px;
	text-align: center;
}

.cms_imagelist{
	padding-left:10px;
	padding-bottom:10px;
}

#catalog .left h1 .star img {
	vertical-align: middle;
	margin-bottom: 3px;
}

#catalog .left .image_box .image {
	overflow: hidden;
	width: 236px;
	text-align: center;
}

#catalog .left .image_box .spacer {
	height: 20px;
}

#catalog .left .right_box {
	float: right;
	padding-left: 10px;
	width: 250px;
}

#catalog .left dl {
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#catalog .left dt {
	float: left;
	font-weight: bold;
}

#catalog .left dd {
	margin: 0px;
	padding-left: 60px;
}

#catalog .left .cms_address {
	padding-bottom: 10px;
}

#catalog .left .cms_address h2 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}

#catalog .left .cms_facts {
	width: 250px;
	border-bottom: 1px solid #B8DEDF;
}

#catalog .left .cms_facts td {
	border-top: 1px solid #B8DEDF;
	padding: 5px;
}

#catalog .left .cms_facts .odd {
	background-color: #C6ECED;
	color: #000000;
	font-weight: bold;
}

#catalog .left .cms_facts .even {
	background-color: #C6ECED;
	color: #555555;
}

#traveloffer{
	font-size: 12px;
	line-height: 15px;
}

#traveloffer, #search_res {
	background-color: #ffffff;
	padding-top: 20px;
}

#traveloffer h1 {
	padding: 0px;
	margin-left: 20px;
}

.travelofferlist {
	margin-bottom: 30px;
}

.travelofferlist td {
	vertical-align: top;
}

.travelofferlist td.header {
	background-image: url(../gfx/traveloffer_bars.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: 20px;
	color: #287A7D;
	font-weight: bold;
}

.travelofferlist_details div.body_text {
	font-size: 12px;
	line-height: 15px;
	padding-top: 20px;
}

.travelofferlist .travelofferlist_read_more_link {
	padding-left: 20px;
	padding-top: 10px;
}

.travelofferlist .travelofferlist_read_more_link a {
	color: #287A7D;
	font-family: tahoma;
	font-size: 12px;
	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_bars.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: 12px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: underline;
}

.traveloffer_detail_td_under_header {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 12px;
	line-height: 20px;
}

td.tm_body1 {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

td.tm_body1 strong {
	color: #2a7a7e;
	font-family: tahoma;
	font-size: 15px;
	line-height: 15px;
	font-weight:bold;
}

.tm_table1 td {
	padding-left: 20px;
	padding-right: 20px;
}

.tm_table1 .tm_body1 {
	padding-top: 5px;
}

#search_res {
	padding-left: 22px;
	padding-right: 22px;
}

#search_res .header {
	padding-bottom: 10px;
}

#search_res .header, #search_res .header a, #search_res .header a:hover {
	color: #2a7a7e;
	font-size: 19px;
	line-height: 23px;
	text-decoration: none;
}

#search_res .text {
	padding-bottom: 11px;
	color: #000000;
	font-size: 12px;
	line-height: 15px;
}

#search_res .link {
	padding-bottom: 30px;
}

#search_res .link, #search_res .link a {
	color: #2a7a7e;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	text-decoration: underline;
}

#search_res .link a:hover {
	color: #68a1a4;
	text-decoration: underline;
}

#search_res .pagelist {
	text-align: center;
}

#search_res .pagelist a {
	padding-left: 5px;
	padding-right: 5px;
	color: #2a7a7e;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	text-decoration: underline;
}

#search_res .pagelist a:hover {
	color: #68a1a4;
	text-decoration: underline;
}

#bottom {
	background-image: url(../gfx/bottom.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 74px;
}

#tmi {
	padding: 6px;
	padding-right: 38px;
	text-align: right;
}

.googlesearch_results{
	background: #FFFFFF;
	padding-left:30px;
}

.googlesearch_results .header{
	color:#2A7A7E;
	font-family:tahoma;
	font-size:19px;
	line-height:23px;
	padding-bottom:10px;
}


#qsiframe_basic{
	margin-left:10px;
	background-color: #D7F3F4;
}

.fastsearch_header{
	background-image: url(../gfx/cms_header_bar.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 24px;
	padding-right: 15px;
	height: 31px;
	color: #ffffff;
	font-family: tahoma;
	font-size: 12px;
	font-weight:bold;
	line-height: 26px;


}/* CAR RENTAL*/
.carrental{
	background-color: #ffffff;
	padding-left:22px;
	padding-top: 30px;
	padding-right:11px;
}
.carrental .header{
	color:#2A7A7E;
	font-family:tahoma;
	font-size:19px;
	line-height:23px;
	padding-bottom:10px;
}

.frontpagebottomtext {
	padding-bottom: 20px;
}

#bottomtext {
	padding: 15px;
	padding-top: 0px;	
}