/* --------------------- COMMON --------------------- */

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

body {
        font-family: Arial, Helvetica, sans-serif;
        background-image: url(../images/body_background.gif);
        background-repeat: no-repeat;
        background-position: center;
        background-position: top;
}

.clear:after {
        content:".";
        display:block;
        height:0;
        clear:both;
        visibility:hidden;
}

.clear {
        display:inline-block;
}

.clear {
        display:block;
}

.Wrapper {
        width: 800px;
        margin: 0 auto;
}

/* --------------------- HEADER --------------------- */

.Header {
        width: 800px;
        height: 111px;
}

.Logo {
        position: absolute;
        margin: 26px 0 0 17px;
}

.Logo a {
        font-size: 24px;
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
}

.Logo span {
        display: block;
        font-size: 12px;
        font-weight: bold;
        color: #ffffff;
        margin: 0 0 0 2px;
}

.HeaderLink {
        position: absolute;
        margin: 74px 0 0 626px;
}

.HeaderLink span {
        margin: 0 6px 0 0;
}

.HeaderLink a {
        font-size: 11px;
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
}

.HeaderLink a:hover {
        text-decoration: underline;
}

/* --------------------- CONTENT --------------------- */

.ContentWrapper {
        width: 800px;
}

.TopNavi {
        width: 788px;
        height: 43px;
        margin: 21px 0 0 -18px;
}

.TopNavi a {
        font-size: 16px;
        font-weight: bold;
        color: #484848;
        text-decoration: none;
}

.TopNavi a:hover {
        text-decoration: underline;
}

.TopNavi span {
        margin: 0 0 0 30px;
}

.TopNavi span img {
        position: relative;
        top: -2px;
        padding: 0 6px 0 0;
}

.MainContent {
        width: 800px;
        padding: 20px 0 0 0;
}

.MainContentBox {
        padding: 10px 0 0 0;
}

.TopRail {
        width: 800px;
        height: 25px;
        background-image: url(../images/top_rail_background.gif);
        background-repeat: no-repeat;
}

.TopRailLeft {
        float: left;
        font-size: 11px;
        color: #484848;
        font-weight: bold;
        padding: 5px 0 0 21px;
}

.TopRailRight {
        float: right;
        font-size: 11px;
        color: #484848;
        font-weight: bold;
        padding: 5px 10px 0 0;
}

.ContentLeft {
        float: left;
        width: 195px;
}

.ContentCenter {
        float: left;
        width: 319px;
}

.ContentCenterPage {
        float: left;
        width: 605px;
}

.ContentRight {
        float: left;
        width: 286px;
}

.NavigationBox {
        width: 180px;
}

.NavigationTitleVersicherungen {
        background-image: url(../images/navi_versicherungen.gif);
        background-repeat: no-repeat;
        width: 180px;
        height: 30px;
}

.NavigationTitleVorsorge {
        background-image: url(../images/navi_vorsorge.gif);
        background-repeat: no-repeat;
        width: 180px;
        height: 30px;
}

.NavigationTitleFinanzen {
        background-image: url(../images/navi_finanzen.gif);
        background-repeat: no-repeat;
        width: 180px;
        height: 30px;
}

.NavigationBox a {
        font-size: 11px;
        color: #35852f;
        font-weight: bold;
        text-decoration: none;
        display: block;
        border-bottom: 1px solid #f0f0f0;
        background-image: url(../images/arrow_navigation.gif);
        background-repeat: no-repeat;
        background-position: left;
        padding: 4px 0 4px 30px;
}

.NavigationBox a:hover {
        text-decoration: underline;
}

a.last {
        border-bottom: none;
}

.ContentBox1 {
        margin: 0 0 10px 0;
}

.ContentBoxRed {
        width: 308px;
        background-color: #35852f;
        font-size: 11px;
        font-weight: bold;
        color: #ffffff;
        height: 23px;
        padding: 7px 0 0 11px;
}

.ContentBoxRedPage {
        background-color: #35852f;
        font-size: 11px;
        font-weight: bold;
        color: #ffffff;
        height: 23px;
        padding: 7px 0 0 11px;
}

.ContentBoxGrey {
        width: 308px;
        background-color: #e7e7e7;
        font-size: 11px;
        font-weight: bold;
        color: #484848;
        height: 23px;
        padding: 7px 0 0 11px;
}

.ContentBoxImg {
        border: 1px solid #e7e7e7;
        border-top: none;
        border-bottom: none;
}

.ContentBox {
        border: 1px solid #e7e7e7;
        border-top: none;
        font-size: 11px;
        color: #666666;
        line-height: 18px;
        padding: 15px;
}

.ContentBox a {
        font-size: 11px;
        color: #35852f;
        font-weight: bold;
        text-decoration: none;
}

.ContentBox a:hover {
        text-decoration: underline;
}

.ContentBoxRight {
         width: 271px;
        float: right;
}

.ContentBoxRightBox {
        border: 1px solid #e7e7e7;
        padding: 10px 10px 10px 10px;
        margin: 0 0 10px 0;
}

.ContentBoxRightTeaser {
        font-size: 10px;
        color: #6a6a6a;
        padding: 10px 0 0 60px;
}

.ContentBoxRightTeaser a {
        font-size: 12px;
        color: #35852f;
        display: block;
        font-weight: bold;
        text-decoration: none;
}

.ContentBoxRightTeaser a:hover {
        text-decoration: underline;
}

.ContentBoxRightText {
        font-size: 11px;
        color: #7c7e80;
        line-height: 16px;
        display: block;
        margin: 5px 0 0 0;
}

.ContentBoxRightText a {
        font-size: 11px;
        color: #35852f;
        line-height: 16px;
        font-weight: bold;
        text-decoration: none;
}

.ContentBoxRightText a:hover {
        text-decoration: underline;
}

.Frame {
        text-align: center;
}

.InfoText span {
        margin: 0 0 15px 0;
        display: block;
}

.InfoText span b a {
        color: #35852f;
        display: block;
}

.InfoText span b a:hover {
        color: #35852f;
}

/* --------------------- FOOTER --------------------- */

.FooterWrapper {
        height: 120px;
        background-image: url(../images/footer_background.gif);
        background-repeat: repeat-x;
}

.FooterBox {
        width: 800px;
        margin: 0 auto;
        padding: 30px 0 0 0;
        font-size: 11px;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
}

.FooterBox a {
        font-size: 11px;
        color: #98dc94;
        font-weight: normal;
        text-decoration: none;
        line-height: 20px;
        margin: 0 5px 0 0;
        display: inline-block;
}

.FooterBox a:hover {
        text-decoration: underline;
}

.nospace {
        margin: 0 0 0 0!important;
}