/* ### formatierung (classen) allgemein ### */
* { 
    margin:0px;
    padding:0px;
}

html { 
    height: 100%;
    margin:0px;
    padding:0px;
}

body, p, div, span {
    font-size:100%;
}

body {
    height: 100%;
    background-color:white;
    margin:0px;
    padding:0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: black;
    background-image:url(/images/template/bg.gif);
    background-repeat:repeat-y;
}

a {
    color: #70909a;
    text-decoration: none;
}

a:link, a:visited {
    color: #70909a;
}

a.link-external,
a.link-external:hover {
    padding-left: 19px;
    background-image: url(/images/admin/icon-link-external.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}

a.link-internal,
a.link-internal:hover {
    padding-left: 18px;
    background-image: url(/images/template/ico_arrow_right.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}

h1 {
    font-size: 140%;
    font-weight: 700;
    color: #70909a;
    padding-bottom:5px;
}

h2 {
    font-size: 120%;
    padding-top:7px;
    color: #70909a;
}

h3 {
    font-size: 100%;
    color: #70909a;    
}

h4 {
    font-size: 100%;
    padding-bottom:6px;
    color: #000000;
}

li {
    margin-top: 0;
    font-size: 76%;
}

.table_padding td {
    padding: 2px 10px 2px 10px;    
}

#product-image,  #product-image-no-border{
    background-color:#FFFFFF;
    height:151px;
    text-align:center;
    position:relative;
}

#product-image {
    border: 1px solid #97abb4;
}

#company {
    padding-top:25px;
    background-color:#FFFFFF;
}

#company p{
    padding-top:10px;
    font-size:100%
}

#company li{
    font-size:100%
}

p.product {
    margin-top:5px;
    margin-bottom:15px;
    font-size:100%;
}

p.table {
    margin-top:0px;
    margin-bottom:5px;
    font-size:100%;
}

p.agenda {
    margin-top: 10px;
    margin-bottom:10px;
    font-size:100%;
}

p.program {
    margin-top: 5px;
    margin-bottom:5px;
    font-size:100%;
}

p.product a {
    /*text-decoration:underline;*/
    text-decoration:none;
}

p.text-small {
    font-size: 83%;
}

a.anker {
    color:#FFFFFF;
    text-decoration:none;
}

/*Layout Container*/
#head {
    width: 100%;
    height: 150px;
}

#head2 {
    width: 100%;
    height: 120px;
}

#image {
    clear: left;
    float: none;
    margin-left: 220px;
}

#image-logo {
    /*clear: left;*/
    float: left;
    margin-left: 220px;
}

#image-top {
    margin-left: 0px;
}

#language {
    background-color: #fdc619;
    width: 209px;
    border-right: 1px solid #97abb4;
    height: 30px;
}

#grey {
    background-color: #70909a;
    height: 30px;
}
#grey_right {
    background-color: #70909a;
    width: 209px;
    height: 30px;
    border-right: 1px solid #97abb4;
}

#yellow {
    background-color: #fdc619;
    height: 30px;
}

#top_navi {
    width:996px;
}

ul#Navigation-Top {
    margin: 0;
    border: 0px solid black;
    height: 30px;
    width: 580px;
}

ul#Navigation-Top li {
    list-style: none;
    display: inline;
    height: 30px;
    line-height: 30px;
    border: 0px solid black;
}

ul#Navigation-Top a {
    padding: 0.2em 1.4em;
    text-decoration: none; 
    font-weight: bold;
    font-size:112%;
    color: white; 
    text-transform:uppercase;
    padding-right: 2.0em;
}

ul#Navigation-Top a:hover {
    color: #70909a; 
}

ul#Navigation-Language {
    margin: 0;
    border: 0px solid black;
    height: 30px;    
    padding-left: 0.5em;
}

ul#Navigation-Language li {
    list-style: none;
    display: inline;
    height: 30px;
    line-height: 30px;
    border: 0px solid black;
    color: white; 
    font-weight: bold;
    font-size:92%;
}

ul#Navigation-Language a {    
    padding-right: 0.1em;
    padding-bottom: 0.2em;
    padding-left: 0.1em;
    text-decoration: none; 
    font-weight: bold;
    text-transform:uppercase;    
    color: white; 
}

