body { 
  font-family: Arial, Helvetica, sans-serif; 
  background-color: white;
  margin: 0;
}

a { 
 color: green; 
 text-decoration: none;
}



#menu { 
  left: 5px; top: 5px;
  background: url(Menuhintergrund.png);
  background-repeat: repeat-y;
  height: 655px;
  width: 200px;
  position: fixed;
  float: left;
}

#menu ul {
  list-style: none;
  padding-left: 35px;
  font-size: small;
  width: 155px;
  line-height: 2em;
}

#menu li { 
  padding-top: 1em;
  font-size: 16px;
  font-weight: bold;
  color: #006800;
}

#menu ul ul {
  width: 80px;
}

#menu ul ul li { 
  list-style: none;
  padding-top: 2px;
  font-weight: normal;
  color: black;
  width: 123px;
  font-size: 14px;
  border-bottom: 1px solid #005400;
}

#menu a { 
  color: black;
}

p { 
  text-align: justify;
}

h2 { 
  font-size: 1.2em;
  background: url(minipip.jpeg) no-repeat;
  height: 44px;
}

h3 { 
  font-size: 1em;
  color: #009900;
}

#themenleiste { 
  color: #009900;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 2em;
}

#bildleiste { 
  right: 5px; bottom: 5px;
  background: url(Bildleiste.png);
  width: 165px;
  height: 621px;
  position: fixed;
  float: right;
}

#contents {
  font-size: 0.95em;
  line-height: 1.3em;
  position: absolute;
  padding-top: 30px;
  left: 280px;
  right: 230px;
}

#titel {
  padding-top: 3em;
  text-align: center;
  line-height: 2em;
}