/********************************
Preisliste Reisemobile (css: tabelleSaisonpreise)
**********************************/
/* allgemeine angaben*/
table.tabelleSaisonpreise {
  font-family:Verdana, Arial, Helvetica;
  font-size:11px;
  line-height:17px;
}
/* Alle Tabellenzellen*/
table.tabelleSaisonpreise td{
  padding:3px;
  font-weight:normal;
}



/********************************
Saisonzeiten Reisemobile (css: tabelleSaisonzeiten)
**********************************/
/*allgmeine Angaben*/
table.tabelleSaisonzeiten {
  font-family:Verdana, Arial, Helvetica;
  font-size:11px;
  line-height:17px;
  width:410px;
}
/* 1. Spalte: th (im T3 Backend: Position der Kopfzeile 
   als "links" definiert)  */
table.tabelleSaisonzeiten th {
  padding:3px;
  font-weight:normal;
  background-color:#ffffff;
}
/* alle Tabellenzellen außer der sog. Kopfzeile (hier: 1. Spalte)*/
table.tabelleSaisonzeiten td{
  padding:3px;
  font-weight:normal;
  width:60px;
}

/********************************
Saisonpreise Reisemobile (css: tabelleSaisonpreise)
**********************************/
/*Allgemeine Angaben*/
table.tabelleSaisonpreise {
  width:250px;
}
/* 1. Spalte der Tabelle */
table.tabelleSaisonpreise .td-0 {
  width:185px;
}
/* 2. Spalte der Tabelle */
table.tabelleSaisonpreise .td-1 {
  width:65px;
  text-align:right;
}


/*Farbe Nebensaison (ocker)
  tr.tr-0 = 1. komplette Zeile der Tabelle (also Januar)
  tr.tr-10 = 11. komplette Zeile der Tabelle (also Dezember)
*/
table.tabelleSaisonzeiten tr.tr-0,
table.tabelleSaisonzeiten tr.tr-1,
table.tabelleSaisonzeiten tr.tr-2,
table.tabelleSaisonzeiten tr.tr-10,
table.tabelleSaisonzeiten tr.tr-last,
table.tabelleSaisonpreise .tr-1,
table.tabelleSaisonpreise .tr-10,
table.tabelleSaisonpreise .tr-last {
  background-color:#ffdf81;
}
/*Zwischensaison (orange)
*/
table.tabelleSaisonzeiten tr.tr-3,
table.tabelleSaisonzeiten tr.tr-4,
table.tabelleSaisonzeiten tr.tr-5,
table.tabelleSaisonzeiten tr.tr-6,
table.tabelleSaisonzeiten tr.tr-8,
table.tabelleSaisonzeiten tr.tr-9,
table.tabelleSaisonzeiten tr.tr-10 .td-1,
table.tabelleSaisonpreise .tr-4 {
  background-color:#ff9933;
}
/*Hauptsaison (rot)*/
table.tabelleSaisonzeiten tr.tr-6 .td-4,
table.tabelleSaisonzeiten tr.tr-8 .td-1,
table.tabelleSaisonzeiten tr.tr-7,
table.tabelleSaisonpreise .tr-7 {
  background-color:#ff6633;	
}

table.tabelleSaisonpreise .tr-0,
table.tabelleSaisonpreise .tr-2,
table.tabelleSaisonpreise .tr-3,
table.tabelleSaisonpreise .tr-5,
table.tabelleSaisonpreise .tr-6,
table.tabelleSaisonpreise .tr-8 {
  background-color:#ffffff;
}



/********************************
1. Preistabelle mit rote markierter Spalte (tabellePreiseTransporter1)
2. und 3. Preistabelle Transporter (css: tabellePreiseTransporter)
**********************************/

/* allgemeine Angaben für beide Tabellentypen */
table.tabellePreiseTransporter1,
table.tabellePreiseTransporter {
  font-family:Verdana, Arial, Helvetica;
  font-size:11px;
  line-height:17px;
  width:710px;
  padding-bottom:20px;
}
/* generelle Angaben für Kopfzeile und sonstige 
   Tabellentellen beider Tabellen */
table.tabellePreiseTransporter1 th,
table.tabellePreiseTransporter1 td,
table.tabellePreiseTransporter th,
table.tabellePreiseTransporter td {
  padding:3px;
  font-weight:normal;
}
/* Kopfzeilen (th) Definition*/
table.tabellePreiseTransporter1 th,
table.tabellePreiseTransporter th {
  background-color:#a5d281;
  font-weight:normal;
}
/* Tabellenzellen (td) außer Kopfzeile (th) Definition*/
table.tabellePreiseTransporter1 td,
table.tabellePreiseTransporter td {
  background-color:#ffffff;	
}

/* die 1. Tabelle bekommt in der 3. Spalte 
   eine rote Markierung */
table.tabellePreiseTransporter1 td.td-2 {
  background-color:#ff9933;	
}




/*transporterdaten ????*/
table.tabelleTransporterdaten {
  width:420px;
}
table.tabelleTransporterdaten .td-1{
  width:260px;
}
table.tabelleTransporterdaten td {
  padding-bottom:5px;
}


/*********************************
Tabelle Transporter "Vollkakso" (css: tabelleGruen)
*******************************/
table.tabelleGruen {
  font-family:Verdana, Arial, Helvetica;
  font-size:11px;
  line-height:17px;
  margin-top:20px;
}
table.tabelleGruen td {
  padding:3px;
  font-weight:normal;
  background-color:#a5d281;
}

/*********************************
Preistabellen Mehrsitzer (css: tabelleBlauWeiss)
*******************************/
/* allgemeine Angaben */
table.tabelleBlauWeiss {
  font-family:Verdana, Arial, Helvetica;
  font-size:11px;
  line-height:17px;
}
/* 1. Zeile, d.h. Kopfzeile der Tabelle (horizontal)
   im T3 Backend so definiert */
.tabelleBlauWeiss th {
  background-color:#69c3e5;
  font-weight:normal;
  padding:10px 5px 10px 5px;
}
/* sonstige Tabellenzellen außer Kopfzeile */
.tabelleBlauWeiss td {
  background-color:#ffffff;
  padding:10px 5px 10px 5px;
  font-weight:bold;
}
/* Links innerhalb der Tabelle */
.tabelleBlauWeiss td a {
  color:#000000;
}




/**************************** 
Tabelle Mehrsitzer "Vollkasko" (css: tabelleBlau)
******************************/
/* allgemeine Angaben */
table.tabelleBlau {
  font-family:Verdana, Arial, Helvetica;
  font-size:11px;
  line-height:17px;
  margin-top:20px;
}
/*Angaben für alle Tabellenzellen*/
.tabelleBlau td {
  background-color:#ffffff;
  padding:10px 5px 10px 5px;
  background-color:#69c3e5;
  font-weight:normal;
}
/*Angaben für Links in Tabellenzellen*/
.tabelleBlau td a {
  color:#000000;
}
/*Angaben für die 2. Spalte*/
.tabelleBlau .td-1{ 
  text-align:right;
}