ul#member-area {
    margin: 0;
    border: 0px solid black;
    height: 30px;
    background-color:#eed996;
    width:201px;
}

ul#member-area li {
    list-style: none;
    display: inline;
    height: 50px;
    line-height: 30px;
    border: 0px solid black;
}

ul#member-area a {
    padding: 0.2em 1.0em;
    text-decoration: none; 
    font-weight: bold;
    font-size:112%;
    color: #70909a; 
    text-transform:uppercase;
}

ul#Products {
    padding-left:108px;
    list-style:none;
    margin-top:5px;
    margin-bottom: 35px;
    padding-bottom:5px;
}

ul#Products li {
    padding-top: 10px;
    padding-bottom: 4px;
    font-size:100%;
    font-weight: bold;
    padding-left: 22px;
    background-image: url(/images/template/ico_arrow_right.gif);
    background-repeat: no-repeat;
    background-position: 0 1em;
}

ul#Products a {
    color: #70909a;
    font-weight: bold;
    text-decoration:none;
}
/* fuer 2-spaltige Darstellung*/
ul#Products li.innen, li.aussen{
    width: 161px;
       float: left;
}

ul#Products li.innen{
    /*clear:left;*/
}

.clearLine{
    margin:0; 
    padding:0; 
    height:1px;
    clear:left;
}

ul#Products li.aussen{
    width: 258px;
       float: left;
}

/* fuer 2-spaltige Darstellung - breit*/
ul#Products li.innen_breit, li.aussen_breit{
    width: 254px;
    float: left;
    padding-right: 15px;
}

ul#Products li.aussen_breit{
       float: right;
}

/*Produktliste*/
ul#Product-List {
    margin-bottom: 35px;
    padding-bottom:5px;
    padding-right:10px;
}

ul#Product-List li {
    list-style:none;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size:100%;
    font-weight: bold;
    padding-top: 10px; /**/
    padding-left: 35px; /**/
    
}
ul#Product-List a
{
    color: rgb(112, 144, 154);
    font-weight: bold;
    padding-left: 0px;
    text-decoration: none;
}
/* ul#Product-List li.company
{
    padding-top: 10px;
} */
/* ul#Product-List li.produkt-link
{
    background-image: url('/images/template/ico_arrow_right.gif');
    background-position: 0pt 0.2em;
    background-repeat: no-repeat;
    padding-bottom: 4px;
    padding-left: 22px;
} */
ul#Product-List div.produkt-link /**/
{
    background-image: url('/images/template/ico_arrow_right.gif');
    background-position: 0pt 0.2em;
    background-repeat: no-repeat;
    padding-bottom: 4px;
    padding-left: 22px;
}
ul#Product-List li.ctlogo /**/
{
    background: url('/images/admin/ct.gif') no-repeat scroll 0 16px; 
}
/*
}

ul#Product-List a {
    color: #70909a;
    font-weight: bold;
    text-decoration:none;
    padding-left: 0px;
}

ul#Product-List li.company {
    padding-top: 10px;
}

ul#Product-List li.produkt-link {
    padding-bottom:4px;
    padding-left: 22px;
    background-image: url(/images/template/ico_arrow_right.gif);
    background-repeat: no-repeat;
    background-position: 0 0.2em;
}
*/
.back {
    background-image: url(/images/template/ico_arrow_top.gif);
    background-repeat: no-repeat;
    background-position:right;
    font-weight:bold;
    padding-right:15px;
}

.back-top {
    background-image: url(/images/template/ico_arrow_top.gif);
    background-repeat: no-repeat;
    background-position:right;
    font-weight:bold;
    padding-right:5px;
}

.nav-back-next-all {
    float:right;
}

.noBorder {
    border: none;
}

.PaddingLeft {
    padding-left:108px;
}

.search {
    color: #70909a;
    font-size: 76%;
    font-weight: bold;
    padding-left:12px;
    padding-top:12px;
    padding-bottom: 10px;
}

/*Navigation links*/
ul.navigation{
    width:170px;
    list-style:none;
    padding-left:12px;
    margin-top:15px;
    margin-bottom: 20px;
}

