/* --------------------------------------------------
        central elements
-------------------------------------------------- */

html,body {
        height: 100%;
        background-color: #faf1e1
}

body {
        margin: 0;
        padding: 0;
        text-align: left;
}

body,input,textarea,select,p,div.paragraph,a {
        font: 11px Arial, sans-serif;
        color: #666;
}

input,textarea {
        border: 1px solid #ccc;
}

a:focus {
        outline: none;
}

h1,h2,h3,h4,h5,h6,p,div.paragraph {
        margin: 0;
        padding: 0;
        font-family: Arial, sans-serif;
        font-weight: normal;
        color: #000;
}
h1-blue {
        font: 11px Arial, sans-serif;
        margin: 0;
        padding: 0;
        font-family: Arial, sans-serif;
        font-weight: normal;
        color: red;
}


img {
        border: none;
}

table, fieldset {
        margin: 0;
        padding: 0;
        border: none;
}

div.top-bar {
        display: block;
        width: 800px;
        height: 7px;
        background: url( "Images/Branding/top-bar.gif" ) top left repeat-x ;
}

.body-container, .footer {
        width: 800px;
}

.clear {
        position: static;
        clear: both;
        display: block;
        float: none;
}

/* --------------------------------------------------
        site navigation
-------------------------------------------------- */

.head-sitenav {
        position: absolute;
        top: 21px;
        right: 0;
        display: block;
        float: right;
}

.head-sitenav .AspNet-Menu-Vertical {
        float: left;
}

.head-sitenav ul {
        display: block;
        float: left;
        clear: none;
        list-style: none;
        margin: 0px;
        padding: 0px;
}

.head-sitenav li {
        display: block;
        float: left;
        line-height: 12px;
        padding: 0 10px;
        color: #000;
        border-right: 1px solid #ccc;
}

.head-sitenav .first {
        padding-left: 0;
}

.head-sitenav .last {
        border-right: none;
}

.head-sitenav .AspNet-Menu-Selected {
        font-weight: bold;
        color: #000;
}

.head-sitenav a {
        text-decoration: none;
        color: #999;
}

.head-sitenav a:hover {
        color: #000;
}



.head-sitenav .daf-language .first {
        padding-left: 5px;
        border-right: none;
        padding-right: 6px;
        border-left: 1px solid #ccc;
        background: url( "Images/Icons/forward-slash.gif" ) right center no-repeat;
}

.head-sitenav .daf-language .last {
        padding-left: 3px;
}


/* --------------------------------------------------
         standard elements
-------------------------------------------------- */



.body-container {
        position: relative;
/*        min-height: 100%; /* footer stick */
        height: auto;
        margin: 0 auto;
        margin-top: -7px;
        text-align: left;
}

.body-heading {
        position: static;
        padding: 17px 15px 24px 0px;
        border-top: 7px solid transparent;
        background: url( "Images/Branding/nav-shade.gif" ) bottom right repeat-x;
}

.body-heading h1 {
        display: block;
        position: absolute;
        float: left;
        width: 400px;
        font-size: 19px;
        font-weight: normal;
        top: 21px;
        color: #333;
}

.body-heading .logo {
        display: block;
        position: static;
        height: 43px;
        width: 94px;
        top: 21px;
        text-decoration: none;
        background: url( "Images/Branding/logo.gif" ) top left no-repeat;
}

.body-heading .logo img {
        display: none;
}

.mainnav {
        float: left;
        clear: both;
        margin: 0;
        padding: 0;
        margin-left: 100px;
}

.AspNet-Menu-Horizontal .AspNet-Menu {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
}

.AspNet-Menu-Horizontal .AspNet-Menu li {
        display: block;
        float: left;
        clear: none;
        margin: 0;
        padding: 0;
        font-size: 10px;
        font-weight: bold;
        color: #999;
        text-transform: uppercase;
        margin-right: 29px;
        padding-left: 14px;
        background: url("Images/Branding/nav-arrow.gif") left 2px no-repeat;
}

.AspNet-Menu-Horizontal .AspNet-Menu .last {
        margin-right: 0;
}

