html, body {
    height: 100%;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0 auto;
    width: 700px;
    background: #FFF;
    color: #457983;
    cursor: default;
}

#overall {
    height: 100%;
    position: relative;
}

body>#overall {
    height: auto;
    min-height: 100%;
}

#logo {
    background: url("../images/top_bg.jpg") no-repeat;
    height: 105px;
    position: relative;
}

#logo img {
    position: absolute;
    top: 15px;
    right: 0px;
}

#banner {
    width: 550px;
    height: 63px;
    text-align: right;
    font-weight: bold;
    padding: 178px 10px 0 140px;
    font-size: 110%;
}

#clear {
    clear: both;
    height: 5em;
}

#bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 8px 10px;
    background: url("../images/bottom_bg.jpg") no-repeat #BAD1D8;
    text-align: center;
    width: 680px;
}

/* Hauptnavigation Anfang */

#naviMain {
    background: url("../images/nav_bg.jpg") no-repeat;
    margin: 0 0 10px 0;
    padding: 3px 0 0 10px;
    list-style-type: none;
    height: 34px;
}

#naviMain li {
    display: inline;
}

#naviMain li a {
    float: left;
    text-decoration: none;
    font-weight: bold;
    color: #457983;
    padding: 9px 15px 0 15px;
    border-bottom: 4px #FFF solid;
    height: 24px;
}

#naviMain li a.active {
    background: #73B1C5;
    color: #FFF;
    border-bottom: 4px #FFF solid;
}

#naviMain li a:hover, #naviMain li a.active:hover {
    background: #73B1C5;
    color: #FFF;
    border-bottom: 4px #457983 solid;
}
/* Hauptnavigation Ende */

/* Content Bereich Anfang */
#content {
    clear: both;
    float: left;
    width: 475px;
    padding: 0 10px 0 10px;
    line-height: 160%;
    background: url("../images/content_bg.gif") repeat-x;
}

#content.einspaltig {
    width: 700px;
}

.htop {
    margin-top: 0;
}

h1 {
    font-size: 150%;
    margin: 1em 0 0.8em 0;
}

h2 {
    font-size: 135%;
    margin: 0.8em 0 0.6em 0;
}

h3 {
    font-size: 120%;
    margin: 0.6em 0 0.4em 0;
}

h4 {
    font-size: 100%;
    margin: 0.5em 0 0.3em 0;
}

h5 {
    font-size: 100%;
    margin: 0.4em 0 0.2em 0;
}

h6 {
    font-size: 100%;
    margin: 0.3em 0 0.1em 0;
}

p {
    margin: 0.6em 0;
}

a {
    color: #457983;
    text-decoration: underline;
}

a:hover {
    color: #FFF;
    background: #457983;
    text-decoration: underline;
}

hr {
    border: 0;
    background: none;
    height:1px;
    border-top: 1px #457983 solid;
}

/* Content Bereich Ende */

/* Teaser anfang */
#contentRight {
    float: left;
    width: 205px;
}

#contentRight .box {
    background: url("../images/teaser_bottom.jpg") no-repeat 0% 100% #E4ECEE;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
#contentRight .box h3 {
    background: url("../images/teaser_top.jpg") no-repeat;
    padding: 10px 10px 0 10px;
    margin: 0;
}

#contentRight .box p {
    padding: 10px 10px 0 10px;
    margin: 0;
}

#contentRight .box p span {
    display: block;
    padding: 0 0 0 15px;
}

#contentRight .fontsize {
    padding: 0 0 10px 0;
    margin: 0;
}

#contentRight .fontsize a img {
    border: 2px #457983 solid;
    vertical-align: middle;
}

#contentRight .fontsize a:hover img {
    border: 2px #73b1c5 solid;
}

/* Teaser Ende */

.hidden {
    display: none;
}

/* Arbeitsbereiche */

#ab_text {
    float: left;
    width: 50%;
    padding: 1em 0 0 5%; 
    text-align: right;
}

#ab_liste {
    float: left;
    padding: 0; 
    width: 40%;
}

#ab_liste ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#ab_liste ul li a {
    font-weight: bold;
}

/* Sonstiges */
img.img_border {
    border: 4px solid #bad1d7;
    margin: 0 10px;
}

p.team {
    width: 32%;
    float: left;
    text-align: center;
}

p.impress_p {
    width: 49%;
    float: left;
}

h3 {
    clear: both;
}

.anfkarte {
    text-align: center;
}

.anfkarte img {
    border: 1px solid #ffffff;
}

