html, body {
    margin: 0px;
    padding: 0px;
}

body {
    background-image: url(../images/wohnbau/body-bg.jpg);
    background-repeat: repeat-x;
    background-position: 0px 130px;
    font-size: 11px;
    font-family: Verdana, Sans;
    background-color: white;
    line-height: 140%;
    text-align: center;
    color: #545454;
}

.border {
    margin: auto;
    width: 990px;
    background-image: url(../images/wohnbau/border-bg.jpg);
    background-repeat: repeat-y;
    position: relative;
    border-bottom: 1px solid #f6f6f6;
}

.shadowLeft {
    position: absolute;
    top: 130px;
    left: -27px;
    background-image: url(../images/wohnbau/shadowLeft.jpg);
    height: 561px;
    width: 32px;
}

.shadowRight {
    position: absolute;
    top: 130px;
    right: -27px;
    background-image: url(../images/wohnbau/shadowRight.jpg);
    height: 561px;
    width: 32px;
}

h1, h2, h3 {
    font-family: "dinschrift condensed", Verdana;
    font-weight: bold;
}

a.button {
    background-color: silver;
    padding: 3px;
    -moz-border-radius: 4px;
    border: 1px solid silver;
    color: black;
    border-bottom: 1px solid #777;
    text-decoration: none;
}

.typeface-js {
    font-family: "dinschrift condensed", Verdana;
    font-weight: bold;
}

td {
    vertical-align: top;
}

input.text,
textarea {
    border: 1px solid silver;
    padding: 1px;
    width: 250px;
    font-size: 11px;
}

textarea {
    height: 80px;
}

h3,
h3 a {
    font-size: 17px;
    line-height: 19px;
}

h3 a {
    text-decoration: none;
}

a, a:link {
    color: #bb0015;
}

a.logo,
a.logo:link {
    display: block;
    margin: auto;
    width: 310px;
    height: 107px;
    position: relative;
    top: 15px;
    background-image: url(../images/wohnbau/logo.jpg);
}

.naviSmall {
    text-align: right;
    height: 18px;
    line-height: 18px;
}


.immoDetailHeader h1,
.immoDetailHeader h2,
.immoDetailHeader h3,
.immoDetailHeader table,
.immoDetailHeader {
    color: black;
}


