/* DATEI: default.css */
/* -------------------------------------------------------------------------- */

/* definiert Stile für die aufgezählten Html Tags*/
body, select, input, textarea, h, p ,pre, hr {
   font-family: Verdana, Arial, Helvetia, sans-serif;
   color: #3E494F;
   background-color: #FFFFFF;
   scrollbar-3dlight-color: #000000;
   scrollbar-arrow-color: #CCCED0;
   scrollbar-base-color: #3E494F;
   scrollbar-darkshadow-color: #3E494F;
   scrollbar-face-color: #3E494F;
   scrollbar-highlight-color: #CCCED0;
   scrollbar-shadow-color: #000000;
   scrollbar-track-color: #CCCED0
}

select, input, textarea {
    background-color: #FFFFFF;
    font-size: 8pt;
    font-weight: lighter;
}
/* -------------------------------------------------------------------------- */

/* definiert Stile für das Layout*/
#layoutPosition {
   background-color: #000000;
   width: 1px;
   height: 1px;
   position: absolute;
   top: 0px;
   left: 50%;
   overflow: visible
}
#layoutContainer {
   border: 0px solid #000000;
   left: -471px;
   margin: 0px;
   padding: 0px;
   position: absolute;
   width: 942px
}

#header {
   border: 0px solid #000000;
   position: relative;
   top: 0px;
   left: 0px
}
    #header-1 {
       background-image: url("../images/layout/headerBg.jpg");
       background-position: left top;
       background-repeat: no-repeat;
       border: 0px solid #000000;
       padding-left: 0px;
       padding-right: 0px;
       position: relative;
       height: 150px;
       width: 942px
    } 

#body {
   background-image: url("../images/layout/bodyBg.jpg");
   background-position: left top;
   background-repeat: no-repeat;
   border: 0px solid #000000;
   position: relative;
   left: 0px;
   top: 0px
}
    #body-1 {
       border: 0px solid #000000;
       position: absolute;
       top: 0px;
       left: 0px;
       width: 160px;
       height: 300px;
       margin-left: 0px
    }
        #body-1 .naviLeft {
           background-color: #3E494F;
           border: 0px solid #000000;
           margin-left: 0px;
           padding-right: 0px;
           position: absolute;
           left: 15px;
           top: 15px;
           width: 145px;
           height: 250px
        }
        #body-1 .switchLocale {
            border: 0px solid #000000;
            font-size: 9px;
            font-weight: lighter;
            position: absolute;
            left: 790px;
            top: 6px
        }

    #body-2 {
       border: 0px solid #000000;
       margin-left: 0px;
       padding-left: 0px;
       position: relative;
       left: 170px;
       top: 20px;
       width: 763px;
       height: 440px;
       min-height: 350px
    }

#footer {
   background-color: #3E494F;
   border: 0px solid #000000;
   position: relative;
   left: 0px;
   top: 0px;
   width: 942px;
   margin-top: 0px
}
    #footerContent {
        border: 0px solid #000000;
        position: absolute;
        top: 544px;
        left: 392px;
        height: 157px;
        z-index: 100        
    }
    #footerProductImage {
        border: 0px solid #000000;
        position: absolute;
        top: -65px;
        left:195px;
        height: 200px;
        z-index: -10      
    }
    #footer-1 {
       border: 0px solid #000000;
       padding-left: 0px;
       padding-right: 0px;
       position: relative;
       height: 115px;
       width: 942px
    }
        #footer-1 .footerTbl {
           border: 0px solid #000000;
           position: relative;
           top: 125px;
        }
/* -------------------------------------------------------------------------- */

/* definiert Stile für die Navigationlinks*/
#naviLinkTbl a {
   position: relative;
   top: 50px;
   border: 0px solid #000000;
   display: block;
   font-size: 11px;
   font-style: normal;
   font-weight: lighter;
   line-height:15px;
   padding-right: 0px;
   text-align: right;
   text-indent: 20px;
   vertical-align: middle;
   width: 135px
}
#naviLinkTbl .naviLinkOn {
   color: #CCCED0
}
#naviLinkTbl .naviLinkOff {
   color: #878780
}

