body {
	font: 11px solid sans-serif;
	line-height: 2;
	margin: 0;
	background: #f4f0f7 url(ball.png) bottom right no-repeat;
}
#content {
	position: relative;
	background: url(hintergrund.png) repeat-x;
}
h1 {
	text-indent: -5000px;
	margin: 0;
	background: url(titel.png) no-repeat;
	height: 140px;
}
#menu {
	display: block;
	width: 25em;
	height: 2em;
	position: absolute;
	padding: 0;
	top: 104px;
	left: 140px;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	background: white;
	list-style-type: none;
}
#menu li {
	display: block;
	float: left;
	margin-left: 10px;
	font-weight: bold;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#vereine {
	position: absolute;
	top: 150px;
	left: 0;
	list-style-type: none;
	padding: none;
}
#vereine li {
	background: url(ball_klein) 2px 3px no-repeat;
	padding-left: 24px;
}
#vereine li.active {
	background: url(pfeil-blau.png) 0 5px no-repeat;
	font-weight: bold;
}
#trikotnews {
	list-style-type: none;
	margin-left: 150px;
}
#trikot_details {
	list-style-type: none;
	position: absolute;
	top: 150px;
	left: 150px;
}
#trikot_details > li {
	margin-bottom: 50px;
}
#trikot_details ul {
	list-style-type: none;
}
.spielername {
	font-weight: bold;
}
#welcometext, #news {
	margin-left: 200px;
	list-style-type: none;
}
#news {
	margin-top: 12pt;
	font-size: 12pt;
}
#welcometext li {
	font-size: 12pt;
	width: 400px;
	margin: 20px;
	padding: 0 10px 0 10px;
	border: 1px solid silver;
}
#welcometext li.ontop {
	border: 1px solid black;
}
#counter {
	margin-left: 230px;
}
#kontakt_fertig {
	margin-top: 24pt;
	font-size: 12pt;
	text-align: center;
}
#kontakt {
	margin-left: 140px;
	font-weight: bold;
}
#kontakt label {
	display: block;
}
#kommentare {
	margin-left: 140px;
	list-style-type: none;
	padding: 0;
}
#kommentare li {
	padding: 0;
	margin: 1em 0 0 0;
}
#gbookform {
	border: 1px solid black;
	padding: 5px;
	margin: 2em 0 0 140px;
	width: 400px;
}
#gbookform label {
	display: block;
}

