#banner {
    height: 100px;
}
#links {
    margin-top: 100px;
    width: 150px;
    float: left;
    position: absolute;
    left: 2px;
}
#mitte {
    width: 69%;
    float:left;
    margin-left: 30px;
}
#Huhn {
    width: 150px;
    float: left;
}
H1{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
}
H2{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 5px;
}
H3{
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 5px;
}
H4{
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0px;
}
H5{
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0px;
}

body {
    background: #FFFFFF;
    background-image: url(pic/back.gif);
    background-repeat: repeat-x;
    background-position: top;
    background-attachment: fixed;
    color: black;
    font-size: 12px;
    font-family: Arial, Verdana, Tahoma, sans-serif;
}
div#Bannerdown {
    width: 45em;
    position: absolute;
    left:122px; top:73px; width:725px; z-index:0;
    height: 0.2em;
    float:left;
    font-size: 16px;
}
div#Bannerrigth {
    position: absolute;
    left:874px; top:46px; z-index:0;
    height: 0.2em;
    float:left;
}
div#Rahmen {
    width: 45em;
    position: absolute;
    left:121px; top:42px; width:725px; z-index:1;
    padding: 0.8em;
    height: 0.2em;
    float:left;
    border: 1px solid black;
    background-color: #0000FF;
    font-size: 12pt;
}
* html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 62em;
    w\idth: 60em;
}
div#Rahmen div {
     clear: left;
}
ul#Navigation {
    margin: 0;
    padding: 0;
    text-align: center;
}
ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0.3em; padding: 0;
}
ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.3em; left: -0.4em; z-index:1;
    display: none;  /* Unternavigation ausblenden */
}
* html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
}
ul#Navigation ul {
    background-color:#0000FF;
}
*:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:#0000FF;
}
ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
}
ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
}
ul li:hover ul {
    display: block;
}
#Rahmen li {position: relative;}
#Rahmen ul ul { position: absolute; z-index: 500; }
#Rahmen ul ul ul { position: absolute; top: 0; left: 100%; }
div#Rahmen ul ul,
div#Rahmen ul li:hover ul ul,
div#Rahmen ul ul li:hover ul ul
  {display: none;}

div#Rahmen ul li:hover ul,
div#Rahmen ul ul li:hover ul,
div#Rahmen ul ul ul li:hover ul
  {display: block;}

ul#Navigation a, ul#Navigation span {
    display: block;
    width: 7.7em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none;
    font-weight: bold;
    position:relative;
    top:-15px;z-index:1;
    font-size:12px;
    border: 1px solid black;
    border-left-color: white;
    border-top-color: white;
    color: #CCFFCC;
    background-color: #3366CC;
}
* html ul#Navigation a, * html ul#Navigation 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#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
    border-left-color: black;
    border-top-color: black;
    color: #FFFF33;
    background-color: #0000FF;
}

div#home{
     margin-top: 40px;
     vertical-align: bottom;
     height:20px;
     clear: both;
     font-size: 10pt;
     padding: 0.1em;
     text-align: center;
     border-top: 1px solid silver;
}
div#firma, div#firma h5
{
    text-align: center;
    font-size: 10pt;
    border-color: blue;
    border: 1px;
}