.AspNet-Menu-Horizontal .AspNet-Menu li a {
        font-size: 12px;
        font-weight: bold;
        color: #6c6c6c;
        text-decoration: none;
}

.AspNet-Menu-Horizontal .AspNet-Menu .AspNet-Menu-WithChildren ul {
        display: none;
        position: absolute;
        width: 0px;
        margin: 0;
        padding: 0;
        padding-top: 9px;
        background: #faf1e1;
        z-index: 50;
        border-bottom: 1px solid #ccc;
}

.AspNet-Menu-Horizontal .AspNet-Menu .open,
.AspNet-Menu-Horizontal .AspNet-Menu .open a {
        color: #000;
}

.AspNet-Menu-Horizontal .AspNet-Menu .open ul {
        display: block;
}

.AspNet-Menu-Horizontal .AspNet-Menu .AspNet-Menu-WithChildren ul .AspNet-Menu-Leaf,
.AspNet-Menu-Horizontal .AspNet-Menu .AspNet-Menu-WithChildren ul .AspNet-Menu-WithChildren {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        font-weight: normal;
        width: 155px;
        background: #fff;
        text-transform: none;
        border: 1px solid #ccc;
        border-bottom: none;
}

.AspNet-Menu-Horizontal .AspNet-Menu .AspNet-Menu-WithChildren ul .AspNet-Menu-Leaf a,
.AspNet-Menu-Horizontal .AspNet-Menu .AspNet-Menu-WithChildren ul .AspNet-Menu-WithChildren a {
        display: block;
        padding: 5px 0 4px 24px;
        margin: 0;
        font-weight: normal;
        color: #000;
        line-height: 13px;
        font-size: 11px;
        background: #fff;
        background: url( "Images/Branding/nav-background.gif" ) top left repeat-x #fff;
}

.AspNet-Menu-Horizontal .AspNet-Menu .AspNet-Menu-WithChildren ul .AspNet-Menu-Leaf a:hover {
        color: #fff;
        background: url( "Images/Branding/nav-background-hover.gif" ) top left repeat-x #999;
}

.AspNet-Menu-Horizontal .AspNet-Menu .AspNet-Menu-WithChildren ul .AspNet-Menu-WithChildren a {
        background: url( "Images/Branding/nav-more.gif" ) top left repeat-x #fff;
}

.AspNet-Menu-Horizontal .AspNet-Menu .AspNet-Menu-WithChildren ul .AspNet-Menu-WithChildren a:hover,
.AspNet-Menu-Horizontal .AspNet-Menu .AspNet-Menu-WithChildren ul .open a,
.AspNet-Menu-Horizontal .AspNet-Menu .AspNet-Menu-WithChildren ul .open a:hover {
        color: #fff;
        background: url( "Images/Branding/nav-more-hover.gif" ) top left repeat-x #999;
}

.AspNet-Menu-Horizontal .AspNet-Menu .AspNet-Menu-WithChildren ul .AspNet-Menu-WithChildren ul {
        display: none;
}

.AspNet-Menu-Horizontal .AspNet-Menu .AspNet-Menu-WithChildren ul .open ul {
        display: block;
        position: absolute;
        z-index: 60;
        padding: 0;
        margin: 0;
        margin-left: 142px;
        margin-top: -23px;
}

.AspNet-Menu-Horizontal .AspNet-Menu .AspNet-Menu-WithChildren ul .open ul .AspNet-Menu-Leaf a {
        color: #000;
        background: url( "Images/Branding/nav-background.gif" ) top left repeat-x #fff;
}

.AspNet-Menu-Horizontal .AspNet-Menu .AspNet-Menu-WithChildren ul .open ul .AspNet-Menu-Leaf a:hover {
        color: #fff;
        background: url( "Images/Branding/nav-background-hover.gif" ) top left repeat-x #999;
}

.home-visual {
        position: relative;
        clear: both;
        overflow: hidden;
        padding-bottom: 14px;
        background: url( "Images/Branding/visual-shade.gif" ) bottom left repeat-x;
}

.home-visual .heading {
        position: absolute;
        top: 20px;
        left: 44px;
        background: none;
}