#naviLinkTbl .naviLinkOff:hover {
   color: #CCCED0;
}

/* definiert Stile für die Links der Navigation*/
.topMenue {
   border-top:0px solid #000000;
}
.topMenue:hover {
}
/* -------------------------------------------------------------------------- */

/* definiert Stile für die Navigationlinks des SubMenü*/
#naviProductsTbl li {
   list-style-type:none;
}

#naviSubProductsTbl li {
   border: 0px solid #000000;
   font-size: 11px;
   font-weight: normal;
   line-height: 15px;
   text-align: left;
   text-indent: 15px;
   vertical-align: top;
   list-style-type:none;
}

#naviProductsTbl a {
   text-decoration: underline; 
}

#naviSubProductsTbl {
   background-color: #3E494F;
}
#naviSubProductsTbl a {
   border: 0px solid #000000;
   display: block;
   font-size: 11px;
   font-weight: normal;
   line-height: 15px;
   text-align: left;
   text-indent: 10px;
   vertical-align: top;
   width: 240px
}
#naviSubProductsTbl .naviSubOn {
   background-position: 30px center;
   color: #CCCED0;
   text-indent: 15px
}
#naviSubProductsTbl .naviSubOff {
   text-decoration: underline; 
   color: #878780
}

#naviSubProductsTbl .naviSubOff:hover {
   text-decoration: underline; 
   color: #CCCED0
}

/* definiert Stile für die Links der Navigation*/
.subMenue {
}
.subMenue:hover {
}
/* -------------------------------------------------------------------------- */

/* definiert Stile für die allgemeinen Links */
a:link, a:visited {
   color: #878780;
   text-decoration: none;
   font-weight: bold
}
a:active, a:hover {
   color: #3E494F;
   text-decoration: none;
   font-weight: bold
}
/* -------------------------------------------------------------------------- */
/* definiert das scrollbare Div im Content-Bereich*/
#contentScrollDiv {
   overflow-y: auto; 
   height: 440px; 
   weight: 763px;
}

/* definiert Stile für Texte der Home-Seite*/
.homeJspTbl {
   border: 0px solid #000000;
   height: 440px;
   width: 450px
}
.homeJspHeader {
   font-size: 16pt;
   font-weight: lighter;
   text-align: left;
   vertical-align: top
}
.homeJspContent {
   font-size: 9pt;
   font-weight: normal;
   line-height: 20px;
   padding-top: 15px;
   padding-left: 15px;
   text-align: left;
   vertical-align: middle
}
#homeJspHTImage {
   background-image: url("../images/home/HT.png");
   background-position: 0 0px;
   background-repeat: no-repeat;
   position: absolute;
   left: 400px;
   top: 330px;
   width: 200px;
   height: 75px;
   z-index: 100
}
/* -------------------------------------------------------------------------- */

/* definiert Stile für Texte der company-Seite*/
.companyJspTbl {
   border: 0px solid #000000;
   height: 440px;
   width: 550px
}
.companyJspHeader {
   font-size: 12pt;
   font-weight: lighter;
   text-align: left;
   padding-top: 15px;
   padding-left: 15px;
   vertical-align: top
}
.companyJspContent {
   font-size: 9pt;
   font-weight: normal;
   line-height: 20px;
   padding-top: 20px;
   padding-left: 15px;
   text-align: left;
   vertical-align: middle
}
#companyFooterTbl {
   background-color: #3E494F;
   height: 50px;   
   width: 200px
}
.companyAnnoText {
   font-size: 9pt;
   font-weight: lighter;
   color: #878780;
   line-height: 10px;
   padding-top: 0px;
   padding-left: 90px;
   text-align: right;
   vertical-align: bottom
}
.companyAnnoYear {
   font-size: 18pt;
   font-weight: lighter;
   color: #878780;
   line-height: 20px;
   padding-top: 0px;
   padding-right: 10px;
   text-align: right;
   vertical-align: bottom
}
/* -------------------------------------------------------------------------- */

