body {
 background:#9cf;
 font-family: Verdana, arial, helvetica, sans-serif;
 color:#000080;
 margin:0;
 }

/*----------------Seiten Oben----------------------*/

#ol { /*unbenutzt*/
 top: 0px;
 left: 10px;
 position: absolute;
 z-index: 5;
 float:left;
 }

#or { /*Balken*/
 z-index: 4;
 top: 0px;
 left: 0px;
 position: relative;
 height:65px;
 min-width: 400px;
 background:#39c;
 text-align: right;
 padding: 0 60px 0 0;
 font-size:1.2em;
 font-variant:small-caps;
}

/*------------------Seite Links Menue----------------------*/
#menue {
 z-index: 2;
 top: 0px;
 left: 0px;
 position: relative;
 background:#9cf;
 float:left;
 width:140px;
}

/* Ebene 0 */
#menue div.a0  {
 margin:10px 0 2px 10px;
 padding:0px;
 color: #000000;
 font-weight: bold;
 font-size:0.8em;
}

#menue div.i0  {
 margin:10px 0 2px 10px;
 padding:0px;
 }

#menue a.i0 {
 color: #3B3B3B;
 font-size: 0.8em;
 text-decoration:none;
 }

#menue .i0 a:link {}
#menue .i0 a:visited {}
#menue .i0 a:hover {
 text-shadow: grey 3px 2px;
 color:#000000;
 }

/* Ebene 1 */
#menue div.a1  {
 margin:5px 0 2px 22px;
 padding:0px;
 color: #000000;
 font-weight: bold;
 font-size:0.75em;
 }

#menue div.i1  {
 margin:5px 0 2px 22px;
 padding:0px;
 }

#menue a.i1  {
 color: #3B3B3B;
 font-style: bold;
 font-size: 0.75em;
 text-decoration:none;
 }

#menue .i1 a:link {}
#menue .i1 a:visited {}
#menue .i1 a:hover {
 text-shadow: grey 3px 2px;
 color:#000000;
 }

/*--------------------Text----------------------*/
#text {
 z-index: 1;
 top: 0px;
 left: 0px;
 position: relative;
 margin-right: 70px;
 padding:20px 30px 30px 160px;
 }

/*Ueberschriften und Fliesstext*/
#text h1 {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size:1.1em;
 color:#2F2F2F;
 margin:10px 0 20px 0;
 padding:0;
 font-weight:normal;
 }

#text h2 {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size:1em;
 color:#2F2F2F;
 margin:0;
 padding: 20px 0 5px 0;
 font-weight:normal;
 }

#text h3 {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size:0.9em;
 color:#2F2F2F;
 margin:0;
 padding: 10px 0 3px 0;
 font-weight:normal;
}

#text p {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 0.85em;
 color:#2F2F2F;
 }

#text .txt {
 text-align:justify;
 }

#text .bildu {
 font-size:0.75em;
 }

/*----------------Tabellen--------------------*/
#text table {
 border-color:#131313;
 }

#text td {
 font-family: verdana, arial, helvetica, sans-serif;
 color:#2F2F2F;
 padding:0px;
 font-size:0.85em;
 }

#text td.inhaltcenter {
 font-weight:bold;
 text-align: center;
 }

#text td.inhaltrechts {
 font-weight:bold;
 text-align: right;
 }

#text td.tabkopf {
 background:#FFEDC4;
 text-align: center;
}

#text td.tablinks {
 background:#FFEDC4;
 text-align: right;
}
/*------------------Listen---------------------------*/
#text li {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size:0.9em;
 color:#2F2F2F;
 }

#text dl {
 font-family: verdana, arial, helvetica, sans-serif;
 color:#2F2F2F;
 }

#text dt {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size:0.9em;
 font-weight:bold;
 color:#2F2F2F;
 margin-top:10px;
 }

#text dd {
 font-family: verdana, arial, helvetica, sans-serif;
 color:#2F2F2F;
  font-size: 0.8em;
 }

/*Links*/
#text a {
 border:0;
 color:#330099 /*#2F2F2F*/;
 text-decoration:none;
 }
#text a:link { }
#text a:visited { }
#text a:hover {
 text-decoration:underline;
 }
#text a:active { }

#text a.ueberschrift {
 background:transparent;
 border:0px;
 text-decoration:none;
 }
#text a.ueberschrift:link {
 background:transparent;
 }
#text a.ueberschrift:visited {
 background:transparent;
 }
#text a.ueberschrift:hover {
 background:transparent;
 text-decoration:underline;
  t
 }
#text a.ueberschrift:active {
  background:transparent;
 }

#werte td {
 padding:10px;
 background-color:#39c;
 }

/*--------------------Fuss----------------------*/
#fuss {
 clear:both;
 text-align: right;
 font-family:verdana, sans-serif;
 font-size:0.5em;
 padding:15px 35px 0 0;
 }
