/* Generellse globale Formatierungen und Formatierungen des BODY: */


/* Formatierungen von Hyperlinks */

#globalerrahmen a, a:visited {
	color: #4179a1;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

#globalerrahmen a:hover {
	color: #4179a1;
  text-decoration: none;
}

/* Rahmen, der den gesamten Inhalt umschliesst/begrenzt: */
#globalerrahmen {
	width: 800px;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #001E48;
	background-color: #fff;
	margin:0px auto;
        text-align:left;
}

/* nur f?r die Ansicht, wenn kein globalerrahmen eingesetzt wird */

#rahmen {
 text-align:left;
}

/* Rahmen fuer Hauptinhalt fuer Seiten *ohne* Teasern in der rechten Spalte: */

#contentrahmen {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	/*border: 1px solid #cc154D;*/
}

#contentrahmen a:link, a:visited{
	/*font-size:12px;*/
	color:#4179A1;
	margin:0pt;
	padding:0pt;
	text-decoration:underline;
}

#contentrahmen ul, ol  {
	color:#001E48;
	font-family:arial,sans-serif;
	font-size:12px;
	margin: 0 0 10px 30px;
	padding: 0px;
}

#contentrahmen li {
	color:#001E48;
	font-family:arial,sans-serif;
	font-size:12px;
	margin: 0 0 0 30px;
	padding: 0px;
}

#contentrahmen p {
        color:#001E48;
	font-family: arial, verdana, sans-serif;
        font-size: 12px;
}

/* Rahmen fuer Hauptinhalt fuer Seiten *mit* Teasern in der rechten Spalte: */
#contentrahmenteaser {
	margin-right: 230px;
 	margin-left: 0px;
	margin-top: 0px;
	/*border: 1px solid #09f;*/ 
}

#contentrahmenteaser p {
	font-family: arial, verdana, sans-serif;
}

#teaserrahmen {
	width: 210px;
	border-style: solid;
	border-width: 1px;
	border-color: #e2001a;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-right: 0px;
	/* position: absolute;
	right: 0; */
   float: right;
  /* overflow: auto; */
	background-color: #dbe5f1;

}


/* Formatierung der Ueberschriften */
#contentrahmen h1 {
  color:#e2001a;
	font-size:1.6em;
	font-weight:normal;
	margin:0pt 0pt 8px;
	border-bottom:3px solid #b2cde9;
	/*background-color:#00174D;*/
}

#contentrahmen h2 {
        color:#e2001a;
	width: 99%;
        font-size:15px;
        font-weight:bold;
	border-bottom:2px solid #b2cde9;
	/*background-color:#00174D;*/
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#contentrahmen h3 {
	color:#E2001A;
        font-size:14px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 6px;
}


#contentrahmenteaser h1 {
       color:#E2001A;
        font-size:1.6em;
	font-weight:normal;
	margin:0pt 0pt 8px;
	border-bottom:3px solid #b2cde9;
}

#contentrahmenteaser h2 {
  color:#E2001A;
	width: 99%;
        font-size:15px;
        font-weight:bold;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom:3px solid #b2cde9;
}

#contentrahmenteaser h3 {
	color:#E2001A;
        font-size:14px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 6px;
}

/* Styles fuer Header-Bereich: */

.headerbereich {
        padding:0px;
	margin: 0px 0px 25px 0px;
}

.headerbereich p {
	padding:0 10px;
	margin: 0px;
}

.headerbild  {
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	float: left;
}


/* Styles fuer Packages-Bereich: */

.text-packages {
    margin-left: 100px;
}


/* Formatierung fuer Fehlermeldungs-Box: */

.errormessage {
        font-family: arial, verdana, sans-serif;
	font-size: 12px;
	background-color: #E2001A;
        color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}

#contentrahmen .errormessage {
        font-family: arial, verdana, sans-serif;
	font-size: 12px;
	background-color: #E2001A;
        color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}