.home-visual .heading h2 {
        margin-bottom: 12px;
        font-size: 19px;
        font-weight: bold;
        color: #000;
}
.home-visual .heading h2-blue {
        margin-bottom: 12px;
        font-size: 190px;
        font-weight: bold;
        color: #000;
}

.home-visual .heading p ,
.home-visual .heading div.heading {
        font-size: 11px;
        line-height: 14px;
        color: #666;
        width: 475px;
        text-align: left;
}

.home-visual .heading-after {
        padding: 15px 9px;
}

.home-visual .heading-after h2 {
        font-size: 19px;
        margin-bottom: 8px;
        font-weight: bold;
        color: #000;
}

.home-visual .heading-after h3 {
        font-size: 14px;
        font-weight: bold;
        color: #666;
}

.index-content {
        position: static;
        display: block;
        clear: both;
        overflow: auto;
        padding-bottom: 10px;
}
.index-content .block {            /*info-block */
        clear: both;
        border: 1px solid #ccc;
        margin-bottom: 15px;
}
.index-content .block2 {            /*info-block2 */
        clear: both;
        border: 0px solid #ccc;
        margin-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        background-color: white
}
.index-content .top {            /*back */
        clear: both;
        border-bottom: 0px solid #ccc;
        margin-bottom: 0px;
        text-align: right;
}

.index-content .block h6 {
        line-height: 11px;
        font-size: 11px;
        font-weight: bold;
        color: #666;
        padding: 3px 5px;
        margin: 0;
        background: url( "Images/Branding/box-heading.gif" ) bottom left repeat-x;
}

.index-content .block ul {
        list-style: none;
        margin: 9px 10px;
        padding: 0;
}

.index-content .block ul li {
        display: block;
        margin-bottom: 3px;
}

.index-content .block ul li a {
        text-decoration: none;
        color: #000;
        padding-left: 14px;
        background: url( "Images/Icons/more-arrow.gif" ) center left no-repeat;
}

.index-content .block ul li.more a {
        background-image: url( "Images/Icons/plus.gif" );
}

.index-content .block ul.targetgroups li.more a {
        background: url( "Images/Icons/more-arrow.gif" ) center left no-repeat;
}

.index-content .block ul li ul {
        display: none;
        margin: 0;
        margin-top: 3px;
        margin-left: 20px;
}

.index-content .block ul li.open ul,
.index-content .block ul.targetgroups li ul {
        display: block;
}

.index-content .block ul li ul li a,
.index-content .block ul li.more ul li a {
        color: #666;
        background: url( "Images/Icons/more-arrow.gif" ) center left no-repeat;
}

.index-content .block ul li a:hover,
.index-content .block ul li ul li a:hover {
        color: #112e83;
}

.index-content .block fieldset {
        list-style: none;
        margin: 9px 10px;
        padding: 0;
        border: none;
}

.index-content .block label {
        text-align: left;
        display: block;
        margin-bottom: 4px;
        color: #000;
}

.index-content .block select {
        width: 100%;
        margin-bottom: 10px;
}

.index-content .block a.submit {
        margin-bottom: 10px;
}


/* --------------------------------------------------
        Homesite
-------------------------------------------------- */

.index-home {
        margin-left: 2px;
        margin-right: 5px;
        padding-bottom: 5px;
}

.index-home .column {
        display: block;
        float: left;
        overflow: hidden;
}

.index-home .column img ,
.index-home .column span.moss-image {
        float: left;
        margin-right: 10px;
        border: 1px solid #ccc;
}

.index-home .column span.moss-image img {
        float: none;
        margin: 0;
}

.index-home .column p ,
.index-home .column div.moss-paragraph {
        padding-right: 1px;
        font-size: 11px;
        line-height: 16px;
        color: #666;
        margin-bottom: 15px;
}

.index-home .column span.moss-more {
        display: block;
        clear: right;
}

.index-home .column a.more,
.index-home .column span.moss-more a {
        display: block;
        clear: right;
        color: #112e83;
        font-weight: bold;
        font-size: 11px;
        text-decoration: none;
        padding-left: 8px;
        background: url( "Images/Icons/more-arrow.gif" ) center left no-repeat;
}