/* definiert Stile für Texte der product_0-Seite*/
.productJspTbl {
   border: 0px solid #000000;
   height: 440px;
   width: 450px
}
.productJspHeader {
   font-size: 12pt;
   font-weight: lighter;
   text-align: left;
   padding-top: 15px;
   padding-left: 15px;
   vertical-align: top
}
.productJspContent {
   font-size: 9pt;
   font-weight: normal;
   line-height: 20px;
   padding-top: 20px;
   padding-left: 15px;
   text-align: left;
   vertical-align: middle
}
#naviProductsTbl {}
#naviProductsTbl a {
   border: 0px solid #000000;
   display: block;
   color: #3E494F;
   font-size: 9pt;
   font-weight: normal;
   line-height: 20px;
   padding-top: 0px;
   padding-left: 75px;
   text-align: left;
   vertical-align: middle;
   width: 200px
}
/* -------------------------------------------------------------------------- */

/* definiert Stile für Texte der Referenzen-Seite*/
.contactJspTbl {
   border: 0px solid #000000;
   width: 600px;
   height: 440px
}
.contactJspHeader {
   font-size: 12pt;
   font-weight: lighter;
   text-align: left;
   padding-top: 15px;
   padding-left: 15px;
   vertical-align: top
}
.contactJspHeaderMailSmsText {
   font-size: 9pt;
   font-weight: lighter;
   height: 15px;
   text-align: left;
   padding-top: 10px;
   padding-left: 7px;
   vertical-align: top
}
.contactJspFormTbl {
    padding-left: 10px
}
.contactJspToAddressOptGrp {
   background-color: #eff5fc
}
.contactJspFooterText {
   font-size: 9pt;
   font-weight: lighter;
   height: 15px;
   text-align: left;
   padding-top: 0px;
   padding-left: 150px;
   vertical-align: middle
}
.contactJspForm {
   font-size: 8pt;
   font-weight: normal;
   line-height: 20px;
   text-align: left;
   vertical-align: middle
}
.contactJspSmsMaxLengthNotice {
   color: #FF0000;
   font-size: 8pt;
   font-weight: lighter;
   line-height: 10px;
   text-align: left;
   vertical-align: middle
}
.contactJspSendmodeText {
   font-size: 8pt;
   font-weight: normal;
   line-height: 10px;
   text-align: left;
   vertical-align: middle
}
.contactJspSendmodeLabel {
   font-size: 8pt;
   font-weight: normal;
   line-height: 10px;
   text-align: right;
   vertical-align: middle
}
.contactJspSendmodeRadioButton {
   border: 1px solid #000000;
   font-size: 8pt;
   font-weight: normal;
   line-height: 10px;
   text-align: right;
   vertical-align: middle
}
.contactJspCallBackNotice {
   color: #FF0000;
   font-size: 8pt;
   font-weight: lighter;
   line-height: 10px;
   text-align: center;
   vertical-align: middle
}
.contactJspCallBackLabel {
   font-size: 8pt;
   font-weight: normal;
   line-height: 10px;
   text-align: right;
   vertical-align: middle
}
.contactJspCallBackCheckbox {
   border: 1px solid #0C231D;
   font-size: 8pt;
   font-weight: normal;
   line-height: 10px;
   text-align: right;
   vertical-align: middle
}
.contactJspCallBackPhoneNoInputLabel {
   font-size: 8pt;
   font-weight: normal;
   line-height: 10px;
   text-align: right;
   vertical-align: middle
}
.contactJspCaptchaInputLabel {
   font-size: 10pt;
   font-weight: normal;
   line-height: 20px;
   text-align: left;
   vertical-align: middle;
}
.contactJspCaptchaNewImageLink {
   font-size: 7pt;
   font-weight: normal;
   !important; display: block;
}
.contactJspCaptchaInputComment {
   font-size: 9pt;
   font-weight: normal;
   line-height: 20px;
   text-align: right;
   vertical-align: middle;
}
/* -------------------------------------------------------------------------- */

