/*

Program Library ROSSTAL

Copyright (c) 2004 Dr. Werner Schläger

Datei design2-prt.css

---------------------------------------

Ergänzt die Datei design2.css für Druckausgabe

erstellt         2004-12-29/Sr
zuletzt geändert 2005-05-03

*/

html {
  height: 100%;
  }

body  {
  background: white;
  background-image: none;
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
  text-align: center;
  }
h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }

* html ul.navi-alt {
  display: none;
  }
html ul.navi-alt {
  display: none;
  }
  
/* ID-Selektoren */

#container {
  border-color: black;
  border-style: none;
  border-width: 1px;
  }
#header {
  height: 80px;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-top: none;
  border-left: none;
  border-right: none;
  background: white;
  color: black;
  }
#header #logo {
  background: url(img/logo-transparent.gif) no-repeat;
  /* position: absolute; */
  top: 10px;
  left: 10px;
  height: 155px;
  width: 300px;
  display: none;
  }
#header #address img {
  display: block;
  }
#header #address p {
  display: block;
  }
#header #navigation {
  display: none;
  }

#footer {
  border-color: black;
  border-width: 1px;
  border-style: solid;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background: white;
  }
#footer a:link,a:active,a:visited {
  color: black;
  text-decoration: none; /* keine Unterstreichung */
  }
#validated {
  display: none; /* block für Anzeige, none für Drucker */
  }
a:link, a:active, a:visited {
  color: black;
  text-decoration: none; /* keine Unterstreichung */
  }

/* Class Selectors -------------------------------------------------- */

.navigation {
  display: none; /* block für Anzeige, none für Drucker */
  }
.gotop {
  display: none; /* block für Anzeige, none für Drucker */
  }
.noprint {
  display: none; /* block für Anzeige, none für Drucker */
  }

