/*customs*/
@font-face{
font-family: LLAlarm; url(LLALARM.TTF) format(truetype);
}

a.menu /*CSS Klasse die die Menuepunkte der Menues definiert*/
{
	display:block;
	color: #CCCCCC;
	font-size: 9px;
	background:url(images/sonstiges_01.png) #333333 ;
	width: 151px;
	height: 14px;
	text-indent: 12px;
	text-decoration: none;
	font-family:  Tahoma, Arial,Verdana, Helvetica, sans-serif;
	line-height: 16px;
}

a.menu:hover /*CSS Klasse die die Mousover-Menuepunkte der Menues definiert*/
{
	display:block;
	color: #000000;
	font-size: 9px;
	background:url(images/sonstiges_102.png) #444444 ;
	width: 151px;
	height: 14px;
	text-indent: 15px;
	text-decoration: none;
	font-family:  Tahoma, Arial,Verdana, Helvetica, sans-serif;
	line-height: 16px;
} 

.btitle /*CSS Klasse die den Boxentitel der Boxen definiert*/
{
	color: #C80200;
	font-family: Tahoma, Arial,Verdana, Helvetica, sans-serif;
	font-size: larger;
	font-weight: ;
}

.bcontent
{
	margin-left: 10px;
}
 
/*standart*/

body   
{ 
  background-color: #000000;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  margin-bottom:0px;
}


td 	/*CSS Klasse die die Schrift etc. des Contents definiert*/
{
  font-family: Verdana; 
  font-size: 12px;
  color:#CCCCCC;
}

a /*CSS Klasse die die Schrift etc. der Links im Content definiert*/
{ 
  color: #CCCCCC; 
  font-family: Tahoma; 
  font-size: 10px; 
  text-decoration: none;
}

a:hover /*CSS Klasse die die Schrift etc. der Mousover-Links im Content definiert*/
{ 
  color: #00BF00;
  text-decoration: none;  
}

a.box /*CSS Klasse die die Schrift etc. der Links in den Boxen definiert*/
{ 
  color: #CCCCCC; 
  font-family: Tahoma; 
  font-size: 10px;
  text-decoration: none;  
}

a.box:hover /*CSS Klasse die die Schrift etc. der Mousover-Links in den Boxen definiert*/
{  
  color: #00BF00;
  text-decoration: none;  
}

.Chead
{
  color: #000000;
  
}

.Chead td, .Chead td strong, .Chead h4, .Chead td b
{
  color: #000000;
}

.Callg
{
	color: #000000;
}

.Callg td
{
  color: #ee0022;
}

.newsbox
{ background-color: #111111; }

.newsdark
{ background-color: #0F0F0F;
}

.newstext
{ background-color: #000000;
}

.newshead
{  background-color: #330000; background-image:url(head.gif)
}

.Cnorm 
{
  color:#FAD632;
  background-color: #111111;
}

.Cmite
{ 
  color:#333333;
  background-color: #111111;
}
.Cdark
{
  background-color:#111111;
}

#Ballg
{
	color: #000000;
	background-color: #111111;
}
#Ballg td
{
	color: #333333;
	background-color: #111111;
}

.Bhead
{
	color: #000000;
}

.Bbody
{
	color: #000000;
	
}

.rand
{
}

.smalfont 
{ 
	color:#CCCCCC;
    font-size: 9px;
	text-decoration: none; 
}

.smalfont_copyright 
{ 
	color: #000000;
    font-size: 10px;
	text-decoration: none; 
}

.border 
{ 
    background-color: #333333;
}

hr 
{ 
    height: 0px; 
	border-top-width: 1px; 
}

input, textarea, select
{ 
    color: #FAD632;
	background-color: #000000;
    font: 10px Tahoma;  
    border-color: #CCCCCC;
  	border-width: 1px;
    border-style: solid;  
    font-weight: normal;  
    text-decoration: none;  
}

#menu {}
#menu ul { padding-left: 10px; margin-left: 10px; }
#smallmenu { }
#smallmenu li { font-size: 9px; }
#smallmenu a { font-size: 9px; }