#contentrahmen  .errormessage a {
       color: #fff;
}

#contentrahmen .errormessage a:link, a:visited, a:hover {
       color: #fff;
}

/* Styles fuer Formulare: */

#contentrahmenteaser fieldset {
	/* width: 580px; */
	margin: 0px;	
	padding-bottom: 5px;
	border-style: none;
        border-bottom: 10px solid #fff;
	
}

#contentrahmen fieldset {
	/* width: 580px; */
	margin: 0px;
	padding: 5px 0 5px 0;        
	border-style: none;
        border-bottom: 10px solid #fff;
	
}

#contentrahmenteaser legend {
	padding-left: 10px;
	color: #001E48;
	font-weight: bold;
        margin-left: -10px;
}

#contentrahmen legend {
	padding-left: 10px;
	color: #001E48;
	font-weight: bold;
        margin-left: -10px;
}

label.left {
	color: #001E48;
	float: left;
	text-align: right;
	width: 12em;
	margin: 6px 5px 0px 0px;
        font-size: 12px;
}

label.anzahlKinder {        
	color: #001E48;
        font-size:12px;
}

#globalerrahmen input, select, textarea {
	/* Vert. Abstand zwischen den Formularelementen: */
	margin-top: 0.4em;
	font-size:12px;
        color: #000;
}

#contentrahmen input, select, textarea {
	/* Vert. Abstand zwischen den Formularelementen: */
	margin-top: 0.4em;
	font-size:12px;
        color: #000;
}

/* Kennzeichnung von fehlerhaftern Eingabefelder: */
label.lefterror {
	float: left;
	text-align: right;
	width: 11em;
	margin: 7px 5px 0px 0px;
	font-weight: bold;
	background-color: #E2001A;
        color: #ffffff;
        font-size: 12px;
}


#globalerrahmen label.lefterror a {
	color: #ffffff;
}

.formhinweistext {
	padding-left: 10px;
	padding-right: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
 	background-color: #F2F5F8;
        margin-left: 0px;
	/* width: 580px; */
}

.button {
        font-weight: bold;
	color: #bd021b !important;
	background-color: #dfe3eb;
        border: 1px solid #778bad;
	cursor: pointer;
	width: auto;
        margin-right: 10px;
}


/* Button innerhalb der Hotelliste: */
.buttonliste {
        font-weight: bold;
	color: #bd021b;
	border: 1px solid #778bad;
	background-color: #dfe3eb;
	cursor: pointer;
        width:100px;
}

/* Styles Ergebnisliste Hotel: */

#contentrahmen .hotelliste {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	border-spacing: 0px;
	border-collapse: collapse;
}

#contentrahmen #hotelliste {
	font-size: 12px;
}

#contentrahmen .hotelliste TH {
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0px;
	padding-bottom: 2px;
	/*vertical-align: top;*/
	/*text-align: center;*/
	background-color: #b2cde9;
	color: #001E48;
	vertical-align: bottom;
}

#contentrahmen .hotelliste TD {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 4px;
	padding-bottom: 2px;
 	vertical-align: top;
}

#contentrahmen .hotelliste td select {
	margin: 0;
	vertical-align: middle;
}

#contentrahmen .hotelinfolink {
	font-weight: bold;
}

#contentrahmen .hotelliste_center {
	text-align: center;
}

.price {
	font-size: 12px;
}

/* GK */
#naehezutd {
	padding: 0px;
	margin: 0px;
}

#portallink {
text-decoration:none;
font-size:12px;
color:#aaa;
padding-right: 6px;
margin-top: 6px;
float: right;
}

#portallink a:hover {
	color: #E7201F;
}

/* /GK */


/* Styles Popup */

body.popup {
	background-color: #FFFFFF;
	margin: 0 0 0 0;
}

h2.popup_header {
  text-align: center;
	font-family: arial, verdana sans-serif;
  color:#001E48;
	background-color:#b2cde9;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 16px;
}

