@charset "UTF-8";
/* =Reset css
--------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height:1;height:100%;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}
/*=Clear Floated Elements
--------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats*/
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear{
	background:none;
	border:0;
	clear:both;
	display:block;
	float:none;
	font-size:0;
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
/*http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after,#footer:after{
	clear:both;
	content:'.';
	display:block;
	visibility:hidden;
	height:0;
}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}
/*=type Grid
--------------------------------------------------------------------------------*/
.pageFluid{width:100%;min-width:965px;}
.page965{margin:0 auto;width:963px;}
.grid{display: inline;float: left;}
.g250{width:250px;}
.g715{width:713px;}
.gCenter{text-align:center;}
.gRight{float:right;}
.rel{position:relative;}
.abs{position:absolute;}
.oh{overflow:hidden;}
.cp {cursor: pointer;}
.clb {clear: both;}

.jpr {display:none;}

.blue {color:#002F5E;}
.white {color:#FFF;}
/*=type Layout
--------------------------------------------------------------------------------*/
body{
	margin-top:20px;
	font-family:Arial,Helvetica,'Liberation Sans', FreeSans, sans-serif;
	font-size:12px;
	font-style:normal;
	text-transform:none;
/*	letter-spacing:0.2px;*/
	line-height:1.4em;
/*	word-spacing:0.05em;*/
	color:#222;
	background:#ecebe7;
}
#header{height:85px;z-index:150;position:relative;}
#content,#footer{background:#fff;}
#content{
	padding:0 0 50px;
	z-index:70;}
#content.noTeaser {
	margin-top: 34px;	
}
#footer{border-top:1px solid #ECEBE7;}

h1,h2,h3,h3 a,h4,h5,h6{color:#00305d;margin:20px 0;font-weight:normal;}
hr{border-color:#ccc;border-style:solid;border-width:1px 0 0;clear:both;height:0;}
h1{font-size:24px;}
h2{font-size:22px;}
h3,h3 a{font-size:20px;}
h4{font-size:18px;}
h5{font-size:16px;}
h6{font-size:14px;}
/*links*/
a {color:#00305D;}

.box {margin:0 0 20px;padding:10px 65px 1px 20px;}
.bold {font-weight:bold;}
.italic{font-style:italic;}
.tuc {text-transform:uppercase;}

/* MAINNAVI */
#mainnavi,
#mainnavi_background,
#mainnavi_background_gradient {
    height: 34px;
    left: 0;
    padding: 0 20px;
    position: absolute;
    top: 85px;
    width: 923px;
    z-index: 100;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#mainnavi_background {
	overflow: hidden;
	box-shadow: 0 5px 20px #777;
}
#mainnavi_background_gradient {
	top: 0;
	background: #1C558D url(/images/sms/e/navi-bg-gradient.gif) repeat-x scroll 0 0;	
	background: -moz-linear-gradient(center top, #4D76C0, #496BB3 20%, #17396D 75%, #0C1F58);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4D76C0), to(#0C1F58),color-stop(20%, #496BB3), color-stop(75%, #17396D));
	background: linear-gradient(center top, #4D76C0, #496BB3 20%, #17396D 75%, #0C1F58);
/*	background: -moz-linear-gradient(center top , #387ABD, #1C558D 40%, #0A3C6F 60%, #013160);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#387ABD), to(#013160), color-stop(40%, #1C558D), color-stop(60%, #0A3C6F));
	background: linear-gradient(center top , #387ABD, #1C558D 40%, #0A3C6F 60%, #013160);*/
}
#mainnavi a {
	font-weight: bold; 
	font-size: 12px;
	display: inline-block;
	float: left;
	font-family: 'Helvetica';
}
#mainnavi li {
	float: left;
	display: inline-block;
}
#mainnavi a:hover {
	text-decoration: none;
}
#mainnavi li a.first {
	border-left: 1px solid #FFF;
}
#mainnavi li a.main {
	color: #FFF;
	border-right: 1px solid #FFF;
	padding: 0 40px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
}
#mainnavi li:hover a.main {
	color: #002F5E;
	background: -moz-linear-gradient(center top , #F3F3F3, #F1F1F1 40%, #E0E0E0 60%, #D8D8D8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F3F3F3), to(#D8D8D8), color-stop(40%, #F1F1F1), color-stop(60%, #E0E0E0));
	background: linear-gradient(center top , #F3F3F3, #F1F1F1 40%, #E0E0E0 60%, #D8D8D8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F3F3', endColorstr='#D8D8D8');	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F3F3F3, endColorstr=#D8D8D8)";
}
#mainnavi li .sub {
	position: absolute;
	left: -10000px;	
	padding: 20px 20px 10px;
	width: 923px;
	top: 34px;
	display: inline-block;
	float: left;
	background-color: #d8d7d5;
	background: -moz-linear-gradient(center top , #d8d7d5, #FFFFFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d8d7d5), to(#FFFFFF));
	background: linear-gradient(center top , #d8d7d5, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d7d5', endColorstr='#FFFFFF');	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d8d7d5, endColorstr=#FFFFFF)";
/*	background: -moz-linear-gradient(center top , #D8D8D8, #F3F3F3);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D8D8D8), to(#F3F3F3));
	background: linear-gradient(center top , #D8D8D8, #F3F3F3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D8D8D8', endColorstr='#F3F3F3');	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8D8D8, endColorstr=#F3F3F3)";
*/	
}
#mainnavi li:hover .sub {
	left: 0;		
}
#mainnavi li .sub h2 {
	font-weight: bold;
}
#mainnavi li .sub h2 a {
	text-transform: uppercase;
	font-size: 16px;
}
#mainnavi li .sub .dottedLeft {
	background: url("/images/sms/e/naviTabTrenner.png") repeat-y scroll left 0 transparent;
	padding-left: 20px;
}
/* SONDERGRUPPEN, PARTNER */
.invert #mainnavi_background_gradient {
	background: #efefee url(/images/sms/e/navi-bg-gradient.gif) repeat-x scroll 0 0;	
	background: -moz-linear-gradient(center top , #fdfcfc, #efefee 40%, #e4e4e2 60%, #dad9d7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfcfc), to(#dad9d7), color-stop(40%, #efefee), color-stop(60%, #e4e4e2));
	background: linear-gradient(center top , #fdfcfc, #efefee 40%, #e4e4e2 60%, #dad9d7);
}
#mainnavi.invert .sub li .info,
#mainnavi.invert .sub li .info h3,
#mainnavi.invert .sub li .info p {
	color: #FFFFFF;
}
#mainnavi.invert li a.main {
	color: #002F5E;
	border-right: 1px solid #002F5E;	
}
#mainnavi.invert li a.first {
	border-left: 1px solid #002F5E;
}
#mainnavi.invert li:hover a.main {
	color: #FFFFFF;
	background: #1C558D url(/images/sms/e/navi-bg-gradient.gif) repeat-x scroll 0 0;	
	background: -moz-linear-gradient(center top , #387ABD, #1C558D 40%, #0A3C6F 60%, #013160);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#387ABD), to(#013160), color-stop(40%, #1C558D), color-stop(60%, #0A3C6F));
	background: linear-gradient(center top , #387ABD, #1C558D 40%, #0A3C6F 60%, #013160);
}
#mainnavi.invert li .sub {
	background-color: #002f5e;
	background: -moz-linear-gradient(center top , #002f5e, #164d83);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#002f5e), to(#164d83));
	background: linear-gradient(center top , #002f5e, #164d83);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002f5e', endColorstr='#164d83');	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#002f5e, endColorstr=#164d83)";
}
#mainnavi.invert .sub h2 a,
#mainnavi.invert .sub .linkList a {
	color: #FFFFFF;
}
#mainnavi.invert .sub h2 a:hover,
#mainnavi.invert .sub .linkList a:hover {
	text-decoration: underline;
}
#mainnavi.invert .sub h2 a,
#mainnavi.invert .sub .linkList a {
	font-size: 12px;
	line-height: 20px;
	background: transparent url('/images/sms/e/linkArrowWhite_7x6.png') no-repeat 0 7px;	
}
#mainnavi.invert .sub h2 a {
	font-size: 16px;
	padding-left: 15px;
}

/* EXTRANET */
#mainnavi li .sub h2 a {
	text-transform: none;
}
#mainnavi.company .sub .linkList li,
#mainnavi.extranet .sub .linkList li {
	padding-bottom: 0;
}
#mainnavi.company .sub .linkList a,
#mainnavi.extranet .sub .linkList a {
	font-size: 12px;
	line-height: 20px;
}

/* COUNTRIES AND REGIONS */
#mainnavi li#regionsAndCountries .sub li {
	margin-bottom: 10px;
}
#mainnavi .sub a.region {
	text-align: center;	
	border: 2px solid #002F5E;
	padding: 8px 0;
	width: 165px;
	position: relative;
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	background-color: #F3F3F3;
	background: -moz-linear-gradient(center top , #F3F3F3, #D8D8D8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F3F3F3), to(#D8D8D8));
	background: linear-gradient(center top , #F3F3F3, #D8D8D8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F3F3', endColorstr='#D8D8D8');	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F3F3F3, endColorstr=#D8D8D8)";
}
#mainnavi .sub li:hover a.region {
	border: none;
	color: #FFF;
	padding: 10px 3px;
	background: none;
	filter: none;
	-ms-filter-none;
}
#mainnavi .sub li.AFR:hover a.region, #mainnavi .sub li.AFR .countries .box {background-color:#993333;}
#mainnavi .sub li.AME:hover a.region, #mainnavi .sub li.AME .countries .box {background-color:#009933;}
#mainnavi .sub li.AST:hover a.region, #mainnavi .sub li.AST .countries .box {background-color:#990000;}
#mainnavi .sub li.CHI:hover a.region, #mainnavi .sub li.CHI .countries .box {background-color:#faba00;}
#mainnavi .sub li.EUR:hover a.region, #mainnavi .sub li.EUR .countries .box {background-color:#003366;}
#mainnavi .sub li.SOA:hover a.region, #mainnavi .sub li.SOA .countries .box {background-color:#ff9933;}

#mainnavi .sub .countries {
	left: -10000px;
	padding-left: 21px;
	width: 485px;
	position: absolute;	
	top: 20px;
	display: inline-block;
}
#mainnavi .sub li:hover .countries {
	left: 190px;	
}
#mainnavi .sub .countries .box {	
	padding: 10px;
	position: relative;
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;	
	
	min-height: 250px;
}
#mainnavi .sub .countries .box li {
	margin: 0;
	padding: 0;
}
#mainnavi .sub .countries .box li a {
	color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    width: 105px;
	padding: 0 5px;
}
#mainnavi .sub .countries .box li a.two {line-height:18px;padding: 2px 5px;}
#mainnavi .sub .countries .box li a.three {line-height: 13px;padding-top: 1px;}
#mainnavi .sub .countries .box li a:hover {
	text-decoration: underline;
}
#mainnavi .sub li .info {
	right: 10000px;
	position: absolute;
	display: inline-block;
	top: 20px;
	width: 200px;
	padding-bottom: 20px;
}
#mainnavi .sub li .countries li:hover .info {
	top: 0;
	right: -247px;
}

#mainnavi #regionsAndCountries ul:hover li.infoAll .info {
	right: 10000px;
}
#mainnavi #regionsAndCountries ul li.infoAll .info,
#mainnavi #regionsAndCountries ul li.infoAll .info:hover {
	right: 20px;
}
#mainnavi .sub li .h:hover .info {
	right: 20px;
}
#mainnavi .sub li .info h3 {
	margin-bottom: 10px;
	font-weight: bold;
}
#mainnavi .sub li .info img {
	width: 192px;
	background-color: #FFFFFF;
    border: 1px solid gray;
    padding: 3px;
	margin-bottom: 10px;
}
#mainnavi .sub li .info p {
	font-weight: bold;
	color: #002F5E;
	margin-bottom: 10px;
}
#mainnavi .sub li.infoAll .info p {
	font-weight: normal;
	color: #666E;
}
/* STYLES AND SPECIALS */
#mainnavi .sub .iconList li,
#mainnavi .sub .linkList li {
	padding-bottom: 5px;
	float: left;
	width: 100%;
}
#mainnavi .sub .iconList a,
#mainnavi .sub .linkList a {
	line-height: 30px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
}
#mainnavi .sub .linkList a {
	background: url("/images/sms/e/linkArrow_7x6.png") no-repeat scroll 0 11px transparent;
	padding-left: 15px;
}
#mainnavi .smallLinkList .linkList a {
	line-height: 22px;
	background-position: 0 7px;
}
#mainnavi .sub a.icon {
	padding: 0;
}
#mainnavi .sub .teaserList li {
	padding-bottom: 10px;
}
#mainnavi .sub .teaserList li img {
	background-color: #FFFFFF;
    border: 1px solid gray;
    padding: 3px;
	float: left;
}
#mainnavi .sub .teaserList li div {
	padding-left: 78px;
	float: none;
}
#mainnavi .sub .teaserList li div a {
	float: none;
}
#mainnavi .sub .teaserList li div h3 {
	margin-bottom: 3px;
	font-weight: bold;
	color:#002F5E; 
}
/*slider*/
#slider{height:150px;margin-top:-85px;background:url(/images/sms/e/slider_bg.gif) no-repeat bottom left;width:963px;}
.sliderItems{width:3000px;}
.itemImg{height:110px;}
.itemDesc{padding:3px 5px;color:#00305d;}
.so{background:url(/images/sms/so.png) no-repeat;top:4px;height:20px;width:963px;}

/*noscript*/
.noscript {
	background:#f7fc9f;
	opacity:0.8;
	position:absolute;
	top:0px;
    width:100%;
    text-align:center;
}
.noscript p{padding:10px 20px;color:red;font-size:16px;}

/* CONTENT */

.bcol {
	background-color:#ecebe7;
	margin-top:5px;
	padding: 10px !important;
	width: 220px !important;
}
.bcol .sidebarBox h3 {
	color: #222222;
    font-size: 11px;
    margin: 0;	
}

/* GUIDES */
#guideApp ul li {
	float: left;
	width: 50%;
}
#guideApp .sliderCon {
	margin-bottom: 30px;
	display: none;
	padding: 5px;
	width: 628px;
	border: 1px solid #999999;
}
#guideApp .sliderCon .header {
    color: #FFFFFF;
    padding: 4px 10px;
}
#guideApp .sliderGuide {
	width: 628px;
	height: 205px;	
}
#guideApp .slider {
	width: 2000px;
	left: 0;
}
#guideApp .sliderItem {
	margin: 0 15px;
}
#guideApp .sliderItem .text {
	width: 355px;
}
#guideApp .autosuggest {
	display:none;
}
#guideApp .selectGuide {
	margin-left: 15px;
}
#guideApp .selectInput {
	width: 158px; /* image-width -2px border -padding*/
}
#guideApp .selectInput_icon {
	right: 9px;
}
#guideApp .selectInput_Menu .list {
	width: 202px;
}

/* AUTOSUGGEST NEW */
#countryInfoFinder .box {
	margin: 0;
	padding: 0;
}
.autosuggest input {
	border: 1px solid #BCBCBC;
	padding: 2px 20px 2px 6px;
}
.autosuggest .list {
	max-height: 200px;
	overflow-y:auto;
	display: none;
	top: 22px;
	left: 1px;
	padding: 5px 13px;
	z-index: 1000;
	
}
.autosuggest .list a {
	color: #666;
	text-decoration: none;
	width: 93%;
	padding-left: 7%;
	float: left;
}
.autosuggest .list a.group {
	width: 100%;
	padding-left: 0;
	font-weight: bold;
}
.autosuggest .list a.cur {
	color: #FFF;
	background: #666;
}
.suggestError {
	color: #9D1111;
	padding-top: 2px;
}

