/* CSS Document */
body {
	background-color: #E0DFE3;
	margin-left: 1px;
	margin-top: 0px;
	
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
a:link {
	color: #b50000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #b50000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	background-color: #F4F4F4;
	}
a:active {
	text-decoration: none;
	color: #000000;
}
.menu_link {
	color: #000000;
	text-decoration: none;
	font-size: x-small;
}
.menu_visited {
	text-decoration: none;
	color: #000000;
	font-size: x-small;
}
.menu_hover {
	text-decoration: none;
	color: #000000;
	font-size: x-small;
}
.menu_active {
	text-decoration: none;
	color: #000000;
	font-size: x-small;
}
.ueberschriftklein {
	font-size: x-small;
	font-weight: bold;
}
.ueberschriftklein2 {
	font-size: small;
	font-weight: bold;
}
.ueberschrift2 {	        
    font-size: medium;
	font-weight: bold;
}
.ueberschrift4 {           
    font-size: medium;
    font-weight: bold;
	color: #990000;
}
.kleinertext {
    font-size: x-small
}
.farbigertext {
    font-size: x-small; 
	color: #9966CC;
}
.normalertext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
.minute {
    font-size: small;
	font-weight: bold;
	text-align:right;
}
.spielstand {
    font-size: small;
	font-weight: bold;
	text-align: center;
}
/* Ebenen Design */
#navigationsleiste {
	position:absolute;
	left:2px;
	top:0px;
	width:605px;
	height:27px;
	z-index:1;
	background-image: url(images/menu_bilder/menue.gif);
}
#inhalt2 {
	position:absolute;
	left:2px;
	top:65px;
	width:98%;
	z-index:2;
}
#st_leiste {
	position:absolute;
	left:29px;
	top:14px;
	width:93px;
	z-index:1;
}
.spielergebnis {
	font-size:18pt;
	font-weight:bold;
	color: #990000;
}
.halbzeitstand {
	font-size:12pt;
	font-weight:bold;
	color: #990000;
}