/*

Program Library ROSSTAL

Copyright (c) 2004 Dr. Werner Schläger

Datei rosstal-prt.css

---------------------------------------

Ergänzt die Datei rosstal.css für Druckausgabe

erstellt         2004-12-29/Sr
zuletzt geändert 2005-05-03

Aufruf z. B.
<link rel="stylesheet" href="../css/rosstal.css" type="text/css" />
<link rel="stylesheet" href="../css/rosstal-prt.css" type="text/css" media="print" />

*/
html {
  height: 100%;  /* 100% und 0.01px reicht nicht wg. Opera */
  }

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 */

#rosstal {
  display: block;
  margin: 0 auto; /* zentriert die Seite */
  
  width: 100%;
  color: green;
  background: white;
  padding: 0;
  text-align: left;

  border-color: black;
  border-style: none;
  border-width: 0px;
  }
#header {
  height: 80px;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-top: none;
  border-left: none;
  border-right: none;
  background: white;
  }
#header-logo {
  display: none;
  }
#header-logo-small {
  display: block;
  padding: 0px;
  margin-bottom: 0px;
  float: left;
  }
#header-addr {
  display: block;
  padding: 0px 0px 0px 5px;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  text-align: right;
  float: right;
  color: black;
  background: white;
  }
#header-text {
  display: none;
  }
#header-navi {
  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 */
  }

#title {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 00px;
  padding-bottom: 10px;
  border-style: none;
  }
#validated {
  display: none; /* block für Anzeige, none für Drucker */
  }
a:link, a:active, a:visited {
  color: black;
  text-decoration: none; /* keine Unterstreichung */
  }
.gotop {
  display: none; /* block für Anzeige, none für Drucker */
  }
.noprint {
  display: none; /* block für Anzeige, none für Drucker */
  }