.popup_content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-family: arial, sans-serif;
	font-size: 12px;
        color:#001E48;
}

.popup_content a, a:visited, a:hover {
	/*color: #001E48;*/
        color: #4179a1;
}


.popup_subheader {
	font-weight:bold;
	margin-top:11px;
	margin-bottom:1px;
        color:#001E48;
}

.popup_smallfont {
	margin-top:3px;
}


/* #### Diverse Formatierungen:  #### */

/*Liste Übersicht Packages */
.liste_packages {
    padding: 5px 10px;
    background-color: #B2CDE9;
    margin-bottom: 15px;
}

/* Abstand nach links: */
.abstandleft {
	margin-left: 10px;
	margin-top: 5px;
}

/* Dunkle Hintergrundfarbe */
.dark {
	background-color: #dbe5f1;
}

/* Helle Hintergrundfarbe */
.bright {
	background-color: #F2F5F8;
}

/* Auffaellige Hintergrundfarbe */
.lookatme {
	background-color: #F7C700;
}

.smallfont {
	font-size: 10px;
}

.smallfontred {
	font-size: 10px;
	color: #F00;
}

.rot {
	color: #F00;
}

/* Hintergrundfarbe von alternierenden Tabellenzeilen: */
.zeilegerade {
	font-size: 11px;
	background-color: #dbe5f1;
}

/* Hintergrundfarbe von alternierenden Tabellenzeilen: */
.zeileungerade {
	font-size: 11px;
	background-color: #FFFFFF;
}

.zeilegerade a {
	font-size: 11px ! important;
	color: #4179A1;
}


.zeileungerade a {
	font-size: 11px! important;
	color: #4179A1;
}

/* Formatierung fuer zwei Spalten nebeneinander (z.B. Ausstattungsmerkmale Hotel): */

.features1 {
	width: 260px;
	float:left;
	margin-top:5px;
	margin-bottom:10px;
}

.features2 {
	width: 260px;
	float: right;
	margin-top:5px;
	margin-bottom:10px;
}

.info_content {
	/* z.B. fuer Tabellen in der Hotel-Info-Seite: */
		 font-size: 12px;
		 padding-top:10px;
		 padding-bottom:11px;
		 padding-left:4px;
		 padding-right:5px;
		 vertical-align: top;
		 text-align: left;
		 width: 570px;
}

.info_content img {
       padding-bottom: 5px;
}



/* ********* Styles Warenkorb: ********* */

.tablewarenkorb {
	border-spacing: 0px;
	border-collapse: collapse;
  font-size: 12px;
}

.tablewarenkorb TD {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 6px;
	padding-bottom: 2px;
	vertical-align: top;
	font-size: 12px;
	border-bottom: 1px solid #759fc5;
}

.tablewarenkorb TH {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: bottom;
	background-color:#b2cde9;
	color:#001E48;
	font-size: 12px;
	border-bottom: 1px solid #759fc5;
        text-align:center;
}

.wksmalltext {
	font-size: 10px;
}

.preistd {
	text-align: center;
}

.entfernentd {
	text-align: center;
}

.wkhinweistd {
	text-align: center;
	font-size: 12px;
	background-color:#fff;
	margin-top: 2px;
	padding-bottom: 12px;
}

.gesamtsummetd {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

/* Style fuer WK Navigation im Header: */
.warenkorb {
	font-family: arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align: right;
	width:100%;
}

.pwarenkorb {
	font-family: arial, verdana, sans-serif;
	/*# font-weight:bold;*/
	font-size:12px;
	text-align: right;
	width:100%;
}

/* Hinweistext der drei Buchungsschritte: */

#contentrahmen .buchungsschritte {
	margin-left: 10px;
	margin-top: 10px;
}

#contentrahmen .buchungsschritteaktiv {
	color: #e2001a;
	font-weight: bold;
}


#contentrahmen .buchungsschritteliste {
	padding: 0px 0px 15px 0px;
}


