/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: separate;
	/*border-spacing: 0;*/
}

/* ------------- */

html {
	
}

body {
	background: #f8f8f8;
  color: #444;
  font-family: Arial, sans-serif;
  font-size: 13px;
}

iframe {
  margin: 15px 0 0 0;
}

#page {
	background: url("../img/Header.jpg") no-repeat scroll center top #fff;
	border: 3px solid #eee;
	margin: 0 auto;
	padding: 5px 0 15px;
	width: 980px;
  /*overflow: hidden;*/
}

#page:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

h2, h3, h4, p {
	margin-bottom: 0.7em;
}

a:link,
a:visited,
a:active {
  color: #369;
  text-decoration: none;
}

a:hover {
  color: #c00;
  color: #f60;
  text-decoration: underline;
}

A.blau_under,
A.blau_under:link,
A.blau_under:visited,
A.blau_under:active {
  text-decoration: underline;
}

A.black_under,
A.black_under:link,
A.black_under:visited,
A.black_under:active {
    COLOR: black;
    TEXT-DECORATION: underline
}


h1 {
	font-size: 28px;
	font-weight: bold;
}

h2 {
  font-size: 21px;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

#content h3 {
  line-height: 1.5em;
}

h4 {
  font-size: 15px;
  font-weight: bold;
}

h5 {
  font-size: 13px;
  font-weight: bold;
}

em {
	font-style: italic;
}

input[type="text"] {
	border: 1px solid #ddd;
	border-color: #ddd #ccc #ccc #ddd;
	color: #444;
	margin: 0;
	padding: 0;
}

input[type="submit"] {
	background: #eee;
	border: 1px solid #ccc;
	border-color: #ddd #ccc #ccc #ddd;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #777;
	font-size: 16px;
	padding: 2px 10px;
}

input[type="submit"]:hover {
  color: #444;
}

input[type="submit"]:active {
  background: #aaa;
  color: #fff;  
}

textarea {
  border: 1px solid #ddd;
  border-color: #ddd #ccc #ccc #ddd;
  color: #444;
  margin: 0;
  padding: 0;
  resize: none;
  font: inherit;
}

/* button link anchor*/

a.function-button {
    float: left;
    font-weight: bold;
    padding: 4px 8px;
    display: block;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	border-color: #eee #ddd #ddd #eee;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
    border-style: solid;
    border-width: 1px;
	margin-top: 1px;
	margin-right: 6px;
	color: #EEEEEE;
}

a.function-button.important {
	background-color: #D00;
	border-width: 2px;
/*    padding: 3px 7px;*/
  margin-top: 0;
}

#details-right a.function-button.important {
  margin-left: -1px;
  width: 192px;
}

a.function-button:active,
a.function-button:hover,
a.function-button:hover,
a.function-button:active {
	text-decoration: none;
	background: #FFFFFF;
	color: #777;
	border-color: #777;
}

select {
	background: #fff;
	border: 1px solid #ddd;
	color: #444;
	margin: 0;
	padding: 0;
}

b,strong {
	font-weight: bold;
}

#header {
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

#header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


#logo {
  float: left;
  font-size: 28px;
  font-weight: bold;
  margin: 10px 0 0 10px;
  text-align: center;
  width: 100px;
}

#logo img {
	padding: 10px;
}

#slogan {
	color: #081b77;
  float: left;
	font-size: 32px;
	margin: 25px 10px 0;
	/*padding: 20px;*/
	color: #275492;
}

#slogan .slogan1 {
  text-transform: uppercase;
}
#slogan .slogan2 {
  color: #26789e;
  display: block;
  font-size: 24px;
}

#logo img {
  float: left;
}

.user-menu-container {
	float: right;
	margin: 0 10px 0 0;
	font-size: 12px;
  width: 750px;
}

.user-menu-container .account-name {
	float: right;
	font-weight: bold;
  margin-right: 20px;
}

#watchlist-link {
  float: right;
}

.basket-changed {
  font-weight: bold;
  text-decoration: blink;
}

#watchlist_counter.basket-changed {
  color: #FF6600;
}

#user-menu {
  float: right;
  margin-left: 20px;
  padding: 0;
}

#user-menu > li {
	float: left;
	list-style: none;
  margin-left: 20px;
}

#user-menu > li.first {
  position: relative;
  margin: 0;
}

#user-menu ul {
	border: 2px solid #eee;
	border-top: none;
  top: 12px;
  left: -9999px;
  list-style: none;
  position: absolute;
  width: 100%;
  background-color: white;
}

#user-menu ul li {
	border-top: 1px solid #eee;
	width: 100%;
}

#user-menu ul li a {
  display: block;
  padding: 3px 5px;
}

#user-menu li:hover > ul {
	left: 0;
  overflow: auto;
}

#user-menu .login {
  font-weight: bold;
}

#language-menu {
	float: right;
	font-size: 12px;
	margin-top: 0px;
  margin-left: 15px;
	padding: 0;
}

#language-menu li {
	float: left;
	list-style: none;
	padding: 0 5px 0 5px;
  border-right: 1px solid black;
}

#language-menu li.last {
  padding-right: 0px;
  border-right: none;
}

#language-menu a.selected {
	color: #444;
	font-weight: bold;
}

#main-menu {
  background: url('../img/menu-bg.png') 0 0 no-repeat;
  border-bottom: 3px solid #ccc;
  color: #fff;
  float: left;
  font-size: 15px;
  font-weight: bold;
  list-style: none;
  margin: 0;
  width: 940px;
  z-index: 2;
}

