body{
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto !important;
    height: 100%;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    color: #444;
    background-color: #DBDBDB;
    line-height: 1.5;
}

#seite{
    position: relative;
    margin: 0;
    padding: 0;
    background-image: -webkit-linear-gradient(#6D6D6D 5%, #DBDBDB 100%); 
    background-image: -moz-linear-gradient(#6D6D6D 5%, #DBDBDB 100%); 
    background-image: -o-linear-gradient(#6D6D6D 5%, #DBDBDB 100%); 
    background-image: linear-gradient(#6D6D6D 5%, #DBDBDB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6D6D6D',endColorstr='#DBDBDB');
    min-height: 100%; /* Mindesthöhe auf 100 % (bei modernen Browsern) */
    height: auto !important; /* important Behel (bei modernen Browsern */
    height: 100%; /* IE soll wie gewünscht interpretieren */
    overflow: hidden !important; /* Firefox Scrollleiste */
    background-position: fixed;
}

#main{
    position: relative;
    margin: 2% auto;
    width: 100%;
    max-width: 960px;
    background-color: #FFFFFF;
}

#logo{
    position: relative;
    padding: 2% 8%;
    width: 84%;
    font-size: 300%;
    font-weight: bold;
    color: #000;
}

#logo a{
    border: 0;
    color: #000;
    text-decoration: none;
}

#logo img{
    padding-top: 2%;
    border: 0;
    width: 30%;
    margin: 0 35%;
}

#navigation{
    position: relative;
    margin: 0;
    width: 100%;
    background-color: #6f000d;
    color: #dbc19d;
    float: left;
    font-size: 120%;
}

.mobile-menu{
    display:none;
}

nav{
    position: relative;
    width: 96%;
    margin: 0 auto;
    padding: 0;
    z-index: 5;
    background-color: transparent;
}

ul#menu{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

ul#menu li{
    float: left;
    text-align: center;
    padding: 1% 2.5%;
}

ul#menu a{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

ul#menu li:hover, ul#menu li.aktiv, ul#menu li:hover a, ul#menu li.aktiv a{
    background-color: #dbc19d;
    color: #6f000d;
}

#content{
    float: left;
    width: 90%;
    padding: 5%;
    min-height: 440px;
    background-color: #FFFFFF;
    opacity: .9;
    filter: Alpha(Opacity=90);
    font-size: 133%;
}

#content h1{
    font-size: 190%;
}

#content input[type=text], input[type=password]{
    border: 1px solid #444;
    padding: 2%;
    width: 200px;
}

#content input[type=button], input[type=submit]{
    padding: 2%;
    color: #FFF;
    background-color: #444;
    border: 1px solid #444;
    width: 80px;
}

#content input[type=button]:hover, #content input[type=button].aktiv{
    background-color: #96A929;
/*     color: #444; */
    cursor: pointer;
}

/*#content input[type=button]:hover{
    opacity: 0.7;
}*/

#content img.kurs_img{
    width: 30%;
    float: left;
    margin: 0 3% 2% 0;
}

#content a{
    color: #444; 
    text-decoration: none;
}

#content a:hover{
    text-decoration: underline;
}

@media only screen and (max-width:800px) {
    #main{
        margin: 0;
    }
    
    .mobile-menu{
        position:relative;
        display:block;
        width: 96%;
        padding: 2%;
        text-decoration: none;
        border-top: 1px solid #E2E2E2;
        border-bottom: 1px solid #E2E2E2;
        text-align: center;
        margin: 0;
    }
    
    a.mobile-menu{
        font-weight: normal;
        color: #FFFFFF;
    }
    
    nav{
        margin: 0;
        display:none;
        width: 100%;
        padding: 0%;
        text-decoration: none;
        float: none;
    }
    
    ul#menu{
        display: block;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    
    ul#menu li{
        margin: 0;
        padding: 2%;
        width: 96%;
        height: 28px;
    }
}

@media only screen and (max-width:360px) {
    #content img.kurs_img{
        width: 100%;
    }
}