/* definiert Stile für Texte der Referenzen-Seite*/
.contactAddressJspTbl {
   border: 0px solid #000000;
   width: 700px;
   height: 440px
}
.contactAddressJspHeader {
   font-size: 12pt;
   font-weight: lighter;
   text-align: left;
   padding-top: 15px;
   padding-left: 15px;
   vertical-align: top
}
.contactAddressJspAddressLabel {
   font-size: 9pt;
   font-weight: normal;
   line-height: 20px;
   padding-top: 20px;
   padding-left: 15px;
   text-align: left;
   vertical-align: middle
}
.contactAddressJspCompanyName, .contactAddressJspCompanyStreet,
.contactAddressJspCompanyPhone, .contactAddressJspCompanyEmail {
   font-size: 9pt;
   font-weight: normal;
   line-height: 15px;
   padding-top: 0px;
   padding-left: 35px;
   text-align: left;
   vertical-align: bottom
}
.contactAddressJspCompanyLocation {
   font-size: 9pt;
   font-weight: normal;
   line-height: 20px;
   padding-left: 35px;
   text-align: left;
   vertical-align: bottom
}
#contactAddressFooterTbl {
   background-color: #3E494F;
   height: 50px;   
   width: 200px
}
.contactAddressFooterText {
   font-size: 9pt;
   font-weight: lighter;
   color: #878780;
   line-height: 15px;
   padding-top: 0px;
   padding-right: 10px;
   text-align: right;
   vertical-align: bottom
}
/* -------------------------------------------------------------------------- */

/* definiert Stile für Texte der Impressum-Seite*/
.impressumJspTbl {
   border: 0px solid #000000;
   height: 440px;
   width: 100%
}
.impressumJspHeader {
   font-size: 12pt;
   font-weight: lighter;
   text-align: left;
   padding-top: 15px;
   padding-left: 15px;
   vertical-align: top
}
.impressumJspContent {
   font-size: 9pt;
   font-weight: normal;
   line-height: 20px;
   padding-top: 20px;
   padding-left: 15px;
   text-align: left;
   vertical-align: middle
}
.impressumJspCompanyAddressLabel, .impressumJspLiabilityLabel, .impressumJspLiabilityNoticeLabel,
.impressumJspAuthorNoticeLabel {
   font-size: 10pt;
   font-weight: bold;
   line-height: 15px;
   padding-left: 0px;
   text-align: left;
   vertical-align: middle;
}
.impressumJspCompanyNameText, .impressumJspCompanyOwnerText, .impressumJspCompanyStreetText,
.impressumJspLiabilityNoticeText, .impressumJspLiabilityPerson, .impressumJspAuthorNoticeText {
   font-size: 9pt;
   font-weight: normal;
   line-height: 14px;
   padding-left: 0px;
   text-align: left;
   vertical-align: middle
}
.impressumJspCompanyLocationText {
   font-size: 9pt;
   font-weight: normal;
   line-height: 20px;
   padding-left: 0px;
   text-align: left;
   vertical-align: middle
}
.impressumJspCompanyTaxIdLabel {
   font-size: 10pt;
   font-weight: normal;
   line-height: 17px;
   padding-left: 0px;
   text-align: left;
   vertical-align: middle
}
.impressumJspCompanyTaxIdText {
   font-size: 9pt;
   font-weight: normal;
   line-height: 15px;
   padding-left: 15px;
   text-align: left;
   vertical-align: middle
}
.impressumJspCompanyPhoneLabel, .impressumJspCompanyEmailLabel,
.impressumJspCompanyFaxLabel, .impressumJspCompanyWebLabel {
   font-size: 10pt;
   font-weight: bold;
   line-height: 17px;
   padding-left: 0px;
   text-align: left;
   vertical-align: middle
}
.impressumJspCompanyPhoneText, .impressumJspCompanyEmailText,
.impressumJspCompanyFaxText, .impressumJspCompanyWebLink {
   font-size: 9pt;
   font-weight: bold;
   line-height: 15px;
   padding-left: 15px;
   text-align: left;
   vertical-align: middle
}

