@charset "utf-8";


/* BASIC Flight
   Datei: BASIC_screen.css
   Autor: Lucia Amann
   Datum: 01.09.2008 / 30.03.09 / 4.12.09
   
*/


  /* =============================
  Aufbau:
  1. Allgemeine Styles
    2. Layoutbereiche
      2.a) Allgemeine Layoutbereiche
    2.b) Layoutbereiche Seite 1
    2.c) Layoutbereiche Seite 2 
    2.d) Layoutbereiche Seite 3
    2.e) Layoutbereiche Seite 4, 5
  3. Allgemeine Klassen
  4. Absolut positionierte Elemente
  =================================*/

/* =====================
  1. Allgemeine Styles
    ===================*/
 
  * { margin:0; padding: 0 }
  html {height:100%}

body {
  color: #000;
  font: normal 12px Arial, Helvetica, sans-serif;
  background: #ffffff;
}
h1 {
  text-transform: uppercase;
  font: bold 12px Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  color: #000;
}
  h2 {
    margin: 0px;
    padding: 0px;
    font: bold 12px Arial, Helvetica, sans-serif;
    text-transform: none;
    color: #000;
  }
  h3 {
    margin: 0px;
    padding: 0px;
    font: bold 12px Arial, Helvetica, sans-serif;
  }
p {
  font-size: 12px;
}
form {
  padding: 0px;
  margin: 0px;
}
table {
  border-collapse: separate;
  width: 100%;
  font-size: 100%;
}
  th {
    text-align: left;
    vertical-align: bottom;
    padding-left: 3px;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
  td {
    vertical-align: middle;
    padding: 3px;
  }
img {
  border: none;
} 
  img.tbot {
    vertical-align: text-bottom;
    padding-left: 5px;
    text-align: right;
  }
  img.tcent {
    vertical-align: middle;
  }
input {
  font: normal 11px Arial, Helvetica, sans-serif;
  vertical-align: middle;
/*  height: 1.4em;*/
  text-align: left;
}
  input[type="radio"] {
    border: 0 none;
  }
  input[type="checkbox"] {
    border: 0 none;
  }
select {
  vertical-align: middle;
  font: normal 11px Arial, Helvetica, sans-serif;
  text-align: left;
}
a, a:link, a:active {
  color: #000;
  text-decoration: underline;
}
  a:hover, a:visited  {
  text-decoration: underline;
  color: #FF0000;
  }

/* =============================
    2. Layoutbereiche
      2.a) Allgemeine Layoutbereiche
        ===========================*/

#flugtitel {display:none;}

#page_margins {
  margin-left: auto;
  margin-right: auto;
  width: 650px;
}
        /*--------------------------------
          für evtl. abweichende Gesamtbreite Seite 1 und Seite 2:
          -------------------------------------------------------*/
  #page_margins_1 {
    margin-left: auto;
    margin-right: auto;
    width: 620px;
  }
  #page_margins_2 {
    margin-left: auto;
    margin-right: auto;
    width: 650px;
  }
#page {

}
#main {
  padding: 0px;
  margin: 0px;
  width: 100%;
  position: relative;
}


#nav {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0px; /*bilo je 5 px odvaja navigator od forme*/
  padding: 0;
  height: 20px;
  background-color:#787878;
}
#navigation {
  width: 620px;
  font-weight: normal;
  font-size: 12px;
  height: 20px;
  min-height: 20px;
  float: left;
  background-color: #787878;
  
}
  #navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #navigation ul li {
  float: left;
  width: auto;
  margin: 0;
  display: block;
  color: #FFF;
  padding: 2px 35px;
    /*border: 5px solid #000;*/
  }
#navigation a, a:link {
  text-decoration: underline;
  color: #fff;
}
  #navigation a:hover {
    text-decoration: underline;
    color: #fff;
  }
  #navigation a:visited {
    text-decoration: underline;
    color: #fff;
  }
#navigation  #current {
    color: #fff;
    background: #373737;
    font-weight: bold;
    
  }
  #navigation .reiter_b {

  }

/* =============================
    2. Layoutbereiche
      2.b) Layoutbereiche Seite 1
        ===========================*/