/* SIDEBAR */
.sidebarBox {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 18px;
	background: #FFF;
	padding: 2px;
}

.sidebarBox h2.title {
    height: 23px;
    letter-spacing: 0.5px;
    line-height: 23px;
	color: #FFF;
	padding-left: 9px;
	margin: 0;
}
.sidebarBox h2.title.no {
    display:none;
}
.sidebarBox .sidebarBoxCt {
    background: #FFF;
    position: relative;
}
	
.sidebarBox .box {
	padding: 0;	
	margin: 0;
}

.sidebarBox .accordeon .box {
	padding: 10px 10px 6px;
}
.sidebarBox .accordeon h2.title {
	cursor: pointer;
}
.sidebarBox .accordeon h2.title span {
	display: inline;
    float: left;
    height: 23px;
    width: 18px;
	background: url(/images/sms/e/icAccMore_9x9.png) no-repeat scroll 0 7px transparent;
}
.sidebarBox .accordeon h2.title.open_yes span {	
	background-image: url(/images/sms/e/icAccCurr_9x9.png);
}
.sidebarBox .accordeon h2.title.open_no + div.box {	
	display:none;
}
/* SIDEBAR END */

/* TABS */
.tabBlockWrap {
	margin-left: -7px;
}
.tabBlock {
	border: 1px solid #B9B9B9;	
	background: #FFF;
}
.tabBlock .tabRow {
	 -moz-border-radius: 5px 5px 0 0;
	 -webkit-border-top-left-radius: 5px;
	 -webkit-border-top-right-radius: 5px;
	border-radius: 5px 5px 0 0;
}
.tabBlock .tabRow li {
	height: 22px;
	overflow: hidden;
	float: left;
	display: inline;	
	border-right: 1px solid #B9B9B9;		
}
.tabBlock .tabRow li.first {
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-top-left-radius: 5px;
	border-radius: 5px 0 0 0;
}
.tabBlock .tabRow li.last {
	border-right: none;
	 -moz-border-radius: 0 5px 0 0;
	-webkit-border-top-right-radius: 5px;
	border-radius: 0 5px 0 0;
}
.tabBlock .tabRow li a {
	float: left;
	display: inline;
	border-bottom: 1px solid #B9B9B9;
	background: transparent;
	line-height: 11px;
	padding: 5px 0;
	text-align:center;
}
.tabBlock .tabRow li.current a,
.tabBlock .tabRow li a:hover {
	background: #FFF;
	text-decoration: none;
}
.tabBlock .tabRow li.current a {
	cursor: default;
	border-bottom: 1px solid #FFF;
}
.tabBlock .tabContent {
	display: block;
	position: absolute;
	left: -10000px;	
	padding: 25px 10px 0;
}
.tabBlock .tabVisible {
	position: relative;
	left: 0;	
}
.tabBlock .tabRow #tab_ueberblick {width: 90px;}
.tabBlock .tabRow #tab_reiseverlauf {width: 106px;}
.tabBlock .tabRow #tab_terminepreise {width: 141px;}
.tabBlock .tabRow #tab_impressionen {width: 113px;}
.tabBlock .tabRow #tab_laenderinfos {width: 98px;}
.tabBlock .tabRow #tab_service {width: 92px;}

/* GENERAL STYLES */
.selectInput {
	height: 22px;
	line-height: 22px;
	border: 1px solid #CCC;	
	color: #666666;
    cursor: pointer;
    font-family: Arial,Helvetica,'Liberation Sans',FreeSans,sans-serif;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    padding: 0 35px 0 10px;
}
.selectInput_icon {
	position: absolute;
	background: transparent url(/images/sms/e/selectInput_icon.png) no-repeat center right;
	width: 16px;
	height: 20px;
	cursor: pointer;
	top:2px;	
}
.selectInput_Menu {
	overflow-y: auto;
	top: 24px;
	left: 0;
	display: none;
}
.selectInput_Menu .list {
	background-color: #EFF0F2;
    border: 1px solid #CCCCCC;
    float: left;
    overflow-y: auto;
	max-height: 200px;
    padding: 5px 0 4px;
}
.selectInput_Menu .list a {
	clear: both;
    color: #666666;
    float: left;
    font-weight: bold;
    padding: 0 5px;
}

a.linkButton_BLUE,
.gradient_BLUE {
	background: url("/images/sms/e/borderBoxHeaderBG.png") repeat-x scroll 0 0 transparent;	
	background: -moz-linear-gradient(center top , #387ABD, #1C558D 40%, #0A3C6F 60%, #013160);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#387ABD), to(#013160), color-stop(40%, #1C558D), color-stop(60%, #0A3C6F));
	background: linear-gradient(center top , #387ABD, #1C558D 40%, #0A3C6F 60%, #013160);
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#387ABD', endColorstr='#013160');	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#387ABD, endColorstr=#013160)";
}
.no-cssgradients.borderradius a.linkButton_BLUE,
.no-cssgradients.borderradius a.linkButton_GRAY,
.no-cssgradients.borderradius .gradient_BLUE {
	filter: none;
}
#seaAdvTabs li,
.tabs li,
.selectInput,
a.linkButton_GRAY,
.gradient_GRAY {
	background: url("/images/sms/e/seaAdvBG_1x150_flip.gif") repeat-x scroll 0 bottom transparent;	
	background: -moz-linear-gradient(center top , #F3F3F3, #F1F1F1 40%, #E0E0E0 60%, #D8D8D8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F3F3F3), to(#D8D8D8), color-stop(40%, #F1F1F1), color-stop(60%, #E0E0E0));
	background: linear-gradient(center top , #F3F3F3, #F1F1F1 40%, #E0E0E0 60%, #D8D8D8);
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F3F3', endColorstr='#D8D8D8');	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F3F3F3, endColorstr=#D8D8D8)";
}
.gradient_LIGHTGRAY,
tripsearch_infolinks {
	background: url("/images/sms/e/gradient_GRAY_22.gif") repeat-x scroll 0 0 transparent;	
	background: -moz-linear-gradient(center top , #FFFFFF, #ECF0F3);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#ECF0F3));
	background: linear-gradient(center top , #FFFFFF, #ECF0F3);
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#ECF0F3');	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#ECF0F3)";
}
.gradient_LIGHTBROWN,
.tooltipCt {
	background: #D0CFC5;	
	background: -moz-linear-gradient(center top , #FFFFFF, #D0CFC5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#D0CFC5));
	background: linear-gradient(center top , #FFFFFF, #D0CFC5);
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D0CFC5');	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#D0CFC5)";
}

.shadow_GRAY_BOX, .shadow_GRAY_BOX_notIE {
	-moz-box-shadow: 0px 0px 5px #666666;
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
.no-shadow .shadow_GRAY_BOX {
	border: 1px solid #999;
}
.shadow_LIGHTGRAY_BOX {
	-moz-box-shadow: 0px 0px 3px #999999;
	-webkit-box-shadow: 0px 0px 3px #999999;
	box-shadow: 0px 0px 3px #999999 !important;
}
.no-shadow .shadow_LIGHTGRAY_BOX {
	border: 1px solid #999;
}

.shadow_GRAY_BOTTOM {
	-moz-box-shadow: 0 1px 4px #AAA;
	-webkit-box-shadow: 0 1px 4px #AAA;
	box-shadow: 0 1px 4px #AAA;
}
.selectInput,
.rounded5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.rotate270 {
	-moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* GENERAL STYLES END */

/* CSS3 - NEW ELEMENTS END */
.borderradius a.linkButton_BLUE,
.borderradius a.linkButton_GRAY {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
a.linkButton_BLUE,
a.linkButton_GRAY {
	border: 1px solid #BCBCBC;
    color: #FCFCFB;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
	height: auto;
    letter-spacing: 0.1em;
    padding: 3px 10px;
	text-decoration: none;
	text-align: center;
}
a.linkButton_BLUE:hover,
a.linkButton_GRAY:hover {
	text-decoration: none;
}
a.linkButton_GRAY {
	color: #666;
}

.borderradius.cssgradients .buttonCSS3,
.buttonBlue {
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-khtml-border-radius: 4px !important;
	border-radius: 4px !important;	
	
    background: -moz-linear-gradient(100% 0 270deg, #397CBE, #023262) repeat scroll 0 0 transparent !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#397CBE), to(#023262)) !important;
	
    border: 1px solid #BCBCBC  !important;
    color: #FCFCFB !important;
    font-family: Arial !important;
    font-size: 11px !important;
    font-weight: bold !important;
	height: auto  !important;
    letter-spacing: 0.1em !important;
    padding: 3px 10px !important;
    text-transform: uppercase !important;
}
.borderradius.cssgradients .buttonCSS3:hover {
	text-decoration: none;
}
.borderradius.cssgradients .buttonCSS3.btBlue {
	width: auto  !important;	
}
.borderradius.cssgradients .listItemDetails .buttonCSS3 {
	margin-bottom: 0px !important;
}

.highZ {
	z-index: 99999 !important;
}

.metaNavi {height:60px;}
.metaNavi a.head, .loggedInfo {height:19px;line-height:19px;}
#headerLogin a.bt {height:19px;z-index:10;margin:0 5px;}
#headerLogin .loginBt a.bt {background:transparent url(/images/sms/e/loginBt.png) no-repeat 0 0;width:70px;}
#headerLogin .logoutBt a.bt {background:transparent url(/images/sms/e/logoutBt.png) no-repeat 0 0;width:57px;}
#headerLogin .loggedMenu a.bt {background:transparent url(/images/sms/e/servicesBt.png) no-repeat 0 0;width:129px;}
#headerLogin .loggedMenu {font-size:12px;}
#headerLogin .loggedMenu .label {font-size:11px;font-weight:bold;}

#headerLogin a.open {background-position: 0 -19px !important;}
#headerLogin a.bt span {left:-10000px;}
#headerLoginForm,#headerServiceMenu {
	top:-9px;
	left:-68px;
	z-index: 5;
	width:206px;}
#headerServiceMenu {left:-39px;}
#headerLogin .headerBoxTop {background:transparent url(/images/sms/e/loginFormTop.png) no-repeat 0 0;height:9px;}
#headerLogin .headerBoxCt {background:transparent url(/images/sms/e/loginFormBot.png) no-repeat 0 bottom;}
#headerLogin .headerBoxCt form, #headerLogin .headerBoxCt .box {padding:30px 10px 15px;}
#headerLoginForm input {width:170px;padding:2px 5px;font-size:11px;border:1px solid #c7c7c7;}
#headerLoginForm input.submit {background:transparent url(/images/sms/e/bt180.png) no-repeat 0 0;width:180px;height:22px;line-height:22px;border:none;}

/* trip-versions */
.versionsSelectTop {height:5px;width:644px;background: #FFF url(/images/sms/e/versionen_top.gif) repeat-x 0 bottom;margin:40px 0 0 -11px;}
.versionsSelect {margin: 0 0 40px -11px;background: #FFF url(/images/sms/e/versionen_bottom.gif) repeat-x 0 bottom;padding:0 11px;width:622px;}
.versionsSelect h2 {margin-bottom:10px;padding-top:15px;}
.versionsSelect a {white-space:nowrap;}
.versionsSelect .searchCon {margin: 0 0 0 20px;}
.versionsSelect p.label {height:22px;line-height:22px;}
.versionsSelect .tippImg {height:65px;width:65px;background:transparent url(/images/sms/e/tipp_blau.gif) no-repeat 0 0;right:20px;top:-25px;}
.version_title {display:none;}

.versionSelector {
	margin: -3px 0 0 15px;	
}
.versionSelector .content a {
	display: inline-block;
    float: left;
    white-space: nowrap;
}
.overlayPopup .toggler {
	border: 1px solid #BABABA;
	cursor: pointer;
	padding: 2px 5px;
	font-size: 10px;
	line-height: 12px;
	z-index:100;
}
.overlayPopup .toggler span {
	float: right;
	width: 12px;
	height: 12px;
	margin-left: 5px;
	background: transparent url(/images/sms/e/popupTogglerBG.png) no-repeat scroll 0 0;
}
.overlayPopup.open .toggler span {
	background-position: 0 -12px;
}
.overlayPopup .content {
	z-index:95;
	top: -7px;
	visibility: hidden;
	padding: 10px;
	border: 1px solid #BABABA; 
}
.overlayPopup.open .content {	
	visibility: visible;
}

/* guides at detailpages */
.gebecoProductGuide {
	margin-top: 20px;
	padding: 15px;
	overflow: visible;
	min-height: 115px;
	
	filter: none !important;
	-ms-filter: none !important;
} 
.gebecoProductGuide img {
	top: -15px;
	left: 15px;	
	padding: 2px;
	background: #FFF;
	
	box-shadow: 0 0 5px #999999;
	z-index: 100;
} 
.gebecoProductGuide .guideText {
	padding-left: 170px;
	width: 420px;
} 
.no-boxshadow .gebecoProductGuide img {
	border: 1px solid #999999;
}
.no-cssgradients .gebecoProductGuide {
	background: #ECEBE7;
	background-image: none;
    border: 1px solid #BCBCBC;
}
.byTigges {
	margin: 7px 15px 0 0;
}
#dpTabs .icons {
	margin-top: -10px;
}

/* info-links at search */
#tripsearch_infolinks {	
	border: 1px solid #BBC9D6;
	border-top: none;
	padding: 9px 0 2px 10px;
	margin-top: -50px;
	position: relative;
	
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

/* new search + TABS */
#seaAdvTabsTop, .tabsTop {
	background:url("/images/sms/e/dpTabBorderTop_652x5.gif") no-repeat scroll 0 0 transparent;
	height:5px;
	display:none;
}
#seaAdvTabs, .tabs {
	width:640px;
	height:24px;
}
.tabCt .tab {display: none;}
.tabCt .tabCur {display: block;}
#seaAdvTabs li, .tabs li {	
	border-right:1px solid #B9B9B9;
	border-top:1px solid #B9B9B9;
	border-bottom:1px solid #B9B9B9;
	color:#002F5E;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	height:22px;
	line-height:22px;
}
#seaAdvTabs .tabFirst,
.tabs .tabFirst {
	border-left:1px solid #B9B9B9;
}
.borderradius #seaAdvTabs .tabFirst, 
.borderradius .tabs .tabFirst {	
	-moz-border-radius: 3px 0 0 0;
	-webkit-border-top-left-radius: 3px;
	-khtml-border-radius: 3px 0 0 0;
	border-radius: 3px 0 0 0;
}
.borderradius #seaAdvTabs .tabLast,
.borderradius .tabs .tabLast {
	-moz-border-radius: 0 3px 0 0;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
}
#seaAdvTabs li.tabCur, .tabs li.tabCur {
	border-bottom:1px solid #FFF;
}
.tabs li.tabCur, 
.tabs li.tabHover,
#seaAdvTabs li.tabCur, 
#seaAdvTabs li.tabHover {
	filter: none;
	background-color: #FFF !important;
	background-image: none !important;
}
.tabs li a,
#seaAdvTabs li a {
	color:#666666;
	font-family:Arial,Helvetica,'Liberation Sans',FreeSans,sans-serif;
	font-size:12px;
	/*4 TABS => */ width:159px;
	/* 3 TABS =>  width:212px;*/
}
.tabs .tabLast a,
#seaAdvTabs .tabLast a {
	/* 4 TABS => */ width:158px;
}
.tabs li a:hover,
#seaAdvTabs li a:hover {
	text-decoration: none;
}
.tabs li.disabled a {
	color: #999 !important;
	cursor: default !important;
}
.tabCt {
	border: 1px solid #B9B9B9;
	border-top: none;
	width: 638px;
		
	-webkit-border-radius: 0 0 3px 3px;
	-khtml-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
#addOnsBlock,
.productsForCountryBlock {
	width: 645px;
	margin-left: -7px;
	
	-moz-box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow:  0px 0px 3px #999;
	box-shadow:  0px 0px 3px #999;
}
.productsForCountryBlock {
	padding: 10px 8px;
	width: 625px;
	margin-left: 0px;
}
#addOnsBlock #addOns {
	width: 645px;
}
#addOnsBlock #addOns .loader,
.productsForCountryBlock .loader {
	padding: 20px;
}
#addOnsBlock #addOns li a {
	color: #002F5E;
	font-size: 11px;
	width: 161px;
}
#addOnsBlock #addOns li.tabLast a {
	width: 157px;
}
#addOnsBlock #addOnsCt {
	width: 623px;
	padding: 10px;
}

/* addon-Teaser at top of detailpages */
.isAddonTeaser {
	padding: 3px;
	border: 1px solid #AAAAAA;
	line-height: 17px;
}
.isAddonTeaser img {
	border: 1px solid #CCCCCC;
	padding: 2px;
	background: #FFF;	
}
.isAddonTeaser div {
	margin-top: 2px;
}


#seaAdv {
	padding-top: 15px !important;
	/*margin-top:-1px;*/
	background:url("/images/sms/e/seaAdvBG_1x150_flip.gif") repeat-x scroll 0 bottom transparent !important;
	z-index: 21;
}