/* Hotline-Nummer in der Buchung: */

.hotlinemiddle {
	font-size: 12px;
}

.hotlinebig {
	font-size: 12px;
	font-weight: bold;
}

.hotlinesmall {
	font-size: 9px;
}

.hotlinebox {
	width: 210px;
	border: 1px solid #e2001a;
	margin: 0 10px 0 0;
  padding:2px 10px 2px 10px;
  float: right;
  /* overflow: auto; */
	background-color: #b2cde9;
}


/* Styles fuer Buchungsmasken: */

.geldfluesse {font-size: 12px;
	font-family: arial, sans-serif;
	border-spacing: 0px;
	border-collapse: collapse;
	width:100%;
}

.geldfluesse  TH {
	vertical-align: bottom;
	background-color:#b2cde9;
	color:#fff;
	font-size: 12px;
	text-align:left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #759fc5;
}

.geldfluesse  TD {
	font-size: 12px;
	text-align:left;
	padding-left: 20px;
	padding-right:20px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #759fc5;
}




/* Styles fuer Buchungsbestaetigung: */

.buchungsnummer {
	background-color: #D6DEE8;
  font-size:14px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* Styles Ergebnisliste STL: */

.stlliste {
	font-family: arial, sans-serif;
	font-size: 12px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.stlliste TH {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 2px;
	vertical-align: top;
	text-align: center;
	background-color: #b2cde9;
	color: #FFF;
	vertical-align: bottom;
}

.stlliste TD {
	padding-left: 2px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 2px;
 	vertical-align: top;
}


/* Expresssuche: */

/* table background dark in expresssuche*/
.fast {
	background-color: #D6DEE8;
	width: 200px;
         }


.right {
	text-align: right;
	font-weight: bold;
            }

.right_info {
	text-align: right;
	margin: 0px 30px;
}


/* GK */
.naehezubox  {
        font-size:11px;
        color:#001E48;
        font-weight: bold;
	background-color: #b2cde9;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-right: 1px;
	width: 280px;
}
/* /GK */


/* Formatierungen fuer die Teaser Spalten: */

.teaserheader  {
  color:#FFF;
  font-size:18px;
	background-color:#e2001a;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.teasersubheader {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 6px;
	color: #E7201F;
	font-size: 14px;
}

.teaserbody {
	padding-left:6px;
	padding-right:6px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.teaserbild  {
	margin-left: 0px;
	margin-right: 6px;
	margin-top: 0px;
}


/* Formatierungen fuer den Footer: */

#globalerrahmen .footer {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	width: 100%;
	text-align: center;
  clear:both;
}


#globalerrahmen .footerbild {
   background: url(../img/whl/Icons/bg_footer.gif) repeat-x;
   width: 800px;
   height: 7px;
}


#globalerrahmen .footernav {
 	width: 800px;
 	text-align:center;
 	color:#001e48;
 	font-size:11px;
 	padding-bottom:5px;
 }

#globalerrahmen .footernav a:link {color:#001e48;font-size:11px;}
#globalerrahmen .footernav a:visited {color:#001e48;font-size:11px;}
#globalerrahmen .footernav a:focus {color:#001e48;font-size:11px;}
#globalerrahmen .footernav a:hover {color:#001e48;font-size:11px;}
#globalerrahmen .footernav a:active {color:#001e48;font-size:11px;}


#footerhome {
 text-align:center;
 width:800px;
 color:#001e48;
 font-size:11px;
 height:20px;
}

#footerhome a {
 color:#001e48;
 font-size:11px;
}

#footerhome a:link {color:#001e48;font-size:11px;}
#footerhome a:visited {color:#001e48;font-size:11px;}
#footerhome a:focus {color:#001e48;font-size:11px;}
#footerhome a:hover {color:#001e48;font-size:11px;}
#footerhome a:active {color:#001e48;font-size:11px;}

/* Styles fuer die Hauptnavigation: */


