
/* Standard ---------------------------------------------------------------- */
* html {overflow: hidden;}

body
{
    font-family: 'Arial', sans-serif;
    font-size: 1em;
    background-color: #fff4a6;
    color: #00004a;
    overflow: auto;
    margin: 0;
    height: 100%;
}
li {list-style-image: url(olive_neu.gif);}

strong
{
    text-transform: uppercase;
    color: #ff0000
}

h1
{
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.5em;
    text-align: center;
}
h2
{
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-size: 1.2em;
    text-align: left;
}
h3
{
    margin-top: 1.5em;
    margin-bottom: 0em;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
}/* Standard Ende ----------------------------------------------------------- */

/* Eigene Styles ----------------------------------------------------------- */

.LogoUndText
{
    float: center;
    display: block;
    float: none;
    width: 35em;
    margin-top: 5em;
    margin-bottom: 4em;
}
.LogoUndText p
{
    text-align: left;
    font-size: 0.8em;
}

.LogoUndText h2
{
    text-align: left;
    font-size: 1.5em;
}

.LogoUndText img
{
    float: left;
    margin-right: 25px;
}
.LogoUndText li {list-style-image: url(olive_neu.gif);}

.zentriert  {text-align: center;}
.rechts     {text-align: right;}
.unsichtbar {display:none;}
.BildLinks  {float: left; margin-right: 10px; margin-top: 10px; margin-bottom: 10px;}
.BildRechts {float: right; margin-left: 10px; margin-top: 10px; margin-bottom: 10px;}
.fett       {font-weight: bold;}
.indent     {margin-left: 3em;}
.zweispaltigKlein
{
    width: 33%;
    float: left;
}
.zweispaltigHalb
{
    width: 45%;
    float: left;
}

/* Für vor "zweispaltigKlein" zum Zentrieren" */
.PufferBei2Spaltig
{
    width: 17%;
    float: left;
}

.clear
{
    clear: both;
    height: 1px;
    margin-bottom: 1.5em;
}

.Bemerkung
{
    FONT-SIZE: 0.85em;
    FONT-STYLE: italic
}
#banner
{
    position: fixed;
    top: 15px;
    left: 15px;
    height: 80px;
    width: 100%;
    padding: 5px 5px;
    z-index: 2;
    background-color: #fff4a6;
}
* html #banner
{
    /* Internet Explorer */
    position: absolute;
    top: 15px;
    left: 15px;
    height: 70px;
    width: 100%;
    padding: 5px 5px 5px 5px;
    line-height: 100%;
    font-size: 0.88em;
    border: none;
    z-index: 2;
    background-color: #fff4a6;
}
#banner img {float: left;   margin-top: 0.3em;
}
#banner h1  {
  margin-top: 0.5em;
  font-size: 2em;
  text-align: left;
}
* html #banner h1  {
  margin-top: 0.5em;
  font-size: 2em;
  text-align: left;
}
/* Eigene Styles Ende ------------------------------------------------------ */

/* Menue ------------------------------------------------------------------- */
#Hauptmenue
{
    position: fixed;
    top: 90px;
    left: 15px;
    right:15px;
    padding-top: 0px;
    padding-left:15px;
    background-color: #00004A;
    color: #FFFFFF;
    border: none;
    z-index: 2;
}
* html #Hauptmenue
{
    /* Internet Explorer */
    position: absolute;
    top: 90px;
    left: 15px;
    height: 25px;
    right:15px;
    background-color: #00004A;
    color: #FFFFFF;
    line-height: 100%;
    font-size: 0.75em;
    border: none;
    z-index: 2;
}
#Rubrikmenue { font-size: 0.75em; margin-top: 6em;}
#Rubrikmenue .title { font-weight: bold; margin-top: 2em;}
#Rubrikmenue .aktiv { font-weight: bold; margin-right: 1em;}
#Rubrikmenue .aktiv:before {content:"[";}
#Rubrikmenue .aktiv:after {content:"]";}
#Rubrikmenue .inaktiv { /*font-weight: bold; */ margin-right: 1em;}

