/***************************************************************************************************

  Das Cascading Style Sheet fuer die Homepage des "Gaestehaus Draschar". Die Datei enthaelt die
  gemeinsamen Angaben fuer die eingesetzten Fonts, deren Groesse, etc.
  Diese Datei wird benutzt, falls eine mittlere Bildschirmaufloesung festgestellt wurde,
  oder die Bildschirmaufloesung nicht festgestellt werden konnte.
  Sie ist ein Kompromiss zwischen big.css und small.css.

  Autor:  Walter Scheuing, Susanne Draschar

  Datum: 01.08.2003

  Version: 1.0

  Autor         Datum       Beschreibung
  ------------- ----------  ------------
  W. Scheuing   01.08.2003  Bildergroesse und Fontgroesse fuer mittlere Aufloesungen und
                            fuer den Fall, dass Javascript nicht aktiviert oder vorhanden
                            ist.
  W. Scheuing   10.08.2003  Seitengroesse von 768 auf 692 Pixel reduziert.

  Copyright: Walter Scheuing, Susanne Draschar
****************************************************************************************************/

h1, h2, h3, body, div, p, a {
  color: black;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-size: 18pt;
}
h2 {
  font-size: 18pt;
}
h3 {
  font-size: 12pt;
}
body {
  font-size: 12pt;
}
p {
  font-size: 10pt;
}
a {
  font-size: 10pt;
}

a:link {
  color: #000040;
  text-decoration: none;
}
a:visited {
  color: #004040;
  text-decoration: none;
}
a:hover {
  color: #004000;
  text-decoration: none;
}

h1.Titelzeile {
  font-size: 18pt;
  text-align: center;
  /* background: #f0f0ff; */
}
h3.Kopfzeile {
  font-size: 12pt;
  text-align: left;
  vertical-align: top;
  margin-top: 0;
  /* background: #f0f0ff; */
}
.Hinweis {
  font-size: 8pt;
  margin-left: 24px;
}

body.Koerper {
  background: #f0f0ff;
  margin-left: 0;
  margin-right: 0;
  margin-top: 32;
  margin-bottom: 32;
}
table.GesamteTabelle {
  width: 692;
  height: 460;
  padding: 0;
  border: 1px solid #000000;
  background: #ffffff;
}
table.ZentraleTabelle {
  width: 518;
  height: 276;
}
td.LinkeZelle {
  width: 172;
  height: 460;
  vertical-align: top;
}
td.RechteZelle {
  width: 518;
  height: 460;
  vertical-align: top;
}
td.MitteLeerLinks {
  width: 112;
  height: 138;
}
td.MitteBildLinks {
  width: 172;
  height: 116;
}
td.MitteBildRechts {
  width: 172;
  height: 116;
}
td.MitteLeerRechts {
  width: 42;
  height: 138;
}
tr.RechteZeile1 {
  height: 24;
}
tr.RechteZeile2 {
  height: 92;
}
tr.RechteZeile3 {
  height: 276;
}
tr.RechteZeile4 {
  height: 70;
}
img.BildLeiste {
  width: 132;
  height: 88;
  margin: 6 6 6 6;
}
img.BildMitte {
  width: 171;
  height: 114;
  margin: 9 9 9 9;
}
img.AnreiseSkizze {
  height: 276;
}
img.Grundriss {
  height: 150;
}