#main-menu.items-6 {
  background: url('../img/menu-bg-6.png') 0 0 no-repeat;
}
#main-menu.items-8 {
  background: url('../img/menu-bg-8.png') 0 0 no-repeat;
}

#main-menu li {
  float: left;
  position: relative;
}

#main-menu a {
  color: #666;
  display: block;
  padding: 5px;
  text-decoration: none;
}

#main-menu a:hover {
  background: #777;
  color: #fff;
}

#main-menu ul {
  background: #fff;
  border-bottom: 2px solid #aaa;
  font-size: 13px;
  font-weight: normal;
  left: -9999px;
  list-style: none;
  position: absolute;
}

#main-menu > li {
	margin: 0 2px -3px;
}

#main-menu > li > a {
	-moz-border-radius: 9px 9px 0 0;
	-webkit-border-radius: 9px 9px 0 0;
	border-radius: 9px 9px 0 0;
	padding: 8px 8px 5px 8px;
	padding: 8px;
	color: #fff;
	height: 30px;
}

#main-menu.items-6 > li > a {
	padding: 8px;
}

#main-menu.items-7 > li > a {
	padding: 8px;
}

#main-menu.items-8 > li > a {
	padding: 6px;
}

#page #main-menu > li > a {
}

#main-menu li a:hover,
#main-menu li:hover a,
#main-menu li:hover li a,
#main-menu li.selected a {
  background: #fff;
  color: #555;
}

#main-menu > li.selected > a,
#main-menu > li > a:hover,
#main-menu > li:hover > a {
	background: url('../img/menu-hover-bg.png') no-repeat;
	color: #555;
	margin-bottom: -3px;
}

#main-menu.items-6 > li.selected > a,
#main-menu.items-6 > li > a:hover,
#main-menu.items-6 > li:hover > a {
	background: url('../img/menu-hover-bg-6.png') no-repeat;
	padding-bottom: 11px; /* 5px hoeher als normal */
}

#main-menu.items-7 > li.selected > a,
#main-menu.items-7 > li > a:hover,
#main-menu.items-7> li:hover > a {
	padding-bottom: 11px; /* hoeher als normal */
}

#main-menu.items-8 > li.selected > a,
#main-menu.items-8 > li > a:hover,
#main-menu.items-8 > li:hover > a {
	background: url('../img/menu-hover-bg-8.png') no-repeat;
	padding-bottom: 9px; /* 3px hoeher als normal */
}

#main-menu ul ul {
  border-bottom: 2px solid #aaa;
  font-size: 12px;
}

#main-menu ul li {
  border: 1px solid #ddd;
  border-color: #f8f8f8 #ddd;
  float: none;
}

/*
#main-menu ul a {
  white-space: nowrap;
}
*/

#main-menu li li:hover {
  border-color: #ddd;
}

#main-menu li:hover > ul {
  left: 0;
}

#main-menu li li:hover > ul {
  top: 0;
}

#main-menu.items-6 li li:hover > ul {
  left: 152px;
}

#main-menu.items-6 li {
  width: 152px;
}

#main-menu.items-6 > li {
  margin: 0 5px 0 0;
  width: 152px;
}

#main-menu.items-7 li li:hover > ul {
  left: 128px;
}

#main-menu.items-7 li {
  width: 128px;
}

#main-menu.items-7 > li {
  margin: 0 5px 0 0;
  width: 130px;
}

#main-menu.items-8 li li:hover > ul {
  left: 111px;
}

#main-menu.items-8 li {
  width: 111px;
}

#main-menu.items-8 > li {
  margin: 0 5px 0 0;
  width: 113px;
}


#main-menu > li.last {
  margin: 0;
}

#main-menu li:hover ul li:hover > a,
#main-menu li:hover ul li a:hover {
  color: #fff;
}

#main-menu.stadt {
  border-color: #ff9900;
  border-color: #ffad00;
  border-color: #ec7932;
}

#main-menu > li.stadt.selected > a,
#main-menu > li.stadt > a:hover,
#main-menu > li.stadt:hover > a {
	background-position: 0 0;
}

#main-menu li.stadt:hover ul li:hover > a,
#main-menu li.stadt:hover ul li a:hover {
	background: #ff9900;
	background: #ffad00;
  background: #ec7932;
}

#main-menu.pkw {
	border-color: #ff6600;
	border-color: #d73500;
  border-color: #bd371c;
}

#main-menu.items-6 > li.pkw.selected > a,
#main-menu.items-6 > li.pkw > a:hover,
#main-menu.items-6 > li.pkw:hover > a {
  background-position: -157px 0;
}

#main-menu.items-7 > li.pkw.selected > a,
#main-menu.items-7 > li.pkw > a:hover,
#main-menu.items-7 > li.pkw:hover > a {
  background-position: -135px 0;
}

#main-menu.items-8 > li.pkw.selected > a,
#main-menu.items-8 > li.pkw > a:hover,
#main-menu.items-8 > li.pkw:hover > a {
  background-position: -118px 0;
}

#main-menu li.pkw:hover ul li:hover > a,
#main-menu li.pkw:hover ul li a:hover {
  background: #ff6600;
  background: #d73500;
  background: #bd371c;
}

#main-menu.flug {
	border-color: #7a602e;
  border-color: #875032;
}

#main-menu.items-6 > li.flug.selected > a,
#main-menu.items-6 > li.flug > a:hover,
#main-menu.items-6 > li.flug:hover > a {
  background-position: -314px 0;
}

