h1{
    font-size: 2em;
}
#wrap{
    width: 735px;
    height: 294px;
    margin: 100px auto;
}
#wrap div{
    float: left;
    height: 294px;
    background-color: #EFEFEF;
    border-bottom: 2px solid #4B4B4B;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

.kasten_eins{
    width: 423px;
    margin-right: 10px;
    padding-left: 30px;
}
.kasten_eins p{
    font-family: "Helvetica Neue", Verdana, sans-serif;
    font-size: 1.3em;
    letter-spacing: 2px;
    color: #7A7A7A;
}
.kasten_zwei{
    width: 128px;
    margin-right: 10px;
}
.kasten_drei{
    width: 128px;   
}
.initalien {
    background: url(images/Initialien.png);
    width: 75px;
    height: 57px;
    margin-right: 15px;
    margin-top: 30px;
    float:right;
}

.adresse {
    float: left;
    margin-top: 116px;
    margin-left: 0px;
    height: 135px;
}

.li_link, .xi_link {
    height: 294px;
    width: 128px;
    float: left;
}
.li_link:hover{
    background-color: green;
    opacity: 0.4;
}
.xi_link:hover{
    background-color: #0077B4;
    opacity: 0.4;
}
.li_pic{
    background: url(images/Li.png);
    height: 53px;
    width: 39px;
    margin-top: 200px;
    margin-left: 42px;
    float: left;
}
.xi_pic{
     background: url(images/Xi.png);
    height: 53px;
    width: 51px;
    float: left;
    margin-top: 200px;
    margin-left: 38px;
}
