﻿/* Allgemeine Einstellungen betreffen die ganze Seite */
html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #000;
    background-color: #d0d0d0;
    height: 100%;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
    list-style: none;
    line-height: normal;
    text-transform: none;
}
form {
    margin: 0;
    padding: 0;
}
img {
    border: none;
}
table {
    padding: 0;
    margin: 0;

}
table th {
    padding-left: 9px;
    color: #fafafa;
    background-color: #a1b0ce;
    border-top: 1px solid #004389;
    border-left: 1px solid #004389;
    border-bottom: 1px solid #004389;
}
table .tableThRight {
    border-right: 1px solid #004389;
}
table td {
    padding-left: 9px;
    color: #5a5a5a;
    font-size:1.1em;
    border-left: 1px solid #a1b0ce;
    border-bottom: 1px solid #a1b0ce;
}
table .tableBg1 {
    background-color: #fafafa;
}
table .tableBg2 {
    background-color: #e8edf4;
}
table .tableBg1Right {
    border-right: 1px solid #a1b0ce;
    background-color: #fafafa;
}
table .tableBg2Right {
    border-right: 1px solid #a1b0ce;
    background-color: #e8edf4;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
/* Allgemeine Einstellungen betreffen die ganze Seite */


/* Allgemein */
#contentContainer {
    width: 100%;
    height: auto;
    min-height:100%;
    padding-bottom: 40px;
}
#contentContainerBg {
    width: 100%;
    height: auto;
    min-height:100%;
    background-color: #fafafa;
    background-image: url(structure/bg_container.jpg);
    background-repeat: repeat-y;
}
#content {
    float: left;
    width: 546px;
    margin-top: 1px;
}
#content h1 {
    font-size: 1.8em;
    line-height: 1.222em;
    margin: 4px 0 10px 0;
    color: #004389;
    font-weight: normal;
}
#content h1 .bright {
    color: #679AC9;
}

#content .headlineimage { margin: 10px 8px 2px 0; }
#content .hdlwithimage { margin-top: 0px; padding: 19px; }

#content .text .splitheadline h1 {
    font-size: 1.7em;
    font-weight: 700;
}


#content h2 {
    clear: both;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: bold;
    color: #6e6e6e;
    padding: 0;
    margin: 0 0 1px 15px;
}
#content h2.breadcrumb {
    border-bottom: 1px #d2d8e5 solid;
    margin: 0;
    padding: 0 0 6px 15px; 

}
#content h2 a:link, #content h2 a:visited {
    font-size: 1em;
    font-weight: bold;
    color: #004389;
    text-decoration: none;
}
#content h2 a:hover, #content h2 a:active {
    color: #09296b;
    text-decoration: underline;
}
#content h2 .aktiv a:link, #content h2 .aktiv a:visited {
    font-size: 1em;
    font-weight: bold;
    color: #E30015;
    text-decoration: none;
}
#content h2 .aktiv a:hover, #content h2 .aktiv a:active {
    color: #E30015;
    text-decoration: underline;
}
#content h3 {
    font-size: 1.1em;
    font-weight: bold;
    color: #5a5a5a;
    margin: 0;
}
#content h5 {
    font-size: 1em;
    font-weight: bold;
    color: #004389;
    margin: 0;
}
#content p {
    float: inherit;
    color: #5a5a5a;
    font-size: 1.1em;
    line-height:1.2em;
    margin: 0;
}
#content hr {
    width: 546px;
    height: 1px;
    border: none;
    color: #d2d8e5;
    background-color: #d2d8e5;
    margin: 0;
}
#content img {
    float: left; 
    margin: 0 15px 10px 0; 
} 
#content .headerImg {
    margin: 0 0 6px 0;
}
#content .text {
    width: 460px;
    margin: 0 16px 0 17px;
}
#content .text p {
    margin-bottom: 10px;
}
#content .text a:link, #content .text a:visited, #content .arrowlink  {
    color: #5a5a5a;
    padding-top: 1px;
    padding-left: 14px;
    background-image: url(structure/arrow.gif);    
    background-position: left 3px;
    background-repeat: no-repeat;
    text-decoration: none;
}
#content .text a:hover, #content .text a:active {
}

#content .text p a:link, #content .text p a:visited {
    color: #09296b;
    padding-top: 1px;
    padding-left: 0px;
    background-image: none;
    text-decoration: none; 
}
#content .text p a:hover, #content .text p a:active {
    color: #09296b;
    text-decoration: underline; 
}
/* Allgemein */


/* Floating Image & Text */
#content .imageFloatLeft {
    float: left;
    width: 152px!important;
    margin-right: 15px;
    margin-top: 3px;
    margin-bottom:5px;
}
#content .imageFloatRight {
    float: right;
    width: 152px!important;
    margin:3px 0px 5px 15px;
}
#content .imageFloatLeft .legend, #content .imageFloatRight .legend {
    clear: both;
    width: 152px;
    background-color: #bababa;
}
#content .imageFloatLeft .legend h6, #content .imageFloatRight .legend h6 {
    /*clear: both;*/
    float: left;
    margin: 0;
    padding: 4px;
}
#content .imageFloatLeft .legend img, #content .imageFloatRight .legend img {
    float: right;
}
#content .imageFloatLeft .legend a:link, #content .imageFloatRight .legend a:link {
    background-image: none;    
}

#content .imageFloatLeft a:link , #content .imageFloatRight a:visited {
    margin: 0;
    padding: 0;
    background-color: #bababa;
    background-image: none;
    text-decoration: none;
}
#content .imageFloatLeft a:hover, #content .imageFloatRight a:active {
    text-decoration: underline;
}

#content .imageFloatLeft img, #content .imageFloatRight img {
    margin: 0;
}

#content .textFloatInherit {
    float: inherit;
}

#headerNavi .inputField {
    font-size: 1.1em;
    padding: 0;
    margin: 0;
    margin-top:-1px;
    font-size:11px;
    padding-left:2px;
    float:left;

}
/* Floating Image & Text */

#content .rightfloatingblock {
    padding: 0 60px 80px 0;
}
#content .rightfloatingblock img {
    float: right;
    margin: 0;
}