#main-menu.items-7 > li.flug.selected > a,
#main-menu.items-7 > li.flug > a:hover,
#main-menu.items-7 > li.flug:hover > a {
  background-position: -270px 0;
}

#main-menu.items-8 > li.flug.selected > a,
#main-menu.items-8 > li.flug > a:hover,
#main-menu.items-8 > li.flug:hover > a {
  background-position: -236px 0;
}

#main-menu li.flug:hover ul li:hover > a,
#main-menu li.flug:hover ul li a:hover {
  background: #7a602e;
  background: #875032;
}

#main-menu.fern {
  border-color: #2d9933;
  border-color: #2d7233;
  border-color: #2d6432;
}

#main-menu.items-6  > li.fern.selected > a,
#main-menu.items-6  > li.fern > a:hover,
#main-menu.items-6  > li.fern:hover > a {
  background-position: -471px 0;
}

#main-menu.items-7 > li.fern.selected > a,
#main-menu.items-7 > li.fern > a:hover,
#main-menu.items-7 > li.fern:hover > a {
  background-position: -405px 0;
}

#main-menu.items-8  > li.fern.selected > a,
#main-menu.items-8  > li.fern > a:hover,
#main-menu.items-8  > li.fern:hover > a {
  background-position: -354px 0;
}

#main-menu li.fern:hover ul li:hover > a,
#main-menu li.fern:hover ul li a:hover {
  background: #2d9933;
  background: #2d7233;
  background: #2d6432;
}

#main-menu.schiff {
  border-color: #0c70f2;
  border-color: #0c72c2;
  border-color: #1e5aa0;
}

#main-menu.items-6 > li.schiff.selected > a,
#main-menu.items-6 > li.schiff > a:hover,
#main-menu.items-6 > li.schiff:hover > a {
  background-position: -628px 0;
}

#main-menu.items-7 > li.schiff.selected > a,
#main-menu.items-7 > li.schiff > a:hover,
#main-menu.items-7 > li.schiff:hover > a {
  background-position: -540px 0;
}

#main-menu.items-8 > li.schiff.selected > a,
#main-menu.items-8 > li.schiff > a:hover,
#main-menu.items-8 > li.schiff:hover > a {
  background-position: -472px 0;
}

#main-menu li.shiff:hover ul li:hover > a,
#main-menu li.schiff:hover ul li a:hover {
  background: #0c70f2;
  background: #0c72c2;
  background: #1e5aa0;
}

#main-menu.last-minute {
  border-color: #c42795;
  /*border-color: #c1756b;*/
  border-color: #c7156b;
}

#main-menu.items-7 > li.last-minute.selected > a,
#main-menu.items-7 > li.last-minute > a:hover,
#main-menu.items-7 > li.last-minute:hover > a {
  background-position: -675px 0;
}

#main-menu.items-8 > li.last-minute.selected > a,
#main-menu.items-8 > li.last-minute > a:hover,
#main-menu.items-8 > li.last-minute:hover > a {
  background-position: -590px 0;
}

#main-menu li.last-minute:hover ul li:hover > a,
#main-menu li.last-minute:hover ul li a:hover {
  background: #c42795;
  /*background: #c1756b;*/
  background: #c7156b;
}

#main-menu.themen {
  border-color: #777;
  border-color: #7b09b7;
}

#main-menu.items-7 > li.themen.selected > a,
#main-menu.items-7 > li.themen > a:hover,
#main-menu.items-7 > li.themen:hover > a {
  background-position: -810px 0;
}

#main-menu.items-8 > li.themen.selected > a,
#main-menu.items-8 > li.themen > a:hover,
#main-menu.items-8 > li.themen:hover > a {
  background-position: -708px 0;
}

#main-menu li.themen:hover ul li:hover > a,
#main-menu li.themen:hover ul li a:hover {
  background: #777;
  background: #7b09b7;
}

#main-menu.fam-single {
  border-color: #777;
  border-color: #7b09b7;
}

#main-menu.items-6 > li.fam-single.selected > a,
#main-menu.items-6 > li.fam-single > a:hover,
#main-menu.items-6 > li.fam-single:hover > a {
  background-position: -786px 0;
}

#main-menu.items-7 > li.fam-single.selected > a,
#main-menu.items-7 > li.fam-single > a:hover,
#main-menu.items-7 > li.fam-single:hover > a {
  background-position: -810px 0;
}

#main-menu li.fam-single:hover ul li:hover > a,
#main-menu li.fam-single:hover ul li a:hover {
  background: #777;
  background: #7b09b7;
}

/* MENU SHADOW */
#main-menu .with-children UL { 
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
}

.sf-sub-indicator {
  bottom: 5px;
  color: #aaa;
  float: right;
  position: absolute;
  right: 5px;
}

#breadcrumbs {
  clear: both;
  font-size: 12px;
  padding: 5px 0 0;
}

#breadcrumbs span:after {
	color: #777;
	content: ">";
	margin: 0 5px 0 7px;
}

#breadcrumbs span.last:after {
  content: none;
}

#main {
	clear: both;
	overflow: hidden;
	z-index: 0;

  clear: left;
  float: left;
  overflow: hidden;
  width: 820px;
  z-index: 0;
  line-height: 120%;
}

#content {
  float: left;
  margin: 10px 0 0 20px;
  width: 800px;
}

.groupheader {
  clear: both;
  padding-top: 30px;
  padding-bottom: 10px;
  margin: 0;
}

.trip {
  background-color: #777777;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	float: left;
	height: 165px;
	margin: 10px 10px 0 0;
	overflow: hidden;
	width: 390px;
  line-height: 1;
}