#brokerhits {
    background: #fff;
  }
  #brokerhits td {
    border: 1px solid #fff;
    padding: 4px;
  }
  #brokerhits img {
    margin-left: 5px;
    margin-right: 5px;
  }
  #brokerhits .title {
    text-transform: none;
    width: 220px;
    border: none;
  }
    #brokerhits .title2 {
    background: #eaeaea;
    text-transform: none;
    font-weight: bold;
    width: 220px;
    border: none;
  }
    #brokerhits .bg_1 {
      border: none;
    
    }
    #brokerhits .bg_2 {
      background: #eaeaea;
      border: none;
    }
    #brokerhits .bg_3 {
      background-color: #eaeaea;
      border: none;
    }
    #brokerhits .bg_3 input {
      width: 80px;
    }
    #brokerhits .bg_3 select {
      width: 100px;
    }
    #brokerhits .bg_4 {
      background-color: #eaeaea;
      border: none;
    }
    #brokerhits .bg_4 input {
      width: 80px;
    }
    #brokerhits .bg_4 select {
      width: 100px;
    }
    #brokerhits .bg_5 {
      background-color: #eaeaea;
      border: none;
    }
    #brokerhits .bg_5 p {
      margin-bottom: 3px;
    }
    #brokerhits .bg_5 select {
      width: 40px;
      margin-right: 10px;
    }
    #brokerhits .mrg {
      margin-left: 10px;
      margin-right: 5px;
      }
#Flugsuche {
  padding: 0px;
  font: normal 11px Arial, Helvetica, sans-serif;
}
#Flugsuche .td2 .slct_1 {
  width: 45px;
}
#Flugsuche .td2 .slct_2 {
  width: 120px;
}
#Flugsuche .td2 .slct_3 {
  width: 140px;
}
#Flugsuche .slct_1 {
  width: 45px;
}
#Flugsuche .slct_2 {
  width: 120px;
}
#Flugsuche .slct_3 {
  width: 140px;
}
#Flugsuche .slct_4 {
  width: 60px;
}
  


  #Flugsuche th {
  background-color: #eaeaea;
  border-bottom: 2px solid #fff;
  height: 40px;
  vertical-align: middle;
  text-transform: capitalize;
  }
  #Flugsuche th td {
  font-size: 10px;
  }
  
  #Flugsuche th.title_odd {
    text-transform: none;
  }

  #Flugsuche .title_norm {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
    padding-left: 5px;
    background-color: #eaeaea;
  }
  #Flugsuche .title_norm_2 {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
    padding-left: 5px;
    background-color: #eaeaea;
  }
  #Flugsuche .title_odd {
  background: #eaeaea;
  font-size: 12px;
  font-weight: bold;
  width: 24%;
  border-bottom: 2px solid #fff;
  padding-bottom: 3px;
  padding-left: 5px;
  }
  #Flugsuche .title_odd img {
    float: right;
    margin-right: 110px;
    margin-top: 10px;
  }

  #Flugsuche .bg_norm {
    padding-top: 3px;
    background: #eaeaea;
  }
  #Flugsuche .bg_odd {
    background: #eaeaea;
    border-bottom: 2px solid #fff;
    padding-bottom: 3px;
  }
  #Flugsuche .td1 {
    padding-top: 5px;
    background: #eaeaea;
  }
      #Flugsuche .td1 .slct_1 {
        width: 45px;
      }
      #Flugsuche .td1 .slct_2 {
        width: 120px;
      }
      #Flugsuche .td1 .slct_3 {
        width: 140px;
      }
      #Flugsuche .td1 img {
  margin-left: 5px;
      }
      #Flugsuche .td1 span {
  margin-left: 6%;
  margin-right: 5px;
      }
  #Flugsuche .td2 {
    background-color: #eaeaea;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
  }
  
      #Flugsuche .td2 img {
  margin-left: 5px;
      }
      #Flugsuche .td2 span {
  margin-left: 6%;
  margin-right: 5px;
      }
  #Flugsuche .td3 {
  width: 18%;
  }
  #Flugsuche .td4 {
  width: 26%;
  }
  #Flugsuche .td4a {
  width: 20%;
  }
  #Flugsuche .td4a select {
    width: 40px;
  } 
  #Flugsuche .td4b {

  }
