/*
 * Datei: preisliste.css
 *
 * Formatierungen der Preisliste und ähnlicher Dateien,
 * erleichtert eine spätere Änderung und ermöglicht
 * ein besseres Positionieren der Elemente.
 *
 * Autor: Matthias Haack <matthias.haack@epost.de>
 * Datum: 2. August 2002
 *
 * Änderungen:
 * ===========
 *  3. August 2002 - Klassen .t1 .t2 .v1 .v2 body .h0 h4 .Datum erstellt
 *  4. August 2002 - Klasse h2 erstellt und h2 h4 angepasst
 * 20. Januar 2003 - Klasse .achtung erstellt
 * 28. Maerz  2003 - Klasse .online erstellt
 */

body {
  background-color: #ffffff;
}

td, th { 
  font-decoration: none;
  font-weight: normal;
  /* text-align: right; */
}

td {
  background-color: #eeeeee;
  /* text-align: right; */
}

h2 {
  font-size: 5ex;
  margin-top: 1ex;
  margin-bottom: 1ex;
}


h4 {
  margin-top: 1ex;
  margin-bottom: 0.5ex;
}




/* .rX - Xte Spalte der Preisliste */
.r1 {
  text-align: left;
}

.r2, .r3, .r4 {
  text-align: right;
}


/* .hX - Xte Spalte der Formatierung der Überschrift der Preisliste */
.h1, .h2, .h3, .h4 {
  font-weight: bold;
  background-color: #cccccc;
}


/* Formatierung fuer die Zellen der Termintabelle */
.t1, .t2 {
  background-color: #EBFFE8;
  background-color: #ffffff;
  color: #5E53FF;
  /* color: #000000; */
  font-size: large;
  font-weight: bold;
}


/* Formatierung fuer die Zellen der Verkaeufertabelle */
.v1, .v2 {
  background-color: #f6f7ff;
  background-color: #ffffff;
  color: #000000;
  text-align: right;
}


/* Formatierung der Trennzeile mit Name der Artikelgruppe */
.h0 { 
  font-weight: bold;
  background-color: #EEF0FF;
}


/* Datum der Erstellung der Preisliste */
.Datum {
  color: red;
  font-weight: bold;
}


.info {
}


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


.ort {
  font-size: 3ex;
}


.achtung {
  font-size: 3ex;
  color: red;
  font-weight: bold;
}


.online {
  border-width: 1px;
  border-style: solid;
  margin-top: 10px;
  margin-bottom: 10px;  
}