/** NAVIGATION */
/* Definiton Hauptnavigation */

#mainnavcontainer {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
  background: url(../img/whl/Icons/bg_nav.gif);
  width:800px;
}

#mainnavcontainer ul {
	list-style-type: none;
  padding: 2px 0 0 5px;
	margin: 0;
  height:18px;
}

#mainnavcontainer ul li {
	color: #fff;
	display: inline;
	text-align: center;
	padding: 0;
	margin: 0;
}


#mainnavcontainer a {
  padding: 0.5em;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
  letter-spacing:1px;
}

#mainnavcontainer a:hover {
	color: #fff;
	text-decoration: none;
}

/* Definiton Hauptnavigation Pauschalen*/

#pmainnavcontainer {
	padding: 0;
	margin: 0;
	background: url(../img/whl/Icons/bg_nav_neu.gif);
  width:800px;
}

#pmainnavcontainer ul {
	list-style-type: none;
  padding: 2px 0 0 11px;
	margin: 0;
  height: 24px;

}

#pmainnavcontainer ul li {
	color: #fff;
	display: inline;
	text-align: center;
	padding: 0;
	margin: 0;
	height: 15px;

}

#pmainnavcontainer a:link {
  padding: 0.5em;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  letter-spacing:1px;
}

#pmainnavcontainer a:visited {
  padding: 0.5em;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  letter-spacing:1px;
}

#pmainnavcontainer a:focus {
   text-decoration: none;
   color: #001e48;
}

#pmainnavcontainer a:hover {
   text-decoration: none;
   color: #00174D;
}

#pmainavcontainer a:active{
   text-decoration: none;
   color: #00174D;
}

#pmainnavcontainer .mainact a:link {color: #00174D;}
#pmainnavcontainer .mainact a:visited {color: #00174D;}
#pmainnavcontainer .mainact a:focus {color: #00174D;}
#pmainnavcontainer .mainact a:hover {color: #00174D;}
#pmainnavcontainer .mainact a:active {color: #00174D;}


/* Definiton Subnavigation Pauschalen*/

#psubnavcontainer {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	padding: 0 0 0 0;
	margin: 0;
  background-color: #00174D;
  /* background: url(../Icons/bg_nav.gif); */
  width:800px;
}

#psubnavcontainer ul {
	list-style-type: none;
  padding: 0 0 0 16px;
	margin: 0;
  height:12px;
}

#psubnavcontainer ul li {
	color: #fff;
	display: inline;
	text-align: center;
	padding: 0;
	margin: 0;
}

#psubnavcontainer a:link {
  padding: 0;
	text-decoration: none;
	color: #fff;
}

#psubnavcontainer a:visited {
  padding: 0;
	text-decoration: none;
	color: #fff;
}

#psubnavcontainer a:focus {
   text-decoration: none;
   color: #e2001a;
}

#psubnavcontainer a:hover {
   text-decoration: none;
   color: #e2001a;
}

#psubnavcontainer a:active {
   text-decoration: none;
   color: #e2001a;

}

#psubnavcontainer .subact a:link {color:#e2001a;}
#psubnavcontainer .subact a:visited {color:#e2001a;}
#psubnavcontainer .subact a:focus {color:#e2001a;}
#psubnavcontainer .subact a:hover {color:#e2001a;}
#psubnavcontainer .subact a:active {color:#e2001a;}


/* Styles fuer Teaser-Tabelle im Warenkorb: */

.teaserwarenkorb {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}

.teaserwarenkorb TH {
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	padding-bottom: 6px;
}

.teaserwarenkorb TD {
	vertical-align: top;
	text-align: center;
}

/* Styles fuer Teaser im Warenkorb: */

.teaserwkcontainer {
	/* Umschliesst alle elemente des Teaser-Bereichs (ggf. zum Zentrieren aller Elemente) */
	margin-left: 10px;
}

.teaserwkintro {
	font-weight: bold;
	padding-bottom: 6px;
}