#Flugsuche .td4c {
  width: 15%;
}

  #Flugsuche .td4c select {
    width: 40px;
  }
  #Flugsuche .td5 {
  width: 26%;

  }
  #Flugsuche .td5 select {
  width: 150px;
  padding-left: 0px;
  margin-left: 0px;
  }
  #Flugsuche .td6 select {
  width: 150px;
  } 
  #Flugsuche .td7 {
    width: 170px;
  }
  #Flugsuche #Normalflug .title_norm {
  padding-left: 2px;
  }
  #Flugsuche #Normalflug .title_odd {
  border-bottom: none;
  padding-left: 2px;
  width: 23%;
  }
  #Flugsuche   #Normalflug  .slct_a select {
  width: 162px;
  margin-right: 5px;
  }
  #Flugsuche  #Normalflug .inpt_a input {
  width: 160px;
  margin-right: 5px;
  }


  #Flugsuche #Gabelflug .title_norm {
  padding-left: 2px;
  }
  #Flugsuche #Gabelflug .title_odd {
    border-bottom: none;
    padding-left: 2px;
  }
  #Flugsuche #Gabelflug .slct_a select {
  width: 152px;
  margin-right: 5px;
  margin-left: 0px;
  }
  #Flugsuche #Gabelflug .slct_aa {
  width: 40%;
  }
  #Flugsuche #Gabelflug .slct_aa select{
    width: 133px;
    margin-right: 5px;
    margin-left: 5px;
  }
  #Flugsuche #Gabelflug .slct_a img {
    margin-right: 5px;
  }
  #Flugsuche  #Gabelflug  .inpt_a input {
    width: 150px;
    margin-right: 5px;
    padding-left: 0px;
  }
  #Flugsuche #row_openjaw {
    /* visibility: hidden;*/ 
  } 
  
#Flugsuche #buttonbox {
  font-size: 12px;
}


#buttonbox {
  background-color: #FFF;
  height: 40px;
  padding: 15px 10px 0px;
  }
#logo {
  background: #fff;
}
#logo img {
  width: 150px;
  margin-left: 110px;
}

/* =============================
    2. Layoutbereiche
      2.c) Layoutbereiche Seite 2
        ===========================*/
#angebot {
  background-color: #FFF;

}
  #angebot .flug {
  background: #eaeaea;
  }
  #angebot .flug th {
    font-weight: normal;
  }
  #angebot .flug .row3 {
    height: 30px;
  }
  #angebot  .flug .row3  td {
    border-top: 1px solid #fff;
  }
  #angebot .flug .td1 {
    width: 100px;
  }
  #angebot .flug .td2 {
    width: 170px;
  }
  #angebot .flug .td3 {
    width: 100px;
  }
  #angebot .flug .td4 {
    width: 170px;
  }
  
  #angebot .flug .td5 {
    vertical-align: middle;
  }
#angebot .matrix {
  margin-top: 20px;
  margin-bottom: 20px;
}
#angebot .matrix th {
  background: #eaeaea;
  font-weight: normal;
}
#angebot .matrix td {
  text-align: center;
  border: 1px solid #eee;
}
#angebot .matrix td a {
  text-decoration: none;
}

#angebot .matrix .legende {
  text-align: left;
  height: 40px;
}
#angebot .matrix .legende img {
  vertical-align: bottom;
  margin-right: 5px;
}
#angebot  .matrix  td.legende  {
  border: none;
}
#angebot .matrix td.matrix_00 {
  border: none;
}


#angebot .matrix .searched_date {
  background-color: #0F5CAA;
  color: #fff;
}
#angebot .matrix .searched_date a {
  color: #fff;
}


#angebot  .matrix  .bestprice {
  background: #eee;
  border: 1px solid #fff;
}
#angebot .matrix .selected {
  border: 1px solid #000;
  font-weight: bold;
}


  #angebot #airline {
      background: #fff;
    }
  #angebot #airline th {
    font-weight: normal;
    text-align: right;
        }
  #angebot #airline td {
    text-align: right;
  }
  #angebot #airline .td1 {
        width: 140px; /* verkleinert von 160 */
  }
  #angebot #airline .talignc  {
    text-align: center;
  }
  #angebot #airline .talign {
    text-align: left;
  }
  
  #angebot #airline .bg_a_alignc {
      background: #eee;
      border-bottom: 2px solid #FFF;
      text-align: center;
  }
  #angebot #airline .bg_b_alignc {
      background: #eee;
      border-bottom: 2px solid #FFF;
      text-align: center;
  }
  #angebot #airline .bg_a_talign {
      background: #eee;
      border-bottom: 2px solid #FFF;
      text-align: left;
      text-transform: capitalize;
  }
  #angebot #airline .bg_b_talign {
      background: #eee;
      border-bottom: 2px solid #FFF;
      text-align: left;
  }
  #angebot #airline .bg_c {
      background: #eee;
      border-bottom: 2px solid #FFF;
      text-align: left;
      text-transform: capitalize;
  }
  #angebot #airline .bg_d {
      background: #eee;
      border-bottom: 2px solid #FFF;
      text-align: left;
  }
  
