@font-face { 
    font-family: Bezeichnung; 
    src: url('../lib/arialmt.ttf'); 
    font-style: normal; 
} 


body {
    background-color: #fff;
    color: #555759;
    font-size: 11.5px;
    font-family: Bezeichnung, Arial, Courier, sans-serif;
    font-weight: bold;
}


#content_wrapper {
    background-color: #fff;
    
    width: 800px;
    
    margin: 0 auto;
}

#image_wrapper {
    
    margin: 88px auto 351px auto;
}

#image_wrapper img {
    width: 514px;
    height: 277px;
}

#navigation {
   margin: 0px 0px 1px 0px;
   padding: 0px 0px 0px 0px; 
   list-style: none;
}

#navigation li {
    display: inline;
    padding-right: 1px;
    padding-left: 1px;
}

#navigation li:last-child {
    border-right: 0px;    
    
}

#navigation a {
    color: #555759;
    font-weight: bold;    
    text-decoration: underline;
}

#adresse {
    margin: 0px 0px 24px 0px;
    padding: 0px 0px 0px 0px; 
    list-style: none;
    font-weight: bold;    
    
}

#adresse li { 
    display: inline;
//    border-right: 2px solid #555759;
    padding-right: 1px;
    padding-left: 1px;
}

#adresse li:last-child {
    border-right: 0px;
}