.impressumJspHorizontalRule {
   width: 100%;
}
.impressumJspWebmasterLabel, .impressumJspGraphicLabel,
.impressumJspTranslationLabel {
   font-size: 8pt;
   font-weight: bold;
   line-height: 15px;
   padding-left: 0px;
   text-align: left;
   vertical-align: middle
}
.impressumJspWebmasterLink, .impressumJspGraphicLink,
.impressumJspTranlationLink {
   font-size: 8pt;
   font-weight: normal;
   line-height: 15px;
   padding-left: 0px;
   text-align: left;
   vertical-align: middle
}
/* -------------------------------------------------------------------------- */

/* Position der Kommunikationstabelle "comunicationTable.jsp"*/
#ComTablePos { 
   position: absolute;
   top: 0px;
   left: 10px;
   z-index: 1
}
.comTable {
   background-color: #FFFFFF;
   border: 0px solid #000000;
   padding: 0mm;
   filter: Alpha(opacity=90, finishopacity=100, style=0);
   width: 600px
}

/* definiert Stile für die Errortabelle der Seite "comunicationTable.jsp"*/
.errorTable {
   border-color: #FF0000;
   border-style: solid;
   border-width: 3px;
   width: 100%
}
.errorTableHeader { 
   color: #FF0000;
   font-size: 10pt;
   font-weight: bolder 
}
.errorTableMessageText {
   color: #000000;
   font-size: 9pt;
   font-weight: lighter
}

/* definiert Stile für die Messagetabelle der Seite "comunicationTable.jsp"*/
.messageTable {
   border-color: #26D503;
   border-style: solid;
   border-width: 3px;
   width: 100%
}
.messageTableHeader {
   color: #26D503;
   font-size: 10pt;
   font-weight: bolder
}
.messageTableMessageText {
   color: #000000;
   font-size: 9pt;
   font-weight: lighter
}
/* -------------------------------------------------------------------------- */

.preloaderHtml {
   position: absolute;
   left:0px;
   top:0px;
   height: 100%;
   width: 100%;
   background-repeat: no-repeat;
   background-position: center;
   background-attachment: fixed
}

#whiteTransparent_80 {  
   font-size: 8pt;
   background-color: #FFFFFF;
   filter: alpha(opacity=80);
   moz-opacity: 0.9; 
   opacity: 0.9
}
.preloaderBg {
   background-image: url("../images/ladebalken/ladebalken2.gif");
   background-repeat: no-repeat;
   background-position: center;
   background-attachment: fixed
}
/* -------------------------------------------------------------------------- */

/* definiert globalen Stil für die Eingabefelder, wenn kein Eingabefehler aufgetreten ist */
.globalSuccessInput {  
    background-image: url("../images/background/inputboxShadow.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    border: 1px solid #0C231D
}
.globalSuccessInputRadio {
    background: transparent; 
}
.globalSuccessInputCheckbox {
    background: transparent; 
}
/* definiert globalen Stil für die Eingabefelder, wenn ein Eingabefehler aufgetreten ist */
.globalErrorInput {
    border: 1px solid #FF0000; 
}
.globalErrorInputSelect { 
    background-color:#dff;
    border: 1px solid #FF0000;
}

.globalCopyright {
   color: #0C231D;
   font-size: 10px;
   font-weight: lighter
}