/* gesuchten Tarif kennzeichnen */
  #angebot #airline .bg_highlighted_alignc {
      background: #ccc;
      border-bottom: 2px solid #FFF;
      text-align: center;
  }

  #angebot #airline .bg_highlighted_talign {
      background: #ccc;
      border-bottom: 2px solid #FFF;
      text-align: left;
      text-transform: capitalize;
  }

  #angebot #airline .bg_highlighted_alignr {
      background: #ccc;
      border-bottom: 2px solid #FFF;
      text-align: right;
      text-transform: capitalize;
  }
  
  
  
  #angebot .overview {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #5c5c5c;
  }
  #angebot .overview th {
    vertical-align: top;
    text-align: center;
    font-size: 11px;
  }
  #angebot .overview td {
    text-align: center;
    border: 1px solid #eee;
  }
  
  #angebot .overview .highlighted a, a:link, a:active, a:hover, a:visited {
    color:red;
  } 
  
#anzeigen1 {
  background-color: #fff;
  color: #5c5c5c;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  margin-top: 10px;
}
#anzeigen1 form {
  float: left;
  width: auto;
  padding-left: 5px;
}
  #anzeigen1 p {
  margin-top: 5px;
  }
  
#anzeigen1 a {
  text-decoration: underline;
}
#anzeigen1 span {
  color: #5c5c5c;
}

#fluplan_port {
  text-align:center;
  font-weight: bold;
}


/* =============================
    2. Layoutbereiche
      2.d) Layoutbereiche Seite 3
        ===========================*/
#auswahl {
  width: 100%;
  background: #fff;
}
  #auswahl .detail th {
  background: #eaeaea;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  }
  #auswahl .detail  th.td1  {
    vertical-align: middle;
    text-align: left;
  }

  #auswahl .detail td {
    border: 1px solid #fff;
  }
  #auswahl .detail .td1 {
  text-align: center;
  font-weight: bold;
  }
#auswahl .detail .td3 {
  font-weight: bold;
}
#auswahl .detail .td6 {
  font-weight: bold;
}

  #auswahl .detail .td9 {
    text-align: center;
  }
  #auswahl .detail .bg_talignc{
    background: #FFF;
    text-align: center;
  }
  #auswahl .detail .bg_a_talignc {
  background: #eee;
  border-bottom: 2px solid #FFF;
  text-align: center;
  }
  #auswahl .detail .bg_a_nowrap {
  background: #eee;
  border-bottom: 2px solid #FFF;
  white-space: nowrap;
  }
  #auswahl .detail .bg_b_talignc {
  background: #eee;
  border-bottom: 2px solid #FFF;
  text-align: center;
  }

/* =============================
    2. Layoutbereiche
      2.e) Layoutbereiche Seite 4-5
        ===========================*/
#buchung {
  width: 100%;
  background: #fff;
}
/*
#buchung a {
  color: #000;
  text-decoration: underline;
}
*/
#buchung .title_top {
  background: #eaeaea;
  border-bottom: 2px solid #fff;
  }
#buchung .title_top img {
  display: none;
}
#buchung .title_top h1 {
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 5px;
}
  #buchung .detail th {
  background: #eaeaea;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  }
  #buchung .detail td {
    border: 1px solid #fff;
  }
