/*

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 */
  }

h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }

#rosstal { /* id= */
  display: block;
  margin: 0 auto; /* zentriert die Seite */
  width: 660px;
  color: green;
  background: white;
  padding: 0;
  text-align: left;
  border-style: none;
  border-width: 1px;
  }
.rosstal {
  border-color: #000000;
  border-style: none;
  border-width: 1px;
  padding: 0;
  }
#header-display {
  display: none;
  }
#header-print {
  display: block;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px black;
  padding-bottom: 5px;
  }
#header-print-logo {
  /* width: 100px; */
  width: 300px;
  padding: 0px;
  margin-bottom: 0px;
  float: left;
  }
#header-display-logo img {
  border: 0;
  }
#header-print-text {
  padding: 0px 0px 0px 5px;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  text-align: right;
  color: black;
  }
#header-print-text span {
  font-size: 150%;
  }

#footer {
  border-color: black;
  border-width: 1px;
  }
#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 */
  }
ul.tour {
  display: none; /* block für Anzeige, none für Drucker */
  }
ul.navi-alt {
  display: none;
  }
td.header-navi {
  display: none;
  }
table.gotop {
  display: none;
  }
div.gotop {
  display: none;
  }
div.menu div.menu-l {
  position: relative;
  width: 330px;
  float: left;
  }
div.menu div.menu-r {
  position: relative;
  width: 340px;
  float: right;
  }
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 */
  }