/* Schriftart im gesamten Dokument */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Absätze, DIVs, Tabellen, Listen, Formulare in 10 Punkt */
p, div, table, li, form  {
	font-size: 10pt; 
}

/* Hintergrundfarbe Grau mit weißer Schrift */
h1 {
	background-color: black;
}



.tab_buttons{
background-image:url(tbg_2.jpg);
background-repeat: repeat;
border:1px solid black;
 
}

.tab_menu_bg_image{
	background-image: url(button2.jpg); 
	background-repeat: no-repeat;
	font-weight: bold;
	color:#FFFFFF;
	
	
}

.tab_menu_bg_image_2{
	background-image: url(tab_bg_2.jpg); 
	background-repeat: no-repeat;
	font-weight: bold;
	color:white;
	height:41px ;
}

.tab_menu_bg_image_3{
	background-image: url(tab_bg_2.jpg); 
	background-repeat: no-repeat;
	font-weight: bold;
	color:white;
	height:41px ;
	
	
	 
}

.tab_menu_bg_image_2 A:link, A:visited{
	font-weight: bold;
}


.tab_bg_on{
	background-image: url(button.jpg); 
	background-repeat: no-repeat;
	font-weight: bold;
}
.tab_bg_off{
	background-image: url(button2.jpg); 
	background-repeat: no-repeat;
	font-weight: bold;
}



.tab_schrift_news_2{
	color:white;
	}
	

	


.tab_schrift_news_datum{
	color:gray;
}

.impressum A:link, A:visited{
	color:black;
	font-weight: bold;
}
.impressum_copyright{
	color:white;
}

.text_1{
	color:white;
	
}

.text_2{
	color:gray;
}

.verloren{
	color:#DA0404;
}

.gewonnen{
	color:#048C04;
}

.war{
	color: #CCCCCC;
}

.member{
	color:#4B21FF;
}

td.1px-rahmen{
 border: 1px; border-top: 1px solid #000000; border-bottom: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #000000; }

.rahmen{
 border:1px solid gray; background-color:black;
width:450;
background-image: url(tab_bg_rahmen.jpg); 
	background-repeat: repeat;

}

.rahmen2
{ border:medium solid black

}

.text_inc
{ color:#333333;

}

/* kursive Passagen blau färben */
i {
	color:  #000099; 
} 






/* Link-Stile für Hover-Links  */
a:link {
	color: white; 
	text-decoration: none;
} 


a:active {
	color: white; 
	text-decoration: underline;
} 

a:visited {
	color: white; 
	text-decoration: none;
}

a:hover {
	color: gray; 
	text-decoration: underline;
} 


