﻿* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #fcfcfc;
	color: black;
}
a, a:visited, a:after {
	text-decoration: none;
	background-color: inherit;
	color: #FFFF99;
}
#liga_frame {
	width: 590px;
	line-height: 1.2;
	font-size: 9pt;
	margin: 10px;
}
#liga_frame h3 {
	display: block;
	clear: both;
	line-height: 2;
	font-size: 1.3em;
}
.runden {
	float: left;
	width: 150px;
	background-color: #555;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
	margin-right: 20px;
	padding-left: 10px;
	border: 2px blue solid;
}
.runden_pre {
	white-space:pre;
	font-family:"Courier New", Courier, Monospace
}
.tabellen{
	line-height:1;
	border:1px black solid;
	width:510px;
	white-space:pre;
	padding: 10px 0px 10px 0px;
}

