body		{margin:0%;
padding:0%;
color:#004080;
background-color:#D84234;
font-family: sans-serif;
font-size:90%;
}

/* Navigation */

div#Navi-Spalte {position:fixed;
top:0%;
left:0%;
width:16.5em;
height:100%;
background-color:#D84234;
}

img#logo {
position:absolute;
left: 1.25em;
top: 0.5em;
width:14em;
height:14em;
}

  ul#Navigation {
    position:absolute;
    left: 0.3em;
    top: 15em;
    width: 7em;
    margin: 0.5em; padding: 0.4em;
    border: 1px solid black;
    background-color: white;
  }
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 7.4em;
    w\idth: 7.4em;
    padding-top: 0.8em;
    padd\ing-top: 0.8em;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0.4em;
    padding: 0;
  }

  ul a {
  height:3.5em;
  padding-top:1.5em;
  }
  
  ul a.normal {
    display:block;
    line-height:2em;
    text-decoration: none; font-weight: bold;
    text-align:center;
    color: #C8F5FF; background-color: #003060;
    border: 1px solid black;
  }

  ul a.doppelzeile {
    display:block;
    line-height:1em;
    text-decoration: none; font-weight: bold;
    text-align:center;
    color: #C8F5FF; background-color: #003060;
    border: 1px solid black;
}

  ul a.normal-aktuell {
    display:block;
    line-height:2em;
    text-decoration: none; font-weight: bold;
    text-align:center;
    color: #00B0FF; background-color: #003070;
    border: 1px solid black;
  }

  ul a.doppelzeile-aktuell {
    display:block;
    line-height:1em;
    text-decoration: none; font-weight: bold;
    text-align:center;
    color: #00B0FF; background-color: #003070;
    border: 1px solid black;
}

  * html ul#Navigation a {
    
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 6em;  /* Breitenangabe fuer IE 6 */
  }
  * html ul#Navigation li a {
    height:5em;
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 6em;  /* Breitenangabe fuer IE 6 */
    background-color: #003060;
  }


  ul#Navigation a:hover {
    color: #00B0FF;
  }

/*nav2*/
  ul#Navigation2 {
    position:absolute;
    left:7.4em;
    top: 15em;
    width: 7em;
    margin: 0.5em; padding: 0.4em;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    background-color: white;
  }
  * html ul#Navigation2 {  /* Korrekturen fuer IE 5.x */
    width: 7em;
	left:7.5em;
    w\idth: 7em;
    padding-top: 0.8em;
    padd\ing-top: 0.8em;
  }
  ul#Navigation2 li {
    list-style: none;
    margin: 0.4em;
    padding: 0;
  }

  * html ul#Navigation2 a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 6em;  /* Breitenangabe fuer IE 6 */
  }
  * html ul#Navigation2 li a {
    height:5em;
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 6em;  /* Breitenangabe fuer IE 6 */
    background-color: #003060;
  }

  ul#Navigation2 a:hover {
    color: #00B0FF;
  }
/*ende nav2*/

/* Ende der Navigation */

/* Inhalt */

div#inhalt {position:absolute;
top:0;
left:16.5em;
right:0;
min-width:594px;
max-width:755px;
height:100%;
/* height:80em; */}

div#mainText	{position: absolute;
top:5em;
margin-bottom:5em;
left:0;
right:0;
padding:1%;
background-color:#FFFFFF;
border:solid 5px #004080;
min-height:100%;
}

div#text	{position:static;
padding:12px;
}

div#kontakt	{position:static;
padding:2px;
padding-top:10px;
height:300px;
}

div#foot		{position: absolute;
bottom:-15em;
left:0;
right:0;
text-align:center;
color:#808080;
font-size:smaller;
}

div#masthead	{position: absolute;
top:0;
left:0;
right:0;
height:2em;
min-width:13em;
font-size:2.5em;
color:#FFFFFF;
background-color:#D84234;
background-image:url(bilder/titelhintergrund.jpg);
background-repeat:no-repeat;
background-position:left center;
}

/* Ende Inhalt */

h1		{text-align:center; font-size:larger;}
h2		{font-size:larger;}


a#titel		{
text-decoration:none;
text-align:center;
padding-top:0.4em;
font-weight:bold;
display:block;
border-style:none;
color:#FFFFFF;
background-color:#D84234;
}

a		{color:#004080;}

a:hover		{color:#0080FF;
border-style:hidden;}

img		{float:right;border-style:none;margin:1.2%;margin-left:1%;margin-right:1%;}

b.wichtig	{font-weight:normal;}