#seaAdv .HOT,#seaAdv .PRV ,#seaAdv .BAU {display:none;}
.tabCt .HOT, .tabCt .PRV, .tabCt .BAU {display:none;}
.tabCt .trips {display:block;}
#seaAdv .trips {display:block;}

.searchCon {
	width:182px;
	margin:0 20px 0 0;
	height:22px;
}
.popInput, .popDatePicker, .DP {
	border: 0;
	cursor:pointer;
	width:137px;
	height:22px;
	line-height:22px;
	color:#666666;
	overflow:hidden;
	padding:0 35px 0 10px;
	z-index:55;
	font-family:Arial,Helvetica,'Liberation Sans',FreeSans,sans-serif;
	font-size:12px;
	font-weight:bold;
	background:transparent url('/images/sms/e/searchInputWithoutVal_182x22.png') no-repeat scroll 0 0;}
.popInput, .popDatePicker, .DP x:-moz-any-link {padding-top:4px;}
.popInput, .popDatePicker, .DP x:-moz-any-link, x:default {padding-top:0;}	
	
.popInputValue {
	color:#FFFFFF;
	background: transparent url('/images/sms/e/searchInputWithVal_182x22.png') no-repeat scroll 0 0;}
.popDatePicker, .DP {
	background:transparent url('/images/sms/e/searchDateWithoutVal_182x22.png') no-repeat scroll 0 0;
}
.popDatePickerValue,
.hasValue .DP {	
	color:#FFF !important;
	background:transparent url(/images/sms/e/searchDateWithVal_182x22.png) no-repeat scroll 0 0 !important;}
.dateDelete {display:none;line-height:14px;}
.hasValue .dateDelete {display:inline;}

.popMenu,.suggMenu {
	left:0;
	z-index:100;
}
.popMenuTop,.suggMenuTop {
	display:none;
	width:182px;
	height:4px;
	color:#FFFFFF;
	overflow:hidden;
	background-color: #EFF0F2;
	border: 1px solid #CCCCCC;
	border-bottom: 0;
}
.popMenuCt,.suggMenuCt {
	width:180px;
	padding:5px 0 4px;
	overflow:hidden;
	float:left;
	background-color: #EFF0F2;
	border: 1px solid #CCCCCC; 
}
.popMenuCt,
.suggMenuCt,
.searchCon input.suggest {
	-moz-border-radius: 4px;
	 -webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.suggMenuCt {
	max-height:250px;
	overflow-y:auto;
}	
.popMenuCt a,.suggMenuCt a {
	float:left;
	clear:both;
	font-weight:bold;
	color:#666;
	padding:0 5px;}
.borderHoriz {
	background:transparent url(/images/sms/e/naviTabTrennerHorizontal.png) repeat-x scroll 0 0;
	height:1px;
	margin:5px;
	float:left;
	width:172px;
}
.suggMenuCt .borderHoriz {
	width: 170px;
}
/* autosuggest at country-search */
.searchCon input.suggest {
	width:145px;
	color:#999;
	font-weight:bold;
	font-family:Arial,Helvetica,'Liberation Sans',FreeSans,sans-serif;
	font-size:12px;
	padding:3px 25px 2px 10px;
	background: #FFF url('/images/sms/e/icLupe.gif') no-repeat scroll 162px 3px;
}
.searchCon input.suggest:focus,
.searchCon input.suggestVal {
	border: 2px solid #002F5E;
	color: #002F5E;
	padding:2px 25px 1px 10px;
	width: 143px;
}
.suggList {left:0;top:21px;}
.suggList a {
	padding: 2px 5px 2px 20px;
	font-weight:normal;
	width:155px;
}
.suggList a.group {
	padding: 2px 8px 2px;
	font-weight:bold;
	width:164px;
}
.suggList a.cur {color:red;}
.suggList a.cur, .suggList a:hover {background-color:#666;color:#FFF;text-decoration:none;}

/* redakteur classes */
.gebeco, .gebecoU {width:640px;display: inline;float: left;}
.gebeco p, .gebecoU p {width:500px;display: inline;float: left;}
.gebecoU h1, .gebeco h1, .drtigges h2, .drtigges h3, .drtigges h4 {width:640px;display: inline;float: left;}
.gebeco ul {
	display: inline;
	float: left;
	width:100%;
	color: #232323;
	list-style-position: outside;
	list-style-image: url(/images/sms/e/dot_8x8.gif);
	margin-left:15px;}
.gebeco ul li {width:100%;}
html* .gebeco ul {margin-left:10px;}
.gebeco .table {display: inline;float: left;}
.iL {float:left;margin-right:20px;margin-bottom:10px;}
.iR {float:right;margin-left:20px;margin-bottom:10px;}

.print {display:none;}

.i, .iDoc  {
	height:15px;
	width:17px;
	position:relative;
	background:transparent url(/images/sms/e/info.png) no-repeat scroll 7px 3px;
}
.iDoc {
	background-image:url(/images/sms/e/infoDoc.png);
}
a.hoverTdn:hover {text-decoration:none !important;}

#socials {
	padding:8px;
	height:21px;
	width:406px;
	margin:0 auto;
	background:#FFF url(/images/sms/i/socials_427x37.gif) no-repeat scroll 0 0;}
#socials li {width:20px;height:21px;padding-right:15px;float:left;}
#socials li.last {padding:0;}
#socials li a {display:block;width:20px;height:21px;padding:0;}

.seaAdvMen {height:auto;} 

#corner1, #corner2, #corner3 {
	left:0;
	top:102px;
	width:20px;
	height:18px;
	background:transparent url(/images/sms/e/corner1.png) no-repeat scroll 0 0;}
#corner2 {
	top:234px;
	background:transparent url(/images/sms/e/corner2.png) no-repeat scroll 0 0;}
#corner3 {
	top:366px;
	background:transparent url(/images/sms/e/corner3.png) no-repeat scroll 0 0;}
		
.allTrips {
	width:199px;
	height:32px;
	background:#FFF url(/images/sms/e/alleReisen.gif) no-repeat scroll 0 0;}

/* Page Laenderinfos BEGIN */
#dpLiGeneral {width:124px;}
#dpLiPeople {width:138px;}
#dpLiWeather {width:123px;}
#dpLiMoney {width:98px;}
#dpLiAddresses {width:165px;}
/* Page Laenderinfos END */

.catBox .box, .catBoxExt .box {
	padding:10px 20px;
	margin: 0;}
.catBox img, .catBoxExt img {margin-right: 10px;}
.catLinks {right:20px;bottom:20px;}
.catBox .moreInfo .box,
.catBoxExt .moreInfo .box {
	padding:10px;
	border: 1px solid #ccc;
	background-color:#FFF;} 

.required input, .required textarea {border-color: red !important;}
.required label, .reqMessage, .noCatMessage {color: red !important;}

#pageRes ul,
#countryRes ul {margin-left:20px;}
#fullSearchForm .seaInp {margin: 0 15px;}

#sliPush .snl, #sliPush .snr {
	height:23px;
	top:35px;}

#sliStyles, #regionImageList {
	width:100%;
	z-index:89;}
#sliStyles a:hover {text-decoration:none;}	
#sliStyles {margin-top:2px;}
#sliStyles .sliderItem {
	cursor:pointer;}	
#sliStyles .sliderItem .label {
	line-height:35px;
	padding-right:5px;}
#sliStyles .sliderItem img {
	background:#FFF;
	padding-right:5px;}	
#sliStyles .lastItem .label,
#sliStyles .lastItem img {padding-right:0;}	
#sliStyles .sliderItem:hover .label div {
	color: #FFF;
	background: #FFF url(/images/sms/e/sliItemHoverBG_1x35.gif) repeat-x scroll 0 0;}	
#sliStyles .sliderBG,
#regionImageList .sliderBG {
	top:110px;
	z-index:10;
	height:35px;
	width:100%;
	background: #FFF url(/images/sms/e/sliderBg_1x35.gif) repeat-x scroll 0 0;}
#imageRow, #sliStyles .sliderContainer {z-index:20;}
#sliStyles .snl, #sliStyles .snr {top:48px;}
#sliStyles .shadowTop,
#regionImageList .shadowTop {
	background:transparent url(/images/sms/e/shadowNavi_963x15.png) no-repeat scroll 0 0;
	height:15px;
	width:100%;
	top: 0;
	left: 0;
	z-index:30;}
#regionImageList .last img {width:158px;}
#regionImageList .label {
	display:block;
	height:35px;
	line-height:35px;
	width:157px;}
#regionImageList .last {
	margin-right: 0px;
	width:158px;}
#regionImageList a {
	margin-right: 4px;
	background-image:none;
	overflow:hidden;
	height:145px;}
#regionImageList a:hover {text-decoration:none;}
#regionImageList a:hover .label, #regionImageList a.cur .label {color:#FFF;}
#regionImageList a:hover, #regionImageList a.cur {background-repeat:repeat-x;background-position:0 bottom;}
#regionImageList div.AFR a:hover, #regionImageList div.AFR a.cur {background-image: url('/images/sms/e/verlauf_AFR.gif');}
#regionImageList div.AME a:hover, #regionImageList div.AME a.cur {background-image: url('/images/sms/e/verlauf_AME.gif');}
#regionImageList div.AST a:hover, #regionImageList div.AST a.cur {background-image: url('/images/sms/e/verlauf_AST.gif');}
#regionImageList div.EUR a:hover, #regionImageList div.EUR a.cur {background-image: url('/images/sms/e/verlauf_EUR.gif');}
#regionImageList div.CHI a:hover, #regionImageList div.CHI a.cur {background-image: url('/images/sms/e/verlauf_CHI.gif');}
#regionImageList div.SOA a:hover, #regionImageList div.SOA a.cur {background-image: url('/images/sms/e/verlauf_SOA.gif');}

/* TOOLTIPS */
.tooltipWrap {
	background: #FFF;
	padding: 2px;
	position:absolute;
	z-index: 1000;
	display:none;
	
	-moz-box-shadow: 0 2px 2px #C4BEAE;
	-webkit-box-shadow: 0 2px 2px #C4BEAE;
	box-shadow: 0 2px 2px #C4BEAE;
}
.tooltipWrap .arrowBottom,
.tooltipWrap .arrowLeft {
	position: absolute;
	background: transparent url(/images/sms/e/tooltip_arrows.png) no-repeat 0 0;
}
.tooltipWrap .arrowBottom {	
	width: 21px;
	height: 12px;
	bottom: -10px;
	left: 31px;
}
.tooltipWrap .arrowLeft {
	width: 11px;
	height: 19px;
	background-position: -21px 0;
	top: 40px;
	left: -9px;
}
.no-boxshadow .tooltipWrap {
	border: 1px solid #C4BEAE;
}
.tooltipCt {
	font-size:11px;
	float:left;
	text-align:left;
	padding: 7px;
	color:#002F5E;
	width:188px;
}
.tipCtWide {
	width:280px;
}
.tooltipCt ul.dots {
	list-style-position: inside;
}
.hasTooltip {position:relative;}
.naviTooltip .img div {
	padding: 4px;
	background: #FFF;
}

.table, #tripFeatures table {
	border:0;
	text-align:center;
	border-collapse:collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;}
.table td, .table th,
#tripFeatures td, #tripFeatures th {
	border:1px solid #FFF;
	color: #232323;
	padding:2px 5px;
	background-color:transparent;}
.table th, #tripFeatures th {	
	font-weight:bold;
	color: #FFFFFF;
	background-color:#3474B4;}
.table th.blank {
	background-color: #FFF;	
}
.table .even td.rowspan, 
.table .odd td.rowspan,
.table .even td,
#tripFeatures .even td {background-color:#e4e5e7;}
.table tr.past td {color:#999;}	
.table .odd td, #tripFeatures .odd td {background-color:#ccc;}	
.table .push10, #tripFeatures .push10 {border-left-width:10px;}
#doubleRoomPrices {
	overflow:auto;
}
.tableHeadline {
	font-weight: bold;
	margin: 10px 0;
	width: 100%;
}

#tripFeatures h2 {
	margin-top:30px;
	margin-bottom:0;
	font-weight:bold;
	width: 620px;
}
#tripFeatures p {
	margin-top:5px;
	margin-bottom:10px;
	width:500px;
}
#tripFeatures table {
	margin-top:15px;
	margin-bottom:0;
}
#tripFeatures sub {
	display: inline-block;
    font-size: 11px;
    margin: 5px 0;
    width: 500px;
}

#teaser, #teaserHome {
	width:963px;
	height:328px;
	z-index:50;
	margin-top: 34px;
}
#teaserHome {
	height:420px;	
}
#teaserHome .tbBGLink {
	width:217px;
	height:92px;
	float:left;
}
#teaserHome .shadow {
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-khtml-border-radius: 0 0 0 20px;
	border-radius: 0 0 0 20px;
}
#teaser #express,
#teaser .noflashMsg { 	
	right: 10px;
	bottom: 10px;
	width: 300px;
	cursor: pointer;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid orange;
}
#teaser #express.installer {
	height: 137px;
	width: 310px;
}
.curved {	
	position:relative;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-khtml-border-radius: 0 0 0 20px;
	border-radius: 0 0 0 20px;
}
#headShadow {
	width:973px;
	height:764px;
	left:-5px;
	top:78px;
	background:transparent url('/images/sms/e/shadowTeaser_973x764.png') no-repeat 0 0;}
#naviShadow, #teaserShadow {
	background:transparent url(/images/sms/e/shadowNavi_963x15.png) no-repeat scroll 0 0;
	height:15px;
	left:0;
	top:118px;
	width:963px;
	z-index:55;}
#teaserShadow {
	background-color:#FFF;
	top:0;}	
#worldMapHidden {
	display: none;
	top: 0;
	left: 0;
}	
#worldMapControl{
	height:30px;
	padding:2px 0;
	top:85px;
	right:20px;
	cursor:pointer;
	z-index:110;}