#included-services {
  background-color: #AAAAAA;
}

.trip.top {
	margin-top: 0;
}

.trip.promoted,
.trip.detail,
.trip.booking,
.trip.infoheader {
	width: 790px;
	margin-top: 0;
}

.trip.news {
    border-radius: 0 0 0 0;
    height: auto;
    position: relative;
    width: auto;
}


.trip.detail,
.trip.booking,
.trip.infoheader {
	-moz-border-radius: 9px 9px 0 0;
	-webkit-border-radius: 9px 9px 0 0;
	border-radius: 9px 9px 0 0;
}

.trip.promoted {
	height: 210px;
}

.trip.detail {
	height: 240px;
	margin-bottom: 10px;
}

.trip.infoheader {
	height: 210px;
	margin-bottom: 10px;
}

.trip.booking {
	height: 100px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-top: 10px;
}

.trip.stadt,
.box.stadt {
  background: #ff9900;
  background: #ffad00;
}

.trip.stadt {
  background-color: #ec7932;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ec7932), to(#f29a68)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ec7932, #f29a68); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #ec7932, #f29a68); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #ec7932, #f29a68); /* IE10 */
  background-image:      -o-linear-gradient(top, #ec7932, #f29a68); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #ec7932, #f29a68);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ec7932', EndColorStr='#f29a68'); /* IE6–IE9 */
}

#included-services.stadt {
  background-color: #f29a68;
}

.trip.pkw ,
.box.pkw  {
  background: #ff6600;
  background: #d73500;
}

.trip.pkw {
  background-color: #bd371c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bd371c), to(#cf705c)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #bd371c, #cf705c); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #bd371c, #cf705c); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #bd371c, #cf705c); /* IE10 */
  background-image:      -o-linear-gradient(top, #bd371c, #cf705c); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #bd371c, #cf705c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#bd371c', EndColorStr='#cf705c'); /* IE6–IE9 */
}

#included-services.pkw {
  background-color: #cf705c;
}

.trip.flug,
.box.flug {
  background: #7a602e;
}

.trip.flug {
  background-color: #875032;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#875032), to(#ad826f)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #875032, #ad826f); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #875032, #ad826f); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #875032, #ad826f); /* IE10 */
  background-image:      -o-linear-gradient(top, #875032, #ad826f); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #875032, #ad826f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#875032', EndColorStr='#ad826f'); /* IE6–IE9 */
}

#included-services.flug {
  background-color: #ad826f;
}

.trip.fern,
.box.fern {
  background: #2d9933;
  background: #2d7233;
}

.trip.fern {
  background-color: #2d6432;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2d6432), to(#67916d)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #2d6432, #67916d); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #2d6432, #67916d); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #2d6432, #67916d); /* IE10 */
  background-image:      -o-linear-gradient(top, #2d6432, #67916d); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #2d6432, #67916d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2d6432', EndColorStr='#67916d'); /* IE6–IE9 */
}

#included-services.fern {
  background-color: #67916d;
}