ul.navigation li {
    padding-top: 10px;
    padding-bottom: 4px;
    color: #70909a;
}

ul.navigation li a {
    font-weight: bold;
    text-decoration:none;
}

ul.navigation li a:hover {
    font-weight: bold;
    text-decoration:none;
    color:#000000;
}

ul.navigation li a.select {
    color:#000000;
}

/*Sub-Menue*/
ul#Sub-Navigation {
    list-style:none;
    padding:0;    
    margin:0;
}

ul#Sub-Navigation li {
    border:0px solid black;
    padding-top: 14px;
    line-height: 17px;
    font-weight: bold;
    padding-left: 22px;
    font-size:100%;
    color: #70909a;
}

ul#Sub-Navigation a {
    font-weight: bold;
    text-decoration:none;    
    height: 21px;
}

ul#Sub-Navigation a:hover {
    font-weight: bold;
    text-decoration:none;    
    height: 21px;
}

ul#Sub-Navigation li:hover {
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: 0 1.4em;
    background-image: url(/images/template/ico_arrow_right.gif);
}

.pfeil {
    background-image: url(/images/template/ico_arrow_right.gif);
    background-repeat: no-repeat;
    background-position: 0 1.4em;
}

#content {
    width: 994px;
}

#content_left {
    width: 210px;
}

#content_middle {
    margin-left:0px;
    width: 554px;
    padding-right:0px;
    font-size: 76%;
}

#content_middle_full {
    margin-left:0px;
    width: 784px;
    padding-right:0px;
    font-size: 76%;
}

#content_right {
    width: 200px;
    /*background-color:#ebedef;*/ /*LeonZ 12.05.2009*/
    font-size: 76%;
}

#box_slogan {
    background-color:#ebedef;
    font-size: 100%;
}

#events {
    padding-top:32px;
    background-color:#FFFFFF;
    border: 0px solid black;
}

#events p{
    margin-top:15px;
    font-size: 100%;
}

#date {
    width: 70px;
    margin-bottom:5px;
    margin-top:5px;
}

#date_text {
    width:338px;
    margin-top:5px;
    margin-bottom:5px;
}

#date_logo {
    width:125px;
    margin-top:5px;
    margin-bottom:5px;
    text-align:right;
}

#date_text a{
    padding-left: 18px;
    background-image: url(/images/template/ico_arrow_right.gif);
    background-repeat: no-repeat;
    background-position: 0 0.2em;
}

#press-date {
    /*width: 70px;*/
    width: 105px;
}

#press-overview-text {    
    width: 428px;
}
#press-overview-headline {
    font-weight: bold;
}

#press-text {
    /*width: 463px;*/
    width: 428px;
}

#press-text p {
    padding-bottom: 10px;
}

#press-text strong {
    font-weight: bold;
}

#press-text a {
    line-height: 1.7em;
    padding-left: 18px;
    background-image: url(/images/template/ico_arrow_right.gif);
    background-repeat: no-repeat;
    background-position: 0 0.2em;
}

#picture-headline {    
    font-size: 100%;
    font-weight: bold;
    color: #70909a;  
    padding-top: 20px;   
    padding-bottom: 5px;
}

#press-picture img {    
    padding-top: 10px;
    padding-bottom: 10px;
}

#picture-caption {    
    padding-top: 5px;   
    padding-bottom: 20px;
}

#press-text-new {
    /*width: 463px;*/
    width: 428px;
}

#press-text-new strong {
    font-weight: bold;
}

#press-text-new a {
    line-height: 1.7em;
}

#press-text-new-headline {
    font-size: 120%;
    font-weight: bold;
    /*padding-top:7px;
    color: #70909a;*/
}

#press-text-link {    
    width: 107px;
}

#contact-box {
    margin-top:20px;
    width:50%;
}

span.events-link{
    padding-left: 18px;
    background-image: url(/images/template/ico_arrow_right.gif);
    background-repeat: no-repeat;
    background-position: 0 0.2em;
    display:block;
}