.teaserwkbox {
	width: 175px;
	height: 140px;
	border-style: solid;
	border-width: 1px;
	border-color: #e2001a;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #b2cde9;
	float: left;
}

.teaserwkheader {
	font-weight: bold;
}

.teaserwktext {
	font-size: 10px;
}

.teaserwkbild  {
	margin-left: 0px;
	margin-right: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}

/* Definitionen f?r Home */

/* Definitionen f?r die Startseite home.html */


#head {
 padding:0;
 margin:0;
}

#head td {
 vertical-align:top;
 }

#head-bild {
 width:517px;
 height:192px;
 background: url(../Icons/hamburg-bild.jpg) no-repeat;
}

.head-suche {
 width:282px;
 background-color:#ffffff;
 border-top:1px solid #c2d8ee;
 border-left:1px solid #c2d8ee;
}


/* Expresssuche auf der Startseite: */

/* table background dark in expresssuche*/

.fasthome {
 font-family: arial, verdana, sans-serif;
 width: 283px;
 padding:5px 20px 15px 10px;
 color:#001E48;
 font-size:11px;

}


/* Angebote auf der Startseite */


table.angebote {
 margin:0;
 padding:10px;
 border:none;
 width:800px;
 font-family: verdana;
 font-size: 11px;
 color: #00174D;
}

td.angebotetd {
 vertical-align:top;
 padding:0 5px;
 margin: 0;
 width:33.3%;
 border-top:1px solid #b2cde9;
 border-left:1px solid #b2cde9;
 background-color:#fff;
 font-size:10px;
}

td.angebotetd  h3 {
 font-size: 12px;
 color:#e2001a;
 margin:0;
 padding:5px 0 5px 5px;
}

td.angebotetd a {
 color:#e2001a;
}

td.angebotetd a:link {color:#e2001a;}
td.angebotetd a:visited {color:#e2001a;}
td.angebotetd a:hover {color:#e2001a;}
td.angebotetd a:focus {color:#e2001a;}
td.angebotetd a:active {color:#e2001a;}


td.angebotetd img {
 float:left;
 padding-right:8px;
}

.abstand {
 padding:0;
 margin: 0;
 width:27px;
}

/* Fuer Formularfelder mit laengerem Text vor dem Feld: */

label.left	wide {
	float: left;
	text-align: right;
	width: 14em;
	margin: 7px 5px 0px 0px;
}

label.lefterrorwide {
	float: left;
	text-align: right;
	width: 14em;
	margin: 7px 5px 0px 0px;
	font-weight: bold;
	background-color: #e2001a;
}

/* packages */
/* Formatierung der Ueberschrift h3 */
.headerbereich h3 {
	font-size: 14px;
  font-weight: bold;
	color: #e2001a;
	padding-left: 10px;
	margin-bottom: 6px;
}

#contentrahmen h3.redhead {
	margin-top: 25px;
}

.infoBuchungLink {
  font-weight: bold;
}

.pauschalenAbPreis {
	font-size: 12px;
  font-weight: bold;
	background-color:#B2CDE9;
	padding-left:7px;
	padding-right:7px;
}

.PauschalenThemenListe {
list-style-type: square;
color:#00174D;
float:right;
padding-right:10px;
padding-bottom:10px;
margin-top:0px;
}

#variantenPauschalenTable td {
	font-size: 12px;
	padding-left:0px;
	padding-right:5px;
	padding-top:5px;
}

#variantenPauschalenTable tr {
	border-bottom: 1px solid #759fc5;
}

table.headertable {
        font-size: 12px;
}

.HinweisText {
        /*border: 1px solid #e2001a;*/
	background-color:#DBE5F1;
	padding-left:10px;
	padding-top:4px;
	padding-bottom:5px;
	margin-bottom:0px;
        font-size: 12px;
}

.HinweisText ul {
list-style-type: square;
margin-top:5px;
margin-bottom:5px;
}

/* Vakanz Kalender: */

#VakanzKalender { 
text-align: left;
font-size: 12px;
margin-left: 10px;
margin-top: 0px;
border-collapse:collapse;
}

#VakanzKalender td { 
border-top: 1px solid #999;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
padding-left: 1px;
padding-right: 1px;
padding-top:1px;
padding-bottom:0px;
} 