.trip.schiff
{
  background-color: #1e5aa0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1e5aa0), to(#658EBD));
  background-image: -webkit-linear-gradient(top, #1e5aa0, #658EBD);
  background-image:    -moz-linear-gradient(top, #1e5aa0, #658EBD); 
  background-image:     -ms-linear-gradient(top, #1e5aa0, #658EBD); 
  background-image:      -o-linear-gradient(top, #1e5aa0, #658EBD);
  background-image:         linear-gradient(top, #1e5aa0, #658EBD);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1e5aa0', EndColorStr='#658EBD');
}

#included-services.schiff {
  background-color: #658EBD;
}

.trip.last-minute,
.box.last-minute {
  background: #c42795;
  background: #c7156b;
}

.trip.last-minute {
  background-color: #c7156b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c7156b), to(#dd5f9c)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #c7156b, #dd5f9c); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #c7156b, #dd5f9c); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #c7156b, #dd5f9c); /* IE10 */
  background-image:      -o-linear-gradient(top, #c7156b, #dd5f9c); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #c7156b, #dd5f9c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#c7156b', EndColorStr='#dd5f9c'); /* IE6–IE9 */
}

#included-services.last-minute {
  background-color: #dd5f9c;
}

.trip.fam-single,
.box.fam-single {
  background: #7b09b7;
}

.trip.fam-single {
  background-color: #7b09b7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7b09b7), to(#a150c9)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #7b09b7, #a150c9); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #7b09b7, #a150c9); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #7b09b7, #a150c9); /* IE10 */
  background-image:      -o-linear-gradient(top, #7b09b7, #a150c9); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #7b09b7, #a150c9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7b09b7', EndColorStr='#a150c9'); /* IE6–IE9 */
}

#included-services.fam-single {
  background-color: #a150c9;
}

.trip.wwf,
.box.wwf {
  background: #5E9732;
}

.trip.wwf {
  background-color: #5E9732;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5E9732), to(#7FAC5D)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #5E9732, #7FAC5D); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #5E9732, #7FAC5D); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #5E9732, #7FAC5D); /* IE10 */
  background-image:      -o-linear-gradient(top, #5E9732, #7FAC5D); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #5E9732, #7FAC5D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5E9732', EndColorStr='#7FAC5D'); /* IE6–IE9 */
}

#included-services.wwf {
  background-color: #5E9732;
}

.trip.jubilaeum,
.box.jubilaeum {
  background: #4095CE;
}

.trip.jubilaeum {
  background-color: #4095CE;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4095CE), to(#52A8E1)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #4095CE, #52A8E1); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #4095CE, #52A8E1); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #4095CE, #52A8E1); /* IE10 */
  background-image:      -o-linear-gradient(top, #4095CE, #52A8E1); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #4095CE, #52A8E1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4095CE', EndColorStr='#52A8E1'); /* IE6–IE9 */
}

#included-services.jubilaeum {
  background-color: #4095CE;
}

.trip.family,
.box.family {
  background: #9DC200;
}


.trip.family {
  background-color: #9DC200;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9DC200), to(#B2CE37)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #9DC200, #B2CE37); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #9DC200, #B2CE37); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #9DC200, #B2CE37); /* IE10 */
  background-image:      -o-linear-gradient(top, #9DC200, #B2CE37); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #9DC200, #B2CE37);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#9DC200', EndColorStr='#B2CE37'); /* IE6–IE9 */
}

#included-services.family {
  background-color: #B2CE37;
}

.trip img {
	clear: left;
	float: left;
	width: 206px;
  height: 165px;
}

.trip.promoted img,
.trip.infoheader img {
	height: 210px;
	width: 430px;
}

.trip.news img {
	height: auto;
	width: auto;
}

.trip.booking img {
  height: 100px;
  width: auto;
}

.trip .text {
  position: relative;
	clear: right;
	color: #eee;
	float: right;
	font-size: 12px;
	padding: 10px;
	width: 163px;
  height: 145px
}

.trip.promoted .text {
	font-size: 14px;
	padding: 10px 20px;
	width: 320px;
  height: 190px;
}

.trip.news .text {
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
}

.trip.news .text a {
    height: 100%;
    width: 100%;
}

.trip.news .text h2 {
    margin: 0;
    padding: 0;
}


/* besondere "News"-Teaser bekommen besondere Formatierungen: */

#teaser_8123493.news .text,
#teaser_7663691.news .text,
#teaser_8077869.news .text {
    right: 0;
    top: 10px;
}

#teaser_7663692.news .text,
#teaser_8077875.news .text {
    display: none;
}

.trip.detail .text {
	font-size: 14px;
	padding: 10px 20px;
	width: 247px;
	height: 184px;
}

.trip.infoheader .text {
	font-size: 14px;
	padding: 10px 20px;
	width: 320px;
  height: 190px;
}

.trip.booking .text {
  font-size: 14px;
  height: 90px;
  padding: 5px;
  width: 620px;
}


/* GALLERIFFIC */
.photos {
  float: left;
  width: 503px;
  background: none repeat scroll 0 0 white;
}
.photos img {
  vertical-align: bottom;
}
.photos .gallery {
  float: left;
  width: 300px;
}

.slideshow-container {
  height: 240px;
  position: relative;
}

#loading {
  height: 300px;
  left: 0;
  position: absolute;
  top: 0;
}

#slideshow {
  text-align: center;
}

#slideshow img {
	width: 300px;
	height: 240px;
	border-top-left-radius: 9px;
}

#slideshow span.image-wrapper {
  left: 0;
  position: absolute;
  top: 0;
}

#thumbs {
  width: 202px;
}

#thumbs,
ul.thumbs{
  overflow: hidden;
  text-align: center;
}

#thumbs li {
  float: left;
  margin: 0 0 1px 1px;
}

#thumbs img {
  width: 100px;
  height: 80px;
}

.thumb {
  background-color: #FFFFFF;
}

#controls {
}

#controls .nav-controls {
  display: none;
}

.trip.detail .functions {
	clear: right;
	color: #eee;
	float: right;
	padding: 0 20px 10px;
	width: 247px;
}

.trip .region {
	color: #e8e8e8;
	font-size: 10px;
  text-align: right;
	/*text-transform: uppercase;*/
}

.trip .watchlist-functions .delete {
	float: right;
	background: url("../img/delete-light.gif") no-repeat scroll 0 0 transparent;
  height: 16px;
  width: 16px;
  margin: -2px 0 2px 10px;
}

.trip .watchlist-functions .delete:hover {
	background: url("../img/delete-dark.gif") no-repeat scroll 0 0 transparent;
}

.trip h2 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0.2em;
	margin-bottom: 0.4em;
}

.trip.promoted h2,
.trip.detail h2,
.trip.booking h2 {
  font-size: 24px;
  margin-bottom: 0.3em;
}

.trip.infoheader h2 {
  font-size: 26px;
  margin-top: 50px;
}


.trip a {
  color: #eee;
}

.trip .text a:hover {
  color: #fff;
}

.trip .stay {
/*	font-weight: bold; */
  margin-bottom: 0.4em;
}

.trip .accommodation {
	margin: 0 0 0.4em;
}

.trip .description {
  margin: 0 0 0.4em;
}

.text .price {
  position: absolute;
  bottom: 5px;
	color: #eee;
	margin: 1em 0 0;
}

.detail .price,
.promoted .price {
  bottom: 10px;
}

.trip .price .type {
  font-size: 10px;	
}