#events li {
    background-image: url(/images/template/ico_arrow_right.gif);
    background-position: 0px 12px;
    background-repeat: no-repeat;
    padding: 2px 0 0px 15px;
    font-size: 100%;
    list-style-position:outside;
}

ul#events_ul {
    margin-top:8px;
    margin-bottom:14px;
    padding-left:30px;
}

ul#events_ul li, ul#sub_events_ul li {
    font-size:100%;
    list-style-type:decimal;
    padding-left:0px;
    padding-top:3px;
    background-image:none; /*FrankP: löschen des Gedankenstrichs*/
}

#sub_events_ul {
    padding-left:30px;
}

ul#sub_events_ul li {
    list-style-type: lower-alpha;
}

#content_text {
    margin-left:20px;
    margin-top:15px;
}

#content_text table {
    margin-bottom:15px;
}

#content_text p.noPaddingBottom{
    margin:0px;
}

/*Formatierung fuer kleinen Abstand*/
#content_text p.minPaddingBottom{
  margin-bottom:6px;
}

ul#content_ul {
    margin-top:3px;
    margin-bottom:14px;
}

/* 
 * JoergP | 09.09.2011
 * neuer Listentyp Editor im Template 'Products - Product Single'
 */
ul.content_ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 3px 0 14px 0;
}

ul#content_ul li, ul#sub_content_ul li,
ul.content_ul li {
    font-size:100%;
    list-style:none;
    background-image:url(/images/template/ico_bullet_list.gif);
    background-position: 0px 10px;
    background-repeat: no-repeat;
    padding-left:12px;
    padding-top:3px;
}

ul#content_ul a, ul#sub_content_ul a,
ul.content_ul a {
    text-decoration:none;
}

#middle-left {
    margin-left:0px;
    width: 260px;
    padding-right:5px;
}

#middle-right {
    margin-left:10px;
    width: 250px;
}

#StartpageNews {
    margin-top: 20px;
}

#StartpageNews a{
    /*text-decoration:underline;*/
}

p.slogan {
    padding: 8px;
    padding-top:15px;
    padding-bottom:15px;
    font-size:100%;
    color:#70909a;
}

/* Floating & Clearer */
.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clearLeft {
    clear: left;
}

.clearRight {
    clear: right;
}

.clearBoth {
    clear: both;
}

.onePix {
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
}

.noPaddingLeft {
    padding-left: 0;
}

.noPaddingBottom {
    padding: 0;
}

.EFF_MAX_subscript {
    font-size: 85%;
}

.Superscript {
    font-size: 85%;
    vertical-align: text-top;
}

.Reg {
    font-size: 92%;
    vertical-align: text-top;
}

.tief {
    font-size: 85%;
    vertical-align: text-bottom;
}

#technical_data td {
    padding-top:3px;
}

.spacer {
    margin-left:12px;
}

/*Suche*/
.tab {
    padding-top: 1px; 
    border-collapse: collapse;
}

.tab TD {
    padding-right: 7px; 
    border-top: black 1px solid; 
    padding-left: 7px; 
    padding-bottom: 7px; 
    padding-top: 7px; 
    border-bottom: black 1px solid;
}

/*Download*/
#download {
    margin-top:12px;
    border:0px solid black;
}

#download td {
    padding-top:4px;
}

#download th {
    text-align:left;
}

#download a {
    text-decoration:underline;
}

/*Members*/
#member {
    margin-top:12px;
    border:0px solid black;
}

#member td {
    padding-top:3px;
}

#member a {
    text-decoration:underline;
    font-size:115%;
    font-weight:bold;
}

.subtitle {
    font-size: 120%;
    padding-top:7px;
    color: #70909a;
    font-weight:bold;
}
 


/*######NEW CMS#######*/
/*Basic CMS*/
.clr {
    clear: both;
}

.hidden {
    height: 0;
    overflow: hidden;
}

.lt {
    float: left;
}

.rt {
    float: right;
}

.ico_top {
    position: absolute;
    right: 0;
    top: 9px;
}

.anc_arrow {
    padding-left: 18px;
    background-image: url(/images/template/ico_arrow_right.gif);
    background-repeat: no-repeat;
    background-position: 0 0.2em;
}


