
/*   Global - Allgemeines   */

*{
    margin: 0;
    padding: 0;
}

body, html {
    height: 100%;
    color: #3c3c3c;
}

a {
    text-decoration: none;
}

.externerLink_blau {
    color: #31356c;
    font-weight: bold;
    background: url(../images/ExternerLink_blau.png) no-repeat right top;
    padding-right: 11px;
}

.externerLink_weiss {
    color: #ffffff;
    font-weight: bold;
    /*background: url(../images/ExternerLink_weiss.png) no-repeat right bottom;
    padding-right: 15px;*/
}

li {
    list-style-type: none;
}

h1 {
    font-family: 'Carrois Gothic SC', sans-serif;
    font-weight: 700;
    font-size: 1.0em;
    line-height: 140%;
    text-align: center;
}

h2 {
    font-family: 'Cuprum', sans-serif;
    font-weight: 700;
    font-size: 0.9375em;
    line-height: 120%;
}

h3 {
    font-family: 'Cuprum', sans-serif;
    font-weight: 700;
    font-size: 0.9375em;
}

.schrift_Content_klein {
    font-family: 'Cuprum', sans-serif;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 160%;
}

.schrift_Content_standard {
    font-family: 'Cuprum', sans-serif;
    font-size: 0.875em;
    line-height: 140%;
}

.schrift_Content_gross {
    font-family: 'Cuprum', sans-serif;
    font-size: 1.0em;
}

.blocksatz  {
    text-align: justify;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.floatClear {
    clear: both;
}

.textfarbe_multit {
    color: #00ff00;
}

.textfarbe_microt {
    color: #ff0000;
}

.textfarbe_hydrop {
    color: #1bbdff;
}

.ueberarbeitungshinweis {
    text-align: center;
}

/*    Global - Seitenvorlage    */

#rootContainer {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    overflow: hidden;
}

.rootContainerSpalte_Mitte  {
    width: 740px;
}

#rootContainerZeile_Header {
    position: relative;
    top: 0;
    left: 0;
    height: 130px;
    width: 1px;
    background-image: url(../images/Fade-to-grey_nachUnten.png);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    background-color: #606d83;
}

#rootContainerZeile_Header .Seitenschatten_Links {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    background-color: #ffffff;
    opacity: 0.1;
}

.header_Rand_Rechts {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background-color: #ffffff;
    opacity: 0.1;
}

.rootContainerZeile_Navigation {
    height: 32px;    
}

.rootContainerZeile_Navigation .Seitenschatten_Links, .rootContainerZeile_Navigation .Seitenschatten_Rechts {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background-color: #ffffff;
    opacity: 0.1;
}

.rootContainerZeile_Navigation .rootContainerSpalte_Seite {
    background-color: #3c3c3c;
}

#rootContainerZeile_Content {
    height: 100%;
}

.Seitenschatten_Links {
    background-image: url(../images/Rand_Links.png);
    background-repeat: repeat-y;
    background-size: 30px 100%;
    background-position: right;
}

.Seitenschatten_Rechts {
    background-image: url(../images/Rand_Rechts.png);
    background-repeat: repeat-y;
    background-size: 30px 100%;
    background-position: left;
}

#rootContainerZeile_Content .Seitenschatten_Links, #rootContainerZeile_Content .Seitenschatten_Rechts {
    background-color: #e0e0e7;

}

#rootContainerZeile_Feder {
    height: auto;
}

#rootContainerZeile_Feder .Seitenschatten_Links, #rootContainerZeile_Feder .Seitenschatten_Rechts {
    background-color: #e0e0e7;
}

#rootContainerZeile_Footer {
    position: relative;
    top: 0;
    left: 0;
    height: 250px;
    width: 1px;
    background-image: url(../images/Fade-to-grey_nachOben.png);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    background-color: #606d83;
}

#rootContainerZeile_Footer .Seitenschatten_Links, #rootContainerZeile_Footer .Seitenschatten_Rechts {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-color: #ffffff;
    opacity: 0.1;
}

#header_Motto {
    height: inherit;
    width: auto;
    float: left;
    margin-top: 25px;
    margin-left: 30px;
}