.trip .price .amount {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.trip .price .originalAmount {
  text-decoration: line-through;
}

.trip.promoted .price,
.trip.detail .price,
.trip.booking .price {
	margin: 0.8em 0 0;
}

.trip.promoted .price .amount,
.trip.detail .price .amount,
.trip.booking .price .amount {
	font-size: 18px;
}

.details {
	margin-top: 4px;
	margin-bottom: 10px;
	float: left;
	clear: left;
	width: 570px;
  font-size: 13px;
}

.details.prices {
  margin-bottom: 5px;
}

table.prices {
  width: 100%;
  border-collapse: collapse;
  border-color: gray;
  border-style: solid;
  border: 1px solid gray;
  border-width: 1px;
  text-align: center;
  margin: 0;
  white-space: nowrap;
}

table.prices th,
table.prices td
{
	vertical-align: middle;
	padding: 5px 3px 5px 5px;
  text-align: left;
}

table.prices th
{
	/*background-color: #aabdba;
	background-color: #999999;*/
  background-color: #b7becf;
	/*color:white;*/
	font-weight: bold;
}

table.prices th.last,
table.prices td.last,
table.prices th.price,
table.prices td.price {
	padding: 5px 5px 5px 3px;
  text-align: right;
}

tr.altern1
{
	background-color: #eeedea;
}

.details dt {
	margin: 10px 0 0 0;
	font-weight: bold;
}

.details dt.icwin-1 {
	background-color: #FFCC99;
}

.details dt.icwin1 {
	background-color: #99FF99;
}

.details dd {
	margin: 5px 0 2px 5px;
}

.details p {
	margin: 10px 0 0 0;
}

.details.svno {
  font-size: 11px;
  margin: 0;
  text-align: right;
}

#detail-svno-value {
  font-weight: bold;
  margin-right: 8px;
}

#details-right {
  float: right;
  margin: 0 10px;
  width: 210px;
}

#details-right > img {
	-moz-border-radius: 9px; 
	-webkit-border-radius: 9px;
	border-radius: 9px;
  float: right;
  margin-top: 10px;
}

#included-services {
	float: none;
	font-size: 13px;
	color: white;
}

#included-services ul {
	list-style-type: circle;
	margin-left: 15px;
}

#included-services li {
	margin-bottom: 10px;
}

#details-functions {
  margin: 10px 0 0 0px;
  text-align: center;
}

.toggle {
  display: block;
}

.toggle:hover {
  text-decoration: none;
}

.toggle:before{
  content: "\25b8\a0";
}

.toggle.collapsed:before {
  content: "\25be\a0";
}

.collapsible {
	overflow: hidden;
	display: none;
}

ul.nations {
	margin: 10px;
}

ul.regions, ul.offers {
	margin: 10px 0 10px 30px;
}

li.offer {
	margin-bottom: 15px;
}

li.offer h5 {
	font-size: 14px;
	line-height: 1.5em;
}

li.offer div {
	display: inline;
}

li.offer .price {
	display: block;
}

.sidebar {
  float: right;
  margin: 10px 0 0 0;
  width: 160px;
  
  overflow: hidden;
}

.box {
	background: #fff;
/*
	border: 1px solid #ddd;
*/
	-moz-border-radius: 9px; 
	-webkit-border-radius: 9px;
	border-radius: 9px;
	float: left;
	padding: 10px;
	margin: 0 0 3px 0;
}

.box h3 {
	color: #EEEEEE;
  font-weight: normal;
}

.sidebar .box {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
    clear: left;
    float: left;
    font-size: 12px;
    height: 28px;
    margin: 0 0 -2px;
    padding-top: 13px;
    width: 122px;
}

.sidebar .box h3 {
    margin: 0;
    width: 100%;
}

.sidebar .box a {
    color: #FFEEEE;
    display: block;
    height: 100%;
    width: 100%;
}

.sidebar .box a:hover {
  color: #fff;	
  text-decoration: none;
}

.box.search {
	background: #fcce33;
  background: #f3d242;
	height: auto;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	margin-bottom: 6px;
	padding-top: 0px;
}

.box.search.first {
     margin-bottom: 3px;
}

.box.search h3 {
	color: #444;
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
  margin-top: 10px;
}

.box.search div {
	clear: both;
	margin: 3px 0;
	overflow: hidden;
}

.box.search label {
	clear: left;
	display: block;
	font-size: 13px;
	padding: 2px 0;
}

.box.search input {
	display: block;
	font-size: 13px;
	padding: 4px;
  float: left;
}

.box.search select {
	display: block;
	font-size: 13px;
	padding: 2px 0;
	width: 100%;
}

.box.search .offer-code {
  margin-bottom: -2px;
  margin-top: 6px;
}

.offer-code > label {
     font-weight: bold;
     margin-bottom: 3px;
}

#offer-code {
  width: 70px;
}

.box.search .offer-code > input[type="submit"] {
  clear: none;
  display: inline;
  float: right;
  margin-top: auto;
  width: 37px;
}

/*.box.search .date-from label,
.box.search .date-to label {
	clear: left;
	float: left;
	padding: 4px 0;
	width: 40px;
}*/

.box.search .date-from input,
.box.search .date-to input {
  width: 116px;
  padding: 2px;
}

.box.search .showprice {
	border: 0px;
	padding: 4px 0px;
}

.box.search .showprice label {
	clear: right;
	padding-left: 24px;
	height: 8px;
	vertical-align: middle;
}

.box.search input[type="checkbox"] {
  display: inline;
  float: left;
  width: inherit;
}

.box.search input[type="submit"] {
	clear: right;
	float: right;
	font-weight: bold;
  margin-top: 6px;
	padding: 4px 0;
	width: 100%;
}

.box.map {
	background: url("../img/box-map.png") no-repeat scroll 0 0 transparent;
}

.box.geography {
	background: url("../img/box-geography.png") no-repeat scroll 0 0 transparent;
}

.box.geography-2ln {
  background: url("../img/box-geography.png") no-repeat scroll 0 0 transparent;
  height: 38px;
  padding-bottom: 3px;
  padding-top: 7px;
}