#buchung .detail .td9 {
  text-align: center;
}

  #buchung .detail .bg_talignc{
    background: #FFF;
    text-align: center;
  }
  #buchung .detail .bg_a_talignc {
  background: #eee;
  border-bottom: 2px solid #FFF;
  text-align: center;
  }
  #buchung .detail .bg_a_nowrap {
  background: #eee;
  border-bottom: 2px solid #FFF;
  white-space: nowrap;
  padding-left: 3px;
  }
  #buchung .detail .bg_b_talignc {
  background: #eee;
  border-bottom: 2px solid #FFF;
  text-align: center;
  }
  #buchung .detail_2 th {
    background: #eaeaea;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    }
  #buchung .detail_2 td {
    border: 1px solid #fff;
  }
  #buchung .detail_2 .td2 {
    width: 90px;
  }
  #buchung .detail_2 .td3 {
    width: 160px;
  }
  #buchung .detail_2 .td4 {
    width: 40px;
    text-align: right;
  }
  #buchung .detail_2 .bg_talignc{
    background: #FFF;
    text-align: center;
  }
  #buchung .detail_2 .bg_a_talignc {
    background: #eee;
    border-bottom: 2px solid #FFF;
    text-align: center;
  }
  #buchung .detail_2 .bg_a_nowrap {
    background: #eee;
    border-bottom: 2px solid #FFF;
    white-space: nowrap;
    padding-left: 3px;
  }
  #buchung .detail_2 .bg_b_talignc {
    background: #eee;
    border-bottom: 2px solid #FFF;
    text-align: center;
  }
#buchung input {
  width: 180px;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 12px;
  }
  #buchung .input_small {
    width: 12px;
    margin: 0px;
  }
  #buchung .input_middle {
    width: 24px;
    margin: 5px;
  }
  #buchung .input_large {
    width: 60px;
    margin: 0px;
  }
  #buchung .input_larger {
    width: 75px;
    margin: 1px;
  }
  #buchung select {
    width: 180px;
  }
  #buchung .preis {
    text-align: right;
  }
    #buchung .preis input {
      border: 0 none;
      background: #eee;
      text-align: right;
    }
    #buchung .preis th {
      text-align: right;
      vertical-align: bottom;
      padding: 0;
    }
    #buchung .preis .td1 {
      text-align: left;
      padding-left: 5px;
      text-transform: uppercase;
    }
    #buchung .preis th h2{
      text-align: right;
      vertical-align: bottom;
      padding: 0;
    }
    #buchung .preis th.td2 {
      text-align: center;
    }
    #buchung .preis .td8 {
      width: 80px;
    }
    #buchung .preis .td9 {
      width: 80px;
    }
    #buchung .preis td {
      white-space: nowrap;
      border: 1px solid #fff;
    }
    #buchung .preis h1 {
      text-align: left;
    }
    #buchung .preis h2 {
      text-align: left;
    }
    #buchung .preis .bg_a_talign {
      text-align: left;
      background-color: #eee;
      border-bottom: 2px solid #fff;
      padding-left: 5px;
      font-weight: bold;
    }
    #buchung .preis .bg_a_talignc {
      text-align: center;
      background-color: #eee;
      border-bottom: 2px solid #fff;
    }
    #buchung .preis .bg_1 td {
      padding: 5px;
    }
    #buchung .preis .bg_b {
      background: #eee;
      border-bottom: 2px solid #fff;
    }
    #buchung .preis .bg_b_talign {
      text-align: left;
      background: #eee;
      border-bottom: 2px solid #fff;
      padding-left: 5px;
      font-weight: bold;
      /* width: 100px;  changed sma */
    }
    #buchung .preis .bg_b_talignc {
      text-align: center;
      background: #eee;
      border-bottom: 2px solid #fff;
    }
    #buchung .preis .bg_c {
      background-color: #eee;
      border-bottom: 2px solid #fff;
    }
    #buchung .preis .bg_c .talign {
      text-align: right;
      border-bottom: 2px solid #fff;
    }
    #buchung .preis .bg_d {
      background: #eee;
      border-bottom: 2px solid #fff;
    }
    #buchung .preis .bg_e {
      background: #eee;
      border-bottom: 2px solid #fff;
      padding-left: 5px;
    }
    #buchung .preis .bg_e_talign {
      background: #eee;
      border-bottom: 2px solid #fff;
    }
    #buchung .preis .bg_e_talign h2 {
      text-align: right;
    }
