html, body {
    margin:0;
    padding: 0;
    height: 100%;
}

html>body {
    height: auto;
    min-height: 100%;
}

body {
    padding: 10px;
    background: #FFF;
    color: #000000;
}

a {
    color: #000;
    text-decoration: underline;
}

#headnav {
    display: none;
}

#sidebox_left {
    display: none;
}

#sidebox_right {
    display: none;
}

#header_image {
    display: none;
}

#navigationpath {
    display: none;
}

#printheader {
    padding: 0;
    border-bottom: 4px #000 solid;
}

#printheader img {
    float: left;
    margin-top: 10px;
}

#printheader div {
    float: left;
    padding: 10px;
}

#printheader p {
    clear: both;
    padding: 5px 0;
    margin: 0;
}

/*Bilder rechts oben*/
#signs {
    padding: 10px 0;
    text-align: center;
}

#signs img {
    border: 0;
}

.navimglnk {
    border: 5px #7D9C9E solid;
}

div.teaserstart_a {
    padding: 5px;
}

.teaserstart_c {
    background-position: -9000px -9000px;
    background-repeat: no-repeat;
}

#validation {
    list-style-type: none;
    margin: 0 0 0 0px;
    padding: 0;
}

#validation li {
    margin-right: 8px;
    display: inline;
}

div.mitarbeiter {
    width: 260px;
    height: 140px;
    float: left;
    margin-right: 10px;
}

img.mitarbeiterfoto {
    float: left;
    clear: left;
    margin-right: 10px;
    border: 1px solid #7D9C9E;
}

img.bild {
    border: 1px solid #7D9C9E;
}

span.fett {
    font-weight: bold;
}

span.wichtig {
    font-weight: bold;
    color: red;
}


img.foto3px {
    border: 4px #7D9C9E solid;
}


/* weblinks */
ul.weblinks {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.weblinks li {
    font-weight: bold;
}

ul.weblinks ul {
    margin: 0;
    padding: 10px 30px;
    list-style-image: url("../images/list_dot.gif");
}

ul.weblinks ul li {
    font-weight: normal;
}

/* Bildergalerie */
.imagebox {
    float: left;
    width: 180px;
    text-align: center;
    margin-bottom: 30px;
}

/* Rundgang */
.rundgang_navi {
    clear: both;
    border-top: 1px #888 dotted;
    margin-top: 10px;
}

.rundgang_navi a {
    float: left;
    width: 90px;
    border: 4px #7D9C9E solid;
    text-align: center;
    color: #8F2434;
    padding: 65px 0 5px 0;
    margin: 5px 5px 0px 5px;
    height: 3em;
    background-position: 50% 0;
    background-repeat: no-repeat;
    font-size: 10pt;
}

.rundgang_navi a.selected {
    border: 4px #B3245E solid;
}

.rundgang_thumblist {
    clear: both;
    margin: 5px 0 10px 0;
    padding: 5px 0;
    text-align: center;
    border-width: 1px 0 1px 0;
    border-color: #888;
    border-style: dotted;
}

.rundgang_thumblist .prevlink {
    float: left;
    width: 15px;
    height: 60px;
    border: 4px #FFF solid;
    background: url("../images/rundgang_prev.gif") no-repeat;
    /*border: 4px #fff solid;*/
}

.rundgang_thumblist .nextlink {
    float: right;
    width: 15px;
    height: 60px;
    border: 4px #FFF solid;
    background: url("../images/rundgang_next.gif") no-repeat;
    /*border: 4px #fff solid;*/
}

.rundgang_thumblist a img {
    border: 4px #FFF solid;
    vertical-align: middle;
}

.rundgang_thumblist a img.selected {
    border: 4px #B3245E solid;
}

.rundgang_details {
    text-align: center;
}

.rundgang_details img {
    border: 0;
}

/* News */
.newslist {
    margin-top: 10px;
    border-top: 1px #888 dotted;
}

/* Sonstiges */
.dotted {
    clear: both;
    border-bottom: 1px #888 dotted;
}

.p2top {
    clear: both;
    border-bottom: 1px #888 dotted;
    text-align: right;
}

.link2top {
    display: none;
}

.link2print {
    border-top: 4px #000 solid;
    clear: both;
    margin: 0;
    padding: 5px 0 0 0;
}

.sites {
    padding-top: 10px;
}