.box.flyers {
  background: url("../img/box-flyers.png") no-repeat scroll 0 0 transparent;
  height: 38px;
  padding-bottom: 6px;
  padding-top: 7px;
}

.box.newsletter {
	background: url("../img/box-newsletter.png") no-repeat scroll 0 0 transparent;
}

.box.contact {
  background: url("../img/box-contact.png") no-repeat scroll 0 0 transparent;
  height: 38px;
  padding-bottom: 3px;
  padding-top: 7px;
}

.box.contact h3 {
	height: auto;
}

.box.contact p {
	margin: 0.3em 0 0 0;
}

.box.contact strong {
  font-size: 14px;
}

.box.photos {
  -moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
  height: 48px;
  margin-top: 9px;
  padding: 0;
}

.box.photos img {
  vertical-align: bottom;
  width: 142px;
}

.box.giftcoupon {
  height: auto;
  margin-top: 9px;
  padding: 0;
}

#location {
  display: none;
  font-size: 18px;
  margin: 0 0;
  min-height: 40px;
  padding: 0 0 0 30px;
}

#map {
  border: 1px solid #DDD;
  height: 600px;
  width: 800px;
}

#footer {
  color: #555;
  font-size: 11px;
  margin: 20px auto;
  width: 960px; 
}

#footer a {
	color: #555;
}

#organizer {
	float: left;
  margin: 0 40px 0 0;
}

#organizer a {
  margin-right: 20px;
}

#copyright {
  clear: right;
  color: #999999;
  float: right;
  font-size: 18px;
  margin: 0;
  padding-bottom: 15px;
}

#footer .menu > li {
	float: left;
	font-weight: bold;
	margin: 0 10px;
	width: 140px;
}

#footer .menu ul {
	font-weight: normal;
	margin: 10px 0 0;
}

#footer .menu ul li {
	border-top: 1px dotted #ddd;
	padding: 5px 0;
}

#functions {
  float: right;
  clear: right;
}

/* benötigte Styles für Suchergebnis (da /ers/style/style.css nicht verfügbar ist) */
/*A.blau_under:link {
    color: #122861;
    text-decoration: underline;
}*/

.blau {
  color: #1E4696;
}

.hellgrau {
  background-color: #d3d3d3; /* lightgrey */
}

.hellviolett {
  background-color: #b7becf;
}

.txt3 {

    FONT-SIZE: 3px
}
/* hier mit 13px überschrieben um Code nicht ändern zu müssen */
.txt11 {
    font-size: 13px;
}

/* hier mit 13px überschrieben um Code nicht ändern zu müssen */
.txt11bold {
    font-weight: bold;
    font-size: 13px;
}

.txt13bold {
    font-size: 13px;
    font-weight: bold;
}

.blue13bold {
  color: #1E4696;
  font-size: 13px;
  font-weight: bold;
}

.txtredbold
{
  font-weight: bold;
  color: red
}

/* allgemeine Definitionen für z.B. Tabellenbreiten */

.proz100 {
  width: 100%;
}

.proz95 {
  width: 95%;
}

.nowrap {
  white-space: nowrap;
}

/* Override reset value "baseline" for all table td's */
table  th,
table  td {
  vertical-align: middle;
}

/* allgemeine Definitionen Ende */

/*table.spacetbl {
  padding: 10px;
}*/

/* Buchungsmaske keine Abstand links/rechts */
table.spacetbl.bookingn {
  padding: 10px 0;
}

table.price {
  border-collapse: collapse;
  border-spacing: 0px;
  border: 1px solid #808080;
  text-align: center;
  margin: 0 10px 0 0;
}

table.price th, table.price td {
  padding: 1px 5px;
  vertical-align: middle;
  border: 1px solid #808080;
}

table.price th {
  padding: 2px 2px;
  font-weight: bold;
}

table#pax {
  padding: 10px;
  font-size: 11px;
  border-collapse: separate;
  border-spacing: 1px;
}

table#pax strong {
  font-size: 11px;
}

table#pax input {
  padding: 2px;
}

#erg table {
  font-size: 11px;
}

#intro {
  font-size: 12px;
}

#erg .r_rechts,
#erg .r_re_ob {
  padding: 3px 1px;
}

.info {
  font-size: 13px;
}

.txtbold {
  font-weight: bold;
  vertical-align: top;
}

TD.r_unten
{
    BORDER-BOTTOM: gray 1px solid
}
TD.r_oben
{
    BORDER-TOP: gray 1px solid
}
TD.r_rundum
{
    BORDER-RIGHT: 1px solid;
    PADDING-RIGHT: 1px;
    BORDER-TOP: 1px solid;
    PADDING-LEFT: 1px;
    PADDING-BOTTOM: 1px;
    BORDER-LEFT: 1px solid;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: 1px solid
}
.txtred
{
    COLOR: red
}
TABLE.spacetbl_map
{
    MARGIN-TOP: 10px;
    MARGIN-LEFT: 10px;
    MARGIN-RIGHT: 0px
}

td.r_rechts {
  border-right: 1px solid gray;
  vertical-align: middle;
}

td.r_re_ob {
  border-right: 1px solid gray;
  border-top: 1px solid gray;
}

td.rot_r_r {
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    color: #B20E18;
}

td.blau13bold_r_r {
    border-right: 1px solid gray;
    color: #122861;
    font-size: 13px;
    font-weight: bold;
}

.col25 {
  width: 21px;
}


/* benötigte Styles für statische Dateien */
ul.dotted-list {
    list-style: disc outside none;
}

