/* CSS Document */
HTML, BODY, DIV, IMG, FIELDSET, H1, H3, A, LABEL, FORM {
    border: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

BODY, A, INPUT, FONT, TEXTAREA, SELECT, UL, LI {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #2C4863;
}

BODY {
    background-color: #EFF4F8;
}

INPUT, TEXTAREA, SELECT {
    background-image: url(../images/input.gif);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    color: #000000;
    height: 17px;
    margin: 0px 0px 0px 0px;
    padding: 6px 4px 2px 4px;
}

A {
    font-weight: bold;
    text-decoration: underline;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clearSpace {
    clear: both;
}

.bold {
    font-weight: bold;
}

UL {
    padding: 10px 25px;
}

LI {
    padding: 2px 0px;
}

.spacer {
    overflow: hidden;
    height: 5px;
}

.noBorder {
    border: none;
}

DIV#holder {
    margin: 0px auto;
    overflow: hidden;
    width: 866px;
}

DIV#colLeft {
    float: left;
    overflow: hidden;
    width: 654px;
}

DIV#colRight {
    float: left;
    overflow: hidden;
    width: 212px;
}

DIV#navigation {
    overflow: hidden;
    height: 79px;
}

DIV#subNavigation {
    text-align: right;
    overflow: hidden;
    padding: 6px 0 0 0;
    height: 200px;
}

DIV#subNavigation UL, DIV#subNavigation LI {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

DIV#subNavigation A {
    background-image: url(../images/subN.gif);
    background-position: 0px 1px;
    background-repeat: no-repeat;
    color: #5F758A;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .2px;
    line-height: 25px;
    padding: 0 0 0 15px;
    text-decoration: none;
    text-transform: uppercase;
}

DIV#subNavigation A.act {
    background-image: url(../images/subNAct.gif);
    color: #C80000;
}

DIV#footer {
    border-top: 1px dotted #7C8E9F;
    color: #556B80;
    margin: 0 10px;
    padding: 20px 0px;
    width: 634px;
}

DIV#newsletter INPUT {
    width: 140px;
}

DIV#newsletter DIV.link {
    background-color: transparent;
    cursor: pointer;
    height: 20px;
    width: 140px;
    border: 1px solid black;
}

DIV#search INPUT.button {
    display: none;
}

DIV#search {
    padding: 20px 0 0 10px;
}

DIV#search INPUT.text {
    background-image: url(../images/searchInput.gif);
    padding-left: 25px;
    width: 170px;
}

DIV#search A {
    float: right;
    font-weight: bold;
}

DIV#search FORM {
    clear: both;
}

DIV.home {
    overflow: hidden;
    width: 654px;
}

DIV.home DIV.teaser {
    background-color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    /*font-style: italic;*/
    height: 102px;
    line-height: 22px;
    padding: 10px 10px;
    text-justify: auto;
}

DIV.home DIV.content {
    padding: 0 10px;
}

DIV.home DIV.box {
    border-right: 1px dotted #7C8E9F;
    clear: right;
    overflow: hidden;
    padding: 0px 3px;
    width: 206px;
}

DIV.home DIV.box .text {
    padding: 4px;
    height: 60px;
    overflow: hidden;
}

DIV.home DIV.box .more {
    padding: 4px;
    height: 10px;
}

DIV.home DIV.box1 {
    padding: 0 3px 0 0;
}

DIV.home DIV.box1 .text {
    padding: 4px;
    height: 65px;
    overflow: hidden;
}

DIV.home DIV.box1 .more {
    padding: 4px;
}

DIV.home DIV.box3 {
    padding: 0 0 0 3px;
}

DIV.home DIV.box3 .text {
    padding: 4px;
    height: 60px;
    overflow: hidden;
}

DIV.home DIV.box3 .more {
    padding: 4px;
}

DIV.home DIV.noBorder {
    border: none;
}

DIV.home DIV.box DIV.header {
    background-color: #7C8E9F;
}

DIV.home DIV.box A {
    float: right;
}

DIV.detail {
    padding: 20px;
}

DIV.detail DIV.header {
    margin: 0 0 0 -1px;
    padding: 0px 0px 10px 0px;
}

DIV.detail DIV.col1 {
    overflow: hidden;
    width: 153px;
}

DIV.detail DIV.col2 {
    width: 440px;
}

DIV#content-holder {
    width: 654px;
    overflow: hidden;
}

DIV.done {
    color: #2C4863;
    font-weight: bold;
    padding-left: 8px;
    padding-top: 5px;
    background-color: #008BD0;
}

.notbold A {
    font-weight: normal;
}

DIV.leistung-box {
    cursor: pointer;
    float: left;
    height: 109px;
    width: 203px;
}

DIV.leistung-box DIV.header {
    color: #FFFFFF;
    font-weight: bold;
    height: 8px;
    background-color: #7D8EA0;
    padding-top: 2px;
    text-align: center;
    width: 203px;
    overflow: hidden;
}