@charset "utf-8";
	
a:link{
	font-family:Arial;
	font-size: 12pt;
	color: #000099;
	text-decoration: none;
}

a:visited{
	font-family:Arial;
	font-size: 12pt;
	color: #0099CC;
	text-decoration: none;
}

#main{
	background-color: #FFFFFF;
	width: 896px;
	height: auto;
	border-right: 2px solid #000000;
	float: left;
	top: 180px;
	border-left: 2px solid #000000;
}

a:hover{
font-family:Arial;
font-size: 12pt;
color: #0000ff;
text-decoration: underline overline;
}

a:active{
	font-family:Arial;
	font-size: 12pt;
	color: #000099;
	text-decoration: underline;
}

body{
	background-image: url(bilder/bg.gif);
	background-repeat: repeat;
} 

#container{
	width: 900px;
	margin: auto;
	top: 20px;
	position: relative;
} 

#header{
	height:180px;
	background-repeat: no-repeat;
	width: 900px;
	float: left;
	background-position: left;
	background-image: url(bilder/head.gif);
} 

#header h1{
	font-size:30px;
	margin-top: 125px;
	text-align: left;
	margin-left: 250px;
}

#navigation{
	width: 180px;
	float: left;
	margin-top: 10px;
}

#navigation h1{
	margin-left: 5px;
	border-left:solid #FF0000;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#navigation a:hover{
	background-image: url(bilder/bg_tb2.gif);
}

#navigation a{
	display:block;
	padding: 1px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid black;
	border-left-color: white;
	border-top-color: white;
	color: #000000;
	background-image: url(bilder/bg_tb.gif);
	font-size: 19px;
}

#content{
	float: left;
	width: 690px;
	padding: 10px 10px 10px 10px;
} 
#navigation   a:active  {
	color: #FF0000;
}


#footer{
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	height: 30px;
	float: left;
	width: 896px;
	border-bottom: 2px solid #000000;
	background-image: url(bilder/bg_tb.gif);
} 

#footer p{
	margin: 0;
	padding:5px;
}
.Schriftart_24 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

#spieler_detail {
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
}


#login{
	text-align:left;
	vertical-align:middle;
}

.clearfloat{ /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.Schriftart_18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.Schriftart_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

