body
  {
  color: black;
  font-family: verdana, sans-serif;
  font-size: 11px;
  }
p
  {
  margin: 0;
  padding: 0;
  }
table
  {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  border: solid white 1px;
  }
td
  {
  vertical-align: top;
  border: solid white 1px;  
  }
td.bildzelle  /* height siehe td.text */
  {
  text-align: right;
  width: 120px;
  }
td.text
  {
  height: 270px;
  padding-top: 10px;
  text-align: left;
  border-color: black white white white;
  } 
td.logo
  {
  text-align: right;
  }
td.navi
  {
  text-align: right;
  }
.bild
  {
  border: solid black 1px;
  } 
a
  {
  color: black;
  text-decoration: underline;
  } 
a:hover
  {
  color: slategray;
  text-decoration: none;
  }
a.hide
  {
  color: black;
  text-decoration: none;
  }
a:hover.hide
  {
  color: black;
  text-decoration: underline;
  }
a.navi
  {
  color: black;
  text-decoration: none;
  } 
a:hover.navi
  {
  color: black;
  text-decoration: underline;
  }
span.navitext
  {
  border: solid 1px;
  border-color: black white white white;
  }
span.kleinerFett
  {
  font-size: 10px;
  font-weight: bold;
  }
span.kleiner
  {
  font-size: 10px;
  }
.feld /* nur bei email.php */
  {
  border: solid #000 1px;
  background-color: white;
  font-size: 11px;
  overflow: auto;
  color: #000;
  font-family: monospace;
  }
.knopf /* nur bei email.php */
  {
  color: #000;
  font-family: arial, sans-serif;
  border: solid #000 1px;
  background-color: white;
  font-size: 11px;
  }
a.projekte
  {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }
a:hover.projekte
  {
  font-weight: bold;
  text-decoration: underline;
  color: #000;
  }
.projekt
  {
  margin-top: 7px;
  margin-left: 0px;
  padding-left: 0px;
  background: white;
  border: solid white 1px;
  }
.ueberschrift
  {
  letter-spacing: 1px;
  font-size: 11px;
  color: black;
  font-weight: bold;
  }
a.lage
  {
  text-decoration: none;
  color: black;
  }
a:hover.lage
  {
  text-decoration: none;
  color: gray;
  }