#header_Motto p {
    color: #e0e0e7;
}

#header_Logo_Feld {
    width: 200px;
    height: 80px;
    float: right;
    margin-top: 0px;
    background-color: #ffffff;
    border-radius:         20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
}

#header_Logo_Feld_Streifen {
    width: 100%;
    height: 80px;
    margin-top: 0px;
    background-color: #e0e0e7;
}

#header_Logo_Link {
    width: 200px;
    height: 80px;
    display: block;
}

#header_Logo_Bild {
    position: relative;
    top: 15px;
    left: 30px;
    width: 140px;
    height: 48px;
}

/*     Navigation Allgemein     */

.ul_navigation {
    width:  740px;
    margin: 0 auto 0 auto;
    list-style-type:none;
    overflow:hidden;
    background-color: #3c3c3c;
}

.ul_navigation li {
    float:left;
    font-family: Carrois Gothic SC;
    font-size: 0.8125em;
    text-align: center;
    border-left: #606d83 solid 2px;
}

.ul_navigation a {
    height: 32px;
    line-height: 32px;
    display: block;
    color: #ffffff;
}

.ul_navigation .aktiverLink a:link, .ul_navigation .aktiverLink a:visited {
    background-color: #3c3c3c;
}

.ul_navigation .inaktiverLink a:link, .ul_navigation .inaktiverLink a:visited, .ul_navigation .inaktiverLink a:hover, .ul_navigation .inaktiverLink a:active {
    background-color: #606d83;
}

.ul_navigation .aktiverLink a:hover {
    background-color: #7d8a9f;
}

.ul_navigation .aktiverLink a:active {
    background-color: #606d83;
}

.aktiverSprachenauswahlLink a {
    background-color: #b2caf0;
}

.aktiverSprachenauswahlLink a:link, .aktiverSprachenauswahlLink a:visited, .aktiverSprachenauswahlLink a:active {
    opacity: 0.0;
}

.aktiverSprachenauswahlLink a:hover {
    opacity: 0.5;
}

/*       Header Navigation      */

#li_navigation_Home {
    width:125px;
}

#li_navigation_Instruments {
    width:165px;
}

#li_navigation_Investigation {
    width:320px;
}

#li_sprachauswahl_EN_aktiv {
    width:60px;
    height: 32px;
    background-image: url(../images/Flagge_EN_Button.png);
}

#li_sprachauswahl_EN_inaktiv {
    width:60px;
    height: 32px;
    background-image: url(../images/Flagge_EN_Button_inaktiv.png);
}

#li_sprachauswahl_DE_aktiv {
    float: right;
    width:60px;
    height: 32px;
    background-image: url(../images/Flagge_DE_Button.png);
    border-left-style: none;
    border-right: #606d83 solid 2px;
}

#li_sprachauswahl_DE_inaktiv {
    float: right;
    width:60px;
    height: 32px;
    border-left-style: none;
    background-image: url(../images/Flagge_DE_Button_inaktiv.png);
    border-right: #606d83 solid 2px;
}

/*       Footer Navigation      */

#li_navigation_Contact {
    width:181px;
}

#li_navigation_Imprint {
    width:181px;
}

#li_navigation_Downloads {
    width:187px;
}

#li_navigation_Jobs {
    width:181px;
    float: right;
    border-right: #606d83 solid 2px;
}

/*    Global - Content     */

.contentBereich {
    margin-left: 30px;
    margin-right: 30px;
}

.linkFeld_PfeilUnten {
    width: 195px;
    height: 360px;
    margin: 20px;
}

.linkFeld_PfeilUnten_Trennstrich {
    width: 175px;
    height: 4px;
    margin-bottom: 5px;
}

.linkFeld_PfeilUnten_Inhalt {
    position: relative;
    top: 0;
    left: 0;
    width: 175px;
    height: 200px;
    background-image: url(../images/Fade-to-grey_nachOben.png);
    background-repeat: repeat-x;
    background-size: 100% 100%;
}

.linkFeld_PfeilUnten_bildPfeilmaske {
    position: relative;
    top: -31px;
    left: 0px;
    width: 175px;
}