/* Farbe fuer das Wochenende */
#we { 
background-color: #D6DEE8;
} 

/* Farbe fuer verfuegbare Termine */
#bookme { 
background-color: #b8ee83;
} 

#bookme a { 
font-weight: bold;
color: #001E48;
text-decoration:none;
} 

#bookme a:hover { 
font-weight: bold;
color: #001E48;
text-decoration:underline;
} 

/* Farbe fuer angefragten Termin */
#wunschDatum { 
background-color: #b8ee83;/*#ffff99;*/
font-weight: bold;
} 

#VakanzKalender th {
text-align: center;
color: #fff;
background-color: #b2cde9;
border-right: 1px solid #999;
border-top: 1px solid #999;
}

#browseMonth {
vertical-align:top;
text-align: center;
border-left: 1px solid #999;
font-size:11px;
font-weight:bold;
padding-left: 10px;
padding-top: 10px;
background-color: #b2cde9;
}

#browseMonth a {color: #001E48;}
#browseMonth a:hover {color: #001E48;}

#preisVakanzCell {
border-left: 1px solid #999;
}

#VakanzKalender a {
   text-decoration:none; 
   cursor:pointer;
}


#VakanzKalender img {
border: 0px;
}

.anreisedatum {
        font-size: 12px;
        border-top: 1px solid #c2d8ee;
        border-bottom: 1px solid #c2d8ee;
        color: red;
}

.anreisedatum_alt {
        font-size: 12px;
        border-top: 1px solid #e9eaf2;
        border-bottom: 1px solid #e9eaf2;
        color: red;
}

table.rittable 
{
 border:none;
 font-size: 12px;
 text-align: center;
 padding:			0px;
 margin:			0px;
}

td.rittd {
padding-top: 5px;
}

.culturallfont
{
 color: #001E48;
}

	.tx-hhtfadeheader-pi1 {
		position: relative;
		height: 183px;
	}
	.tx_hhtfadeheader_pi1_pic {
		position: absolute; top: 0; left: 0;
	}
	.tx_hhtfadeheader_pi1_control {
        z-index: 205;
		position: absolute;
		top: 94px; left: 904px;
		clear: both;
    }
	.tx_hhtfadeheader_pi1_control a {
		margin-left: 10px;
	}
	.tx_hhtfadeheader_pi1_bug {
		z-index: 207;
		position: absolute;
		top: 114px; left: 0px;
		clear: both;
	}

iframe.tx-hhtpoidata-pi1-poidata {
   border:0px none;
   height:327px;
   width:780px;
   overflow:hidden;
}              

.package_central_column
{
 width:380px;
}

div.trusted_shop_geld_zurueck table {
	width:250px;
	background-color:rgb(194,216,239);
	border:1px solid rgb(117,160,195);
	color: rgb(0,30,85);
	text-align:left;
	font-family: arial, verdana, helvetica;
	font-size: 11px;
}

div.trusted_shop_geld_zurueck table form {
	margin:0;
	padding:0;
}

div.trusted_shop_geld_zurueck table p {
	margin:0 0 10px 0;
	padding:0;
}
	
div.trusted_shop_geld_zurueck table tr td{
	margin:0;
	padding:10px;
}

div.trusted_shop_geld_zurueck table div.trusted_shop_geld_zurueck_logo{
	float:left;
	width:75px;
	height:70px;
}

div.trusted_shop_geld_zurueck table .center {
	text-align:center;
}

div.trusted_shop_geld_zurueck table div.trusted_shop_geld_zurueck_text{
	width:230px;
}


