/*
  css Datei copyright by ilch.de
  erstellt von scaRFhogg
  seite: www.daiwai.de
  
  --
  
  Design copyright by ilch.de
  erstellt von fanguro
  seite: www.zurro.de
  
  --
  
  Support auf www.ilch.de
*/

body {
 body margin: 0px; background: #000000; background-image: url(BG-Hp.png);
  background-position: top; background-repeat: repeat-x;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #000000;
  font-size: 12px;
  font-family: Verdana, sans-serif;
}


/* allgemein */

td 
{
  font-family: Verdana; 
  font-size: 12px;
}

a
{
  color: #ffffff;
}
a.menu /*CSS Klasse die die Menuepunkte der Menues definiert*/
{
	display:block;
	color: #ffffff;
	font-size: 14px;
	background-image:url(Bilder/button2.png);
	width: 155px;
	height: 43px;
	text-indent: 18px;
	text-decoration: none;
        text-bottom: text-bottom;
	font-family:  Tahoma, Arial,Verdana, Helvetica, sans-serif;
        text-align: left;
	line-height: 50px;
        
}
a.menu:hover /*CSS Klasse die die Mousover-Menuepunkte der Menues definiert*/
{
	display:block;
	color: #000000;
	font-size: 14px;
	background-image:url(Bilder/button1.png);
	width: 155px;
	height: 43px;
	text-indent: 18px;
	text-decoration: none;
        text-bottom: text-bottom;
	font-family:  Tahoma, Arial,Verdana, Helvetica, sans-serif;
        text-align: left;
	line-height: 50px;
        
}

a.box 
{ 
  color: #ffffff; 
	font-family: Verdana; 
	font-size: 11px; 
	text-decoration: underline; 
}

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

.Chead
{
  background: #000000;
  color: #ffffff;
}

.Chead td, .Chead td strong, .Chead h4, .Chead td b
{
  background: #000000;
  color: #ffffff;
}

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

.Callg td
{
  color: #000000;
}

.Cnorm 
{
  background-color: #929292;
}
.Cmite
{
  background-color: #000000;
}
.Cdark
{
  background-color: #ffffff;
}

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

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

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

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