
body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #969696;		// Hintergrund
  font-size: 12px;
  font-family: Verdana, sans-serif;

  
}



td 
{
  font-family: Verdana; 
  font-size: 11px;
  color: #000000;				// Textfarbe
}


hr 
{ 
    height: 0px; 
		border: solid #fd0202 0px; 
		border-top-width: 1px; 
}

a:visited
{
  color: #000000;  				// Hyperlinks Visited
	font-family: Verdana; 
	font-size: 12px; 
	text-decoration: none; 
}

a:Link
{
  color: #000000;  				// Hyperlinks
	font-family: Verdana; 
	font-size: 12px; 
	text-decoration: none; 
}

a:hover 
{   
  color: #B12B29 ;
}

a.box 
{ 
  color: #000000; 			 	// Hyperlinks bei login und menuepunkte
	font-family: Tahoma; 
	font-size: 12px; 
	text-decoration: none; 
}

a.box:hover 
{   
  text-decoration: none;  
}

.Chead
{
  background: #969696;			// Schrift zb bei forum und Kalender
  color: #000000;
}

.Ckal
{
  background: #696969;			// Schrift  Kalender
  color: #000000;
}


.Chead td, .Chead td strong, .Chead h4, .Chead td b
{
  background: #969696;
  color: #000000;				// überschriften
}

.Callg
{
  background-color: #969696;
	color: #000000;
}

.Callg td
{
  color: #000000;
}

.Cnorm 
{
  background-color: #969696;
}
.Cmite
{
  background-color: #969696;
}
.Cdark
{
  background-color: #969696;
}

.rand
{
  border: solid #000000 1px;
}

.smalfont 
{ 
    font-size: 10px;
		text-decoration: none; 
}

.border 
{ 
   background-color: #000000; 
}
hr 
{ 
    height: 0px; 
		border: solid #6B6B6B 0px; 
		border-top-width: 1px; 
}

input, textarea, select
{ 
    color: #000000;  
    font: 11px Verdana;  
    border-color: #000000;		
  	border-width: 1px;
    border-style: solid;  
    font-weight: none;  
    text-decoration: none;  
    background-color: #969696;  
