body {
    height: 1200px;
    width: 955px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

a.hlink_1:visited {
    color: rgb(204, 0, 0);
}

a.hlink_1:hover {
    color: rgb(0, 0, 0);
}

a.hlink_1:active {
    color: rgb(204, 0, 0);
}

a {
    
}




a:link {
    color: rgb(17, 7, 98);
}

a:visited {
    color: rgb(17, 7, 98);
}

a:hover {
    color: rgb(255, 105, 180);
}

#menu_eng li a:link {
    color: rgb(0, 0, 0);
}

#menu_eng li a:visited {
    color: rgb(0, 0, 0);
}

#menu_eng li a:hover {
    color: rgb(255, 105, 180);
}

#menu_eng li a {
    text-decoration: none;
}

#contact_eng a:link {
    color: rgb(0, 0, 0);
}

#contact_eng a:visited {
    color: rgb(0, 0, 0);
}

#contact_eng a:hover {
    color: rgb(255, 105, 180);
}

#contact_eng a {
    text-decoration: none;
}


#sidebar {
    position: absolute;
    width: 229px;
    height: 1200px;
}

#sidebar p {
    text-align: center;
    font-size: 90%;
    padding-bottom: 15px;
    margin-top: -5px;
}

#sidebar ul {
    padding-left: 0px;
    margin-top: 40px;
    margin-left:5px;
    text-align: center;
    list-style: none;
}

#sidebar li {
    font-family: Tahoma, Geneva, sans-serif;
    padding-bottom: 14px;
    font-size: 130%;
}

#greybox {
    position: absolute;
    width: 229px;
    height: 1200px;
}

#language {
    position: relative;
    left: 56px;
}

#menu_eng {
    position: relative;
    margin-top: -10px;
    width: 200px;
    padding-left: 10px;
}

#menu_eng2 ul {
    list-style: none;
    
    padding-left: 0px;
    
}

#minimenu {}

#submenu {
    position: absolute;
    
    left: 0px;
    top: 110px;
    display: none;
    list-style: none;
    width: 200px;
    background-color: grey;
    z-index: 1;
}

#submenu ul {
    list-style: none;
    
}

#submenu li {
    font-size: 150%;
 
}

#submenu a {
    
    text-decoration: none;
}


#menubutton {
    width: 50px;
    height: 30px;
}

#menubutton p {
    padding: 0px 0px 0px 6px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: rgb(255, 182, 193);
}

#contact_eng {
    padding-top: 100px;
    position: relative;
    margin-top: -25px;
}

#contact_eng p {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 120%;
}

#logo {
    position: relative;
    width: 150px;
    margin: 14px 10px 0px 38px;
}

#wrapper {
    position: relative;
    height: 1000px;
    top: 0px;
    left: 229px;
    margin-left: 35px;
    width: 673px;
    
}

#background {
    position: absolute;
    margin-left: 230px;
    height: 1200px;
    width: 750px;
    display: block;
    overflow: hidden;
}

#background img {
    height: 988px;
    opacity: 0.05;
}

#toplogo img {
    margin-top: 14px;
    margin-left: 1px;
}

#toplogo2 img {
    margin-top: 2px;
    width: 25%;
}

#toplogo2 h2 p h3 {
    font-family: Tahoma, Geneva, sans-serif;
}

#toplogo2 p {
    margin-bottom: -18px;
}

#toplogo2 h2 {
    margin-top: 1px;
    margin-bottom: -20px;
}

#toplogo h2 {
    margin-top: 1px;
    margin-bottom: -5px;
}

#toplogo p {
    margin-bottom: -35px;
}

.break {
    clear: both;
}

#smalltitle {
    display: none;
}

.content {
    display: block;
    text-align: justify;
    
}
.content p {
    font-size:105%;
    
}


.menu2 {
    font-size: 1.2em;
}

#jvuk {
    
    font-size: 85%;
    position: relative;
    float:right;
    top:400px;
    
}

#langchoice {
    
    padding-top: 10px;
    
}

.english {
    height:11px;
}

.deutsch {
   height:11px;
}

@media (max-width: 600px) {
    #sidebar {
        display: none;
    }
    #wrapper {
        width: 275px;
        left: 0px;
    }
    #toplogo {
        display: none;
    }
    #smalltitle {
        display: block;
    }
    .content {
        max-height: 100%;
        display: block;
        padding: 1px;
        float: left;
    }
    #background {
        margin-left: 0px;
        height: 1200px;
        max-width: 100%;
        display: block;
        overflow: hidden;
        z-index: -1;
    }
    
    .content {
   
    text-align: left;
    }
    
    #jvuk {
    
    font-size: 75%;
    position: relative;
    float:left;
    top:100px;
    
}
    
    .english {
    height:12px;
}

.deutsch {
    height:12px;
}
}