body, html {
  padding: 4px;
  margin: 0px;
  font-family: verdana, sans-serif;
  font-size: 10px;
}
.frame {
  width: 900px;
  background-image: url(../bilder/hintergrund.gif);
  background-repeat: repeat-y;
}
.links {
  width: 192px;
  padding: 4px 4px 0px 4px;
  float: left;
}
.rechts {
  width: 660px;
  padding: 4px 20px 4px 20px;
  float: left;
}
.navi {
   width: 184px;
   padding: 4px;
   background-color: #c2c2c2;
   margin-bottom: 4px;
}
a {
   font-weight: bold;
   text-decoration: none;
   color: #000000;
}
a:hover {
   text-decoration: underline;
}
.titel {
   font-size: 18px;
   font-weight: bold;
}
.ueberschrift {
  font-size: 13px;
  font-weight: bold;
}
input, select {
  font-family: verdana, sans-serif;
  font-size: 10px
}
form {
  display: inline;
}