#mapCloser {
	height:30px;
	width:100px;
	top:117px;
	right:20px;
	cursor:pointer;
	z-index:55;
	position:absolute;
	background:transparent url(/images/sms/e/karteschliessen.png) no-repeat 0 bottom;}
#dummyOverlay {
	height:30px;
	position:absolute;
	top:2px;
	left:0;
	width:100%;
	z-index:110;
}
#worldMapControl .label {line-height:30px;color:#FFF;padding-right:10px;}	
.radioRow {
	background:transparent url('/images/sms/e/radioUnchecked_12x12.png') no-repeat 0 3px;
	cursor:pointer;
	line-height:20px;
 	padding-left:20px;}
.radioAct {background:transparent url('/images/sms/e/radioChecked_12x12.png') no-repeat 0 3px;} 	

/* jQuery Dependencies */
.ui-tabs-hide {
	position: absolute;
    left: -10000px;}
#ui-datepicker-div {z-index:90;}
/* jQuery Dependencies */

/* Gallery Impressionen BEGIN */
#imprGal {
	height:330px !important;
	visibility: hidden;}
.gallery {
	background: transparent;
	border:none;
	padding:0;}
.strip_wrapper {
	left:50px !important;
	width:530px !important;
	height:60px !important;}
.filmstrip {
	width:530px !important;
	height:60px !important;}
.filmstrip li {
	margin-top:10px !important;
	height:40px !important;}
#pointer {
	border-color:#666 !important;
	height:39px !important;
	width:94px !important;
	top:278px !important;}

.nav-next {right:20px !important;}
.nav-prev {left:20px !important;}

#sliPushHome .nav-next,
#sliPushHome .nav-prev {
	top: 28px !important;
	width:23px;
	height:23px;
	right: 2px !important;
}
#sliPushHome .nav-prev {left: 2px !important;}
#bbPUSH .galleryview .nav-next,#bbPUSH .galleryview .nav-prev {top:85px !important}


/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);}
#galBG {
	height: 60px;
	background-color:#ecebe7;
	margin-top:-60px;}
/* Gallery Impressionen END */

/* EXPRESS-FINDER BEGIN */
#exFiStyles, #exFiCtr {
	top: 154px;
	left:15px;
	z-index:90;
	padding:9px 0 9px 0;
	background:transparent url('/images/sms/e/expFindTop_213x9.png') no-repeat scroll 0 0;}
.exFiCt .seaInp {background:transparent url('/images/sms/e/searchInputWithoutVal_182x22.png') no-repeat scroll 0 0;margin:0 0 0 -3px;}	
.exFiCt .seaInpVal {
	color:#FFFFFF;
	background: transparent url('/images/sms/e/searchInputWithVal_182x22.png') no-repeat scroll 0 0;}
.exFiCt .seaDate {margin-left:-3px;}
.exFiCt .seaInp .disabled {
	cursor:default;
	font-weight:normal;
	color:#666;
	font-style:italic;}	
.exFiBt {
	height:9px;
	background:transparent url('/images/sms/e/expFindBot_213x9.png') no-repeat scroll top left;}
.exFiCt {
	padding:9px 18px;
	background:transparent url('/images/sms/e/expFindBG_213x1.png') repeat-y scroll top left;}
.exFiCt hr {border-color:#002F5E;}
	
.exFiCt .seaAdvMenCt {margin-top:0;}	
.exFiSelTop {
	top:0;
	z-index:60;
	padding-top:4px;
	background:transparent url('/images/sms/e/searchExpMenTop_182x4.png') no-repeat scroll 0 0;}
.exFiSelCt {
	padding-bottom:10px;
	width:182px;
	background:transparent url('/images/sms/e/searchSelectBG_182x600.png') no-repeat scroll 0 bottom;}
.exFiSelCt li {width:100%;}
.exFiSelCt a {
	padding: 0 10px;
	color:#666;}
.exFiCt .bt {
	width:182px;
	height:22px;
	margin-left:-3px;
	background:transparent url('/images/sms/e/searchButton_182x22.png') no-repeat scroll 0 0;}
#exFiCtrs ul li a {
	display:inline-block;
	width:162px;
}	
/* EXPRESS-FINDER END */

/* COUNTRY/STYLES-PAGE BEGIN */
.opTeasBox {
	height:98px;
	border: 1px solid #c4cfda;
	background: #FFF url('/images/sms/e/opTeasBoxBG_1x98.gif') repeat-x scroll 0 0;}
.opTeasImg {margin: 6px 0 0 6px;}
.opTeasBoxText {margin:10px 0 0 5px;}
.opTeasBoxText h2 {
	color:#002F5E;
	font-size:14px;}
.opTeasBoxText p {
	font-size:11px;
	line-height:16px;}
.opTeasBox a {
	right:10px;
	bottom:5px;}
/* COUNTRY/STYLES-PAGE END */

/* FORMS BEGIN */
form {color:#666;}
.form, .formPartHead {
	padding-top:5px;
	background:transparent url(/images/sms/e/formTop_640x5.png) no-repeat scroll 0 0;}
.formBG, .formPart {
	padding-top:10px;
	background:transparent url(/images/sms/e/formBG_640x2000.png) no-repeat scroll 0 bottom;}
.formPart h3 {padding-left:10px;}
.fRow, .fRowWoLabel, .fRowRadio {
	height:16px;
	line-height:16px;
	padding:0 0 5px 15px;
	margin-bottom:10px;}
.fRowArea, .fRowRadio {height:auto;}
.fRowWoLabel {padding-left:105px;}
form span{padding-left:10px;}
form label {
	width:80px;
	padding:2px 10px 2px 0;}
form label.long {width:250px;}
input.fInpL, input.fInpM, input.fInpS, input.fInpXL, input.fInpSide,
.fInpL input, .fInpM input, .fInpS input, .fInpXL input,
.fRowArea textarea {
	padding:1px 5px;
	border:1px solid #bcbcbc;
	color:#bcbcbc;
	width:190px;}
.fRowArea textarea {width:510px;}
input.fInpSide {width:186px;}
.fInpXL input {width:510px;}
input.fInpM, .fInpM input {width:128px;}
input.fInpS, .fInpS input {width:38px;}
input.fInpL:focus, input.fInpM:focus, input.fInpS:focus, input.fInpXL:focus, input.fInpSide:focus,
.fInpL input:focus, .fInpM input:focus, .fInpS input:focus, .fInpXL input:focus,
.fRowArea textarea:focus {
	color:#666;
	border:1px solid #666;}
input.fSubInp,
.fSubInp input  {
	cursor:pointer;
	font-size:11px;
	border:none;
	width:98px;
	height:22px;
	background: transparent url('/images/sms/e/borderBoxButton_98x22.png') no-repeat 0 0;}
.fRadio {width:90px;}
.fRadioL {width:510px;}
.fRadio input {margin-right:10px;}
.fCheck {width:20px;}
.formText {width: 305px;}
.selectL {width:202px;border:1px solid #BCBCBC;}
.selectL option {width:171px;}
#fullSearch {
	padding: 3px 25px 2px 5px;
	font-size: 11px;
	width: 230px;
}
.icSearch {
	cursor: pointer;
	width: 19px;
	height: 13px;
	right: 1px;
	top: 3px;
	background: #FFF url('/images/sms/e/icLupe.gif') no-repeat scroll 0 0;
}
#fullSearchForm .icSearch {
	left: 191px;
	top: 14px;
}
.showAtSelect {display:none;}
/* special fields */
.isHotelForm .hideIfHotel {display:none;}

.multiselect .popMenu a {
	background: transparent url(/images/sms/e/checkbox.png) no-repeat scroll 5px 0;
	width: 150px;
	padding-left: 25px;
	height: 20px;
	line-height: 20px;
}
.multiselect .popMenu a.selected {
	background-position: 5px -24px;
}
.multiselect .popMenu .ctrl {
	padding: 10px 10px 0 0;
}

.formSection {
	padding: 10px;
	width: 620px;
	float: left; 
	display: inline-block;
	margin-bottom: 20px;
	border: 1px solid #BCBCBC;
	background: #F9F9F9;
	
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
}
.formSection .error {
	display: none;
	color: red;
	font-weight: bold;
	margin-bottom: 10px;
}
.formSection h3 {
	font-weight: bold;
	margin-bottom: 15px;
}
.formSection label {
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px; 
}
.formSection label span {
	padding: 0;
}
.formSection label.fwn {
	font-weight: normal;
}
.formSection label.pr12 {
	padding-right: 12px;
}
.formSection .info {
	width: 10px;
	height: 12px;
	display: inline-block;
	margin-left: 8px;
	padding: 0;
	background: url("/images/sms/e/info.png") no-repeat scroll 0 2px transparent;
}
.formSection label.row {
	float: left;
	display: inline-block;
	width: 618px;
}
.formSection input.text,
.formSection .text input,
.formSection textarea,
.plusMinus input {	
	border: 1px solid #BCBCBC;
    color: #BCBCBC;
    padding: 1px 5px;
}
.formSection textarea {
	width: 608px;
	min-width: 608px;
	max-width: 608px;
}
.formSection input:focus,
.formSection textarea:focus {
	color:#666;
	border:1px solid #666;
}
.formSection input[type=radio] {
	margin: 0 10px 8px 5px;
}
.formSection .ratingStarsWrap {
	margin: 0;
}

#countrySelect_alacarte .box {
	padding: 0;
	margin: 0;
}

.plusMinus, .plusMinus *, .addButton div {
	display: inline-block;
	float: left;
	text-align: center;
}
.plusMinus .plus,
.plusMinus .minus,
.addButton .plus {	
	font-family:Monospace;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	
	height: 18px;
	line-height: 18px;
	width: 20px;
	cursor: pointer;
	padding: 0;
	color: #FFF;
	border: 1px solid #BCBCBC;
}
.plusMinus input {
	border-left: none;
	border-right: none;
	color: #666;
	font-weight: bold;
}
.plusMinus .plus,
.addButton div.label {	
	border-left: none;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.plusMinus .minus, 
.addButton div.plus {
	border-right: none;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;	
}
.addButton.grown {
	margin-right: 20px;
}
.addButton div.label {
	padding: 0 5px;
	font-weight: bold;
	background: #FFF;
	border: 1px solid #BCBCBC;
	height: 18px;
	line-height: 18px;	
}
.formSection .delete {
	float: right;
	cursor:pointer;
	width: 19px;
	height: 19px;
	background: url(/images/sms/e/borderBoxIconDelete.png) no-repeat scroll 0 0 transparent;
}
/* FORMS END */

/* Mainnavi NEW */
#regionListHover {padding-left: 0 !important;width:775px;}
#mainNavi ul.regionList,
#mainNavi ul.countryList {border:none;}
#mainNavi ul.regionList li {
	width:185px;
	height:35px;
	background:transparent url('/images/sms/e/regionTabs.png') no-repeat scroll 0 0;
	margin-bottom:10px;
}
#mainNavi ul.regionList li a {font-size:12px;font-weight:bold;padding:10px 0 0;text-align:center;width:100%;}
#mainNavi ul.regionList li a:hover {text-decoration:none;}

#regionListHover.hover ul.countryList li {
	-moz-border-radius:5px;
	-webkit-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	border-radius: 5px !important;
	
	border-width:2px;
	border-style:solid;	
}
#cL_AFR,.col_AFR {border-color:#993333;background-color:#993333;}
#cL_AME,.col_AME {border-color:#009933;background-color:#009933;}
#cL_AST,.col_AST {border-color:#990000;background-color:#990000;}
#cL_CHI,.col_CHI {border-color:#faba00;background-color:#faba00;}
#cL_EUR,.col_EUR {border-color:#003366;background-color:#003366;}
#cL_SOA,.col_SOA {border-color:#ff9933;background-color:#ff9933;}
.bor_AFR {border-color:#993333;}
.bor_AME {border-color:#009933;}
.bor_AST {border-color:#990000;}
.bor_CHI {border-color:#faba00;}
.bor_EUR {border-color:#003366;}
.bor_SOA {border-color:#ff9933;}

ul.countryList {padding-left:10px;width:475px;}
#mainNavi ul.countryList li {height:auto;width:465px;}
ul.countryList li a {text-align:center;width:105px;font-weight:bold;line-height:15px;height:auto;color:#FFF;}

ul.countryList a.one {padding:13px 5px 14px;}
ul.countryList a.two {padding:6px 5px;}

.infos .iF {display:none;padding-top:5px;}
.infos #i_default {display:block;}
.infos h3 {font-weight:bold;}

#mainNavi ul.regionList .curReg a {color:#FFF;}
#mainNavi ul.regionList #r_AFR.curReg {background-position: -185px -40px;}
#mainNavi ul.regionList #r_AME.curReg {background-position: -185px -80px;}
#mainNavi ul.regionList #r_AST.curReg {background-position: -185px -120px;}
#mainNavi ul.regionList #r_CHI.curReg {background-position: -185px -160px;}
#mainNavi ul.regionList #r_EUR.curReg {background-position: -185px -200px;}
#mainNavi ul.regionList #r_SOA.curReg {background-position: -185px -240px;}

#mainNavi ul.iconList, #mainNavi ul.linkList {border:none;}

#mainNavi ul.iconList li,
#mainNavi ul.linkList li {
	font-size:14px;
	font-weight:bold;
	height:30px;
	padding-bottom:5px;
}
#mainNavi ul.iconList li .icon {}
#mainNavi ul.linkList li a,
#mainNavi ul.iconList li .text {padding:6px 0 0 10px;}
#mainNavi ul.linkList li a {
	background: url("/images/sms/e/linkArrow_7x6.png") no-repeat scroll 0 11px transparent;
	padding-left:15px;
}
#mainNavi ul.smallHeight li {height:auto;width:100%;}
#mainNavi ul.smallHeight li a {
	padding:3px 0 0 15px;
	background-position: 0 7px;
}
 
#mainNavi ul.teaserList li {
	padding-bottom:10px;
	float:left;
} 
#mainNavi ul.teaserList li img,
.tooltipCt .naviTooltip,
.tooltipCt img,
#mainNavi #navCtrTabs .infos img {	
	padding:3px;
	border:1px solid gray;
	background-color:#FFF;
}
.tooltipCt .naviTooltip div {
	width: 60px;
	height: 45px;
	background: #FFF url(/images/teaser/teaser60.gif) no-repeat 0 0;
}
#mainNavi #navCtrTabs .infos img {width:192px;}
#mainNavi .teaserList .text h3, .tooltipCt h3 {margin-bottom:3px;}
.tooltipCt h3 {padding-top:3px;margin-left:10px;} 
#mainNavi .teaserList .text,  .tooltipCt .text {margin-left:10px;padding-top:3px;font-size:11px;line-height:15px;}
.tooltipCt .text {padding-top:0;}
.tooltipCt .amount {margin-left:10px;} 
/* Mainnavi NEW END */

/* Submenu BEGIN */
#mainNavi .sMList, #mainNavi.specialgroups .sMList {border:0;}
#mainNavi .sMList li {height:auto;}
#mainNavi .sMCt table {border-collapse:collapse;}
#mainNavi .sMCt table tr {padding:10px 0;}
#mainNavi .sMCt table td {vertical-align:top;}

#mainNavi .sMCt table td.bg {background: transparent url(/images/sms/e/naviTabTrenner.png) repeat-y scroll right 0;}
#mainNavi.specialgroups .sMCt table td.bg {background-image:url(/images/sms/e/naviTabTrennerWhite.png);}
ul#navCtrTabRow {
	z-index:30;
	border-left:none;}
#navCtrTabRow li {
	width:146px;
	height:auto;
	margin-right:6px;}
#navCtrTabRow li.last {margin-right:0;}
.liImg {
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	width:146px;
	height:60px;}
#navTabAFR .liImg {background-image: url('/images/sms/e/naviTabAfrica_146x120slice.png');}
#navTabAME .liImg {background-image: url('/images/sms/e/naviTabAmerica_146x120slice.png');}
#navTabAST .liImg {background-image: url('/images/sms/e/naviTabAustr_146x120slice.png');}
#navTabCHI .liImg {background-image: url('/images/sms/e/naviTabChina_146x120slice.png');}
#navTabEUR .liImg {background-image: url('/images/sms/e/naviTabEurope_146x120slice.png');}
#navTabSOA .liImg {background-image: url('/images/sms/e/naviTabIndia_146x120slice.png');}

#navCtrTabRow li a {
	float:none;
	padding:5px 10px;
	font-size:12px;
	color:#002F5E;
	line-height:40px;
	border:none;
	z-index:40;}
