@charset "UTF-8";

/**
 * Styles fuer die Bildschirmausgabe
 *
 * @version $Id: screen.css 34 2010-03-05 12:13:59Z andy $
 */ /* Dunkelgrauer Hintergrund */
body {
  background-color: #2e2e2e;
}

#rahmen_aussen {
  height: 500px;
  width: 810px;
  margin: 20px auto auto auto;
  background-color: white;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -390px;
}

#rahmen_innen {
  height: 100%;
  width: 100%;
  background-color: #058530;
}

#kopfleiste {
  height: 120px;
  background-color: white;
}

/**
 * Das eigentliche Logo ist in die h1 eingepackt
 */
#logo {
  display: block;
  float: right;
  height: 120px;
  width: 415px;
  /* 5px weniger (eigentlich 420px fuer richtigen Abstand),
   * da bei einigen Browsern sonst das dritte Bild in die naechste Zeile rutscht
   */
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-color: #058530;
}

#logo img {
  margin: 20px 0;
}

/**
 * Formatierung der Bilder im Rahmen
 */
img.produktbild {
  height: 120px;
  width: 120px;
}

#bilder_oben {
  margin: 0px;
  padding: 0px;
  font-size: 0; /* warum auch immer... jetzt gehts zumindest */
}

#bilder_oben img {
  margin-right: 10px;
  margin: 0px 10px 0px 0px;
  padding: 0px;
}

#bilder_links  img {
  float: left;
  padding-bottom: 10px;
}

#linke_leiste {
  float: left;
  width: 120px;
  margin: 0px;
  padding: 10px 0 0 0;
  background-color: white;
}

/**
 * Die Kontaktbox soll schnellst möglich Kontaktdaten
 * bereitstellen.
 * Aus Platzmangel werden die Kontaktdetails am Screen versteckt,
 * und nur ein Link zur Kontaktseite ist zu sehen.
 */
#kontaktdaten {
  clear: both;
  color: white;
  padding: 5px;
  margin: 0px;
  font-size: 75%;
  background-color: #058530;
}

#kontaktdaten h2 {
  display: block;
  font-size: 120%;
  text-align: center;
  background-color: inherit;
  color: white;
}

#kontaktdaten a,#kontaktdaten a:link,#kontaktdaten a:visited {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

#kontaktdaten a:hover,#kontaktdaten a:focus,#kontaktdaten a:active {
  font-style: normal;
  text-decoration: underline;
}

#inhalt {
  float: left;
  margin: 0px;
  padding: 10px 10px 0 10px;
  width: 540px; /* +5, siehe #logo  */
  height: 350px;
  overflow: auto;
  background-color: white;
  color: #2e2e2e;
  line-height: 150%;
}

#navigation {
  float: left;
  width: 120px;
}

#hauptnavi {
  height: 260px;
}

#metanavi {
  margin: 0em;
  font-size: 90%;
}

#navigation ul {
  list-style-type: none;
  margin: 30px 0em 0em 0em;
  padding: 0em;
}

#navigation li {
  padding: 0em;
  margin: 0em;
  font-size: 100%;
  font-weight: normal;
}

#navigation li .aktiv {
  background: url('_bilder/liste.jpg') no-repeat 3px 2px;
  color: white;
  padding: 0em 0em 0em 23px; /* einr�cken link-bild */
  font-weight: bold;
  display: block;
}

#navigation li a,#navigation li a:link,#navigation li a:visited {
  background: url('_bilder/liste.jpg') no-repeat 3px 2px;
  color: white;
  text-decoration: none;
  font-style: normal;
  padding: 0em 0em 0em 23px; /* einr�cken link-bild */
  display: block; /* f�r gesamte breite */
}

#navigation li a:hover,#navigation li a:focus,#navigation li a:active {
  text-decoration: underline;
  font-style: normal;
}