/*Contact CMS*/
.contact_box {
    overflow: hidden;
    width: 535px;
}

.contact_detail {
    float: left;
    margin: 20px 0;
    width: 267px;
    height: 154px;
}

.contact_detail strong {
    color: #000000;
    font-weight: bold;
}

.contact_detail .lt {
    width: 60px;
}

.contact_detail .rt {
    width: 207px;
}

.add_txt {
    margin-top: 0px;
    line-height: normal;
}

.add_txt ul {
    margin-top:0px;
    margin-bottom:0px;
}

.add_txt li {
    font-size:100%;
    list-style:none;
    background-image:url(/images/template/ico_bullet_list.gif);
    background-position: 0px 11px;
    background-repeat: no-repeat;
    padding-top:3px;
    padding-left:12px;
}

.add_txt p {
    margin-bottom: 15px;
}

.add_txt strong {
    font-weight: bold;
}

.add_txt h1 {
    font-size: 140%;
    font-weight: 700;
    color: #70909a;
    padding-bottom:5px;
}

.add_txt h2 {
    font-size: 120%;
    font-weight: bold;
    padding-top:7px;
    color: #70909a;
}

.add_txt h3 {
    font-size: 100%;
    font-weight: bold;
    color: #70909a;   
}


/*CMS Content right*/
#textbox_content_right {
    padding-top:32px;
    /*background-color:#FFFFFF;*/
    /*border: 0px solid black;*/
}

#textbox_content_right p{
    margin-top:15px;
    font-size: 100%;
}

/*CMS FAQ*/
.faq_box ul {
    padding-bottom: 17px;
}

.faq_box h2 {
    padding-bottom: 5px;
}

.faq_box strong {
    color: #000000;
    font-weight: bold;
}

.faq_box li {
    font-size: 100%;
}

.faq_box li p {
    padding-bottom: 15px;
    font-size: 100%;
}

.faq_box li a {
    font-size: 100%;
    font-weight: normal;
}


/*CMS Members*/
.member-link{
    padding: 0 5px 0 18px;
    background-image: url(/images/admin/icon-link-external.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    display:block;
    line-height:120%;
}

.member_hdl {
    margin: 30px 0;
}

.member_hdl h1 {
    float: left;
    color: #000;
    line-height:120%;
}

.member_hdl a {
    float: left;
    margin: 4px 0 0 20px;
}

.member_details p {
    margin: 0 0 17px 0;
}

.member_details ul {
    margin-top:0px;
    margin-bottom:0px;
}

.member_details li {
    font-size:100%;
    list-style:none;
    background-image:url(/images/template/ico_bullet_list.gif);
    background-position: 0px 11px;
    background-repeat: no-repeat;
    padding-top:3px;
    padding-left:12px;
}

.letter {
    background: url(/images/template/bg_hdl_letter.gif) no-repeat 0 10px;
    padding: 0 0 0 9px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    position: relative;
}

.member_box_2col {
    margin: 11px 0 32px 0;
}

.ul_letter {
    width: 700px;
    position: relative;
    top: -53px;/*-17px317*/
    left: 0px;/*21px231*/
    text-align: center;
}

.ul_letter li {
    background: url(/images/template/bg_li_letter.gif) no-repeat 19px 9px;
    font-size: 100%;
    width: 12px;
    padding: 0 10px 5px 2px;
    float: left;
}

.ul_letter .int {
    background: url(/images/template/bg_li_letter.gif) no-repeat 31px 9px;
    width: 24px;
    padding: 0 10px 5px 2px;
    float: left;
}

.ul_letter .no_bg {
    background: none;
}

.ul_letter li a {
    font-size: 15px;
    font-weight:bold;
    color: #ffffff;
}


/*CMS Products*/
.product_box ul {
    margin-top:0px;
    margin-bottom:0px;
}
.product_box p {
    padding-top: 5px;
    padding-bottom: 10px;
}
.product_box h2 {
    padding-bottom: 6px;
}
.product_box h4 {    
    padding-top:15px;    
}
.product_box strong {
    color: #000000;
    font-weight: bold;
}
.product_box li {
    font-size:100%;
    list-style:none;
    background-image:url(/images/template/ico_bullet_list.gif);
    background-position: 0px 11px;
    background-repeat: no-repeat;
    padding-top:3px;
    padding-left:12px;
}
.product_box li p {
    padding-bottom: 15px;
    font-size: 100%;
}
.product_box li a {
    font-size: 100%;
    font-weight: normal;
}

.products_box_2col {
    margin: 11px 0 40px 0; /*margin: 11px 0 8px 0;*/
}

.products_box_2col li {
    padding: 3px 0 0 0;
}

.products_box_2col .products_box_left {
    width: 244px;
    padding: 0 30px 0 0;
    float: left;
}

.products_box_2col .products_box_right {
    width: 260px;/*261px*/
    float: left;
}

.products_box_left a {
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
}

.products_box_right a {
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
}

.products_box_2col .products_box_left div,
.products_box_2col .products_box_right div {
    margin: 0 0 14px 0;
}

.further_info {
    margin: 17px 0 0 0;
}

.further_info li {
/* JoergP | 18.12.2013
    font-size: 12px;
*/
    padding: 1px 0;
    font-weight: normal;
    font-size: 100%;
}

#certified-product {
    margin-top: 20px;
}

