body {
	font-family: sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
}

div#container {
	border: 5px solid #888888;
	background-color: #FFFFFF;
	background-attachment: scroll;
	width: 998px;
	margin: 0px auto;
	padding: 0;
}

* html div#navigation ul a, * html div#navigation ul span {
	width: 1em;		/* nur fuer IE 5.0x erforderlich */
	width: auto;	/* sicherheitshalber fuer IE 6 zurueckgesetzt */
}

div#navigation ul {
	margin: 0;
	padding: 0.8em;
	text-align: center;
	background-color: #888888;
}

div#navigation ul li {
	list-style: none;
	display: inline;
	margin: 0.4em;
	padding: 0;
}

div#navigation ul a, #navigation ul span {
	padding: 0.2em 1em;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #CCCCCC;
}

div#navigation ul a:hover, #navigation ul span {
	border-color: #FFFFFF;
	color: #FFFFFF;
	background-color: #888888;
}

div#fusszeile {
	clear: both;
	font-size: 0.8em;
	padding-top: 5px;
	text-align: center;
	background-color: #888888;
}

div#logo {
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
}

div#logo h1 {
	display: none;
}

div#fusszeile a, div#inhalt a {
	color: #0000FF;
	text-decoration: none;
}

div#inhalt {
	margin: 0.5em;
	font-size: 1em;
}

div#inhalt p {
	margin: 0;
	margin-bottom: 0.5em;
	font-size: 1em
}

div#inhalt h2 {
	clear: both;
	border-bottom: 0.1em dotted #000000;
	margin: 0;
	margin-bottom: 0.1em;
	margin-top: 0.5em;
	font-size: 1.6em
}

div#inhalt h3 {
	margin: 0;
	margin-top: 0.5em;
	font-size: 1.3em
}

div#inhalt th {
	text-align: left;
	font-weight: normal;
}

div#inhalt td {
	text-align: left;
}

div#inhalt ul {
	margin: 0;
	margin-bottom: 0.5em;
}

div#inhalt ol.paragraph {
	counter-reset: ebene1;
	list-style-position: outside;
}

div#inhalt ol.paragraph > li {
	display: block;
	counter-reset: ebene2;
	font-weight: bold;
}

div#inhalt ol.paragraph > li:before {
	content: "§ " counter(ebene1) " ";
	counter-increment: ebene1;
}

div#inhalt ol.paragraph > li ol > li {
	list-style-type: lower-roman;
	list-style-position: outside;
	font-weight: normal;
}

div#inhalt ol.paragraph > li ul > li {
	list-style-type: circle;
	list-style-position: outside;
	font-weight: normal;
	font-style: oblique;
}

div.bildergalerie {
	text-align: center;
}

div.meldungen {
	border: 1px solid #FF0000;
	background-color: #FFBBBB;
	padding: 0;
	margin: 0.3em;
}

div.meldungen ul {
	list-style-type:circle;
}

div#inhalt select.team {
	width: 100%;
}

div#inhalt table.team {
	border-collapse: collapse;
}

div#inhalt table.team td {
	border: 1px solid #888888;
	padding-right: 0.5em;
}

div#inhalt table.team th {
	border: 1px solid #888888;
	background-color: #888888;
	font-weight: bold;
	padding-right: 0.5em;
}

div#inhalt fieldset {
	width: 47%;
	border: 1px solid #888888;
	margin-bottom: 0.5em;
}

div#inhalt fieldset.links {
	float: left;
}

div#inhalt fieldset.rechts {
	float: right;
}

div#inhalt fieldset legend {
	font-size: 0.75em;
	color: #888888;
}

div#inhalt img {
	border: 1px solid #000000;
	margin: 3px;
}