BODY {
  font-family: arial, helvetica;
  color: black;
  /* background: white no-repeat center center fixed; */
  margin: 0;
  scrollbar-face-color: #ffcc00;
  scrollbar-shadow-color: white;
  scrollbar-highlight-color: white;
  scrollbar-3dlight-color: #CFCFCF;
  scrollbar-darkshadow-color: #CFCFCF;
  scrollbar-track-color: #EEEEEE;
  scrollbar-arrow-color: black
  }

/* Fließtext Content */
td {
  font-family: arial, helvetica;
  font-size: 12px;
  color: #000000;
  }
  
/* H3 */
h3 {
  font-family: arial, helvetica;
  font-size: 18px;
  color: #000000;
  }
  
/*H5*/
h5
{
  font-family: arial, helvetica;
  font-size:10px;
}
  
/* Sitemap */
td.neu {
  font-family: arial, helvetica;
  font-size: 12px;
  color: #0000ee;
  }
  
/* Links im Content */  
a:link {
  font-family: arial, helvetica;
  color: black;
  text-decoration: none;
  }
a:visited {
  font-family: arial, helvetica;
  color: black;
  text-decoration: none;
  }
a:active {
  font-family: arial, helvetica;
  color: red;
  text-decoration: none;
  }
/* Links in der Navigation */
a.menu:active { 
  font-family: arial, helvetica;
  font-size: 10px;
  color: red;
  text-decoration: none;
  }
a.menu:link {
  font-family: arial, helvetica;
  font-size: 10px;
  color: black;
  text-decoration: none;
  }
a.menu:visited {
  font-family: arial, helvetica;
  font-size: 10px;
  color: black;
  text-decoration: none;
  }
  a:hover {
  font-family: arial, helvetica;
  color: ff0000;
  text-decoration: underline;
  }
  
li {
  font-family: Arial, Helvetica;
  font-size: 12px;
  color: #000000;
  list-style-type: square
  }
/* Formelemente */  
input {
  color: #000000;

}
  
/* Debug */
span.debug {	
  font-family: verdana;
  font-size: 10px;
  color: #FF0033;
  background-color: #CCCCCC;
  padding: 1px;
  margin-left: 26px;
  }
span.a {
  color: #000000;
}  

/*Bildunterschrift*/
span.bild
{
  font-family: arial, helvetica;
  font-size:10px;
  color: #000000
}

/*Ueberschrift*/
span.head {
  font-family: arial, helvetica;
  font-size: 18px;
  font-weight:bold;
  color: #000000;
 }

