/* Dieses CSS-Stylesheet legt Größen, Farben, Abstände und das sonstige
   Verhalten der benannten Elemente auf den Seiten fest.  Es wird mit der Zeile
   <link rel="stylesheet" href="alle_css.css" media="screen" type="text/css">
   in die Html-Dokumente eingebunden. */

/* Formate für die gesamten Seiten */
body {
  margin: 0;
  border: 0;
  padding: 0;
  height: 100%;
  max-height: 100%;
  background: #fefbfb;
  font-family: arial, sans-serif;
  font-size: 0.95em;
  }

/* Formate für einzelne Bereiche:
   #name: Bereiche, die mit <div id="name"> bezeichnet werden
   .name: Bereiche, die mit <div class="name"> bezeichnet werden  */
#lili {
  position: relative;
  top: 180px;
  left: 35px;
  width: 180px;
  background-color: white;
  }
#contents {
  position: relative;
  top: 0px;
  right: 0;
  padding-right: 40px;
  padding-bottom: 0px;
  font-size: 0.95em;
  line-height: 130%;
  overflow: auto;
  background: #ffffff;
  }
.botbremse, #printonly {
  display: none;
  }

/* Absatz-Formate, die überall gelten */
p {
  font-family: arial;
  font-size: 1.0em;
  margin: 10px 0px;
  }
h1 {
  font-family: arial;
  font-size: 1.2em;
  color: rgb(50, 0, 200);
  line-height: 130%;
  padding-top: 70px;
  margin-bottom: 10px;
  }
h2 {
  font-family: arial;
  font-size: 1.0em;
  color: rgb(50, 0, 200);
  margin-top: 20px;
  margin-bottom: 0px;
  }
b {
  color: rgb(50, 0, 200);
  font-weight: bold;
  }
a {
  color: black;
  }
/* Absatz-Formate, die nur in vorher angegebenen Bereichen gelten:
   z.B. im Bereich #lili das Absatzformat a  */
#contents > img {
  float: right;
  margin: 20px;
  }
#lili a {
  font-family: arial;
  font-size: 1.0em;
  padding-left: 20px;
  margin-bottom: 5px;
  color: #000000;
  line-height: 180%;
  font-weight: bold;
  text-decoration: none;
  display: block;
  background-color: #dddddd;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #888888;
  }
#lili a:hover {
  color: white;
  background-color: #888888;
  background-image: url(alle_pb_menu.gif);
  background-repeat: no-repeat;
  background-position: right 0px;
  }
#buch a {
  font-family: arial;
  font-size: 1.05em;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #000;
  line-height: 180%;
  font-weight: bold;
  text-decoration: none;
  display: block;
  background-color: #DDD;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  padding-left: 10px;
  width: 565px;
  }
#buch a:hover {
  color: white;
  background-color: #aaa;
  }
#buch h2 {
  font-family: arial;
  font-size: 1.05em;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #000;
  line-height: 180%;
  font-weight: bold;
  text-decoration: none;
  display: block;
  background-color: #DDD;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  padding-left: 10px;
  width: 565px;
  }
