/*customs*/
.ticker /*CSS Klasse des Newstickers im Header*/
{
	font-size:9px;
	color:#000000;
}


.login_1 /*CSS Klasse die das Eingabefeld für den Usernamen in der Loginbox definiert*/
{ 
    color: #000000;
	background:url(images/sonstiges_03.png) #000 ;
	width: 96px;
	height: 19px;
    font: 9px Tahoma;
  	border-width: 0px;
    font-weight: normal;
    text-decoration: none;
	text-align: center;
	vertical-align:middle;
	padding-top: 3px;
}

.login_2 /*CSS Klasse die das Eingabefeld für das Passwort in der Loginbox definiert*/
{ 
    color: #000000;
	background:url(images/sonstiges_05.png) #000 ;
	width: 96px;
	height: 19px;
    font: 9px Tahoma;
  	border-width: 0px;
    font-weight: normal;
    text-decoration: none;
	text-align: center;
	padding-top: 5px;
}

.login_s /*CSS Klasse die den Submit-Button für die Loginbox definiert*/
{ 
    background:url(images/sonstiges_04.png) ;
	width:55px;
	height:19px;
  	border-width: 0px;
    font-weight: normal;
    text-decoration: none;
}

a.menu /*CSS Klasse die die Menuepunkte der Menues definiert*/
{
	display:block;
	color: #000000;
	font-size: 10px;
	background:url(images/sonstiges_01.png) #777777 ;
	width: 151px;
	height: 18px;
	text-indent: 12px;
	text-decoration: bold;
	font-family:  Tahoma, Arial,Verdana, Helvetica, sans-serif;
	line-height: 17px;
	font-weight: bold;
}

a.menu:hover /*CSS Klasse die die Mousover-Menuepunkte der Menues definiert*/
{
	display:block;
	color: #00FF00;
	font-size: 10px;
	background:url(images/sonstiges_02.png) #444444 ;
	width: 151px;
	height: 18px;
	text-indent: 15px;
	text-decoration: bold;
	font-family:  Tahoma, Arial,Verdana, Helvetica, sans-serif;
	line-height: 17px;
	font-weight: bold;
} 

.btitle /*CSS Klasse die den Boxentitel der Boxen definiert*/
{
	color:#000000
}

.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: 10px;
  color:#88ee00;
}

a /*CSS Klasse die die Schrift etc. der Links im Content definiert*/
{ 
  color: #00ff00; 
  font-family: Verdana; 
  font-size: 10px; 
  text-decoration: none;
}

a:hover /*CSS Klasse die die Schrift etc. der Mousover-Links im Content definiert*/
{ 
  color: #ff0000;
  text-decoration: none;  
}

a.box /*CSS Klasse die die Schrift etc. der Links in den Boxen definiert*/
{ 
  color: #669900; 
  font-family: Verdana; 
  font-size: 10px;
  text-decoration: none;  
}

a.box:hover /*CSS Klasse die die Schrift etc. der Mousover-Links in den Boxen definiert*/
{  
  color: #77FF00;
  text-decoration: none;  
}

.Chead
{
  color: #000000;
  
}

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

.Callg
{
	color: #000000;
}

.Callg td
{
  color: #88ee00;
}

.newsbox
{ background-color: #111111; }

.newsdark
{ background-color: #CCCCCC;
}

.newstext
{ background-color: #000000;
}


.newshead
{ background-color: #022601; background-image:url(head.gif)
}

.Cnorm 
{
  color:#CCCCCC;
  background-color: #111111;
}

.Cmite
{ 
  color:#CCCCCC;
  background-color: #111111;
}
.Cdark
{
  background-color:#111111;
}

#Ballg
{
	color: #FF1111;
	background-color: #111111;
}
#Ballg td
{
	color: #FF1111;
	background-color: #111111;
}

.Bhead
{
	color: #000000;
}

.Bbody
{
	color: #000000;
	
}

.rand
{
}

.smalfont 
{ 
	color:#88ee00;
    font-size: 9px;
	text-decoration: none; 
}

.bigfont 
{ 
	color:#88ee00;
    font-size: 12px;
	text-decoration: none; 
}

.smalfont_copyright 
{ 
	color: #FF1111;
    font-size: 10px;
	text-decoration: none; 
}

.border 
{ 
    background-color: #777777;
}

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

input, textarea, select
{ 
    color: #88ee00;
	background-color: #000000;
    font: 10px Tahoma;  
    border-color: #99CC00;
  	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; }


