/* Farbschema */
/** Tennisballgelb: #f5e800 */
* {
	border-color: #225500;
}
a {
	color: #225500;
}

h1 {
	background-color: #55AA00;
}
h3, h4, h5, h6 {
	color: #444444;
}
body {
	background-color: #88CC44;
}
#navi li a:hover, #navi li.active {
	background-color: #AAEE66;
}
#content {
	background-color: #FFFFFF;
}

/* Verhalten */
#content a {
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

/* Layout Positionen */
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font-size: 18px;
	font-family: serif;
}
h1 {
	padding: 0.5em;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

#wrapper {
	position: relative;
}
#navi {
	width: 12em;
	position: absolute;
	left: 0;
	top: 0;

	padding: 2em 1em 1em;
}
#navi ul {
	margin: 1em;
	float: left;
	border-left-style: solid;
	border-left-width: 1px;
}
#navi li {
	margin-left: 2em;
	line-height: 2em;
	height: 2em;
	list-style-image: url(../img/tennisball_15px.png);
}
#navi li a {
	display: block;
	padding-left: 0.3em;
	text-decoration: none;
}
#content {
	position: relative;
	left: 14em;
	top: 0;
	margin-right: 14em; /* HACK: Überbreite nach rechts vermeiden */

	padding: 2em;
	border-left-style: solid;
	border-left-width: 2px;
	text-align: center;
}
#footer { /* nimmt an, dass der Inhalt immer länger ist als die Navi */
	border-top-style: solid;
	border-top-width: 2px;
	text-align: center;
	padding: 1em;
}
/* Layout Inhalt */
#newsticker {
	background-color: #f5e800;
	margin: -2em -2em 2em;
	padding: 0.5em;
}
#content h2, #content h3 {
	clear: both;
}
#content h2 {
	margin: 0 0 1em;
}
#content h3 {
	margin: 0 0 0.7em;
}
#content li {
	padding: 0.3em;
	margin: 0 0 0.3em 3em;
}
#content table {
	width: 100%;
	margin: 0.5em 0;
	border-collapse: collapse;
	text-align: left;
}
#content table td {
	padding: 0.2em;
	border: solid 1px #888888;
}

/* Aussehen speziell */
#content .center {
	display: block;
	margin: 1em auto;
}
#content ul.threecol, #content ul.twocol, #content ul.onecol {
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	list-style: none;
	text-align: left;
}
#content ul.threecol li {
	margin: 0;
	float: left;
	width: 30%;
}
#content ul.twocol li {
	margin: 0;
	float: left;
	width: 45%;
}
#content ul.onecol li {
	float: left;
	width: 95%;
	margin: 0.5em 0;
	border-left: solid 1px #444444;
	border-top: solid 1px #444444;
}