#buchung #kundendaten {
    margin-top: 5px;
}
  #buchung  #kundendaten  .bg_1 td {
    padding: 5px;
  }
  #buchung  #kundendaten  .bg_1 h2  {
    padding-left: 2px;
  }
  #buchung #kundendaten .title {
    padding: 5px;
    background-color: #eaeaea;
  }
  #buchung .adresse a {
      text-decoration: underline;
    }
    #buchung .adresse td {
      border: 1px solid #FFF;
    }
    #buchung .adresse .bg_a {
      background: #eee;
      border-bottom: 2px solid #FFF;
      width: 30%;
      padding-left: 5px;
    }
    #buchung .adresse .bg_b {
      background: #eee;
      border-bottom: 2px solid #FFF;
    }
    #buchung .adresse .bg_c {
      background: #eee;
      border-bottom: 2px solid #FFF;
      padding-left: 5px;
    }
    #buchung .adresse .bg_d {
      background: #eee;
      border-bottom: 2px solid #FFF;
    }
    #buchung .adresse input[type="radio"] {
      width: 20px;
    }
    #buchung .adresse input[type="checkbox"] {
      width: 20px;
      vertical-align: bottom;
      float: left;
    }
    #buchung .adresse .comment a {
      text-decoration: underline;
    }
    #buchung .adresse span {
      float: right;
      width: 95%;
    }
    #buchung  .adresse select.slct_1  {
      width: 45px;
      margin-right: 2px;
      margin-left: 2px;
    }
    #buchung .adresse select.slct_2 {
      width: 68px;
    }
    #buchung .adresse select.slct_3 {
      width: 65px;
    }
#buchung .zahlung th {
  vertical-align: top;
  padding-top: 5px;
}
    #buchung .zahlung td{
      border: 1px solid #FFF;
      font-size: 12px;
        }
    #buchung .zahlung input {
      width: 176px;
    }

    #buchung .zahlung .bg_a {
      background: #eee;
      border-bottom: 2px solid #FFF;
      width: 30%;
      padding-left: 5px;
    }
    #buchung .zahlung .bg_b {
      background: #eee;
      border-bottom: 2px solid #FFF;
    }
    #buchung .zahlung .bg_c {
      background: #eee;
      border-bottom: 2px solid #FFF;
      padding-left: 5px;
    }
    #buchung .zahlung .bg_d {
      background: #eee;
      border-bottom: 2px solid #FFF;
    }
    #buchung .zahlung select.slct_1 {
      width: 45px;
      margin-right: 10px;
    }
    #buchung .zahlung select.slct_2 {
      width: 60px;
      margin-right: 10px;
      margin-left: 10px;
    }
    #buchung .zahlung input.inpt_c {
      width: 80px;
    }
    #buchung .zahlung img {
      vertical-align: middle;
    }
#buchung .request {
}
#buchung .request th {
  vertical-align: top;
}

    #buchung .request .bg_a {
      background: #eee;
      border-bottom: 2px solid #FFF;
      width: 30%;
      padding-left: 5px;
    }
    #buchung .request .bg_b {
      background: #eee;
      border-bottom: 2px solid #FFF;
    }
    #buchung .request .bg_c {
      background: #eee;
      border-bottom: 2px solid #FFF;
      padding-left: 5px;
    }
    #buchung .request .bg_d {
      background: #eee;
      border-bottom: 2px solid #FFF;
    }


#buchung .confirm {
  margin-top: 3px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 2px;
  background: #eee;
  float: left;
width: 99%;
  }
  #buchung .confirm input {
  width: auto;
  float: left;
margin-right: 5px;
    }
  #buchung .confirm span {
  float: right;
  width: 95%;

  }
  #buchung .confirm a {
    text-decoration: underline;
  }
  #buchung .clear {
    margin-top: 10px;
    padding-left: 5px;
  }
#buchung #end {
  text-align: center;
  background-color: #fff;
  padding: 7px 0px 7px 0px;
}


/* =============================
  3. Allgemeine Klassen
    ===========================*/
.title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  background: #eaeaea;
  }
.clear {
  clear: both;
}
.bg {
  background: #fff;
  border-bottom: 2px solid #FFF;
}
.bg_a {
  background: #eee;
  border-bottom: 2px solid #FFF;
}

.bg_a a, a:link, a:active, a:hover, a:visited {
  color: #000;
  text-decoration: underline;
}
  

.bg_b {
  background: #eee;
  border-bottom: 2px solid #FFF;
}
.bg_1 {
  background: #eaeaea;
  border-bottom: 2px solid #FFF;
}
.talign {
  text-align: left;
}
  .talignc {
    text-align: center;
  }
  .valign {
    vertical-align: top;
  }