ul.dotted-list > li {
    margin-left: 10px;
    margin-bottom: 10px;
    line-height: 1.2em;
}

#info_webcam iframe {
  width: 400px;
  height: 460px;
}

/***** GIFT COUPON - START *****/

FORM[name="gutschein_values"] > INPUT[type="submit"] {
	margin: 15px;
	margin-bottom: 0px;
	width: 200px;
}
FORM[name="gutschein_values"] > TABLE {
	text-align: left;
}
FORM[name="gutschein_values"], TABLE#giftcoupon_codes_table {
	margin: 30px;
	padding: 12px;
	background-color: #F3D242;
	cellpadding: 3;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	/*display: inline-block;*/
	text-align: center;
}
TABLE#giftcoupon_codes_table {
	border-spacing: 8px;
}
TABLE#giftcoupon_codes_table  TD {
	font-size: 1.2em;
}

TABLE.gutschein_values_input {
  width: 272px;
}
TABLE.gutschein_values_input > THEAD, TABLE#giftcoupon_codes_table  > THEAD{
	font-weight: bold;
}
TABLE.gutschein_values_input > THEAD  TD, TABLE#giftcoupon_codes_table > THEAD  TD{
	padding-bottom: 3px;
}
TABLE.gutschein_values_input > TBODY SELECT{
	margin-right: 15px !important;
	margin-top: 3px;
}
DIV#giftcoupon_amount_sum {
	margin-left: 100px;
	max-width: 140px;
	padding: 25px 40px;
	border: 2px solid #BD371C;
	font-weight: bold;
	font-size: 2em;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
A[href="book_checkwebcode.pay_gift_coupon"] {
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	padding: 5px 15px;
	border: 1px solid #BD371C;
	background-color: #BD371C;
	margin: 20px;
	margin-right: 30px;
	margin-left: 700px;
	display: block;
}
UL#giftcoupon_intro_step3  > LI{
	list-style-type: disc !important;
	margin: 10px;
}
P#giftcoupon_outro_step3 {
	font-weight: bold;
}
TABLE#iframe_loading {
	border: 1px solid grey;
	padding: 15px 20px;
	font-weight: bold;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
	margin-top: 30px;
}
TABLE#iframe_loading TD:first-child {
	min-width: 16px;
	min-height: 16px;
	background-image: url('/img/ajax-loader.gif');
}
TABLE#iframe_loading TD:last-child {
	padding-left: 15px;
}

/* START PAGE MY GIFTCOUPONS */

.giftcoupons_shown  { width: 95%;border-collapse: collapse; }
.giftcoupon_container { margin-top: 25px;margin-bottom: 25px; }
.giftcoupons_shown tbody td { text-align: center;padding: 4px; }
.giftcoupons_shown th { 
	border-color: #808080;
	border-width: 1px;
	border-style: solid;
	background-color: #C0C0C0;
	text-shadow: 0 1px 0 #FFFFFF;
	background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) repeat scroll 0 0 #C4C4C4;
    background: #C4C4C4 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FFFFFF', EndColorStr='#C4C4C4', GradientType=0);
 }
.giftcoupons_shown tbody tr { background-color: #F8F8F8;border: 1px solid #C0C0C0; }
.giftcoupons_shown .status {	text-align: left;padding-left: 10px; }
.giftcoupon_document_link { font-weight: bold;text-decoration: none; }
.giftcoupon_document_link:hover { text-decoration: underline; }
.giftcoupons_shown th { padding: 5px;font-weight: bold !important; }

/***** GIFT COUPON - END *****/

/* USER MENU START */
.user-menu-container * { z-index: 999999 !important; }
.user-menu-container .menu .with-children.first { padding-bottom: 8px; }
.user-menu-container .menu LI UL { box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8); margin-top: 8px; }
.user-menu-container .menu LI UL LI { padding: 4px !important; min-width: 115px !important; }
.user-menu-container:hover .menu  UL { width: auto !important; overflow: hidden !important; }
/* USER MENU END */

/* ERRORS INFOS WARNINGS MESSAGES START */
DIV.error {padding: 10px;background-color: #F2DEDE;border: 1px solid #B94A48;color: #B94A48;border-radius: 5px;margin: 12px 12px 12px 0px;}
DIV.error  .error_title {
	font-weight: bold;
	margin-right: 5px;
	padding-left: 25px;
	padding-bottom: 1px;
	background-image: url('../img/error.png');
	background-repeat: no-repeat;
}
/* ERRORS INFOS WARNINGS MESSAGES END */

/*** FLIGHTS ACCORDION ***/
#flights_accordion .pui-accordion-content{padding:0 0.8em 0.8em}
.flights{border:0 solid #808080 !important;border-bottom:1px solid #808080 !important;white-space:normal !important}
.flights TD{padding:2px 5px !important}
.flights TH{border:1px solid #808080;border-bottom:0;font-size:1.1em}
.flights TH.center{text-align:center}
.flights .group{border-top:1px solid #808080;font-weight:bold}
.flights .group:first-child{border-top:0px solid #808080}
.flights .group TD{padding-left:0;padding-top:15px !important;font-size:1.1em}
.flights TR.altern0,.flights TR.altern1{border:1px solid #808080;border-top:0;border-bottom:0}
.flights TR.sep TD{border-top:1px solid #808080;padding:0}
.flights TBODY TR.sep:last-child{display:none}
.flights  TR.sep  + TR.group{border-top:0 !important}
/*** END FLIGHTS ACCORDION ***/