#certified-product p{
    margin-top: 10px;
    color: #000000;
    font-size: 100%;
}

/* CMS Events */
.events_box {
    margin-top: 0px;
}

.events_detail {
    margin-top: 5px;
    margin-bottom: 25px;
    overflow: hidden;
    width: 535px;
}

.events_detail .lt {
    width: 85px;
}

.events_detail .rt strong {
    color: #000000;
    font-weight: bold;
}

.events_detail .rt .events_links {
    overflow: hidden;
}

.events_detail .rt .events_links a.lt {
    margin-right: 12px;
    width: auto;
}

.events_detail .rt {
    width: 315px;
}

.events_detail .events_links img {
    display: inline;
    margin-right: 5px;
}

.events_detail .img {
    float: right;
    min-height: 1px;
    overflow: hidden;
    width: 135px;
}

.events_detail .img img {
    float: right;
}

/* CMS Eventsblock on Newssite */
.eventlist_box {
    padding: 10px 0 0 0;
}

.eventlist_box ul {
    margin: 11px 0 13px 0;
}

.eventlist_box li {
    font-weight: normal;
    font-size: 100%;
}

.eventlist_box a {
    padding-left: 18px;
    background-image: url(/images/template/ico_arrow_right.gif);
    background-repeat: no-repeat;
    background-position: 0 0.2em;
    display:block;    
}



/**
 * New event list on homepage
 */
.event-list-home-wrap {
    /*padding-top: 16px;*/
}
.event-list-home {
    padding: 12px 0 7px 0;
}
.event-list-home li {
    padding: 0 0 8px 0;
    font-size: 100%;
}
.event-list-home li a,
.event-list-home li a:hover {
    font-weight: bold;
}



/* CMS NEWS */
.img_news {
    width: 100px;
    padding: 0 10px 0 0;
    float: left;
}

/* CMS HOME */
.grey_member_box {
    background: #f0f1f3;
    /*margin: 0 0 15px 0;*/
    margin: 0;
    padding: 15px 8px 15px 8px;
    color: #70909a;
    font-size:100%;
}

.grey_member_box span {
    font-weight: bold;    
}

.homepage-teaser-box {
    min-height: 118px;
}
* html .homepage-teaser-box {
    height: 118px;
}
.homepage-teaser-box-right-column {
    padding-bottom: 16px;
}

/*
 * New Product Section
 * JoergP | 27-07-2011
 */

    /* table css */
table.product-section {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 5px;
    border-collapse: collapse;
}
table.product-section tr {
    background-color: #eee;
}
table.product-section td,
table.product-section th {
    border: 1px solid #fff;
    vertical-align: top;
    color: #666;
    padding: 5px;
    font-size: 0.9em;
}
table.product-section th {
    background-color: #333;
    color: #FFFFFF;
    font-size: 0.9em;
    font-weight: bold;
}
table.product-section td.text-bold {
    font-weight: bold;
}

    /* sorting icons */
