a {
    text-decoration: none;
}

#erste-linie {
position:fixed;
top: 0px;
left: 0px;
    width: 100%;
    height: 120px;
    background-color: white;
   z-index: 1000;
}
#unterste-linie {
position:absolute;
top: 680px;
left: 0px;
    width: 100%;
    height: 800px;
    background-color: white;
    z-index: 15;
}
#bildleiste-oben {
position:fixed;
top: 120px;
left: 0px;
    width: 100%;
    height: 20px;
    background-color: #808080;
   z-index: 100 !important;
}
#bildleiste-unten {
position:absolute;
top: 550px;
left: 0px;
    width: 100%;
    height: 20px;
    background-color: #808080;
    z-index: 90 !important;
}
#containermittig {
   position: absolute;
   top: 0%;
   left: 50%;
   width: 1024px;
   height: 1140px;
   margin-top: 0px;
   margin-left: -512px;
 
}
#logo {
    position: fixed;
    top: 0px;
    left: 50px;
    z-index: 100;
    z-index: 99999;
}

#navi {
    position: fixed;
    top:65px ;
    left:800px ;
    width: 800px;
    height: 20px;
    line-height: 20px;
    z-index: 999999;

}
#navi li {
    display: inline-block;
   /* border-left:solid 2px #C0C0C0 ;*/
    padding-left: 5px;
    padding-right: 5px;
}
#navi p {
    font-family: sans-serif;
    color: #C0C0C0;
    font-size: 18px;
    font-weight: ;
}
#navi li a:hover p {
    color: #000000;
}

#buttonaktif p {
    font-family: sans-serif;

}
#navi ul .button ,.button2 ,#buttonaktif {
    display: inline-block;
}
.altmenu ul {
    display: none;
    position: absolute;
    top: 55px;
    left: 340px;
    background-color: #808080;
    width: 120px;
    height: 170px;
    margin: 0px;
    padding: 0px;
    z-index: 2000;
}

.button:hover li .altmenu ul {
    display:  block;

}
#navi .altmenu ul li {
display: block;
    margin:  0px !important;
    padding: 0 0 0 10px !important;
    border: none;
    width: 100px;
    height: 10px;
   }

#navi .altmenu:hover li p:hover {
    color: #000000;
    text-align: center;
}
#textbox-neben-slide-links {
position: absolute;
top: 145px;
left:-180px;
width: 240px;
height: 400px;
border-right:solid 5px #FF7F00;
background-color: #DCDCDC;
}
#textbox-neben-slide-links p {
    font-size: 25px;
    color: black;
    line-height: 2.3;
    margin: 40px 0px 0px 30px;
}
#textbox-neben-slide-rechts {
position: absolute;
top: 145px;
left:985px;
width: 240px;
height: 400px;
border-left:solid 5px #FF7F00;
background-color: #DCDCDC;
}
#textbox-neben-slide-rechts p {
    font-size: 25px;
    color: black;
    line-height: 2.3;
    margin: 40px 0px 0px 50px;
}
#textbox-links {
    position: absolute;
    top: 580px;
    left: -150px;
    width:430px;
    height: 300px;
    z-index: 16;
}
#textbox-links img {
margin-top: 0px;
margin-right: 10px;
    float: right;
}
#textbox-mitte {
    position: absolute;
    top: 580px;
    left: 270px;
    width: 490px;
    height: 300px;
    z-index: 16;
}
#textbox-mitte img {
margin-top: 20px;
margin-left: 10px;
margin-bottom: 10px;
float: right;
   
}
#textbox-rechts {
    position: absolute;
    top: 580px;
    left: 800px;
    width:400px;
    height: 300px;
     z-index: 16;
}
#textbox-rechts img {
margin-top: 5px;
margin-right: 10px;

}
.text h1 {
    color: #008080;
    font-size: 22px;
}
.text p {
    color: #000000;
    font-size: 20px;
}
.text2 h1 {
    color: #670000;
    font-size: 22px;
    margin: 0px;
    padding: 0 0 0 20px;
}

#footer {
    position: absolute;
    top: 1060px;
    left: 0px;
    width: 100%;
    height: 30px;
    border-top : solid 2px #808080;
    z-index: 16;
}
#footer p {
padding: 5px 0 0 0;
margin: 0px;
    color: #000000;
    font-size: 16px;
    text-align: center;
}
#footer p:hover {
color: #008080;
}