* {
	margin: 0;
	padding: 0;
}

body {
	background: url(img/body_back.jpg) no-repeat 50% 0% fixed;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100.01%;
}

#main {
	position:relative;
	margin: 120px auto 120px auto;
	width: 900px;
	min-height: 1000px;
	text-align: left;
	background: url(img/blatt.jpg) no-repeat 0 0;
	padding-bottom: 60px;
}

#top {
	text-align:center;
	padding: 20px 0;
	margin: 10px;
	clear:both;
}

#navi {
	margin: 50px 50px 0 0;
	list-style-type: none;
	float: right;
}

#navi li {
	display: inline;
}

#navi li a {

}

#navi_bottom {
	position: absolute;
	bottom: 20px;
	right: 30px;
	text-align:right;
}


#content {
	clear:both;
	margin: 10px 20px;
	overflow:hidden;
	font-size: 80%;
}

#content p {
	margin: 7px 0 7px 3px;
}

#content h2 {
	font-size: 120%;
	text-align: center;
	margin: 0 0 10px 0;
}

#content h1 {
	font-size: 120%;
	text-align: center;
	margin: 0 0 10px 0;
}

#content h3 {
	font-size: 120%;
	margin: 10px 0 5px 0;
}

h4 {
	margin: 7px 0 3px 0;
	font-size: 110%;
	margin: 0 0 10px 0;
}


.logo	{
	margin: 20px;
	float: left;
}

th {
	padding: 2px 3px 2px 0;
	margin: 0;
}

td {
	padding: 2px 3px 2px 0;
	margin: 0;
	vertical-align: top;
}

tr {
	padding: 0;
	margin: 0;
}


.abstand_rechts {
	padding-right: 15px;
}

.abstand_links {
	padding-left: 15px;
}

.links {
	text-align: left;
}

.rechts {
	text-align: right;
}

.mitte {
	text-align: center;
}

.clear_both {
	clear:both;
}

#spieltag_bilder {
	float:left;
	margin: 10px 20px 0 0;
	text-align:center;
	font-size: xx-small;
	
}

table {
	border-collapse: collapse;
	font-size: xx-small;
}

.linie, .linie_small {
	empty-cells:show;
}


.linie td {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 4px 5px;
}

.linie th {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 4px 5px;
}


.linie_small td {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 1px 2px;
}

.linie_small th {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 1px 2px;
}


td#linie_unten_dick {
	border-bottom: 2px solid black;
}


td.linie_rechts_dick, th.linie_rechts_dick {
	border-right: 2px solid black;
}

input {
	margin: 0px;
	padding: 0px;
}

.abstand p {
	margin: 5px 0;
	padding: 0px;
}

.statistik {
	white-space: nowrap; 
}

#spieler {
	float: left;
	width: 170px;
	text-align: center;
}

#spieler_uebersicht_bild {
	height:203px;
	overflow:hidden;
}

#spieler_top3 {
	float: left;
	width: 33%;
	text-align:center;	
}

#spieler_top3_bild {
	height:110px;
}

a {
	color: #ff6600;
	text-decoration: underline;
}

img, img a {
	border: 0;
}

a:hover {
	text-decoration: none;
}

img a {
	border: 0;
	text-decoration: none;
}

.small {
	font-size: xx-small;
}

#spieler_bild {
	float:left;
	width:160px;
}

#spieler_main_facts {
	float:left;
	padding: 0 0 0 20px;
}

.center {
	text-align: center;
}

.center table {
	margin: 0 auto;
}

.clear {
	clear: both;
}

.text_right {
	text-align: right;
}

.text_left {
	text-align: left;
}

.text_block {
	text-align: justify;
}

.caption {
	text-align: center;
	margin-top: 40px;
}

h1 img, h2 img, h4 img {
 vertical-align:middle;
}

#statistik_div	{
	overflow:scroll;
	padding:5px 0;
	width:860px;
}

#vor_statistik_div {
	overflow:hidden;
	width:840px;
}


.normal {
	font-size: 80%;
}


#content ol {
	margin-left: 40px;
	list-style-type:decimal ;
	list-style-position:outside;
}

#content li {
	padding: 2px 0;
}