.level1{
    /*font-weight: bold;*/
}

.level2{
    margin-left: 15px;
    list-style-position: outside;
    list-style-image: url('https://freudenspiel.com/themes/zola/img/aufzahlungszeichen2.png');
}

.level2:hover{
    list-style-image: url('https://freudenspiel.com/themes/zola/img/aufzahlungszeichen.png');
}

#main{
    border: 0px solid black;
    width: 1000px;
    margin: auto;
}

#header{
    border: 0px solid blue;
    width: 1000px;
    height: 500px;

}

#menue{

    float: left;
    width: 190px;
    margin-top: 60px ;
    padding-right: 30px;
}

.firstItem{
    border-top: 1px solid #dadadb;
}

.menue_item{
    padding: 10px 0px 10px 20px !important;
    float: left;
    border-bottom: 1px solid #dadadb;
    width: 190px;
    margin-left: 0px;
}


.menue_item:hover a{
    color: #39c3a4;
}

.menue_item.nav-selected.nav-path-selected a{
    color: #39c3a4;
}

.level2.nav-selected.nav-path-selected{
    color: #39c3a4;
    list-style-image: url('https://freudenspiel.com/themes/zola/img/aufzahlungszeichen.png');
}

.navbar-inner li:hover a{
    color: #39c3a4;
}

.nav-selected nav-path-selected a{
    color: #39c3a4;
}

.menue_title{
    text-transform: capitalize;
    font-weight: bold;
    padding: 10px 0px 10px 20px;
}

.navbar-inner li {

}

.aktiv_menue{
    color: #39c3a4;
}

#content{
    float: left;
    border: 0px solid green;
    width: 570px;
    margin: 60px 25px 0px 25px;
}

#sidbar{
    float: left;
    border: 0px solid gold;
    width: 160px;
    margin-top: 60px;
    border-top: 1px solid #dadadb ;
}

#sidbar div.sidbar_box{
    width: 140px;
    padding: 10px;
    border-bottom: 1px solid #dadadb ;
    text-align: center;
}


#footer{
    border: 0px solid brown;
    margin-top: 50px;
    width: 1000px;
    height: 125px;
}

#footer_links{
    line-height: 30px;
    padding: 0px 20px 5px 20px;
    background-position: bottom;
    background-image: url("https://freudenspiel.com/themes/zola/../img/border_bottom.png");
    background-repeat: repeat-x;
}

#footer_adr{
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #f4f3f3;

}

div.clear{
    clear:both;
    line-height:0px;
    height:0px;
}

body {
    font-size: 12px;
    font-family: Verdana;
    color: #616265;
}



ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

a:link, a:active, a:visited {
    color: #616265;
    cursor: pointer;
    text-decoration: none;
}

h1{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}


#footer_rechte_links div{
    float: left;
}

#miniSurveyView893 td{
    border: 1px solid #dadadb;
}

.help_info.icon{
   margin-left: 10px !important;
}

#socialshareprivacy{
    margin-left: 15px;
}