ul#Navigation {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0.7em;
  }

ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin-left: 0.4em;
    margin-right: 0.4em;
    padding: 0;
  }
* html ul#Navigation li {  /* Korrektur fuer den IE */
    margin-bottom: -0.4em;
}

ul#Navigation li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 1.6em;
    left: -0.4em;
    display: none;  /* Unternavigation ausblenden */
}
* html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
}
ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
}
ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.0em;   /* Abstand zwischen den Menüpunkten */
    border-top: 1px white;
}

ul#Navigation a, ul#Navigation span {
    display: block;
    width: 7.8em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.3em 0.5em;
    text-decoration: none;
    color: #fff4a6;
    background-color: #00004A;
}
* html ul#Navigation a, * html ul#Navigation span {
    width: 9.3em;   /* Breite nach altem MS-Boxmodell f&uuml;r IE 5.x */
    w\idth: 7.8em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
}
ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: 1px white;
    border-left-color: black;
    border-top-color: black;
    color: white;
    background-color: red;
}

li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: white;
    background-color: black;
}
ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: black;
    margin-left: -0.5em;
}
#NavigationVert li {
    list-style: none;
    display: inline;
    margin: 0.4em; padding: 0;
  }
ul .Sitemap {
	list-style-type: none;
}
/* Menue Ende -------------------------------------------------------------- */

/* Frames ------------------------------------------------------------------ */
#RandOben
{
    position: fixed;
    top: 0px;
    right: 0px;
    height: 1em;
    width: 100%;
    background-color: #000000;
    border: none;
    z-index: 3;
}

* html #RandOben
{
    /* Internet Explorer */
    position:absolute;
    right:0;
	right/* */:/**/1em;
	right: /**/1em;
    z-index: 3;
}


#RandUnten
{
   position: fixed;
   right: 0px;
   bottom: -2px;
   height: 1em;
   width: 100%;
   background-color: #000000;
   border: none;
   z-index: 3;
   color: white;
   text-align: center;
   font-size: 1em;
}
#RandUnten p {
   margin-top: 0em;
   font-size: 0.7em;
   color:white;
   font-style: italic;
}
#RandUnten a:link {
   color: white;
   text-decoration: none;
   margin-left: 1em;
   margin-right: 1em;
}
#RandUnten a:active {
   color: white;
   text-decoration: underline;
   margin-left: 1em;
   margin-right: 1em;
}
#RandUnten a:visited {
   color: white;
   text-decoration: none;
   margin-left: 1em;
   margin-right: 1em;
}
* html #RandUnten
{
   /* Internet Explorer */
   position: absolute;
   right: 0;
   right/* */:/**/1em;
	right: /**/1em;
   z-index: 3;
   color: white;
   background-color: #000000;
   border: none;
   color: white;
   text-align: center;
   font-size: 1em;
}

#RandLinks
{
    position: fixed;
    display:block;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 1em;
    background-color: #000000;
    border: none;
    z-index: 3;
}

* html #RandLinks
{
    /* Internet Explorer */
    position: absolute;
    display:block;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 1em;
    background-color: #000000;
    border: none;
    z-index: 3;
}

#RandRechts
{
    position: fixed;
    display:block;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 1em;
    background-color: #000000;
    border: none;
    z-index: 3;
}

* html #RandRechts
{
    /* Internet Explorer */
    position: absolute;
    display:block;
    top: 0px;
    right: 15px;     /* um die Scroll-Leiste im Internet Explorer nicht durch Frame zu verdecken */
    height: 100%;
    width: 1em;
    background-color: #000000;
    border: none;
    z-index: 3;
}
/* Frames Ende ------------------------------------------------------------- */

#Inhalt
{
    position:relative;
    padding: 15px 15px;
    display: block;
    margin-top: 100px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: none;
    z-index: 1;
}

* html #Inhalt
{
    /* Internet Explorer */
    position:relative;
    display: block;
    margin-top: 100px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: none;
    overflow-y: scroll;
    z-index: 1;
}
#Spacer {height: 300px;}

li a:link  img
{
	text-decoration: none;
}