.buttonbox {
  height: 40px;
  padding: 15px 10px 0px;
  background-color: #fff;
  clear: both;
}
.btnbox_r {
  float: right;
  width: auto;
  color: #FFF;
  padding: 2px 5px;
  background-color: #373737;
}
  .btnbox_r a:link,
  .btnbox_r a:visited,
  .btnbox_r a:hover,
  .btnbox_r a:active {
    display: block;
    width: auto;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
  }
.btnbox_l {
  float: left;
  width: auto;
  padding: 2px 5px;
  color: #FFF;
  background-color: #373737;
}
  .btnbox_l a:link,
  .btnbox_l a:visited,
  .btnbox_l a:hover,
  .btnbox_l a:active {
    display: block;
    width: auto;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
  }
.infos {
  background-color: #FFF;
  height: 30px;
  padding-left: 5px;
  padding-top: 8px;
}
  .infos .left {
    float: left;
    width: auto;
  }
  .infos .left img {
    margin-left: 5px;
  }
  .infos .right {
    float: right;
    width: auto;
  }
  .infos .right img {
  margin-right: 5px;
  margin-left: 5px;

  
  }
.infos_5 {
  background-color: #FFF;
  height: 30px;
  padding-left: 5px;
  padding-top: 8px;
  text-align: right;
}
.infos_5 img {
  margin-right: 5px;
  margin-left: 5px;

}

.comment {
  background-color: #FFF;
  text-align: left;
  font-style: normal;
  padding-left: 5px;
}
.hint {
  background-color: #FFF;
  text-align: left;
  font-style: normal;
  padding-left: 5px;
  color: #ff0000;
}
.hint2 {
  background-color: #FFF;
  text-align: center;
  font-weight: bold;
  padding-left: 5px;
  color: #000000;
}

.error {
  font: bold 12px Arial, Helvetica, sans-serif;
  background: #eee;
  text-align: center;
  border: 1px solid #FF0000;
  color: #ff0000;
  padding: 10px;
}

/*==============================
  4. Absolut positionierte Elemente
  ==================================*/
#main .infolayers {
  background: #fff;
  border: 1px solid #5c5c5c;
  position: absolute;
  width: 280px;
  z-index: 10;
  left: 140px;
  top: 200px;
  visibility: hidden;
  padding: 3px;
}
    #main .infolayers h1 {
      text-transform: none;
      background: #eaeaea;
      padding-top: 3px;
      padding-bottom: 3px;
      margin-bottom: 3px;
    }
    #main .infolayers p {
      background: #fff;
    }

#main .hide_on_load {
    background: #fff;
    border: 1px solid #5c5c5c;
    position: absolute; 
    width: 150px;
    z-index: 20;
    /*
    left: 140px;
    top: 200px;
    visibility: hidden;*/
    padding: 3px;
  }
  #main .hide_on_load h1 {
      text-transform: none;
      background: #eaeaea;
      padding-top: 3px;
      padding-bottom: 3px;
      margin-bottom: 3px;
    }
  

#main .flugplan {
  background: #fff;
  border: 1px solid #5c5c5c;
  position: absolute;
  width: 600px;
  z-index: 20;
  /*visibility: hidden;*/
  padding: 3px;
  right: 125px;
  top: 50px;
}

  #main .flugplan span {
    text-transform: uppercase;
    font: bold 12px Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000;
  }
  
  #main .flugplan p {
    padding: 0px;
  }

  #main .flugplan .bg_a_talignc {
    text-align: center;
    background-color: #eee;
    border-bottom: 2px solid #fff;
  }
  #main .flugplan .bg_b_talignc {
    text-align: center;
    background-color: #eee;
    border-bottom: 2px solid #fff;
  } 
  #main .flugplan .bg_a_ttop {
    background: #eee;
    border-bottom: 2px solid #FFF;
    vertical-align: top;
  }
  #main .flugplan .bg_b_ttop {
    background: #eee;
    border-bottom: 2px solid #FFF;
    vertical-align: top;
  }
  #main .flugplan .bg_tbot {
    background: #fff;
    border-bottom: 2px solid #FFF;
    vertical-align: bottom;
  }
  #main .flugplan .bg_a_nowrap {
    background: #eee;
    border-bottom: 2px solid #FFF;
    white-space: nowrap;
  }
    
#main .flugplan .td8 {
  text-align: center;
}