#navCtrTabRow li:hover .liImg {background-position:0 -60px;}
#navCtrTabRow li:hover a {
	color:#FFF;
	background:none;}
#navCtrTabRow li:hover .naviCtrTabCt {display:block;}
#mainNavi .naviCtrTabCt {
	margin-top:-5px;
	width:906px;
	background-color: transparent;
	display:none;}
.naviCtrTabHelper {
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:0 0;
	height:6px;
	width:906px;}
#AFR .naviCtrTabHelper {background-image: url(/images/sms/e/naviTabAfricaTop_906x6.png);}
#AME .naviCtrTabHelper {background-image: url(/images/sms/e/naviTabAmericaTop_906x6.png);}
#AST .naviCtrTabHelper {background-image: url(/images/sms/e/naviTabAustrTop_906x6.png);}
#CHI .naviCtrTabHelper {background-image: url(/images/sms/e/naviTabChinaTop_906x6.png);}
#EUR .naviCtrTabHelper {background-image: url(/images/sms/e/naviTabEuropeTop_906x6.png);}
#SOA .naviCtrTabHelper {background-image: url(/images/sms/e/naviTabIndiaTop_906x6.png);}
.naviCtrTabCt .box {
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:0 bottom;
	margin-bottom:0;	
	padding:10px;}
#AFR .box {background-image: url(/images/sms/e/naviTabAfricaBG_906x200.png);}
#AME .box {background-image: url(/images/sms/e/naviTabAmericaBG_906x500.png);}
#AST .box {background-image: url(/images/sms/e/naviTabAustrBG_906x200.png);}
#CHI .box {background-image: url(/images/sms/e/naviTabChinaBG_906x200.png);}
#EUR .box {background-image: url(/images/sms/e/naviTabEuropeBG_906x200.png);}
#SOA .box {background-image: url(/images/sms/e/naviTabIndiaBG_906x200.png);}

#mainNavi .naviCtrTabCt ul {border-left:none;}
#mainNavi .naviCtrTabCt li {
	text-align:left;
	width:auto;
	margin-right:20px;}
#mainNavi .naviCtrTabCt li a {
	color:#FFFFFF;
	text-align:left;
	padding:0 5px 0 15px;
	height:30px;
	line-height:30px;
	background: transparent url('/images/sms/e/linkArrowWhite_7x6.png') no-repeat 0 12px;}
#mainNavi .naviCtrTabCt li a:hover {
	text-decoration:underline;
	color:#FFF;}	
/* Submenu END */

/* Startpage BEGIN */
.hpCt {padding:20px 0 0 20px;}

#teasContain {
	right:10px;
	top:20px;
	z-index:30;}
.teasTb {
	width:217px;
	border: 1px solid #FFF;}
.teasTb div {height:92px;}		
.teasTb h2 {
	font-size:12px;
	color:#FFF;
	text-transform:uppercase;
	padding-left:13px;
	margin:0;
	line-height:26px;
	height:26px;
	border:0;
	background: transparent url('/images/sms/e/hpTeaserBoxHead_1x26.gif') repeat-x 0 0;
	width:204px;}
.teasTb a:hover {text-decoration:none;}
.teasTb .shadow {
	width:217px;
	height:54px;
	background:transparent url('/images/sms/e/hpTeaserBoxShadow.png') no-repeat 0 0;
	bottom:0;
	left:0;}
.teasTb a.title {
	width:180px;
	bottom:3px;
	left:15px;
	color:#FFF;}

.hpTb h2 {
	font-size:12px;
	color:#FFF;
	text-transform:uppercase;	
	width:285px;
	line-height:28px;
	padding-left:13px;
	margin:0;
	border-left:1px solid #ABBDCE;	
	background:transparent url('/images/sms/e/homepageTeaserBoxHead.gif') no-repeat right 0;}
.hpTb a {
	right:12px;
	bottom:9px;}	
.hpTb img {margin:6px 0 0 6px;}
.hpTbText {
	line-height:14px;
	width:182px;
	height:72px;
	padding:6px 10px 0 5px;}	
.hpTbCt {
	width:297px;
	height:89px;
	border:1px solid #ABBDCE;
	border-top:0;}
/* Startpage END */

/* Footer BEGIN */
#footer {
	text-align:center;
	font-size:11px;
	color:#666;
	font-weight:bold;
	position:relative;
	z-index:110;}
#footer a {
	text-decoration:none;
	padding: 0 5px;
	color:#666;}
#footer a:hover {
	text-decoration:underline;
}
#footer .footerMember {
	border-top: 5px solid #ECEBE7;
	background-color: #FFFFFF;
	padding: 0 15px;
}
#footer .footerMember a {
	padding: 0;
	color: #999;
}
#footer .footerMember a.textLink {
	font-size: 11px;
    line-height: 15px;
    padding-top: 20px;
}
#footer .tripAdvisor {
	margin: 0 auto;
}
#footer .tripAdvisor a {
	padding: 0;
}
/* Footer END */

/* MainCol BEGIN */
.breadcrumb {
	padding-left: 12px;
	background:transparent url('/images/sms/e/linkArrow_7x6.png') no-repeat scroll 0 4px;}
.breadcrumb, .breadcrumb a {
	font-size:11px;
	line-height:14px;
	color: #232323;}
.breadcrumb a {
	margin-right:5px;
	background:transparent url('/images/sms/e/linkArrow_7x6.png') no-repeat scroll right 4px;
	padding-right:15px;
	text-decoration:none;}	
.breadcrumb a:hover {text-decoration:underline;}	
.cSPLIT {height:5px;background-color:#3474b5;}
.cIntro {padding-bottom:25px;}
/* MainCol END */

/* LISTPAGE BEGIN */
.listItem {
	border:1px solid #C4CFDA;
	padding:12px 11px 9px 8px;
	margin-bottom:10px;
	background:#FFF url('/images/sms/e/listItemBG_1x200.gif') repeat-x 0 0;}
.listItemSmall {padding:5px 20px 5px 0;}	
.listItem h3, .listItem h3 a {
	font-size:14px;
	color:#002f5e;
	font-weight:bold;
	margin-bottom:5px;}
.listItemSmall h3, .listItemSmall h3 a {font-size:13px;}
.listItem h4 {
	font-size:12px;
	color:#666;
	font-weight:bold;
	margin-bottom:5px;}
.listItemSmall h4 {margin-bottom:0;}	
.listItem ul {margin:0 0 0 20px;}
.listImgBor {
	width:96px;
	height:96px;
	padding:6px;
	background:transparent url('/images/sms/e/listImgBorder_108x108.gif') no-repeat 0 0;}
.listItemText {
	font-size:11px;
	width:345px;
	padding:0 10px;}
.listItemSmall .listItemText {width:430px;}
.listItemDetails {
	width:145px;
	right:10px;
	bottom:9px;}
.listItemSmall .listItemDetails {
	text-align:right;
	right:40px;
	top:4px;} 
.listItemSmall .arrow11 {background-position:0 4px;}
.listPrice {
	font-size:16px;
	color:#002f5e;
	font-weight:bold;
	margin-bottom:15px;}
.listItemSmall span.price {float:right;padding-right:20px;}	
.listItem a {
	font-size:11px;
	padding-right:5px;}
.listItem .teaserIcons {
	right:0;
	top:0;
	height:30px;
	width:150px;
}
.listItemSmall .teaserIcons {width:30px;}
.listItem .icType, .opTeasBox .icType,
.opTeasBox .icTheme {
	right:0;
	top:0;
	background-image:url('/images/sms/e/icsTypeList_30x30.png');
	height:29px;
	width:29px;}
.opTeasBox .icTheme, .listItem .teaserIcons .icTheme {background-image:url(/images/sms/e/iconsThemesTeaser_30x30.png);}
.listBt {
	width:145px;
	height:22px;
	background:transparent url('/images/sms/e/listButton_145x22.png') no-repeat scroll 0 0;
	font-size:11px;
	color:#FFF;
	margin-bottom:5px;}
.listItemSmall .listBt {margin-bottom:0;}	
.listItemSmall .disabled {
	color:#999;
	cursor:default;
	background:transparent url('/images/sms/e/btGray_145x22.png') no-repeat scroll 0 0;}
.listPager {padding-bottom:10px;}	
.listPager a, .listPager span  {
	color:#002F5E;
	font-weight:bold;
	font-size:11px;
	padding:0 3px;}
.listPager .click {
	cursor:pointer;
	text-decoration:underline;} 
.listPager .cur {
	text-decoration:none;
	cursor:default;}
.listPager .listPgP,
.listPager .listPgN  {text-decoration:none;}
.listPager .listPgP:hover,
.listPager .listPgN:hover {text-decoration:underline;}
.listPager .listPgP {
	background: transparent url('/images/sms/e/linkArrowRight_7x6.png') no-repeat left 4px;
	padding:0 15px 0 12px;}	
.listPager .listPgN {
	background: transparent url('/images/sms/e/linkArrow_7x6.png') no-repeat right 4px;
	padding:0 10px 0 15px;}

/* TRIPADVISOR */
.listItem .teaserIcons .tripAdvisor img {height: 14px;}
	
/* LISTPAGE END */

/* EXTENDED SEARCH BEGIN */
#seaAdvBorTop, .form640Top {
	height:4px;
	background:transparent url('/images/sms/e/searchAdvBorTop_640x4.png') no-repeat scroll 0 0;}
#seaAdv, .form640BG {
	background:transparent url('/images/sms/e/seaAdvBG_1x150.gif') repeat-x scroll 0 0;
	border:1px solid #bbc9d6;
	border-top:0;
	padding:11px 9px 14px;}
#seaAdv {
	padding:15px 0 0px 20px;
	width: 618px;
}
.seaInp {
	cursor:pointer;
	margin: 0 10px;
	width:182px;
	height:22px;
	color:#666666;
	background:transparent url('/images/sms/e/searchInputWithoutVal_182x22.png') no-repeat scroll 0 0;}
.seaAdvInVal {
	color:#FFFFFF;
	background: transparent url('/images/sms/e/searchInputWithVal_182x22.png') no-repeat scroll 0 0;}
.seaInpDisabled {
	cursor: default;
	color:#AAA;
	background: transparent url('/images/sms/e/searchInputDisabled.png') no-repeat scroll 0 0;}
.seaInp .box {
	z-index:55;
	height:18px;
	overflow:hidden;
	padding:3px 30px 0 10px;}
.seaAdvMen{
	top:0px;
	left:0;
	z-index:20;
	width:182px;
	height:4px;
	color:#FFFFFF;
	background:transparent url('/images/sms/e/seaMenTop_182x4.png') no-repeat scroll 0 0;}
.seaAdvMen .box {
	margin:0;
	padding:7px 0 0 12px;}
.seaAdvMenCt {
	cursor:default;
	background:transparent url('/images/sms/e/searchAdvMenBG_182x600.png') no-repeat scroll 0 bottom;
	margin-top:4px;	
	padding:1px 3px 4px 3px;}	

.seaAdvMain, .seaAdvSub {cursor:pointer;line-height:auto;}
.seaAdvMain:hover, .seaAdvSub:hover {text-decoration:underline;}
.seaAdvSub {
	margin-left:15px;
	font-weight:normal;}
#seaAdvMenCntr .view {height:380px;}

.seaDate {
	height: auto;
	background:none;}	
.seaDate input {
	font-family:Arial,Helvetica,'Liberation Sans',FreeSans,sans-serif;
	color:#666;
	width:172px;
	height:19px;
	font-size:12px;
	padding: 3px 0 0 10px;
	cursor:pointer;
	border:0;
	background:transparent url(/images/sms/e/searchDateWithoutVal_182x22.png) no-repeat scroll 0 0;}
.seaDateVal input {	
	color:#FFF;
	background:transparent url(/images/sms/e/searchDateWithVal_182x22.png) no-repeat scroll 0 0;}
.seaDate .dateDelete {display:none;line-height:14px;}
.seaDateVal .dateDelete {display:inline;}

#holiday {
	z-Index:95;
	top:30px;
	left:181px;
	margin-left:15px;
}
#holiday select {margin-left:10px;}
#holiday table {width:250px;margin:0 10px;float:left;}
a.holiday {padding:5px 10px;}

/* Datepicker NEW */
#DP_CON {
	display: none;
	position: absolute;
	left: 0;
	top: -22px;
	padding: 15px;
	-moz-border-radius: 5px;
	border: 1px solid #BBC9D6;
	background-color: #FFF;
	width: 183px;
}
.offset #DP_CON {
	left: 105px;
}
#DP_CON #dpCloser {
	background: url(/images/sms/e/borderBoxIconDelete.png) no-repeat scroll 0 0 transparent;
	width: 19px;
	height: 19px;
	right: -5px;
	top: -5px;
	cursor: pointer;
}
#DP_CON .hasDatepicker {
	float: left;
	position:relative;
}
#DP_CON .ui-datepicker {	
	margin-top: 0;
}
#DP_CON .ui-datepicker-header {
	margin-top: 0;
	top: -3px;
}
#DP_CON a#toggleVacations {
	padding: 10px 5px 0 0;
}
#DP_CON a.hide span.show,
#DP_CON a span.hide {display:none;}
#DP_CON a span.show,
#DP_CON a.hide span.hide {
	display:block;
}
#DP_CON #holidayDraft, #DP_CON #holidayDraft .tableBox {
	-moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#DP_CON #holidayDraft {
	top: 0;
	left: 230px;
	padding: 10px;
	float: left;
	background-color: #FFF;
	border: 1px solid #BBC9D6;
	width: 252px;
}
#DP_CON #holidayDraft .tableBox {
	background-color: #EFF0F3;
	border: 1px solid #BBC9D6;
	padding: 6px 0 10px;
}
#DP_CON #holidayDraft select {
	margin-left:10px;
}
#DP_CON #holidayDraft .tableBox {
	width: 250px;
	position: relative;
}
#DP_CON #holidayDraft table {
	width:250px;
	margin:0 10px;
	float:left;
}
.offset .dateDelete {
	margin: 0 0 5px 95px;	
}
/* Datepicker NEW END */

/* Datepicker */
.ui-helper-hidden-accessible {position: absolute; left: -10000px; }
.ui-datepicker {
	font-size: 12px;
	line-height: 1.4em;
	margin-top:-22px;
	width:182px;
	padding:0;
	background:transparent url(/images/sms/e/datepickerBG_182x300.gif) no-repeat scroll 0 bottom;}