.index-home .column a.more:hover,
.index-home .column span.moss-more a:hover {
        color: #000;
}

.index-home .column span.moss-more a {
        clear: none;
        display: inline;
}

.index-home .philosophie {
        display: block;
        float: left;
        width: 200px;
        margin-left: 15px;
        padding-left: 15px;
        border-left: 1px solid #ccc;
        margin-right: 12px;
}

.index-home .philosophie img {
        margin-bottom: 1px;
        border: 1px solid #ccc;
}

.index-home .philosophie h3 {
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        font-size: 17px;
        font-weight: bold;
        color: #333;
}

.index-home .philosophie p ,
.index-home .philosophie div.paragraph {
        font-size: 11px;
        line-height: 16px;
        color: #666666;
}

.index-home .philosophie a.more ,
.index-home .philosophie span.moss-more a {
        display: block;
        clear: both;
        color: #112e83;
        font-weight: bold;
        font-size: 11px;
        text-decoration: none;
        padding-left: 8px;
        margin: 10px 0;
        margin-bottom: 5px;
        background: url( "Images/Icons/more-arrow.gif" ) center left no-repeat;
        float: right;
}

.index-home .philosophie a.more:hover ,
.index-home .philosophie span.moss-more a:hover {
        color: #000;
}

.index-home .sidebar .news {
        border: none;
        background: none;
        border-left: 1px solid #ccc;
        padding-bottom: 0px;
        padding-left: 0px;
}

.index-home .sidebar .news h6 {
        font-size: 14px;
        font-weight: bold;
        color: #333;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        border: none;
        background: none;
}

.index-home .sidebar .news span.date {
        display: block;
        float: left;
        clear: both;
        width: 45px;
        color: #999;
        font-size: 9px;
        line-height: 16px;
}

.index-home .sidebar .news a {
        font-size: 11px;
        line-height: 16px;
        text-decoration: none;
        color: #000;
        float: left;
        width: 165px;
}

.index-home .sidebar .news a:hover {
        color: #112e83;
}

.index-home .sidebar .news a.more {
        display: block;
        clear: both;
        color: #112e83;
        font-weight: bold;
        font-size: 11px;
        text-decoration: none;
        padding-left: 8px;
        margin: 10px 0;
        background: url( "Images/Icons/more-arrow.gif" ) center left no-repeat;
        float: right;
        width: auto;
}

.index-home .sidebar .news a.more:hover {
        color: #000;
}


/* --------------------------------------------------
        column lachen
-------------------------------------------------- */

.index-home .lachen {
        width: 350px;
}

.index-home .lachen a.more,
.index-home .lachen p,
.index-home .lachen div.paragraph,
.index-home .lachen h2 {
        margin-left: 205px;
        clear: right;
}

.index-home .lachen h2 {
        font-size: 19px;
        color: #000;
        margin-bottom: 10px;
}

.index-home .lachen p ,
.index-home .lachen div.paragraph {
        margin-bottom: 10px;
}


/* --------------------------------------------------
        sidebar
-------------------------------------------------- */

.index-content .sidebar {
        width: 200px;
}

.index-content .sidebar .block {
        margin-bottom: 1px;
}

/* --------------------------------------------------
        5. Default content page
-------------------------------------------------- */

.index-content .column-content {
        float: left;
        margin-left: 5px;
        margin-right: 0px;
}

.index-content h6 {
        font-size: 19px;
        font-weight: normal;
        color: #000;
        margin-bottom: 0px;
}


/* --------------------------------------------------
        5.1 Left column
-------------------------------------------------- */

.index-content .column-left {
        float: left;
        width: 155px;
        margin-left: 0px;
}

.index-content .column-left .subnav-container {
        padding-bottom: 16px;
}

.index-content .column-left .subnav-container ul {
        list-style: none;
        display: block;
        margin: 0px;
        padding: 0px;
        border: none;
}

