body {
  background-image:url(img/background.png);
  color: #2b3036;
  font-style:Arial,sans-serif;
  }

a:link { 
  color: #2b3036;
  text-decoration:none; 
  }
  
a:visited { 
  color: #2b3036;
  text-decoration:none; 
  }
 
a:active { 
  color: #2b3036;
  text-decoration:none;
  }
  
a:hover {
  font-weight: bold;
  color: #000000;
  text-decoration:underline;
  }
 
span.ueberschriften {
  font-weight: bold;
  color: #2b3036;
  }

span.ueberschrift {
  font-weight: bold;
  color: #FF0000;
  font-size: 20px;
  }
  
span.ueberschrift1 {
  font-weight: bold;
  color: #0000FF;
  font-size: 18px;
  }
  
table.hintergrund {
  background-color: #16202e
  }
  
td.bgueberschrift {
  background-image:url(img/back.gif)

 }

td.bgunten {
  background-image:url(img/bgunten.gif)
  }
  
td.hgmenu {
  background-color: #dde0e2
  }
  
td.haupt {
  background-color: #41566e
  }

td.spalten {
  background-color: #eceff2;
  }

input, select, textarea { 
  border: 1px solid #41566e; 
  background-color: #eceef0; 
  color: #2b3036; 
  }
