/* Allgemeine Einstellungen */
body {
	font-size: 0.8em;
	font-family: Verdana,Arial,Sans-Serif;
	color: #333333;
	background-color: #ccffbb;
}

/* Formatierung der einzelen Bereiche */

/* Bereich für das Banner */
#kopf {
	min-height: 100px;
	width: 75em;
    background-color: #e1ffaa;
	background-image: url(topline.gif);
	background-repeat: repeat-x;
}

/* Extra-Angabe für einige IE-Versionen */
* html #kopf {
	height: 100px;
}

/* Bereich unter dem Banner */
#guide {
    clear:left;
    clear:right;
	width: 74em;
    padding: 0.5em 0.5em 0.5em 0.5em;
}

#guide span.auswahl {
    color: #22bb00;
    font-weight: bold;
    text-decoration: none;
}

#guide a {
    color: #22bb00;
    font-weight: bold;
    text-decoration: none;
}

#guide a:hover,
#guide a:focus,
#guide a:active {
    text-decoration: underline;
}

/* Alles unter dem Header außer der Fuß */
#unterkopf {
    background-color: #ffffff;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    max-width: 75em;
    min-height: 40em;
}

/* Extra-Angabe für einige IE-Versionen */
* html #unterkopf {
    width: 75em;
}

/* Bereich für das Inhaltsverzeichnis */
#navigation {
    background-color: #e1ffaa;
    width: 15em;
    float: left;
}

#navigation h1 {
    font-size: 1.0em;
    font-weigth: bold;
    color:#ffffff;
    margin: 0em 0em 0em 0em;
    padding: 0.5em 0.5em 0.5em 0.5em;
    background-color: #22bb00;
}

/* Elemente in der Navigation */
#navigation ul{
    margin: 0.5em 0 0 0;
    padding: 0 0 0 0;
}
#navigation ul.subsection {
    margin: 0 0 0 0;
    padding: 0.5em;
}

#navigation ul li {
    list-style-type: none;
    margin-bottom: 0.5em;
}

#navigation ul li.open {
}

#navigation ul.subsection li {
    border: 0;
    margin-left: 0.2em;
    margin-bottom: 0.5em;
}

#navigation ul li span.auswahl {
    margin-top: 1.0em;
    padding: 0.5em;
    color: #22bb00;
    font-weight: bold;
    text-decoration: none;
    list-style-type: circle;
}

#navigation ul li a {
    padding: 0.5em;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
}

#navigation ul li a:hover,
#navigation ul li a:focus,
#navigation ul li a:active {
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
    background-color: #ffcc22;
}

/* Bereich für die Banner */
#banner {
    text-align:center;
    padding: 1em;
    background-color:#22bb00;
}

#banner img {
    margin: 0.25em 0.5em 0.25em 0.5em;
}

/* Bereich für eigentlichen Seiteninhalt */
#inhalt {
    padding: 2.0em 2.0em 2.0em 2.0em;
    margin-left: 15em;
    margin-right: 2.0em;
}

#inhalt img {
    padding: 0.3em 0.3em 0.3em 0.3em;
}

#inhalt *.bericht {
	padding-top: 1.0em;
    clear:left;
    clear:right;
}

#inhalt *.bericht img {
    float: right;
}

#inhalt *.bericht table.bilder {
	font-size: 1em;
    background-color: #e1ffaa;
	width: 53.5em;
}

*#inhalt *.bericht table.bilder caption {
    font-size: 1.0em;
    font-weight: bold;
    text-align: left;
    margin-bottom: 1.2em;
}

#inhalt *.bericht table td,
table th {
    width: 33%;
	text-align: center;
}

#inhalt *.bericht table td img,
table th img {
	text-align: center;
    float: none;
    clear: none;
}

#inhalt ul.news {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#inhalt ul.news li {
    padding-bottom: 1.0em;
}

#inhalt table.news {
    font-size: 1.0em;
	width: 53.5em;
}

#inhalt a {
	color: #336600;
    font-weight: bold;
    text-decoration: none;
}

#inhalt a:visited {
	color: #336600;
}

#inhalt a:hover,
#inhalt a:focus,
#inhalt a:active {
    color: #ff0000;
    text-decoration: underline;
}

/* Überschriften */
#inhalt h1, #inhalt h2, #inhalt h3, #inhalt h4 {
    font-family: Arial, Helvetica, sans-serif;
    color: #336600;
    text-align: left;
}

#inhalt h1 {
    font-size: 1.6em;
    margin: 0;
}

#inhalt h2 {
    font-size: 1.4em;
    margin-top: 1.0em;
}

#inhalt h3 {
    font-size: 1.3em;
    margin-top: 1.0em;
}

#inhalt h4 {
    font-size: normal;
}

#fuss {
    clear: both;
    border-top: 0.05em solid #333333;
    text-align: center;
    padding-top: 0.2em;
    max-width : 75em;
}

* html #fuss {
	width: 75em;
}

#fuss p {
    font-size: 0.9em;
    margin: auto;
}

/* Weitere Einstellungen */
h1 {
	margin-top: 1.5em;
	font-size: 1.8em;
}

h2 {
	margin-top: 1.6em;
	font-size: 1.4em;
}

h3 {
	margin-top: 1.4em;
	font-size: 1.2em;
}

.unsichtbar {
   display: none;
}

ul.beschluesse li {
    margin-bottom: 0.5em;
}