.index-content .column-left .subnav-container ul li {
        width: 155px;
        line-height: 21px;
        border: none;
        font-size: 11px;
        color: #333;
}

.index-content .column-left .subnav-container ul a {
        display: block;
        line-height: 11px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-decoration: none;
        color: #333;
        border-bottom: 1px solid #ccc;
        padding-left: 20px;
        background: url( "Images/Branding/subnav-background.gif" ) top left repeat-x #fff;
}

.index-content .column-left .subnav-container ul a:hover,
.index-content .column-left .subnav-container ul li.AspNet-Menu-Selected a {
        color: #fff;
        background: url( "Images/Branding/subnav-background-hover.gif" ) top left repeat-x #999;
}

.index-content .column-left .subnav-container ul li.AspNet-Menu-WithChildren a,
.index-content .column-left .subnav-container ul li.open a {
        background-image: url( "Images/Branding/subnav-more-background.gif" );
}

.index-content .column-left .subnav-container ul li.open a,
.index-content .column-left .subnav-container ul li.AspNet-Menu-Selected a {
        font-weight: bold;
}

.index-content .column-left .subnav-container ul li.AspNet-Menu-WithChildren a:hover,
.index-content .column-left .subnav-container ul li.open a:hover {
        background-image: url( "Images/Branding/subnav-more-background-hover.gif" );
}

.index-content .column-left .subnav-container ul ul {
        display: none;
}

.index-content .column-left .subnav-container ul li.open ul,
.index-content .column-left .subnav-container ul li.AspNet-Menu-ChildSelected ul {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
}

.index-content .column-left .subnav-container ul li ul a {
        color: #666;
}

.index-content .column-left .subnav-container ul li.open ul a ,
.index-content .column-left .subnav-container ul li.AspNet-Menu-ChildSelected ul a {
        font-weight: normal;
        padding-left: 44px;
        background: url( "Images/Branding/subnav-background.gif" ) 20px 0px repeat-x;
        background-color: #fff;
}

.index-content .column-left .subnav-container ul li.open ul a:hover ,
.index-content .column-left .subnav-container ul li.AspNet-Menu-ChildSelected ul a:hover ,
.index-content .column-left .subnav-container ul li.AspNet-Menu-ChildSelected ul li.AspNet-Menu-Selected a{
        color: #fff;
        background: url( "Images/Branding/subnav-background-hover.gif" ) 20px 0px repeat-x;
        background-color: #999;
}


/* --------------------------------------------------
        5.2 Content column
-------------------------------------------------- */

.page-default .column-content {
        width: 400px;
}

.column-content .visual {
        display: block;
        margin-bottom: 10px;
        position: relative;
}

.column-content .border {
        line-height: 1px;
        height: 1px;
        border: none;
        margin-bottom: 10px;
        background: url( "Images/Branding/content-border.gif" ) bottom left repeat-x
}

.column-content .border hr { display: none; }

.column-content .heading {
        padding: 15px 9px;
        background: url( "Images/Branding/content-heading.gif" ) top left repeat-x;
}

.column-content .heading h2 {
        font-size: 19px;
        margin-bottom: 8px;
        font-weight: bold;
        color: #000;
}

.column-content .heading h3 {
        font-size: 14px;
        font-weight: bold;
        color: #666;
}

.column-content h4 {
        font-weight: bold;
        font-size: 11px;
        margin-bottom: 15px;
        color: #112e83;
}

.column-content p ,
.column-content div.paragraph {
        font-size: 11px;
        line-height: 14px;
        color: #333;
        margin-bottom: 15px;
        text-align: justify;
}

.column-content .ms-WPBody img {
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
}

.column-content p.intro,
.column-content div.paragraph-intro {
        font-size: 12px;
        font-weight: normal;
        color: #333;
        line-height: 14px;
        padding-left: 0px;
        padding-right: 5px;
        margin-bottom: 10px;
}

.column-content ul {
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
        list-style: none;
}

.column-content ul li {
        color: #000;
        line-height: 16px;
        padding-left: 14px;
        /*background: url( "Images/Icons/more-arrow.gif" ) 0px 4px no-repeat;*/
        background: url( "Images/Icons/list-bullet.gif" ) 0px 6px no-repeat;
}

