A:active    { COLOR : #9B9663; TEXT-DECORATION:none; font-weight: bold; font-size:11px}
A:link      { COLOR : #9B9663; TEXT-DECORATION:none; font-weight: bold; font-size:11px}
A:visited   { COLOR : #9B9663; TEXT-DECORATION:none; font-weight: bold; font-size:11px}
A:hover     { COLOR : #333333; TEXT-DECORATION:none; font-weight: bold; font-size:11px}

.sub A:active    { COLOR : #e8e8e8; TEXT-DECORATION:none; font-weight: normal; font-size:11px}
.sub A:link      { COLOR : #e8e8e8; TEXT-DECORATION:none; font-weight: normal; font-size:11px}
.sub A:visited   { COLOR : #e8e8e8; TEXT-DECORATION:none; font-weight: normal; font-size:11px}
.sub A:hover     { COLOR : #333333; TEXT-DECORATION:none; font-weight: normal; font-size:11px}

.footer A:active    { COLOR : #9B9663; TEXT-DECORATION:none; font-weight: bold; font-size:11px}
.footer A:link      { COLOR : #9B9663; TEXT-DECORATION:none; font-weight: bold; font-size:11px}
.footer A:visited   { COLOR : #9B9663; TEXT-DECORATION:none; font-weight: bold; font-size:11px}
.footer A:hover     { COLOR : #eeeeee; TEXT-DECORATION:none; font-weight: bold; font-size:11px}

BODY        {   scrollbar-face-color: #eeeeee;
                scrollbar-shadow-color: #1B1E25;
                scrollbar-highlight-color: #cccccc;
                scrollbar-3dlight-color: #272A2F;
                scrollbar-darkshadow-color: #1B1E25;
                scrollbar-track-color: #000000;
                scrollbar-arrow-color: #333333;
                scrollbar-base-color : #EEEEEE;
                font-family: Arial;
				background-color:#999999;
				text-align:center;
            }

input
{
 font-family: Arial;
 background-color: #BEC9D6;
 font-size: 12px;
 color: #666666;
}

textarea
{
 background-color: #BEC9D6;
 font-family: Arial;
 font-size: 12px;
 color: #666666;
}

select
{
 background-color: #BEC9D6;
 font-family: Arial;
 font-size: 12px;
 color: #666666;
}

table { font-size: 12px; color: #666666; line-height:17px;}
.titel { font-size: 16px; font-weight: bold; color: #9B9663;}
.text10 { font-size: 10px;  line-height:13px;}
.menue 	{  color: #BEC9D6; font-weight: bold; font-size:11px;}
.footer {  color: #cccccc; font-size:11px;}
.forum_kat {  background-color: #999999}
.forum_foren1 {  background-color: #cccccc}
.forum_foren2 {  background-color: #D4D4D4}

	#mainnav
	{
		width:700px;
		height: 28px;
		background-color: #d9d9d9;
		color: #999999;
		margin-bottom: 0px;
		border-bottom: 1px solid #374B5B;
		text-align:left;
		font-size:110%;
	}
	
	#mainnav ul
	{
		margin: 4px 0 0 0px;
		padding: 0;
		list-style-type: none;
	}
	
	#mainnav li
	{
		display: inline;
		margin: 0 8px 0 20px;
	}
	
	#mainnav li a
	{
		font-weight: bold;
		text-decoration: none;
		color: #374B5B;
	}
	
	#mainnav li a:hover
	{
		text-decoration: none;
		color: #888888;
	}
	
