@charset "UTF-8";
@import url(reset.css);
body {
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
    line-height: 1.48;
    background: white;
    overflow-y: scroll;
}

.clearing {
    clear: both;
}


/*TopMenue*/

#top {
    width: 100%;
}

#top_wrapper {
    position: relative;
    top: 10px;
    margin: 0 auto;
    width: 900px;
    height: 25px;
    border-bottom: 1px solid #e2e1dd;
}

#company {
    float: left;
    width: 450px;
    text-align: left;
}

#user1 {
    display: none;
    float: right;
    width: 450px;
    text-align: right;
}


/*Header und Navigation*/

#headermessage {
    display: none;
    position: relative;
    top: 140px;
    left: -10px;
    z-index: 2;
    margin: 0 auto;
    width: 900px;
    text-align: right;
}

#header {
    position: relative;
    top: 115px;
    z-index: 1;
    width: 100%;
    min-width: 1000px;
    height: 140px;
    background-image: url(../images/headerbg.jpg);
    background-repeat: repeat-x;
}

#header_wrapper {
    margin: 0 auto;
    width: 880px;
    padding: 0 10px 0 10px;
}

#logo {
    float: left;
    width: 384px;
    padding: -1px 0 0 0;
}

#wayfinder {
    display: none;
    float: right;
    width: 496px;
}

#wayfinder ul {
    display: none;
    position: relative;
    top: -6px;
    left: 46px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1pt;
    text-align: center;
    text-shadow: 0px -1px 0px #222;
    font-weight: bold;
}

#wayfinder ul li,
#wayfinder ul li a {
    list-style-type: none;
    display: inline-block;
    color: white;
    text-decoration: none;
    width: 105px;
    height: 35px;
    padding: 40px 0 0 0;
}

#wayfinder ul li a:hover {
    background-color: white;
    background-image: url(../images/wayfinderbg.png);
    background-repeat: repeat-x;
    color: #747679;
    text-shadow: 0px -1px 0px #eee;
}

#wayfinder ul li a:active {}

#wayfinder ul li a.active {}


/*Intropage*/

#intropage {
    position: relative;
    top: 50px;
    width: 750px;
    border-left: 1px solid #e2e1dd;
    border-right: 1px solid #e2e1dd;
    padding: 4px 4px 4px 10px;
}


/*Contentbereich*/

#content_wrapper {
    position: relative;
    top: 85px;
    margin: 0 auto;
    z-index: 3;
    width: 900px;
}

.border {
    padding: 0 0 9px 0;
}

#content {
    width: 880px;
    margin: 0 auto;
    background-color: transparent;
    padding-bottom: 50px;
}

#content .left {
    position: relative;
    top: 50px;
    width: 220px;
    padding: 0 0 0 20px;
    text-align: right;
}

#content .right {
    position: relative;
    top: 50px;
    width: 600px;
    padding: 25px 20px 75px 30px;
    text-align: left;
}

#content img {
    padding: 0 8px 0 0;
}


/*Footer*/

#footer {
    position: relative;
    top: 200px;
    width: 100%;
    margin: 0 auto;
}

#footer_wrapper {
    margin: 0 auto;
    width: 900px;
    height: 25px;
}


/*Typographie*/

a {
    color: #0F288D;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#user1 a {
    color: #747679;
    text-decoration: none;
}

#user1 a:hover {
    text-decoration: underline;
}

#company a {
    color: #0F288D;
    text-decoration: none;
}

#footer a {
    color: #747679;
    text-decoration: none;
}

p {
    font-size: 12px;
    color: #747679;
}

p,
ul {
    font-size: 12px;
    color: #747679;
}

#content .dataprotection {
    list-style: circle;
    margin-left: 50px;
}

#top p {
    font-size: 9px;
    color: #747679;
    text-transform: uppercase;
    letter-spacing: 1pt;
    padding: 8px 10px 0px 10px;
}

#intropage p {
    font-size: 16px;
    color: #747679;
    text-align: left;
}

#footer p {
    text-align: left;
    font-size: 9px;
    color: #747679;
    text-transform: uppercase;
    padding: 0 0 10px 10px;
    letter-spacing: 1pt;
    line-height: 1.7;
}

h1 {
    color: #747679;
    font-size: 18px;
    display: block;
}

h2 {
    font-family: ;
    font-size: 16px;
    color: #0F288D;
    font-weight: bold;
}

#headermessage h2 {
    font-size: 12px;
    color: #747679;
    text-transform: uppercase;
    letter-spacing: 1pt;
    font-weight: normal;
}

dl {
    font-size: 11px;
}

dt {
    color: #747679;
    text-transform: uppercase;
    padding: 0 0 5px 0;
}

dd {
    color: #747679;
    padding: 0 0 10px 0;
}

strong {
    font-weight: bold;
}

.blue {
    color: #0F288D;
    font-weight: bold;
}

.darkgrey {
    color: #4d4f53;
    font-weight: bold;
}

.block {
    background-color: #f2f2f2;
    display: inline;
    padding: 0 5px 0 5px;
}

.small {
    font-size: 11px;
}