.linkFeld_PfeilUnten h2 {
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    text-align: left;
}

.linkFeld_PfeilUnten p {
    color: #ffffff;
    padding: 0 1.0em 1.0em 20px; 
    text-align: left;
}

.linkFeld_PfeilUnten_Linkflaeche {
    width: 181px;
    height: 360px;
    position: relative;
    top: -385px;
    left: -3px;    
}

.linkFeld_PfeilUnten_Linkflaeche a {
    display: block;
    height: 100%;
    background-color: #ffffff;
}

.linkFeld_PfeilUnten_Linkflaeche a:link, .linkFeld_PfeilUnten_Linkflaeche a:visited, .linkFeld_PfeilUnten_Linkflaeche a:active {
    opacity: 0.0;
}

.linkFeld_PfeilUnten_Linkflaeche a:hover {
    opacity: 0.25;
}

.container_infoFeldWrapper {
    max-width: 250px; 
    float: left;
}

.container_infoFeld {
    margin: 5px;
    float: left;
}

.infoFeldText {
    float: left;
    color: #ffffff;
    background-color: #606d83;    
}

.container_infoFeld h2 {
    text-align: center; 
}

.container_infoFeld h3 {
    text-align: left;
    margin-top: 10px;
    margin-left: 10px;
}

.container_infoFeld p {
    margin: 8px;
}

.container_infoFeld img {
    float: left;
}

.linkFeld {
    position: relative;
    top: 0;
    background-image: url(../images/Fade-to-grey_nachOben.png);
    background-repeat: repeat-x;
    background-size: 100% 100%;
}

.linkFeld h2 {
    color: #ffffff;
    text-align: left;
}

.linkFeld p {
    color: #ffffff;
}

.linkFeld_Linkflaeche a {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #ffffff;
}

.linkFeld_Linkflaeche a:link, .linkFeld_Linkflaeche a:visited, .linkFeld_Linkflaeche a:active {
    opacity: 0.0;
}

.linkFeld_Linkflaeche a:hover {
    opacity: 0.25;
}

.linkFeld_Email {
    height: 1.875em;
    background-image: url(../images/Fade-to-grey_nachOben.png);
    background-repeat: repeat-x;
    background-size: 100% 100%;
}

.linkFeld_Email p {
    text-align: center;
    font-weight: bold;
    line-height: 200%;
    color: #ffffff;
}

.linkFeld_Email_Linkflaeche a {
    position: relative;
    top: -2.0em;
    left: 0px;
    height: 1.875em;
    display: block;
    background-color: #ffffff;
}

.linkFeld_Email_Linkflaeche a:link, .linkFeld_Email_Linkflaeche a:visited, .linkFeld_Email_Linkflaeche a:active {
    opacity: 0.0;
}

.linkFeld_Email_Linkflaeche a:hover {
    opacity: 0.25;
}

.produktname_gross {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.1875em;
    font-weight: bold;
    font-style: italic;
}

.produktname_klein {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.125em;
    font-weight: bold;
    font-style: italic;
}

#table_sitemap {
    margin: 20px 40px;
    color: #ffffff;
    vertical-align: top;
}

#table_sitemap a:link, #table_sitemap a:visited, #table_sitemap a:hover, #table_sitemap a:active {
    color: #ffffff;
} 

#sitemap_topLevelLinks td {
    font-family: 'Carrois Gothic SC', sans-serif;
    font-weight: 400;
    font-size: 0.9375em;
    line-height: 160%;
    text-align: left;
}

/*  Termine  */

#div_termine {
    margin: 20px 40px;
    width: 355px;
    height: 210px;
    color: #ffffff;
    text-align: right;
}

#div_termine a {
    display: inline-block;
}

#div_termine a:link, #div_termine a:visited, #div_termine a:active {
    color: #ffffff;
} 

#div_termine a:hover {
    color: #b2caf0;
}

.img_Banner {
    width: 250px;
    height: 56px;
    background-color: #ffffff;
    padding: 5px;
}

.img_externerLink {
    padding-left: 7px;
}