/* Beschriftung heisst jetzt Flugdetails */
#main .destinationen { 
  background-color: #fff;
  border: 1px solid #5c5c5c;
  position: absolute;
  width: 300px;
  top: 200px;
  left: 140px;
  visibility: hidden;
  z-index: 30;
  padding: 3px;
  line-height: 1.5em; 
  } 
  #main .destinationen h1 {
  background: #eaeaea;
  text-transform: none;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 3px;
  } 
 
#main .tarif {
  background: #fff;
  border: 1px solid #5c5c5c;
  position: absolute;
  z-index: 40;
  width: 500px;
  /* 
  visibility: hidden; 
  left: 280px;
  top: 300px;
  */
  }
#main .tarif h1 {
  background: #eaeaea;
  text-align: center;
  padding: 5px;
  text-transform: none;
  } 
  #main .tarif td{
  border: 1px solid #fff;
  padding: 3px;
  }
  #main .tarif .title{
  text-transform: none;
  width: 220px;
  border-bottom: none;
  }
  #main .tarif .title2{
  background: #eaeaea;
  text-transform: none;
  font-weight: bold;
  width: 220px;
  border-bottom: none;
  }
  #main .tarif .bg_1 {
  border-bottom: none;
  }
  #main .tarif .bg_2{
  background: #eaeaea;
  border-bottom: none;
  }
  
  .informal {
    font-size: 9;
    font-weight: normal;
    font-style: none;
    /*color: #96a1b3; */
    color: #ff0000; 
    text-transform: capitalize;
  }
  
  
  div.autocomplete {
    position:absolute;
    width:350px;
    /*background-color:#ffff00;*/
    border:1px solid #888;
    margin:0px;
    padding:0px;
    overflow:hidden;
    z-index:50;
  }

  div.autocomplete ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
    background-color: #fff;
  }
  div.autocomplete ul li.selected { background-color: #fffcd6;}
  div.autocomplete ul li {
    list-style-type:none;
    display:block;
    margin:1;
    padding-left:2px;
    padding-bottom:0px;
    /*height:32px;*/
    cursor:pointer;
    font-size: smaller;
  }
#conditions {
  width: 
}
#conditions h1 {
  background-color: #eaeaea;
  padding: 5px;
}
#conditions h2 {
  background-color: #eaeaea;
  padding: 5px;
  margin-bottom: 3px;
}
#conditions p {
  background-color: #fff;
  padding-left: 5px;
}
/* =============================
  4. Wait Page
    ===========================*/
  
#waitpage {
  background-color: #ffffff; 
  width: 100%;
  height:100%;
  padding-top: 25px;
}

#waitpage #background {
  background-color: #ffffff;
  width: 540px;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  padding: 10px;
  
}

#waitpage #background #content {
  width: 100%;
  height: 70px;
  /*background: url(../images/basic/logo.gif) no-repeat center top;*/
  
}

#waitpage #background #ruler {
  background-color: #EEEEEE;
  padding: 10px;
  margin: 10px;
  height: 100px;
}
#waitpage #background #ruler h2 {
  text-align: center;
}

#waitpage #background #ruler #container {
  width:0px;
  height:15px;
  background-color:#666666;
  margin-top:15px;
  text-align:right;
  margin-bottom: 20px;
}


/* tooltips: */
a.tt{
    position:relative;
    z-index:24;
    color:#000;
    /* font-weight:normal; */
    /* text-decoration:none; */
}
a.tt span{ display: none; }


/*background:; ie hack, something must be changed in a for ie to execute it */
a.tt:hover{ z-index:25; color: #000; background:#fff;}
a.tt:hover span.tooltip{
  display:block;
  position:absolute;
  top:0px; left:0;
  padding: 15px 0 0 0;
  width:200px;
  color: #993300;
  text-align: center;
  filter: alpha(opacity:90);
  KHTMLOpacity: 0.90;
  MozOpacity: 0.90;
  opacity: 0.90;
}
a.tt:hover span.top{
  display: block;
  padding: 30px 8px 0;
  background: url(../images/basic/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
  display: block;
  padding: 0 8px; 
  background: url(../images/basic/bubble_filler.gif) repeat top; 
}
a.tt:hover span.bottom{
  display: block;
  padding:3px 8px 10px;
  color: #548912;
  background: url(../images/basic/bubble.gif) no-repeat bottom;
}

