@charset "UTF-8";
/**
 * @version $Id: print.css 25 2010-02-21 18:06:38Z andy $
 */

body {
  background-color: white;
  color: black;
  font-family: "Century Gothic", Georgia, Arial, Tahoma;
}

/* im Druck nicht sinnvolle Elemente ausblenden */
.verschoben,
.versteckt,
.sprunglink {
  display: none;
}

#navigation,
#bild_1,#bild_2,
#bilder_links {
  display: none;
}

/**
 * Im Kopf stehen das erste Themenbild, das Logo und Kontaktinformationen nebeneinander
 */
#kopfleiste {
  position: absolute;
  margin: 0px;
  padding: 0px;
}
#logo {
  position: absolute;
  left: 90px;
  top: 0px;
  padding: 0px;
  margin: 0px;
}
#kontaktdaten {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 80%;
}
#kontaktdaten dl {
  width: 20em;
  white-space: nowrap;
}
#kontaktdaten #kontaktlink {
  display: none;
}

#inhalt{
  position: absolute;
  top: 120px;
}

#bild_0 {
  left: 0px;
  top: 0px;
  height: 79px;
  width: 79px;
}