
/*
body {
font: normal 100.01% Helvetica, Arial, sans-serif;
color: black; background-color: white;
min-width: 801em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
}
*/

 body {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

html {
padding: 0;
}

/* 
   +++++++++++++++++++++++++++++++++
     Menü Formatierung
   +++++++++++++++++++++++++++++++++
*/

#fixiert {
/* position: absolute; */
top: 0em; left: 0em;
width: 100%;
hight: 150px;
z-index: 1
background-color: white;
}

html>body #fixiert { /* nur fuer moderne Browser! */
position: fixed;
}

#menuebox {
/* position: relative; */
height: 30px;
}
.stupidie {
display: none;
}
#menue {
position:absolute;
top: 130px;
z-index: 200;
}

#menue .aussen {
float: left;
display: block;
overflow: hidden;

height: 1.3em;
font-size: 0.8em;
font-weight: bold;
color: #000000;
text-align: center;
background-color: #E3E3E3;
border: 1px solid;
border-color: #000000;
}
#menue .aussen:hover {
height: auto;
text-decoration: none;
background-color: #000000;
color: #FFFFFF;
}

a.innen-1 {
margin-top: 2px;
}

a.innen,
a.innen-1 {
display: block;
padding: 2px 0;
text-decoration: none;
text-align: left;
font-weight: normal;
border-bottom: 1px solid #000000;
background-color: #FFFFFF;
color: #000000;
}
a:visited.innen,
a:visited.innen-1 {
background-color: #FFFFFF;
color:#000000;
}
a:hover.innen,
a:hover.innen-1 {
background-color: #E3E3E3;
color: #000000;
}

a.menutag {
display: block;
cursor: default;
text-decoration: none;
height: auto;
background-color: #E3E3E3;
color: #000000;
}
a:hover.menutag {
background-color: #000000;
color: #FFFFFF;
}

/* 
   +++++++++++++++++++++++++++++++++
    Informationsbereich formatieren
   +++++++++++++++++++++++++++++++++
*/

div#footer {
    position:fixed;
    bottom:0px;
    text-align:center;
    width:100%;
}
div#print {
display:none;
top: 0em; left: 0em;
}
 
div#Inhalt {
margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
width: 780px;
padding: 0em;
 
div#Inhalt p {
    font-size: 2.5em;
    margin: 2em 0;
  }

