body {
	margin:0px;
	padding:0px;
	background-color: #9FBC50;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	font-size:1.1em;
}
/*
 * Tabellen
 */
#Tabelle{
	text-align:left;
}

/*
 * Tabellenzelle nächste Probe
 */
td#probe {
	background-color:white;
	color:#9FBC50;
	width: 9.5em;
	vertical-align:top;
}
td#probe_genau{
	border:solid;
	border-color:white;
}

.logo {
	position:fixed;
	width:100%;
	height:160px;
	background-color: #534DA3;
	z-index:4;
	
}

.logo_bild {
	position:absolute;
	height:160px;
	width:180px;
	background-color:#534DA3;
	z-index:5;
}

.logo_schrift {
	position:absolute;
	top:30px;
	left: 180px;
	height:160px;
	text-align:right;
}

.rahmen {
	position:absolute;
	top: 170px;
	left: 190px;
	
}

.rundbrief{
	position:relative;
	background-color:white;
	color:black;
	font-family:Times;
}

.navigation {
	position:fixed;
	top: 160px;
	padding-top: 5px;
	width: 180px;
	height:100%;
	background-color: #534DA3;
	z-index:4;
}

.bilder{
	margin-top:5px;
}
.logobild{
	margin-top:30px;
}
.bild {
	float:left;
	margin:10px;
}
.bildrechts {
	float:right;
	margin: 10px;
}
.bild_mit{
	float:left;
	margin:10px;
	margin-right:20px;
}
.textlinks {
	float: left;
	width: 600px;
}

ul#navliste {
	margin:0px;
	padding:0px;
	text-align:center;
	z-index:5;
}

ul#navliste {
    margin: 0;
    padding: 0;
    text-align: center;
}

ul#navliste li {
	text-decoration:none;
    list-style: none;
    float: left; /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0em;
    padding: 0;
}

* html ul#navliste li { /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
}

*:first-child + html ul#navliste li { /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
}

ul#navliste li ul {
	margin: 0;
    padding: 0;
    position: absolute;
    top: 0em;
    left: 8.5em;
    display: none; /* Unternavigation ausblenden */
}

* html ul#navliste li ul { /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t:
 -0.8em;
}

*:first-child + html ul#navliste ul { /* Workaround fuer den IE 7 */
    padding-bottom: 0.4em;
}

ul#navliste li:hover ul {
    display:inline; /* Unternavigation in modernen Browsern einblenden */
	width: 9.5em;
	color:#F1A430;
	background-color:#534DA3;
}

ul#navliste li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
}

*:first-child + html ul#navliste ul li { /* Workaround fuer den IE 7 */
	margin-left:-0.6em;
}

ul#navliste a, ul#navliste span {
    display: block;
    width: 6.5em; /* Breite den in li enthaltenen Elementen zuweisen */
    padding:  0.1em 1em;
	margin-top: 0.5em;
    text-decoration: none;
    border: 1px solid black;
    border-left-color: white;
    border-top-color: white;
    color: white;
    background-color: #9FBC50;
}

* html ul#navliste a, * html ul#navliste span {
    width: 8.6em; /* Breite nach altem MS-Boxmodell f�r IE 5.x */
    w\idth:
 6.4em; /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
}

ul#navliste a:hover, ul#navliste span, li a#aktuell {
    border-color: white;
    border-left-color: black;
    border-top-color: black;
    color: #9FBC50;
    background-color: black;
}
h3{
	text-align:center;
	font-style:italic;
}
.archiv {
	border:solid;
	font-size:10pt;
}

.impressum{
	padding-top:2em;
	margin-top:1em;
}

