
* {
    margin: 0;
    padding: 0;
}

body{
   padding: 0;
   margin: 0;
   background-image: url(../bilder/wallpaper2d.jpg);
   background-repeat:   repeat;
}

#container{
   width: 1024px;
   height: auto;
   margin-top: 0px;
   margin-left: -512px;
   top: 0%;
   left: 50%;
   position: absolute;
   background-color: white;
}

#leisteoben {
    position: absolute;
    top: 0px;
    width: 1024px;
    left: 0px;
    height: 5px;
    background:-webkit-gradient(linear, 0% 100%, 0% 20%, from(#C0C0C0), to(#000000))

}
#leisteunten {
    position: absolute;
    top: 1450px;
    width: 1024px;
    left: 0px;
    height: 5px;
    background:-webkit-gradient(linear, 0% 100%, 0% 20%, from(#C0C0C0), to(#000000))

}

#leisteunternavi {
    position: absolute;
    top: 105px;
    width: 1024px;
    left: 0px;
    height: 3px;
    background:-webkit-gradient(linear, 0% 100%, 0% 20%, from(#C0C0C0), to(#C0C0C0))

}
#logo {
    position: absolute;
    top: 5px;
    left: 0px;
    z-index: 100;
}

#logo h1 {
    position: absolute;
    top: -5px;
    left: 10px;
    color: black;
    font-size: 40px;
    font-weight: bold;
}

#slideubertext {
    position: absolute;
    top: 110px;

}
#slideubertext h1 {
    font-size: 22px;
    color: red;
    font-weight: bolder;
    font-family: sans-serif;
    padding-bottom: 20px;

}

#navi {
    position: absolute;
    top: 60px;
    left: 60%;
    height: 40px;
    margin-right: 0px;
    width: 600px;

}



#navi ul {
    list-style: none;
}

#navi a {
    text-decoration: none;

}

.button a {
    color: black;
}

.button  {
    background-color: white;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    border-left: solid;
    border-left-color: #808080;
    border-left-width: 1px;
    text-align: center;
    width: 100px;


-webkit-transition-property: background-color, color;
    -webkit-transition-duration: 4s;
    -moz-transition-property: background-color, color;
    -moz-transition-duration: 4s;
    -o-transition-property: background-color, color;
    -o-transition-duration: 4s;
    -ms-transition-property: background-color, color;
    -ms-transition-duration: 4s;
    transition-property: background-color, color;
    transition-duration: 4s;

}
.button:hover  {
    background-color: #C0C0C0;
    -webkit-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}
.button:hover a {
    color: red;
}

.buttonaktif  {

    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    border-left: solid;
    border-left-color: #808080;
    border-left-width: 1px;
    text-align: center;
    width: 100px;
}

.buttonaktif a {
    color: red;
}

.button2 a {
    color: red;
}

.button2  {
    background-color: white;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    border-left: solid;
    border-left-color: #808080;
    border-left-width: 1px;
    text-align: center;
    width: 100px;


-webkit-transition-property: background-color, color;
    -webkit-transition-duration: 4s;
    -moz-transition-property: background-color, color;
    -moz-transition-duration: 4s;
    -o-transition-property: background-color, color;
    -o-transition-duration: 4s;
    -ms-transition-property: background-color, color;
    -ms-transition-duration: 4s;
    transition-property: background-color, color;
    transition-duration: 4s;

}
.button2:hover  {
    background-color: #C0C0C0;
    -webkit-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}
.button2:hover a {
    color: red;
}

.altmenu ul {
    display: none;
}
.altmenu a {
text-decoration: none;
}

.button:hover li .altmenu ul {
    display: block;
    position: absolute;
    top: 35px;
    z-index: 2000;
}
.button:hover li .altmenu ul a {
    color: red;
}

.button2:hover li .altmenu ul {
    display: block;
    position: absolute;
    top: 35px;
    z-index: 2000;
}
.button2:hover li .altmenu ul a {
    color: red;
}

.altmenu li {
    width: 100px;
    height: 30px;
    background-color: white;
    padding-top: 10px;
    border-top : 1px;
    border-top-color: #C0C0C0;
    border-top-style: solid;
}
.altmenu h6 {
    font-size: 12px;
    font-family: sans-serif;
    color: #000000;
}
.altmenu h6:hover {
    color: red;
}

