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


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

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

.login_s /*CSS Klasse die den Submit-Button für die Loginbox definiert*/
{
    background:url(bilder/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: #ffffff;
	font-size: 15px;
	background:url(images/sonstiges_01.png) #0000FF ;
	width: 151px;
	height: 14px;
	text-indent: 11px;
	text-decoration: none;
	font-family:  Tahoma, Arial,Verdana, Helvetica, sans-serif;
	line-height: 20px;
}

a.menu:hover /*CSS Klasse die die Mousover-Menuepunkte der Menues definiert*/
{
	display:block;
	color: #ff8f00;
	font-size: 11px;
	background:url(images/sonstiges_00.png) #3399FF ;
	width: 151px;
	height: 14px;
	text-indent: 11px;
	text-decoration: none;
	font-family:  Tahoma, Arial,Verdana, Helvetica, sans-serif;
	line-height: 11px;
}

.btitle /*CSS Klasse die den Boxentitel der Boxen definiert*/
{
	color:#ffffff
	font-size: 13px;
}

.bcontent
{
	margin-left: 11px;
}

/*standart*/

body
{
  background-color: #666666;
  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: 11px;
  color:#ffffff;
}

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

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

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

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

.Chead
{
  color: #ffffff;
  font-size:13px;

}

.Chead td, .Chead td strong, .Chead h4, .Chead td b
{
  color: #ffffff;
  font-size:11px;
}

.Callg
{
	color: #ffffff;
}

.Callg td
{
  color: ##ffffff;
}

.newsbox
{ background-color: #333333; }

.newsdark
{ background-color: #333333;
}

.newstext
{ background-color: #202020;
}

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

.Cnorm
{
  color:#ffffff;
  background-color: #333333;
}

.Cmite
{
  color:#ffffff;
  background-color: #333333;
}
.Cdark
{
  background-color:#333333;
}

#Ballg
{
	color: #ffffff;
	background-color: #202020;
}
#Ballg td
{
	color: #ffffff;
	background-color: #333333;
}

.Bhead
{
	color: #ffffff;
}

.Bbody
{
	color: #ffffff;

}

.rand
{
}

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

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

.border
{
    background-color: #202020;
}

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

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

#menu {}
#menu ul { padding-left: 11px; margin-left: 11px; }
#smallmenu { }
#smallmenu li { font-size: 13px; }
#smallmenu a { font-size: 11px; }