.ui-datepicker .ui-datepicker-header {
	margin-top: -3px;
	position:relative;
	height:31px;
	background:transparent url(/images/sms/e/datepickerHeaderBG_182x31.png) no-repeat scroll 0 0;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position:absolute;
	top:12px;
	width:12px;
	height:12px;
	cursor:pointer;}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {top:11px;}
.ui-datepicker .ui-datepicker-prev {
	left:12px;
	background:transparent url(/images/sms/e/datePickerPrev_12x12.png) no-repeat scroll 0 0;}
.ui-datepicker .ui-datepicker-next {
	right:12px;
	background:transparent url(/images/sms/e/datePickerNext_12x12.png) no-repeat scroll 0 0;}
.ui-datepicker .ui-datepicker-prev-hover {left:11px;}
.ui-datepicker .ui-datepicker-next-hover {right:11px;}
.ui-datepicker .ui-datepicker-title {
	padding-top:5px;
	line-height: 26px;
	text-align: center;
	color:#FFF;}
.ui-datepicker table {
	width:172px;
	font-size:12px;
	border-collapse:collapse;
	margin:0 5px 5px;}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
	color:#326594;}
.ui-datepicker td {
	border:0;
	padding:1px;
}
.ui-datepicker td.ui-state-active {
	cursor: pointer;
}
/* seems not to work at FF => JS-solution 
.ui-datepicker table td span {
	padding-left: 0; 
}
*/
.ui-datepicker td a {
	background-color:#FFF;
	color:#326594;
	display:block;
	padding:2px;
	text-align:right;
	text-decoration:none;
	border:1px solid #ccc;}
.ui-datepicker td a:hover{border:1px solid #326594;}
.ui-datepicker td.ui-state-disabled {
	text-align:right;
	padding:3px;}
.ui-datepicker td.ui-datepicker-current-day a {
	background-color:#5884b1;
	color:#FFF;}
.ui-state-default {font-weight: normal;}
td.bold .ui-state-default {font-weight: bold;}
.ui-datepicker td.vacation a {background-color:#eee;}

#out {z-index:10;}
#pager {z-index:20;}
#sorter {right:0;bottom:10px;}
#sorterCt {right:0;top:0;}
#sorter input {
	font-family:Arial,Helvetica,'Liberation Sans',FreeSans,sans-serif;
	background:transparent url(/images/sms/e/selInp_110.png) no-repeat scroll 0 0;
	border:0 none;
	color:#666666;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	height:19px;
	padding:3px 20px 0 10px;
	width:80px;}
#sorterTop, #sorterBG {width:110px;}
#sorterTop {height:4px;background:transparent url(/images/sms/e/selMenTop_110.png) no-repeat scroll 0 0;}
#sorterBG {background:transparent url(/images/sms/e/selMenBG_110.png) no-repeat scroll 0 bottom;padding:1px 0 5px;}
#sorterBG a {padding-left:10px;display:block;font-size:12px;font-weight:bold;}
#sorterBG a.dn {display:none;}
/* EXTENDED SEARCH END */

/* DETAILPAGE BEGIN */
.headerThemes h3 {line-height:17px;}
.headerThemes a {font-size:14px;line-height:17px;padding-right:10px;}
#booking {right:0;bottom:10px;}
a#BOOK, a#BOOKQUEST {
	margin-top:10px;
	width:180px;
	height:36px;
	background:transparent url('/images/sms/e/dpBtBookNow_180x36.gif') no-repeat scroll right 0;}
a#BOOKQUEST {width:233px;background:transparent url('/images/sms/e/dpBtBookQuestion.gif') no-repeat scroll right 0;}
a#BOOKQUEST.VERInfo {
	height: 34px;
	width: 142px;
	background-image: url(/images/sms/e/Button_buchungsinfo_gebeco.jpg);
}

.ratingStarsWrap,
.ratingStars {
	width:49px !important;
	float:left;
	height:9px;
	background: transparent url(/images/sms/e/gebeco_stars.png) scroll no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 0;
}
.ratingStarsWrap {
	margin:2px 15px 0 5px;
	background-position: 0 -9px;
	position: relative;
}
.ratingStars10 {width:9px !important;}
.ratingStars15 {width:15px !important;}
.ratingStars20 {width:20px !important;}
.ratingStars25 {width:25px !important;}
.ratingStars30 {width:30px !important;}
.ratingStars35 {width:35px !important;}
.ratingStars40 {width:40px !important;}
.ratingStars45 {width:45px !important;}
.ratingStars50 {width:49px !important;}

.hike, .bike {background:transparent url(/images/sms/e/bike_inv_empty.png) no-repeat 0 0;float:left;width:60px;height:20px;position:relative;}
.hike {background-image:url(/images/sms/e/hike_inv_empty.png);width:54px;margin-right:10px;}
.hike .level, .bike .level {background:transparent url(/images/sms/e/hike_inv_full.png) no-repeat 0 0;width:54px;height:20px;top:0;left:0;overflow:hidden;}
.bike .level {background-image:url(/images/sms/e/bike_inv_full.png);}
.hike00,.bike00 {display:none;}
.hike10 .level {width:18px;}
.hike15 .level {width:27px;}
.hike20 .level {width:37px;}
.hike25 .level {width:46px;}
.hike30 .level {width:54px;}
.bike10 .level {width:29px;}
.bike15 .level {width:45px;}
.bike20 .level {width:60px;}

.productControls a {	
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	height: 18px;
}
.productControls {
	padding: 2px 7px 3px 5px;
	border: 1px solid #AAA;
}

.guarantee {font-weight:bold;color:#BD1F2D;cursor:pointer;padding-left:3px;}

#dpTabs {width:100%;height:100%;margin-left:-10px;}
#countryInfoTabs {width:100%;margin-left:-6px;}
#dpTabsTop {
	height:5px;
	background:transparent url('/images/sms/e/dpTabBorderTop_652x5.gif') no-repeat scroll 0 0;}
#dpTabRow {
	height:23px;
	background:transparent url('/images/sms/e/dpTabBG_652x22.gif') no-repeat scroll 0 0;}
#dpTabRow li {
	cursor:pointer;
	height:22px;
	line-height:22px;
	font-size:11px;
	color:#002f5e;
	font-weight:bold;
	border-right:1px solid #b9b9b9;
	border-bottom:1px solid #b9b9b9;}
#dpTabRow li a {text-decoration:none;}

#dpLiOvw {width:97px;}
#dpLiDays {width:106px;}
#dpLiDate {width:141px;}
#dpLiImpr {width:113px;}
#dpLiCou {width:98px;}
#dpLiSer {width:92px;}
/* Hotels */
#dpLiRooms {width:146px;}
#dpLiLocate {width:78px;}
#dpLiComments {width:120px;}

#dpTabHelp {
	height:1px;
	width:652px;
	left:0px;
	top:27px;
	background:transparent url('/images/sms/e/dpTabBorderHelper_652x1.png') no-repeat scroll 0 0;
	z-index:10;}
#dpTabRow li.dpTabLast {border-right:0;}
#dpTabRow li:hover,
#dpTabRow li.ui-state-active {background:#FFF url() no-repeat scroll 0 0;}
#dpTabRow li.dpTabFirst:hover,
#dpTabRow li.ui-state-active.dpTabFirst {background:#FFF url('/images/sms/e/dpTabFirstBG_5x22.gif') no-repeat scroll left 0;}
#dpTabRow li.dpTabLast:hover,
#dpTabRow li.ui-state-active.dpTabLast {background:#FFF url('/images/sms/e/dpTabLastBG_5x22.gif') no-repeat scroll right 0;}
#dpTabRow li.ui-state-active {border-bottom:1px solid #FFF;}

.dpTabsCt {
	width:627px;
	padding:25px 10px 0 15px;
	background:transparent url('/images/sms/e/dpTabBorderHelper_652x1.png') repeat scroll 0 0;}
#dpTabsBot {
	height:9px;
	background:transparent url('/images/sms/e/dpTabBorderBot_652x9.gif') no-repeat scroll 0 0;}
.dpTabBotLi {border:1px solid #bcbcbc;}
.dpTabBotLi li {/*height:33px;*/height:29px;}
.dpTabBotLi div{
	border:1px solid #FFF;
	background-color:#ecebe7;}
.dpTabBotLi ul {
	/* wenn vierter Link 
	padding-left:10px;*/
	padding-left:90px;}
.dpTabBotLi a{
	font-size:11px;
	color:#666;
	text-decoration:none;
	height:30px;
	line-height:30px;
	padding: 0 10px 0 23px;}
/*.liREZEN{background: transparent url(/images/sms/e/icDpLiREZEN_19x19.gif) no-repeat 0 5px;}
.liREMEM{background: transparent url(/images/sms/e/icDpLiREMEM_19x19.gif) no-repeat 0 5px;}*/
.liPGPRI{background: transparent url(/images/sms/e/icDpLiPGPRI_19x19.gif) no-repeat 0 5px;}
.liTRPRI{width:200px;background: transparent url(/images/sms/e/icDpLiTRPRI_19x19.gif) no-repeat 0 5px;}
.dpTabBotLi a:hover{text-decoration:underline;}

.printIcon span.bg,
.remindIcon span.bg {
	background: transparent url(/images/sms/e/icons_free.png) -24px 1px scroll no-repeat;
	height: 18px;
	margin-right: 5px;
	width: 20px;
	display: inline-block;
	float: left;
	
}
.remindIcon span.bg {
	background-position: -75px 1px;
	width: 15px;
	margin: 0 3px; 
}
	
/* TABS DETAILPAGE BEGIN */

/* TAB Ueberblick BEGIN */
#sliUeberblick .bitem {
	background: #FFF url(/images/sms/e/sliderTrenner_13x148.gif) no-repeat scroll right 0;
	width:353px;}
#sliUeberblick a:hover {text-decoration:none;}
#sliUeberblick .lastitem {
	background: none;
	width:auto;}
.snl,
.snr {
	width:23px;
	height:23px;
	top:67px;
	cursor:pointer;
	display:none;}
.snl{left:3px;}
.snr{right:3px;}
/* TAB Ueberblick END */
	
/* TAB Reiseverlauf BEGIN */
#overlay {
	background-color: #000;
	width: 100%;
	height: 100%;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	display:none;}
#googleMapL {
	position:fixed;
	z-index:110;
	left:-10000px;
	top:60px;}
#googleMapL .box {
	background-color: #FFF;
	padding:20px;}
#closeMap {
	cursor:pointer;
	height:19px;
	padding-right:25px;
	background:transparent url(/images/sms/e/borderBoxIconDelete.png) no-repeat scroll right 0;}
/* TAB Reiseverlauf END */

#dpTabs #airports, #dpTabs .flights {
	display: none;
}