table.product-section th.sorting,
table.product-section th.sorting_asc,
table.product-section th.sorting_desc {
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
}
table.product-section th.sorting {
    background-image: url(/images/table/table-product-section-sorting.gif);
}
table.product-section th.sorting_asc {
    background-image: url(/images/table/table-product-section-sorting-asc.gif);
}
table.product-section th.sorting_desc {
    background-image: url(/images/table/table-product-section-sorting-desc.gif);
}
    /* cell color */
table.product-section td.master {
    background-color: #FF9999;
}
table.product-section td.slave {
    background-color: #CCFFCC;
}
table.product-section td.development {
    background-color: #CCE5FF;
}
table.product-section td.safety {
    background-color: #FFFFCC;
}
table.product-section td.training {
    background-color: #FFFFFF;
}

    /* certification logo */
table.product-section td.certified {
    width: 21px;
    background-image: url(/images/table/certification-logo.png);
    background-position: 0 0.45em;
    background-repeat: no-repeat;
}
table.product-section td.not-certified {
    width: 21px;
}

    /* overwriting table css */
#content_text table.product-section {
    margin-bottom: 0;
}

    /* filter reset link */
a.cleanfilters,
a.cleanfilters:hover {
    cursor: pointer;
}

    /* legend */
ul.table-product-section-legend {}
ul.table-product-section-legend li {
    padding: 2px 0 2px 22px;
    background-position: 0 0.37em;
    background-repeat: no-repeat;
    font-size: 1em;
}
ul.table-product-section-legend li.master {
    background-image: url(/images/table/list-table-product-section-legend-master.gif);
}
ul.table-product-section-legend li.slave {
    background-image: url(/images/table/list-table-product-section-legend-slave.gif);
}
ul.table-product-section-legend li.development {
    background-image: url(/images/table/list-table-product-section-legend-development.gif);
}
ul.table-product-section-legend li.safety {
    background-image: url(/images/table/list-table-product-section-legend-safety.gif);
}
ul.table-product-section-legend li.components {
    background-image: url(/images/table/list-table-product-section-legend-components.gif);
}
ul.table-product-section-legend li.training {
    background-image: url(/images/table/list-table-product-section-legend-training.gif);
}


/*
 * datatable plugin
 */

    /* wrapper */
div.dataTables_wrapper {
    padding: 0 0 30px 0;
}
div.dataTables_wrapper div.top {
    padding: 0 0 10px 0;
}
div.dataTables_wrapper div.bottom {
    padding: 10px 0 0 0;
}

    /* controls */
div.dataTables_info {
    float: left;
}
div.dataTables_length {
    float: left;
}
div.dataTables_paginate {
    float: right;
}

    /* clearer */
div.dataTables_wrapper div.clear {
    clear: both;
}

    /* pagination */
span.paginate_button,
span.paginate_active {
    margin: 2px;
    padding: 2px;
    cursor: pointer;
    color: #70909A;
}
span.paginate_active {
    text-decoration: underline;
}


/*
 * new product single view
 */
div.productBreadcrumb {
    color: #70909a;
}

#Navigation-Breadcrumb {
    width:430px;
}
 
/*
new Member Area
*/
.news-date {
    padding-bottom: 5px;
    padding-top: 0px;
    /*font-weight:bold;*/
    color: #70909A;
}
a.external,
a.external:hover {
    padding-left: 18px;
    background-image: url();
    background-repeat: no-repeat;
}
li.padding a:first-child{padding-top:30px;}
.news_detail{margin-right:80px;}


/**
 * New MemberArea
 * JoergP | 11-01-2013
 */
.add_txt.member_area_text ul {
    padding-bottom: 15px;
}
.member_area_table_meeting {
    width: 100%;
}
.member_area_table_meeting td {
    valign: top;
}
.member_area_table_meeting td.td_label {
    width: 20%;
}
.member_area_table_meeting td.td_value {
    width: 80%;
}
.member_area_table_downloads.product-section,
.member_area_table_results.product-section {
    margin: 2px 0 15px 0 !important;
}


/**
 * KnowledgeBase
 */