.column-content ul li a {
        display: inline;
        color: #000;
        line-height: 16px;
        padding-right: 10px;
}

.column-content ul li a:hover {
        color: #112e83;
}

.column-content dl {
        clear: both;
        margin: 0;
        padding: 0;
        margin-bottom: 3px;
}

.column-content dl dt,
.column-content dl dd {
        display: inline;
        margin: 0;
        padding: 0;
}

.column-content dl.image dd.title {
        font-weight: bold;
        padding-right: 6px;
        background: url( "Images/Icons/small-divider.gif" ) right center no-repeat;
}

.column-content dl dt.image {
        display: block;
        clear: both;
        margin-bottom: 0px;
}

.column-content table.ms-rteTable-1 {
        clear: both;
        border: none;
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        margin-bottom: 20px;
        border-bottom: 1px solid #ccc;
}

.column-content table.ms-rteTable-1 tr.ms-rteTableHeaderRow-1 td {
        color: #112e83;
        font-size: 11px;
        line-height: 15px;
        padding: 0;
        margin: 0;
        padding-bottom: 7px;
        font-weight: bold;
        text-align: left;
}

.column-content table.ms-rteTable-1 tbody tr {
        background: #eee;
}

.column-content table tbody tr.ms-rteTableHeaderRow-1,
.column-content table.ms-rteTable-1 tbody tr.ms-rteTableOddRow-1 {
        background: #fff;
}

.column-content table.ms-rteTable-1 tbody tr.ms-rteTableHeaderRow-1 td {
        border-top: none;
}

.column-content table.ms-rteTable-1 td {
        color: #000;
        line-height: 18px;
        border-top: 1px solid #ccc;
}

.column-content table.ms-rteTable-1 td:first-child {
        padding-left: 10px;
}

.tabs ul#tabslist {
        display: block;
        clear: both;
        list-style: none;
        margin: 0;
        padding: 0;
        height: 20px;
        border-bottom: 1px solid #ccc;
}

.tabs ul#tabslist li {
        float: left;
        display: block;
        color: #999;
        height: 20px;
        padding: 0;
        margin-left: -18px;
        position: relative;
        background: url( "Images/Branding/tab-right-inactive.gif" ) top right no-repeat;
        white-space: nowrap;
        padding-right: 37px;
        border-bottom: 1px solid #ccc;
}

.tabs ul#tabslist li.first {
        margin-left: 0;
}

.tabs ul#tabslist li a {
        display: block;
        float: left;
        height: 20px;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
        color: #999;
        line-height: 20px;
        padding-left: 15px;
        background: url( "Images/Branding/tab-left-inactive.gif" ) top left no-repeat;
}

.tabs ul#tabslist li.active {
        z-index: 6;
        font-weight: bolder;
        border: none;
        height: 21px;
        background: url( "Images/Branding/tab-right.gif" ) top right no-repeat;
}

.tabs ul#tabslist li.active a {
        height: 21px;
        color: #112e83;
        background: url( "Images/Branding/tab-left.gif" ) top left no-repeat;
}

.tabs div.tab1,
.tabs div.tab2,
.tabs div.tab3,
.tabs div.tab4,
.tabs div.tab5 {
        display: block;
        clear: both;
        position: static;
        margin: 0;
        padding: 0;
        border: none;
/*        padding: 15px 20px;*/
        padding: 15px 0;
}

.tabs div {
        padding: 0;
}

.tabs li.tab1 {
        z-index: 5;
}

.tabs li.tab2 {
        z-index: 4;
}

.tabs li.tab3 {
        z-index: 3;
}

.tabs li.tab4 {
        z-index: 2;
}

.tabs li.tab5 {
        z-index: 1;
}

.tabs div.tab2,
.tabs div.tab3,
.tabs div.tab4,
.tabs div.tab5 {
        display: none;
}


/* --------------------------------------------------
        5.3 Right column
-------------------------------------------------- */

.page-default .column-right {
        float: right;
        width: 235px;
        margin-right: 0px;
}




/* @eof */