/* GoogleMap App BEGIN */
.mapAppWidget {
	position: absolute;
	top: 0px;
	left: -10000px;	
	width: 950px;	
	z-index: 9999;
	background-color: #EEE;
	border: 2px solid #666;
	font-size: 11px;
	font-weight: normal;
	font-family: "Verdana";	
}
.borderradius .mapAppWidget {
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.mapAppOverlay {
	display:none;
	position: absolute;
	top: 0;
	left: 0;	
	width: 100%;
	height: 100%;	
	background-color: #FFFFFF;
	z-index: 9998;
	
	filter:alpha(opacity=70);  
    -moz-opacity:0.7;  
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.mapApp {
	width: 620px;
	height: 250px;
	cursor: pointer;
}
/* IF MAP IS NOT IN OVERLAY */
.mapAppWidget.inline {
	left: 0;
	width: 620px;
	height: 400px;
	position: relative;
	/*border-radius: 1px;*/
}
.mapAppWidget.inline .ct {
	width: 600px;
	height: auto;
}
.mapAppWidget.inline .mapView {
	width: 598px;
	height: 378px;	
}
.mapAppWidget.inline .mapControlType {
	right: 20px;
}
.mapAppWidget.inline .showAllStations {
	margin-top: 10px;
	padding-right: 10px;
	float: right;
	width: auto;	
}
.mapAppWidget.useSmallMap {
	height: 270px;
}
.mapAppWidget.useSmallMap .mapView {
	height: 248px;
}

/* GENERAL STYLES */
.boxshadow .shadowBox {
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow:  0px 0px 5px #999;
	box-shadow:  0px 0px 5px #999;
}
.borderBox {
	border: 1px solid #999;
}
.borderradius .roundedBox {
	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.borderradius .roundedBox10 {
	-moz-border-radius: 10px;
 	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.mapAppWidget .ct {
	overflow:hidden;
	float: left;
	padding: 10px;
	position: relative;
}
/* TEASER SMALL MAP */
.mapTeaser {
	top: 10px;
	right: 10px;
	width: 216px;
	background: #FFF;
	cursor: pointer;
}
.mapTeaser .box {
	padding: 10px;
	margin: 0;
}
.mapTeaser hr {
	border-color: #B8B8B8;
}
.mapTeaser img {
	border: 1px solid #B8B8B8;
	padding: 1px;
}

/* MAP */
.mapAppWidget .mapView,
.mapAppWidget .listView {
	float: left;	
	height: 500px;	
}
.mapAppWidget .mapView {	
	width: 668px;
}
.mapCloser, .specialCloser {
	cursor: pointer;
	width: 22px;
	height: 22px;
	background: transparent url(/images/sms/e/closerX.png) no-repeat scroll 0 0;
	top: -10px;
	right: -10px;	
}
.specialCloser {
	top: -5px;
	right: -5px;
}
.mapControl {
	position: absolute;
	background-color: #FFF;
}
.mapControlType {
	padding: 10px 4px 4px;		
	right: 310px;
	top: -50px;
}
.mapControlType ul {
	margin: 0;
	float: left;
	background-color: #FFF;
	list-style-type: none;
}
.mapControlType li {
	font-family: "Arial";
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;	
	background-color: #CCC;
	width: 60px;
	padding: 2px;
	float: left;
	text-align: center;
	cursor: pointer;
	border: 1px solid #CCC;
	border-right: 0;
	background: url(/images/sms/e/bt_bg_default_1x20.gif) repeat-x scroll 0 bottom #FFF;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#BBBBBB');
}
.cssgradients .mapControlType li {
	background: -moz-linear-gradient(100% 0 270deg, #FFFFFF, #BBBBBB) repeat scroll 0 0 transparent !important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#BBBBBB)) !important;
}
.mapControlType li.last {
	border-right: 1px solid #CCC;
}
.borderradius .mapControlType li.first {
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.borderradius .mapControlType li.last {
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.mapControlType li.selected {
	border-color: #BBB;
	color: #FFF;
	background: url("/images/sms/e/borderBoxHeaderBG.png") repeat-x scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#397CBE', endColorstr='#023262');
}
.cssgradients .mapControlType li.selected {
	background: -moz-linear-gradient(100% 0 270deg, #397CBE, #023262) repeat scroll 0 0 transparent !important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#397CBE), to(#023262)) !important;
}
.mapControlView {
	left: -75px;
	top: 15px;
	width: 70px;
	height: 85px;
}
.mapControlView div {
	width: 15px;
	height: 15px;
	position: absolute;
	cursor: pointer;
	background-color: #FFF;
	background-repeat: no-repeat;
}
.mapControlView div.mapUp,
.mapControlView div.mapDown,
.mapControlView div.mapZoomIn,
.mapControlView div.mapZoomOut {
	background-image: url(/images/sms/e/mapUp.gif);	
	left: 42px;
	top: 6px;
}
.mapControlView div.mapLeft,
.mapControlView div.mapRight {
	top: 22px;	
}
.mapControlView div.mapLeft,
.mapControlView div.mapZoomIn {
	background-image: url(/images/sms/e/mapLeft.gif);
	left: 34px;
}
.mapControlView div.mapRight,
.mapControlView div.mapZoomOut {
	background-image: url(/images/sms/e/mapRight.gif);
	left: 51px;
}
.mapControlView div.mapDown {
	background-image: url(/images/sms/e/mapDown.gif);
	top: 39px;
}
.mapControlView div.mapZoomIn {
	background-image: url(/images/sms/e/mapZoomIn.gif);
	top: 65px;
}
.mapControlView div.mapZoomOut {
	background-image: url(/images/sms/e/mapZoomOut.gif);
	top: 65px;
}
.mapControlLegendHandler {
	font-family: "Arial";
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	top: 110px;
	left: -160px;
	padding: 4px 5px 3px 10px;
	width: 70px;
	text-align:right;
	cursor: pointer;
}
.mapControlLegend {
	top: 145px;
	left: -150px;
	padding: 5px 10px 0 30px
}
.mapControlLegend li {
	padding: 0 0 0 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 24px;
	margin-bottom: 5px;
}

.scrollCt {float:left;}

/* LIST */
.showAllStations {
	margin-bottom: 10px;
}
.mapAppWidget .listView {
	width: 250px;
	padding-left: 10px;
}
.productDetails,
.eventList {
	padding: 3px;
	background-color: #FFF;
	color: #666;
}
.productDetails {
	margin-bottom: 10px;
}
.mapAppWidget .listView .box {
	padding: 10px;
	margin: 0;
}
.listView h2 {
	font-family: "Arial";
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;	
	color: #FFF;
	padding: 3px 10px;
	margin: 0;
	line-height: 1.4em;
	background: url("/images/sms/e/borderBoxHeaderBG.png") repeat-x scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#397CBE', endColorstr='#023262'); 
}
.cssgradients .listView h2 {
	background: -moz-linear-gradient(100% 0 270deg, #397CBE, #023262) repeat scroll 0 0 transparent !important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#397CBE), to(#023262)) !important;
}
.listView h3,
.listView h4,
.eventContainer .eventIndex,
.eventContainer .eventTitle {
	font-size: 16px;
	font-weight: bold;	
	color: #666;
	margin: 0 0 5px;	
	line-height: 1.4em;
}
.listView h4 {
	font-size: 13px;
}
.listView p {
	margin: 0;
}
.eventList .scrollable ul {
	padding-right: 20px;
}
.scrollView {
	overflow: hidden;
	position: relative;
}
.scrollBar {
	position: absolute;
	width: 15px;
	top: 0;
	right: 0;
	background: #EEEEEE url(/images/sms/e/scrollHandle.png) no-repeat 0 0;
	cursor: pointer;	
}
.borderradius .scrollBar {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
} 
.eventList ul {
	list-style-type: none;
	padding: 0;
	margin: 0;	
}
.eventList li {
	cursor: pointer;
	padding: 7px 2px;
	border-bottom: 1px solid #CCC;	
}
.eventList li.last {
	border-bottom: none;
}
.eventList li.selected {
	background-color: #c0ddf9;
}
.eventList li .eventIndex {
	font-weight: bold;
	padding-bottom: 3px;
}

/* DETAIL */
.mapAppWidget .eventView,
.mapAppWidget .prevEvent,
.mapAppWidget .nextEvent,
.mapAppWidget .viewPort,
.mapAppWidget .slideRow,
.mapAppWidget .eventContainer,
.mapAppWidget .eventContainer .eventIndex {
	height: 150px;
	float: left;
	position: relative;
}
.mapAppWidget .viewPort {
	overflow:hidden;
}	
.mapAppWidget .eventView {
	background-color: #FFF;
	width: 929px;
	margin-top: 10px;
}
.mapAppWidget .prevEvent,
.mapAppWidget .nextEvent {
	cursor: pointer;
	background: transparent url(/images/sms/e/slidePrev.png) no-repeat 8px 13px scroll;
	width:40px;
}
.mapAppWidget .nextEvent {
	 background-image: url(/images/sms/e/slideNext.png);
}
.mapAppWidget .viewPort,
.mapAppWidget .eventContainer {
	width: 829px;
	width: 620px;
}
.mapAppWidget .slideRow {
	width: 100000px;
}
.mapAppWidget .eventContainer .eventIndex {
	padding: 0 10px 0 10px;
	width: 70px;
}
.mapAppWidget .eventContainer .eventIndex,
.mapAppWidget .eventContainer .eventTitle {
	padding-top: 15px;
}
.mapAppWidget .eventContainer .eventTitle,
.mapAppWidget .eventContainer .eventContent,
.mapAppWidget .eventContainer .scrollView {
	float: left;
	width: 500px;
}
.mapAppWidget .eventContainer .scrollable {
	padding-right: 30px;
}
.mapAppWidget .eventContainer .eventContent {
	color: #666;
}
.mapAppWidget .mapLogo {
	right: 10px;
	bottom: 10px;
} 
/* GoogleMap App END */

/* TAB Termine und Preise BEGIN */
.btBlue {
	padding:2px 0;
	color:#FFF;
	width:145px;
	height:22px;
	background:transparent url('/images/sms/e/btBlue_145x22.png') no-repeat scroll 0 0;}
/* TAB Termine und Preise END */

/* TAB Laenderinfos BEGIN */
#ctrInfoSel {margin:0;height:19px;padding:3px 30px 0 10px;width:142px;}
#ctrInfoMen {width:182px;}
#ctrInfoMen a {display:block;}
#laenderinfos h2, .ctrPage h2 {margin-bottom:0;}
#laenderinfos h3, .ctrPage h3 {margin-top:20px;margin-bottom:0;font-size:16px;font-weight:bold;color:#333;}
#laenderinfos h4, .ctrPage h4 {margin-top:10px;margin-bottom:0;font-size:14px;font-weight:bold;color:#666;}
#laenderinfos p, .ctrPage p {width:500px;margin-top:5px;margin-bottom:10px;}
/* TAB Laenderinfos END */

/* TAB Service BEGIN */
#service a {
	color: #666;
	text-decoration:underline;}
		
/* TAB Service END */	
/* TABS DETAILPAGE END */	
		
/* DETAILPAGE END */

/* Box of BorderCol, general BEGIN */
.bb {
	width:231px;
	margin-bottom:13px;
	}
.bb h2 {
	font-size:11px;
	color:#FFF;
	font-weight:bold;
	letter-spacing:0.5px;
	text-transform:uppercase;	
	width:208px;	/* gesamt 217px */
	height:23px;
	line-height:23px;
	padding-left:9px;
	margin: 0;	
	border-left:1px solid #E4E4E4;
	border-right:1px solid #E4E4E4;	
	background:transparent url('/images/sms/e/borderBoxHeaderBG.png') repeat-x 0 0;}
.bb h3 {
	font-size:11px;
	margin:0;
	color:#222;}
.bb p {color:#222;}
.bbTop {
	height:5px;
	background:transparent url('/images/sms/e/borderBoxBorderTop.png') no-repeat 0 0;}
.bbSide {
	font-size:11px;
	line-height:14px;	
	height:100%;
	background:#FFF url('/images/sms/e/borderBoxBorderSides.gif') repeat-y 0 0;
	padding: 2px 6px;}
.bbBot {
	height:5px;
	background:transparent url('/images/sms/e/borderBoxBorderBot.png') no-repeat 0 0;}
.bbHeadBot {
	background:transparent url('/images/sms/e/borderBoxHeaderShad.png') repeat-x 0 0;
	height:4px;
	width:217px;
	left:1px;
	top:0;
	z-index:10;
}
.bbCt {padding:10px 10px 6px;}
#bbACC-NNK {height:352px;overflow:hidden;}
#bbACC-NNK .bbSide {height:338px;overflow:hidden;}
#bbACC-NNK .bbCt {height:250px;overflow:hidden;}

.specialgroups #bbACC-NNK {height:277px;overflow:hidden;}
.specialgroups #bbACC-NNK .bbSide {height:260px;overflow:hidden;}
.specialgroups #bbACC-NNK .bbCt {height:175px;overflow:hidden;}
 
.bbBt {
	font-size:11px;
	cursor:pointer;
	text-align:center;
	border:0;}
.bbBtL {
	width:198px;
	height:22px;
	background: transparent url('/images/sms/e/borderBoxButton_198x22.png') no-repeat 0 0;}
.bbBtM {
	width:98px;
	height:22px;
	background: transparent url('/images/sms/e/borderBoxButton_98x22.png') no-repeat 0 0;}
.bbInp {
	padding-left:5px;
	width:191px;
	border:1px solid #bcbcbc;
	color:#bcbcbc;
	height:15px;
	margin-bottom:10px;}
.bbInp:focus {color:#222222;}
/* Box of BorderCol, general END */

/* Box of BorderCol, content BEGIN */

/* SIDEBAR MERKENBOX */
#merkliste .bbCt {
	padding-top:5px;
}
#merkliste h3 {
	display:none;
	position: relative;
	float: left;
	width: 173px;
	padding: 2px 5px 2px 20px;
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url("/images/sms/e/icAccMore_9x9.png") no-repeat scroll 5px center #CCC;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px; 
}
#merkliste h3.open {
	background: #002F5E url(/images/sms/e/icAccCurr_9x9.png) no-repeat scroll 5px center;
	color: #FFF;
}
#merkliste h3 span.count {
	float: right;
}
#merkliste ul {
	display:none;
	margin-bottom: 5px;
	padding: 4px 0;
}
#merkliste ul li {
	width: 192px;
	padding: 3px;
	float: left;
}
#merkliste ul li * {
	float: left;
}
#merkliste ul li.borderTop {
	border-top: 1px solid #ccc;
}
#merkliste ul .ct {
	width: 165px;
}
#merkliste ul .ct img {
	width: 34px;
	height: 34px;
	border: 1px solid #CCC;
	padding: 2px;
	background-color: #FFF;
	margin-right: 5px;
}
#merkliste ul .ct div {
	color: #666;
}
#merkliste ul .ctrl {
	width: 19px;
	float: right;
}
#merkliste ul .ctrl .delete {
	width: 19px;
	height: 19px;
	background: url("/images/sms/e/borderBoxIconDelete.png") no-repeat scroll 0 0 transparent;
}
#merkliste #toCompareView {
	display: none;
	margin-top: 10px;
}
#merkliste .emptyInfo {
	display:none;
} 
#merkliste.empty .emptyInfo {
	display:block;
}
#merkliste.empty .bbCt {
	padding-bottom: 2px;
}
#reminderLoader {
	padding-top: 3px;
}
#reminderLoader img {
	width: 200px;
}
.toggleLists {
	display: none;
}
.toggleLists a,.toggleLists a:hover {
	background-position: 0 4px;
	padding-left: 10px;
}

/* SIDEBAR MERKENBOX ENDE */

/* VERGLEICHSTABELLE */
#mvTabs.specialGroups {
	display:none;
}
#mvList.specialGroups {
	border-top: 1px solid #B9B9B9;
}
#mvList .list ul {
	max-height: 250px;
    margin: 10px;
    overflow-y: auto;
	padding-bottom: 10px;
}
#mvList .list ul li {
	margin-bottom: 10px;
}
#mvList li .ct,
#addOnsBlock .tabCt .ct,
.productsForCountryBlock .ct {
	float: left;
	cursor: move;
	width: 410px;
	padding: 3px 5px;
	border:1px solid #C4CFDA;
	background-color: #F0F1F4;
	position: relative;
	display: inline-block;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#addOnsBlock .tabCt .ct,
.productsForCountryBlock .ct {
	width: 605px;
	cursor: default;
	margin-bottom: 10px;
	padding: 8px;
}
#mvList li .ctrl {
	padding: 5px 10px;
	cursor: pointer;
}
#mvList .list ul li.dropped .ct {
	cursor: default;
}
#mvList .list ul li .hover {
	border:1px solid #002F5E;
}
#mvList .list ul li.dropped .ct {
	border:1px dotted #C4CFDA;
	background:#FFF;
}
#mvList li.dropped .ct .text h3 {
	color: #666;
}
#mvList li .ct img,
#addOnsBlock .tabCt .ct img,
.productsForCountryBlock .ct img  {
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #FFF;
	margin-right: 10px;
}
#addOnsBlock .tabCt .ct img,
.productsForCountryBlock .ct img {
	width: 85px;
	height: 85px;
}
#mvList li .ct .text,
#addOnsBlock .tabCt .ct .text,
.productsForCountryBlock .ct .text  {
	width: 360px;
	padding-top: 3px;
}
#addOnsBlock .tabCt .ct .text,
.productsForCountryBlock .ct .text {
	width: 340px;	
}

#mvList li .ct .text h3 {
	margin-bottom: 2px;
}
#mvList li .ct .text span,
#addOnsBlock .tabCt .ct .text span,
.productsForCountryBlock .ct span  {
	color: #666;
	font-weight: bold;
}
#addOnsBlock .tabCt .ct .ratingStarsWrap  {
	margin-top: 4px;
}
#mvList li .ct .text .price {
	float: right;
	padding-right: 20px;
}
#addOnsBlock .tabCt .ct ul,
.productsForCountryBlock .ct ul {
	float: left;
	margin-left: 20px;
}
#addOnsBlock .tabCt .ct .price,
.productsForCountryBlock .ct .price {
	color: #002F5E;
	padding: 10px 10px 0 0;
}
#addOnsBlock .tabCt .ct .ctrl,
.productsForCountryBlock .ctrl {
	right: 10px;
	bottom: 10px;
}
#mvList li .ctrlLink {
	background: url(/images/sms/e/bt_deeplink24b.png) no-repeat scroll 0 0 transparent;
	height:24px;
	width:24px;
	margin-right: 10px;	
}
#mvList li .ctrlCompare {
	background: url(/images/sms/e/bt_compare24b.png) no-repeat scroll 0 0 transparent;
	height:24px;
	width:24px;
	margin-right: 10px;	
}
#mvList li.dropped .ctrlCompare {
	background: url(/images/sms/e/disabled_bt_compare24b.png) no-repeat scroll 0 0 transparent;
	cursor: default;
}
#mvList li .ctrlDelete {
	background: url(/images/sms/e/bt_delete24b.png) no-repeat scroll 0 0 transparent;
	height:24px;
	width:24px;
}

#compareLoader {
	padding: 20px 0;
}

#mvList .mvCompare {
	display:none;
	padding: 10px 0 10px 10px;
	border-top: 5px solid #666;
}
#mvList .mvCompare div.slot {	
	margin-right: 10px;
	background-color: #FFF;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	
	-moz-box-shadow: 5px 5px 20px #CCC;
	-webkit-box-shadow: 5px 5px 20px #CCC;
	box-shadow: 5px 5px 20px #CCC;
	
	text-align: center;
	width: 195px;
	padding: 0px;
	
	border: 2px solid #002F5E;	
}
#mvList .mvCompare div.slotEmpty {
	width: 155px;
	padding: 20px;
	border-style: dotted;
	text-transform: uppercase;
	
	font-weight:bold;
	color: #002F5E;	
}
#mvList .mvCompare div.slot div.tip {
	display: none;
}
#mvList .mvCompare div.slotEmpty div.tip {
	display: block;
}
#mvList .mvCompare div.slot .wrap div.deselect {
	background: url(/images/sms/e/bt_remove24b.png) no-repeat scroll 0 0 transparent;
	cursor: pointer;
	height:24px;
	width:24px;
	right: -5px;
	top: -5px;
	padding: 0;
	border: none;
}
#mvList .mvCompare div.slot img {
	margin: 4px;
	padding: 4px;
	border: 1px solid #666;
}
#mvList .mvCompare div.slot a {
	cursor: pointer;
}
#mvList .mvCompare div.slot .wrap div {
	padding: 5px;
	width: 185px;
	border-top: 1px solid #CCC;
}
#mvList .mvCompare div.slot .wrap div.inline,
#mvList .mvCompare div.slot .wrap div.ratingStarsWrap,
#mvList .mvCompare div.slot .wrap div.ratingStars {
	padding: 0;
	border: none;
	margin: 0;
}
#mvList .mvCompare div.slot .wrap div.ratingStarsWrap {
	float:none;
	margin: 2px auto;
}
#mvList .mvCompare div.slot .wrap div.rowHover {
	background-color: #ccc;
}
#mvList .mvCompare div.slot .wrap div ul {
	padding: 5px;
	list-style-position: inside;
}
#mvList .mvCompare div.slot .wrap div ul li {
	margin-bottom: 2px;
}
#mvList .mvCompare div.dropLight {
	background-color: #CCC;
}
/* VERGLEICHSTABELLE ENDE */

