
body {
    font-family: Verdana, Arial;
    font-size: 0.8em;
    text-align:center;
    margin:0;
    padding:0;
}



a:link, a:active, a:visited { text-decoration : underline; font-weight : bold; color:#e3000f; }
a:hover, a:focus { color : #e3000f; text-decoration : underline; font-weight : bold; background-color : transparent; }

img a {
    border: 0;
}


#wrap {
    width: 100%;
    margin: 50px auto;
    padding: 40px 0 30px;
    text-align:left;
    line-height: 145%;
    border-top: 1px #cfcfcf solid;
    border-bottom: 1px #cfcfcf solid;
}

#site {
    width: 900px;
    margin: 0 auto;
    text-align:left;
    line-height: 145%;
}

#contentleft {
    width: 250px;
    float:left;
}

#contentleft h2 {
    font-size: 100%;
    font-weight: bold;
    color: #5d5d5d;
}

#contentleft .addresshead {
    cursor:pointer;
}

#contentleft .address {
    line-height: 140%;
    display: none;
}

#contentleft ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

#contentleft li {
    font-size: 75%;
    font-weight: normal;
    color: #5d5d5d;
    background-image: url(img/li2.jpg);
    background-position: 1px 5px;
    background-repeat: no-repeat;
    margin:0;
    padding:0 0 0 20px;
}

#contentright {
    width: 650px;
    float:right;
    background-image: url(img/kirsche.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    position: relative;
}

#contentright ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

#contentright li {
    background-image: url(img/li.jpg);
    background-position: 1px 5px;
    background-repeat: no-repeat;
    margin:0;
    padding:0 0 0 20px;
}

#contentright .dev4u {
    position: absolute;
    right: 0;
}

.listleft {
    width: 50%;
    float:left;
}

.listright {
    width: 50%;
    float:left;
}

