* {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #F7FFE6;
    font-family: "TimesNewRoman",sans-serif;
}

h1, #h1s {
    position: relative;
    font-size: 45px;
    font-weight: bold;
}

h1 {
    color: #A97F2A;
    margin-left: 40px;
    display: inline-block;
    margin-bottom: 10px;
    z-index: 10;
}

#h1s {
    top: -60px;
    left: 41px;
    color: #000;
}

h1 span, #h1s span {
    font-size: 20px;
}

h2 {
    text-align: center;
    margin-bottom: 10px;
}

hr {
    margin-left: 5px;
    margin-right: 2px;
}

#pageNo {
    margin-left: 5px;
}

#kopf {
    background-image: url(../img/kopf.png);
    background-repeat: no-repeat;
    width: 984px;
    height: 70px;
    margin: auto;
}

#box {
    background-image: url(../img/content.png);
    background-repeat: repeat-y;
    width: 984px;
    min-height: 450px;
    margin: auto;
}

#bildgrp1 {
    width: 165px;
    height: 250px;
    margin-left: 35px;
    float: left;
}

#bildgrp1 img {
    margin-bottom: 40px;
    margin-left: 5px;
}

#adressblock, #adressblocks {
    position: relative;
    font-size: 14px;
    font-weight: bold;
}

#adressblock {
    bottom: 10px;
    color: #FCE6FF;
    margin-bottom: 20px;
    z-index: 10;
}

#adressblocks {
    color: #000;
    top: -150px;
    left: 2px;
    z-index: 5;
}

#mail, #mails {
    font-size: 12px;
    text-decoration: none;
}

#mail {
    color: #FCE6FF;
}

#mails {
    color: #000;
}

#impressum, #impressums {
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

#impressum {
    color: #FCE6FF;
}

#impressums {
    color: #000;
}

#content {
    width: 510px;
    min-height: 495px;
    padding-bottom: 10px;
    margin-left: 35px;
    padding-top: 5px;
    float: left;
}

#noObj {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

#bildgrp2 {
    width: 165px;
    height: 250px;
    margin-left: 38px;
    float: left;
}

#bildgrp2 img {
    margin-bottom: 40px;
}

br {
    clear: both;
}

#fuss {
    background-image: url(../img/fuss.png);
    background-repeat: no-repeat;
    width: 984px;
    height: 96px;
    margin: auto;
    padding-top: 5px;
}

.objektRahmen {
    height: 115px;
    border: 1px solid;
    background-color: #fff;
    width: 480px;
    padding: 10px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.image {
    width: 118px;
    height: 118px;
    float: left;
    margin-right: 15px;
}

.objContent {
    padding-top: 10px;
    font-size: 15px;
}

#copyright {
    position: relative;
    top: -54px;
    font-size: 11px;
    text-align: right;
    padding-right: 15px;
}

#copyright a {
    text-decoration: none;
    color: #000;
}