/* REISEN DER WOCHE BEGIN, GUIDES-SLIDER */
.slideshow .frame {display:none;}
.slideshow .prev, .slideshow .next,
#guideApp .prev, #guideApp .next {
	display:none;
	top:75px;
	z-index:10;
	cursor:pointer;
	width: 23px;
	height:23px;
	background: transparent url(/images/sms/e/icPREV_23x23.png) no-repeat 0 0;
}
#guideApp .prev, #guideApp .next {
	top: 80px;
	display: block;
}
.slideshow .prev {
	left:3px;
}
#guideApp .prev {
	left: 0;
}
.slideshow .next,
#guideApp .next {
	right:4px;
	background: transparent url(/images/sms/e/icNEXT_23x23.png) no-repeat 0 0;
}
#guideApp .next {
	right: 0;
}
.bbSide .slideshow {
	margin-left:1px !important;
}
#bbPUSH .bbHeadBot {
	display:none;
}
#r .slideshow .shadow {
	width:217px;
	height:54px;
	background:transparent url('/images/sms/e/hpTeaserBoxShadow.png') no-repeat 0 0;
	bottom:0;
	left:0;
}
#r .slideshow .text, 
#r .slideshow .text a {
	bottom: 0;
	color:#FFFFFF;
	font-family:"Frutiger","Arial","Tahoma";
	font-size:18px;
	font-style:italic;
	left:0;
	line-height:20px;
	width:141px;
	padding: 0 67px 6px 9px;
	background: url("/images/sms/e/hpTeaserBoxShadow_big2.png") no-repeat scroll 0 0 transparent;
}
/* REISEN DER WOCHE END */

/* ACCORDION - NNK BEGIN */
.acc .bbHead {cursor:pointer;}
.bbNews li {padding-bottom:10px;}
.bbNews em {padding-left:5px;}
#bbNEWL {padding-top:15px;}
#bbACC-NNK h2 {cursor:pointer;}
#bbACC-NNK img {padding-left:1px;}
.bb h2.accHeader span {height:23px;width:18px;display:inline;float:left;background:transparent url('/images/sms/e/icAccMore_9x9.png') no-repeat 0 7px;}
.bb h2.cur span {background:transparent url('/images/sms/e/icAccCurr_9x9.png') no-repeat 0 7px;}
/* ACCORDION - NNK END */
/* Box of BorderCol, content END */

/* FULL SEARCH + CONTENT TOGGLER */
#fullSearchRes .resBlock h2.head,
h2.contentToggler {
	text-transform: uppercase;
    background: url(/images/sms/e/icAccMore_9x9.png) no-repeat scroll 9px center #CCCCCC;
    cursor: pointer;
	color: #222222;
    padding: 5px 10px 5px 25px;
	width: 605px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#fullSearchRes .open h2.head,
h2.contentToggler.open {
	color: #FFFFFF;
	background: url(/images/sms/e/icAccCurr_9x9.png) no-repeat scroll 9px center #002F5E;
}
h2.contentToggler {
	float: left;
	font-weight: bold;
}
#fullSearchRes .resBlock h2.singular span.p,
#fullSearchRes .resBlock h2 span.s {
	display:none;
}
#fullSearchRes .resBlock h2.singular span.s {
	display:inline;
}
#fullSearchRes .resBlock h2 .show,
#fullSearchRes .resBlock h2 .hide,
h2.contentToggler span {
	padding-right: 5px;
	cursor: pointer;
	font-size:10px;
	font-style:normal;
	text-transform: none;
}
#fullSearchRes .open h2 .show,
#fullSearchRes .resBlock h2 .hide,
h2.contentToggler.open span.show,
h2.contentToggler span.hide {
	display: none;
}
#fullSearchRes .open h2 .hide,
h2.contentToggler.open span.hide {
	display:inline;
}
#fullSearchRes .resBlock .hideMe {
	display:none;
}
#fullSearchRes .open .hideMe {
	display:block;
}
#fullSearchRes .resBlock .out {
	float: left;
}
#fullSearchRes .resBlock .wide ul li {
	margin-bottom: 5px;
}
#fullSearchRes .resBlock .wide ul li,
#fullSearchRes .resBlock .wide ul li a {
	float: left;
	width: 100%;
}
#fullSearchRes .resBlock .wide ul li a.main {
	font-size: 14px;
}
#fullSearchRes .resBlock .small ul li {
	float: left;
	width: 180px;
	padding-right: 20px;
}
#fullSearchRes .resBlock .small ul li a {
	font-weight: bold;
	color: #002F5E;
}

/* MORE STATIC LINKS AT TEASER */
#moreLinksTeaser,
#moreLinksTeaser .header {
	width: 220px;
	right: 20px;
	top: 20px;
	background-color: rgba(255, 255, 255, 0.8);
}
#moreLinksTeaser .box {
	padding: 10px;
	margin: 0;	
}
#moreLinksTeaser .header {
	height: 23px;
	line-height: 23px;
	padding-right: 30px;
	width: 190px;
	color: #FFF;
	-moz-border-radius: 5px 5px 0 0;
}
#moreLinksTeaser a {
	width: 178px;
}
#moreLinksToggler {
	height: 17px;
	line-height: 17px;
    padding: 0 0 0 1px;
    right: 22px;
    top: 22px;
    width: 17px;
}


/* special toggler */
.specialToggler,
.specialOverlay {
	color: #FFF;
	position: fixed;
	left: -1000px;
	top: 0px;
	border: 2px solid #FFF;
	z-index: 1010;
	background: transparent;
}
.specialToggler .title {
	font-size: 20px;
	padding: 15px 15px 10px;
}
.specialOverlay {
	font-size: 14px;
	background: #1C558D;
	background: rgba(28, 85, 141,0.8);
}
.specialOverlay .box {
	padding: 15px;
	margin: 0;
}
.specialOverlay h2 {
	line-height: 18px;
}

.icType, .icTheme {
	width:30px;
	height:30px;
	background-image:url('/images/sms/e/icsType_30x30.png');
	background-color:transparent;}
.icons .icType, .icons .icTheme {margin-right:5px;}
.hotelIcons {top: 25px; right: 5px;}
.icTheme {background-image:url(/images/sms/e/iconsThemes_30x30.png);display:none;padding:0;}

.icTypeSTD{background-position:0 0;}
.icTypePRV{background-position:-30px 0;}
.icTypeSTU{background-position:-90px 0;}
.icTypeERL{background-position:-120px 0;}
.icTypeAKT {background-position:-150px 0;}
.icTypeBAU {background-position:-210px 0;}
.icTypeHOT {background-position:-240px 0;}
 

.icThemeTHG, .icThemeTHN, .icThemeTHM, .icThemeTHK, .icThemeTHR {display:block;}
.icThemeTHG{background-position:0 0;}
.icThemeTHN{background-position:-30px 0;}
.icThemeTHM{background-position:-60px 0;}
.icThemeTHK{background-position:-90px 0;}
.icThemeTHR{background-position:-120px 0;}

.listItem .icTypeNoStyle {background-image:none;}
.listItem .teaserIcons a {padding-right:2px;width:29px;height:29px;overflow:hidden;}
.listItem .teaserIcons .tripAdvisor {padding-right: 5px;}
.listItem .teaserIcons .tripAdvisor a {line-height: 10px;color: #333;font-size:10px;}
.listItem .teaserIcons .tripAdvisor span,
.listItem .teaserIcons .tripAdvisor img {float:right;}
.listItem .teaserIcons .tripAdvisor img {margin-bottom:2px;}
.listItem .teaserIcons .tripAdvisor a:hover span {text-decoration:underline;}

.icCHI{background-color:#faba00;}
.icAFR{background-color:#993333;}
.icEUR{background-color:#003366;}
.icAST{background-color:#990000;}
.icSOA{background-color:#ff9933;}
.icAME{background-color:#009933;}

.g400 {width:400px;}
.g460 {width:460px;}
.g430 {width:430px;}
.g200 {width:200px;}
.g620 {width:620px;}
.g640 {width:640px;}
.g180 {width:180px;}
.g195 {width:195px;}
.g300 {width:300px;}
.g350 {width:350px;}
.g213 {width:213px;}
.g50p {width:50%;}
.g100p {width:100%;}
.g310 {width:310px;}
.g500 {width:500px;}
.g600 {width:600px;}
.g632 {width:632px;}
.g143 {width:143px;}
.g155 {width:155px;}
.g120 {width:120px;}
.g320 {width:320px;}
.g230 {width:230px;}
.g240 {width:240px;}
.g750 {width:750px;}
.g140 {width:140px;}
.g80 {width:80px;}

.g100 {width:100px;}
.g280 {width:280px;}
.g260 {width:260px;}
.g215 {width:215px;}

h1, h2, h3, h4 {
	margin:0 0 20px 0;
	color:#666;}
html* h1, html* h2, html* h3, html* h4 {
	margin:1px 0 20px 0;}
	
h1 {
	font-size:24px;
	line-height:24px;
	color:#002f5e;}
h2 {font-size:16px;line-height:16px;}
h3,h4 {font-size:14px;line-height:14px;}

.box {padding:10px 20px 1px;}
a {
	color:#002f5e;
	text-decoration:none;}
a:hover {text-decoration:underline;}
a.arrow11, a.arrow12 {
	font-size:11px;
	padding-left:12px;
	background: transparent url(/images/sms/e/linkArrow_7x6.png) no-repeat 0 4px;}
a.arrow12 {
	font-size:12px;
	background-position:0 5px;}
a.aExt {
	background: transparent url(/images/sms/e/link_ext.gif) no-repeat right 3px;
	padding-right:15px;}
a.aDown {
	background: transparent url(/images/sms/e/link_download.gif) no-repeat right 1px;
	padding-right:18px;}
a.aInt {
	background: transparent url(/images/sms/e/link_internal.gif) no-repeat right 3px;
	padding-right:17px;}
a.aMail {
	background: transparent url(/images/sms/e/link_mailto.gif) no-repeat right 3px;
	padding-right:18px;}
.bt {
	border:0;
	cursor:pointer;
	text-align:center;}
.ni {font-style:normal;}
.tal {text-align:left;}
.tar {text-align:right;}
.tac {text-align:center;}
body {color:#333;}

ul.dots, .dots ul {
	color: #232323;
	list-style-position: outside;
	list-style-image: url(/images/sms/e/dot_8x8.gif);}
.dots h2 {font-weight:bold;}
.ul-chi, .ul-afr, .ul-ame, .ul-eur, .ul-soa, .ul-ast {
	list-style-position: outside;
	margin-left:20px;}
.ul_CHI ul, .ul_AFR ul, .ul_AME ul, .ul_EUR ul, .ul_SOA ul, .ul_AST ul {
	list-style-position: outside;
	margin-left:20px;}
.ul_CHI ul {list-style-image: url('/images/sms/e/dotChina_8x8.gif');}
.ul_AFR ul {list-style-image: url('/images/sms/e/dotAfrika_8x8.gif');}
.ul_AME ul {list-style-image: url('/images/sms/e/dotAmerika_8x8.gif');}
.ul_EUR ul {list-style-image: url('/images/sms/e/dotEuropa_8x8.gif');}
.ul_SOA ul {list-style-image: url('/images/sms/e/dotIndien_8x8.gif');}
.ul_AST ul {list-style-image: url('/images/sms/e/dotAustralien_8x8.gif');}

.teaserTitle {
	background:transparent url('/images/sms/e/teaserTitleBG_1x34.png') repeat-x scroll 0 0;
	right:10px;
	bottom:10px;
	font-size:14px;
	font-weight:bold;
	color:#333;
	line-height:34px;
	padding:0 15px;}
.imgLi {
	background:transparent url(/images/sms/e/linkArrow_7x6.png) no-repeat scroll 0 5px;
	padding-left:12px;
	text-decoration:none;}
.img_80x60 {
	background:#FFF url(/images/sms/e/imgBor_for80x60.gif) no-repeat scroll 0 0;
	padding:6px;}
.img_620x148 {
	background:#FFF url(/images/sms/e/imgBor_for620x148.gif) no-repeat scroll 0 0;
	padding:6px;}
.img_620x270 {
	background:#FFF url(/images/sms/e/imgBor_for620x270.gif) no-repeat scroll 0 0;
	padding:6px;}
.img_620x500 {
	background:#FFF url(/images/sms/e/imgBor_for620x500.gif) no-repeat scroll 0 0;
	padding:6px;}
#mainNavi .arrLi, .arrLi {
	color:#002f5e;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	border:0;
	text-decoration:none;
	padding: 0 0 0 15px;
	background: transparent url('/images/sms/e/linkArrow_7x6.png') no-repeat 0 7px;
	}
#mainNavi .arrLi:hover, .arrLi:hover {
	color:#002f5e;
	text-decoration:underline;
	background: transparent url('/images/sms/e/linkArrow_7x6.png') no-repeat 0 7px;}

#mainNavi.specialgroups .arrLi,#mainNavi.specialgroups .arrLi:hover {
	color:#FFF;
	background: transparent url('/images/sms/e/linkArrowWhite_7x6.png') no-repeat 0 7px;
}
#mainNavi .noImgLi, .noImgLi {
	color:#002f5e;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	border:0;
	text-decoration:none;
	padding: 0;
	background: transparent url('') no-repeat 0 0;}	
#mainNavi .noImgLi:hover, .noImgLi:hover {
	color:#002f5e;
	text-decoration:underline;
	background: transparent url('') no-repeat 0 0;}

.mb0 {margin-bottom:0;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb12 {margin-bottom:12px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb40 {margin-bottom:40px;}
.mb30 {margin-bottom:30px;}
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr12 {margin-right:12px;}
.mr15 {margin-right:15px;}
.mt-20 {margin-top:-20px;}
.ml-6 {margin-left:-6px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml40 {margin-left:40px;}
.mt5 {margin-top:5px;}
.mt15 {margin-top:15px;}


.dn {display:none;}

.a50{
    filter:alpha(opacity=50);  
    -moz-opacity:0.5;  
    -khtml-opacity: 0.5;  
    opacity: 0.5;
}
.a80{
    filter:alpha(opacity=80);  
    -moz-opacity:0.8;  
    -khtml-opacity: 0.8;  
    opacity: 0.8;
}
.fs10 {font-size:10px !important;}
.fs11 {font-size:11px !important;}
.fs12 {font-size:12px !important;}
.fs14 {font-size:14px !important;}
.fs15 {font-size:15px !important;}
.fs16 {font-size:16px !important;}
.fs18 {font-size:18px !important;}
.fs22 {font-size:22px !important;}
