/*---BODY---*/

@media(min-width: 820px){
    body{width: 820px}
}
@media(min-width: 1000px){
    body{width: 1000px;}
}
@media(min-width: 1310px){
    body{width: 1310px}
}

body{
    margin: 0 auto;
    height: 100%;
    background-color: #ededed;
}

/*---WRAPER---*/
.wraper{
    margin: 0 auto;
    font-family: sans-serif;
    height: 100%;
}
.body{
    min-height: 1000px;
}

li{
    display: list-item;
    position: relative;
}

/*---HEADER TOP---*/
.header_top{
    height: 55px;
    width: 100%;
    background-color: rgb(222, 218, 218);
    box-shadow: rgba(0, 0, 0, .20) 0 1px 10px 0;
    position: fixed;
    color: black;
    display: inline;
    top: 0px;
    left: 0px;
    z-index: 999;
}
@media screen and (max-width: 600px) {
    .header_top{
        height: 25px;
    }
}
/*
.header_top_icon{
    height: 20px;
}
.header_top_menu img{
    margin: 0;
    height: 25px;
    margin-bottom: 0px;
    padding-right: 5px;
}*/
.header_top p{
    margin: 0;
}

/*---CENTER---*/

.center{
    width: 100%;
    float: right;
    background-color: blanchedalmond;/*F8F0E5 F5F9F1*/
    border-top: 20px blanchedalmond solid;
    display: block;
}

/*---SIDEBAR---*/

.sidebar{
    background-color: blanchedalmond;
    display: block;
    float: left;
    width: 20%;
    height: 100%;
    
}

/*@media(min-width: 820px){
    .sidebar{width: 180px}
}
@media(min-width: 1000px){
    .sidebar{width: 210px;}
}
@media(min-width: 1310px){
    .sidebar{width: 250px}
}*/
/*---CONTENT---*/

.content{
    float: right;
    width: 80%;
    min-height: 100%;
    background-color: white;
}
@media screen and (max-width: 600px) {
    .content p{
        font-size: 12px;
    }
}

.kontakt a{
    text-decoration: none;
    color: black;
}