.add_txt.knowledge_base_text ul {
    padding-bottom: 15px;
}
.kb_single a:link {
    color: #70909A;
}
ul.kb_single li {
    color: #000000;
    margin-bottom: 0.5em;
    margin-top: 0.3em;
}
ul.kb_single {
    color: #000000;
    list-style-position: outside;
    margin-bottom: 1em;
    margin-left: 3em;
    margin-top: 0.3em;
    text-align: left;
}

.table-knowledge-base {
    width: 100%;
    table-layout: fixed;
}
.table-knowledge-base th,
.table-knowledge-base td {
    padding: 2px 10px;
    border: solid #fff;
    border-width: 1px 0 1px 1px;
    vertical-align: top;
    text-align: left;
}
.table-knowledge-base th {
    background-color: #ddd;
    font-weight: bold;
}
.table-knowledge-base td {
    background-color: #f0f0f0;;
}


/**
 * Product Section - details page
 * JoergP | 22-01-2013
 */

ul.list-links li {
    font-size: 100%;
    padding: 1px 0;
}

ul.list-links li.link-external {
    padding-left: 19px;
    background-image: url(/images/admin/icon-link-external.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}

ul.list-links li.link-internal {
    padding-left: 18px;
    background-image: url(/images/template/ico_arrow_right.gif);
    background-position: 0 0.26em;
    background-repeat: no-repeat;
}


/**
 * Event Section
 * JoergP | 04-12-2013
 */

.event-table {
    width:100%;
    border: 0px solid #000000;
}

.event-table th,
.event-table td {
    vertical-align: top;
}

.event-table th {
    font-weight: bold;
}

.event-table th.event-table-date,
.event-table th.event-table-title,
.event-table th.event-table-country {
    padding: 8px 4px 8px 2px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #EEEEEE;
}

.event-table th.event-table-date {
    width: 18%;
}

.event-table th.event-table-title {
    width: 62%;
}

.event-table th.event-table-country {
    width: 20%;
}

.event-table td.event-table-date,
.event-table td.event-table-title,
.event-table td.event-table-country,
.event-table td.event-table-message {
    padding: 10px 4px 10px 2px;
    border-bottom: 1px solid #EEEEEE;
}

.event-table th.event-table-month {
    padding: 20px 0 8px 2px;
}

a.event-title-link,
a.event-title-link:hover {
    font-weight: bold;
    color: #000000;
}




/**
 * Filter Panel
 * JoergP | 04-12-2013
 */

.filter-list {
    width: 100%;
    margin-top: 20px;
}

/**
 * Logout Navigation
 * LeonZ | 30-07-2015
 */

.logout {
    display: none;
}



/**
 * Icons Social
 * LeonZ | 10-01-2018
 */

#icon-social {      
    position: absolute;
    left: 763px;
    top: 47px;
    width: 300px
}

ul#navigation-social {
    margin: 0;
    border: 0px solid black;
    height: 30px; 
}

ul#navigation-social li {
    list-style: none;
    display: inline;
    height: 30px;
    line-height: 30px;    
    border: 0px solid black;
    padding-left: 30px;
}

.icon-linkedin {
  position: absolute;
  width: 29px;
  height: 25px;
  background-repeat: no-repeat;
  background-image: url(/images/admin/icon_linkedin_25.png); }

.icon-twitter {
  position: absolute;
  width: 29px;
  height: 25px;
  background-repeat: no-repeat;
  background-image: url(/images/admin/icon_twitter_25.png); }

.icon-instagram {
  position: absolute;
  width: 29px;
  height: 25px;
  background-repeat: no-repeat;
  background-image: url(/images/admin/icon_instagram_25.png); }

.icon-xing {
  position: absolute; 
  width: 29px;
  height: 25px;
  background-repeat: no-repeat;
  background-image: url(/images/admin/icon_xing_25.png); }

.icon-youtube {
  position: absolute;
  width: 29px;
  height: 25px;
  background-repeat: no-repeat;
  background-image: url(/images/admin/icon_youtube_25.png); }

.icon-wechat {
  position: absolute;
  width: 29px;
  height: 25px;
  background-repeat: no-repeat;
  background-image: url(/images/admin/icon_wechat_25.png); }


 