/*
-*- css -*-
 */

html, body, * {
    margin: 0px;
    padding: 0px;
}
html, body {
    height: 100%;
}
body {
    font: 12px/18px Verdana, Helvetica, sans-serif;
    color: #333333;
    background: url(../images/body_bg.png) 0 0 repeat-x;
    background-color: #505a59;

    overflow-x: hidden;
    overflow: -moz-scrollbars-vertical;
}	
#wrapper {
    position: relative;
    margin: 0 auto;
    width: 890px;
}
#head {
    width: 890px;
    height: 129px;
    background: url(../images/header.png) 0 0 no-repeat;
}
#subnav {
    height: 36px;
    padding: 0px 0px 0px 742px;
}
#subnav li {
    list-style: none;
    float: left;
}
#subnav a {
    height: 36px;
    display: block;
    outline: none;
    text-indent:-5000px;
}
.home a {
    width: 58px;
    background: url(../images/nav_home.png) 0 0 no-repeat;
}
.home a:active, .home a:hover, .home_current a {
    width: 58px;
    background: url(../images/nav_home.png) 0 -36px no-repeat;
}
.impressum a {
    width: 90px;
    background: url(../images/nav_impressum.png) 0 0 no-repeat;
}
.impressum a:active, .impressum a:hover, .impressum_current a {
    width: 90px;
    background: url(../images/nav_impressum.png) 0 -36px no-repeat;
}

#nav {
    width: 890px;
}
#navi {
    width: 280px;
    height: 150px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    margin-bottom: 15px;
    background-color: #e2e4e3;
}
#navigation {
    width: 280px;
    float: left;
}
#navigation li {
    list-style: none;
    padding: 10px 20px 0px 40px;
    height: 15px;
}
#about {
    height: 40px;
    border-bottom: 1px solid #FFF;
    margin-bottom: 15px;
}
#about a {
    padding: 10px 20px 0px 20px;
    height: 30px;
    display: block;
    width: 240px;
    text-indent: 20px;
    font-family: Trebuchet MS, Arial, Helvetica;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    background-color: #EEEEEE;
}
#navigation a {
    display: block;
    outline: none;
    text-indent: 20px;
    font-family: Trebuchet MS, Arial, Helvetica;
    text-decoration: none;
    font-size: 12px;
    padding-left: 0px;
}
.misc a {
    font-style: italic;
    font-family: Trebuchet MS, Arial, Helvetica;
}
#content {
    background: url(../images/content_bg.png) 0 0 repeat-y;
    width: 890px;
}
#left {
    width: 281px;
    float: left;
}
#left a:active, #left a:hover {
    text-decoration: none;
    color: #111;
}
#navigation a:active, #navigation a:hover, #navigation a.current {
    color: #EEE;
    background-color: #284D71;
    font-weight: bold;
}
#about a:active, #about a:hover, #about a.current {
    color: #EEE;
    background-color: #284D71;
}
a.regionlink {
    text-decoration: none;
}


#right {
    float: left;
    width: 507px;
    padding: 35px 20px 20px 52px;
}
#right a, #left a {
    color: #345;
}
#right a:hover, #right a:active {
    text-decoration: none;
    color: #333;
}
#right a img {
    border: 1px solid #345;
    margin: 7px 0px;
}
#right a:hover img {
    border: 1px solid #EEE;
    margin: 7px 0px;
}
.address {
    background: url(../images/address.png) 0 0 no-repeat;
    width: 243px;
    height: 108px;
    padding: 20px 0 20px 38px;
}
.contact {
    background: url(../images/contact.png) 0 0 no-repeat;
    width: 243px;
    height: 78px;
    padding: 20px 0 20px 38px;
}
.clear {
    float: none;
    clear: both;
}
#footer {
    height: 30px;
    width: 890px;
    background: url(../images/footer.png) 0 0 no-repeat;
    padding-top: 14px;
    padding-bottom: 0px;
}
#footer p {
    text-align: center;
}
#footer a {
    color: #666;
    text-decoration: none;
    font: 11px/18px Arial, Helvetica, sans-serif;
    padding: 0 3px;
}
#footer a:hover, #footer a:active {
    text-decoration: underline;
    color: #993333;
}
p {
    padding-bottom: 10px;
    text-align: justify;
    
}
p.leadin {
    font: 16px/20px Arial, Helvetica, sans-serif;
}
.highlighted {
    color: black;
    font: 16px/20px Trebuchet MS, Arial, Helvetica;
    text-align: left;
}
.line {
    background: url(../images/line.png) 0 0 no-repeat;
    width: 488px;
    height: 17px;
    padding-bottom: 10px;
}
.red {
    color: #993333;
}
h1 {
    font: 20px Trebuchet MS, Arial, Helvetica;
    color: #345;
    font-weight: normal;
    margin-bottom: 10px;
}
h2 {
    font: 16px/18px Trebuchet MS, Arial, Helvetica;
    color: #000033;
    padding: 15px 0px;
}
h3 {
    font: 16px Trebuchet MS, Arial, Helvetica;
    color: #345;
    font-weight: normal;
    margin: 0px 0px 4px 38px;
}
h4 {
    font: 16px Trebuchet MS, Arial, Helvetica;
    color: #345;
    font-weight: normal;
    margin-top: 15px;
}
#right ul {
    padding: 0 0 12px 40px;
}
#right li {
    list-style: url(../images/liststyle-blue.gif);
    padding-bottom: 3px;
}
.floatimg {
    float: left;
    padding: 0 15px 15px 0;
}

