#inhalt {
position: absolute;
top: 140px;
    width: 100%;
    border-top : solid 2px #C0C0C0;
    height: 470px;
background-color: #808080;
}

#adres-box {
position: absolute;
top: 0px;
left: 0px;
    width: 410px;
    border-right: solid 5px #FF7F00;
    background-color: #808080;
    height: 470px;
}
#adres-box h1 {
    color: #C0C0C0;
    padding: 10px;
}
#adres-box p {
    padding: 0px 10px 5px 10px;
    color: white;
    font-size: 16px;
    font-family: Verdana;
    line-height: 2;
}
#adres-box {
    overflow: hidden;
}
#map-box {
position: absolute;
top: 0px;
left: 414px;
width: 700px;
    height: 470px;
    z-index: 100;
}
#logolar-box h1 {
margin-left: 10px;
margin-bottom:5px;
margin-top:5px;
text-align: left;
color: #C0C0C0;
    font-size: 16px;
}
#logolar-box {
    position: absolute;
    left: 0px;
    top: 350px;
    width: 100%;
    height: 115px;
    border-top : solid 2px black;
    text-align: center;
}
#logolar-box ul {
width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
#logolar-box ul li {
    display: inline-block;
    padding-left: 5px;

}