h1 {
    position: absolute;
    top: 30px;
    left: 15px;
    width: 255px;
    z-index: 10;
}

h1 .highlighted {
    font-weight: bold;
}

h1 .lowlighted {
    font-size: 20px;
}

h1#regionalLandingPageResultHeadline {
    color: #303030;
    font-size: 15px;
    top: 0;
    left: 40px;
}

#registerFormArea {
    position: absolute;
    left: 15px;
    z-index: 10;
}

#registerInfoArea.withSingles {
    background-color: #F8E2BB;
    background-repeat: repeat-x;
    position: relative;
    height: auto;
}

#registerInfoArea.withSingles #registerInfoAreaLeft {
    height: 100%;
}

#registerInfoArea.withSingles #registerInfoAreaRight {
    height: 100%;
}

#registerInfoHeadline {
    width: 390px;
}

#registerInfoHeadline h3 {
    font-size: 20px;
}

#registerInfoBlock4 {
    width: 810px;
}

#registerInfoBlock4 h3 {
    font-size: 18px;
}

#regionlLandingPageCityArea {
    padding: 10px 0 20px 0;
    margin: 0 20px;
}

#regionlLandingPageCityArea h3 {
    color: #585858;
    font-family: georgia, serif;
    font-size: 15px;
    font-weight: normal;
    margin: 18px 0 5px;
    padding: 0;
}

#regionlLandingPageProfilesArea {
    margin-top: 20px;
}

.regionlLandingPageRegion {
    width: 140px;
    float: left;
}

.regionlLandingPageRegionList {
    width: 850px;
}

.regionlLandingPageRegionList h3 {
    font-size: 18px;
}



