/* ===========================================================================
  #ffdd00 (zuvor: #ffe600) Gelb Streifen links, Hintergrund Überschriften rechts
  #404060 Graublau Titelseite
  #000084 Tiefblau Text Überschriften, Umrandungen
  #0810bd Mittelblau Überschriften Technische Daten
  #e8e8ff Rahmen Hintergrund Hellblau

  #f7ff00 Gelb in Navigationsbuttons (Schrift)
  #0810bd Blau in Navigationsbuttons (Body)
=========================================================================== */

.content p {
    margin-top: 0;
    margin-bottom: 0.8em;
    font-size: 14px;
    font-size: 1.4rem;
    text-indent: 1.5em;
}
.content p a:hover,
.content li a:hover,
.content td a:hover {
    text-shadow: 0px 0px 4px #9090b0;
}

.content h1 {
    margin-top: 0;
    margin-bottom: 0.15em;
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: 900;
    color: #000084;
    line-height: 1.0;
    letter-spacing: 1px;
}

.content h2 {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 900;
    color: #404040;
}

.content h3 {
    margin-top: 0;
    margin-bottom: 0.4em;
    color: #000084;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    }

h3.st {
    padding: 0px 0px 3px 5px;
    border-width: 0px 0px 1px 8px;
    border-style: solid;
/*  border-color:  #ff0000; */
    border-color:  #000084;
    }

.content h4 {
    margin-top: 0;
    margin-bottom: 0.4em;
    color: black;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    }

.content h5 {
    margin-top: 0;
    margin-bottom: 0.5em;
    color: #404040;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    }

.pdf {
    padding-left: 20px;
    background: url("/site/images/icon16x16_pdf.gif") no-repeat center left;
    }

.rem {
/*  font-size: 79%; /* 11px */
    font-size: 11px;
    font-size: 1.1rem;
    color: #666666;
    text-indent: 0;
    line-height: 1.2em;
    }

.warn {
    color: #cc0000;
    font-weight: bold;
    }

.note {
/*  font-size: 79%; /* 11px */
    font-size: 11px;
    font-size: 1.1rem;
    color: #666666;
    text-indent: 0;
    line-height: 1.2em;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-top: 1px;
    padding-bottom: 1px;
    border-top: #666666 solid 1px;
    border-bottom: #666666 solid 1px;
    }

.noindent {
    text-indent: 0 !important;
    }

pre {
/*  font-size: 100%; /* 14px */
    font-size: 14px;
    font-size: 1.4rem;
    font-family: Courier, monospace;
    line-height: 1.1em;
    border: 1px dashed #8080F0;
    background-color: #F4F4FF;
    padding: 0.5em;
    margin-bottom: 0.8em;
    margin-left: 1.5em;
    }

div.retired {
    margin-bottom: 1em;
    padding: 10px 10px 0 10px;
    border: 3px dotted red;
    background-color: lightgrey;
}
div.retired p {
    text-indent: 0;
    color: red;
    font-size: 16px;
}

/* --( Specification Table )----------------------------------------------- */

.spectable td {
    border: 1px solid #000084;
    padding: 1px 4px;
    line-height: 1.2em;
    }
.spectable th {
    border: 1px solid #000084;
    padding: 1px 4px;
    text-align: left;
    }

/* --( Form Table )-------------------------------------------------------- */

.formtable td {
    vertical-align: top;
    padding: 0.5em 1em 0 0;
}

/* --( Distri Price List )------------------------------------------------- */

.dpl-navbar  {
    width: 100%;
	margin-bottom: 1em;
    }
.dpl-navbar td {
    border: 1px solid #000084;
/*    padding: 1px 4px; */
    padding: 0px;
    line-height: 1.2em;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    }
.dpl-navbar td a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding: 2px 4px;
    }
.dpl-navbar td a:hover {
    color: #fff;
    background-color: #000084;
}
.dpl-navbar td.dpl-navbar-sel {
    background-color: #000084;
}
.dpl-navbar td.dpl-navbar-sel a {
    color: #fff;
}

.dpl-ctlbar {
    text-align: right;
	margin-top: -1.5em;
    margin-bottom: 0.5em;
}
.dpl-ctlbar-sel {
    font-weight: bold;
}

.dpl-table  {
    table-layout:fixed;
    width: 100%;
    white-space: nowrap;
}
.dpl-table tr:hover {
	background-color: #e8e8ff;
}
.dpl-table td {
    border: 1px solid #000084;
    padding: 1px 4px;
    line-height: 1.2em;
}
.dpl-table th {
    border: 1px solid #000084;
    padding: 1px 4px;
    text-align: left;
}
.dpl-table-code {
    width: 140px;
}
.dpl-table-linked {
    font-weight: bold;
    text-decoration: none;
}
.dpl-table-desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dpl-table-qty {
    width: 35px;
    text-align: right !important;
}
.dpl-table-price {
    width: 60px;
    text-align: right !important;
}


/* --( vCard Table )------------------------------------------------------- */

.vc_table {
/*  font-size: 108%; */
}
.vc_table td {
    padding: 3px 6px;
    vertical-align: top;
    line-height: 1.2em;
}
.vc_table th {
    width: 5em;
    padding: 3px 6px;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    line-height: 1.2em;
}

/* ------------------------------------------------------------------------ */

.vc_details {
    position: relative;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color:  #000084;
}
.vc_details a  {
    display: block;
    padding: 1em 0 0.4em 0;
    text-decoration: none;
}
.vc_details a table,
.vc_details a div {
    display: none;
}
.vc_details a:hover table {
    display: block;
/*  margin-bottom: 0.6em; */
    color: black;
}
.vc_details a:hover div {
    display: inline;
    position: absolute;
    bottom: 0.4em;
    right: 10px;
/*  margin-top: -18px; */
/*  text-align: right; */
    text-shadow: 0px 0px 4px #9090b0;
}
.vc_details a h3 span {
    margin-right: 2px;
    padding: 2px 4px;
    border: 1px solid #000084;
}
.vc_details a:hover h3 span {
    background-color: #000084;
    color: white;
}

/* --( Vendor Box )-------------------------------------------------------- */

.vendorbox {
    float: right;
    margin: 0px 0px 8px 10px;
    padding: 10px 0px 8px 10px;
    border-left: 1px dotted red;
    border-bottom: 1px dotted red;
    }

.vendorbox div {
    margin-top: 10px;
    padding-left: 22px;
    background: url("/site/images/icon16x16_pdf.gif") no-repeat left 2px;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 110%;
    }

/* --( Category List )----------------------------------------------------- */

.catleft {
    float: left;
    width: 49%;
}
.catright {
    float: right;
    width: 49%;
}
.catlist {
    position: relative;
    margin: 20px 0px;
}
.catlist a {
    display: inline-block;
    width: 100%;
    padding: 5px 5px 5px 12px;
    border: 1px dotted #ffdd00;
    border-left: 5px solid #ffdd00;
    color: #222;
    text-decoration: none;
}
.catlist a:hover {
    color: black;
    background-color: #ffffcc;
}
.catlist figure {
    float: left;
    margin-right: 10px;
}
.catlist div {
    padding-top: 5px;
    padding-left: 120px;
}
.catlist h4 {
    font-size: 15px;
}

/* --( Container/Sitemap )------------------------------------------------- */

/*
 *  ToDo: styles for multi-level <ul> structure
 */


/* --( Category (Breadcrumb) Navigation )---------------------------------- */

#catnav {
    margin-top: 0;
    margin-bottom: 2em;
    font-size: 12px;
    font-weight: bold;
}
#catnav a:hover {
    text-shadow: 0px 0px 4px #9090b0;
}

/* --( What's new )-------------------------------------------------------- */

div#whatsnew {
    background: #FFFFCC;
    border-width: 5px 5px 5px 5px;
    border-style: solid;
    border-color: #ffdd00;
    border-radius: 5px;
    padding: 2px 5px;
    margin-bottom: 1.5em;
}
div#whatsnew p {
    text-indent: 0;
    line-height: 1.2;
    margin-bottom: 0.5em;
}
div#whatsnew h4 {
    position: relative;
    top: -22px;
    font-size: 24px;
    font-size: 2.4rem;
    color: OrangeRed;
    margin-bottom: -18px;
    font-weight: 900;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px #404040;
}

/* --( Product Foto )------------------------------------------------------ */

div.pf {
    margin: 1em 0 1em 0;
    padding: 1em 0 1em 0;
    text-align: center;
    }

div.pf div {
/*  font-size: 86%; /* 12px */
    font-size: 12px;
    font-size: 1.2rem;
    font-style: italic;
    padding-top: 0.2em;
    line-height: 120%;
    }

div.pf a img {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-image: url("/site/images/icon18x14_zoomin.gif");
    background-repeat: no-repeat;
    background-position: 90% 100%;
    padding-bottom: 18px;
    }

div.pf a:hover {
/*    background-color: inherit; */
      background-color: #ffffff;
    }
div.pf a:active {
/*    background-color: inherit; */
      background-color: #ffffff;
    }

.bordered {
    border: 1px solid #000084;
    }

/* --( Downloads & Links )------------------------------------------------- */

div#downlinks {
    margin-bottom: 1em;
    }

#downlinks h3 {
    margin-bottom: 0;
    padding: 3px 5px 3px 10px;
    border: 1px solid #000084;
    background: #ffdd00 none;
/*  color: #0810bd; */
    color: #404040;
    font-size: 17px;
    font-size: 1.7rem;
    }
#downlinks ul {
    margin: 0;
    padding: 0; /* 2013-09-19 */
    list-style: none;
    line-height: 110%;
    }
#downlinks ul li {
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #000084;
    }
#downlinks a {
    background: #e8e8ff no-repeat;
    background-position: 4px 0.25em;
    display: block;
    padding: 2px 2px 2px 25px;
    }
#downlinks a:link {
    color: #000084;
    text-decoration: none;
    }
#downlinks a:visited {
    color: #666666;
    text-decoration: none;
    }
#downlinks a:hover {
    color: #000084;
    background-color: #ffffff;
    text-decoration: none;
    text-shadow: none;
    }
#downlinks a:active {
    color: #0000ff;
    text-decoration: none;
    }
#downlinks a.icon_arrow {
    background-image: url("/site/images/icon18x14_arrow.gif");
    }
#downlinks a.icon_binary {
    background-image: url("/site/images/icon18x14_binary.gif");
    }
#downlinks a.icon_bullet {
    background-image: url("/site/images/icon18x14_bullet.gif");
    }
#downlinks a.icon_de {
    background-image: url("/site/images/icon18x14_de.gif");
    }
#downlinks a.icon_en {
    background-image: url("/site/images/icon18x14_en.gif");
    }
#downlinks a.icon_extlink {
    background-image: url("/site/images/icon18x14_extlink.gif");
    }
#downlinks a.icon_link {
    background-image: url("/site/images/icon18x14_link.gif");
    }
#downlinks a.icon_manual {
    background-image: url("/site/images/icon18x14_manual.gif");
    }

/* --( Technical Data )---------------------------------------------------- */

div.techtable {
    margin-bottom: 1em;
    }

div.techtable h3 {
    margin-bottom: 0;
    padding: 3px 5px 3px 10px;
    border: 1px solid #000084;
    background: #ffdd00 none;
/*  color: #0810bd; */
    color: #404040;
    font-size: 17px;
    font-size: 1.7rem;
    }

div.techtable ul {
    margin: 0;
    padding: 5px 5px 5px 25px;
    border: 1px solid #000084;
    border-top-width: 0;
    background: #e8e8ff none;
/*  font-size: 86%; /* 12px */
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 120%;
    list-style-image: url("/site/images/bullet_b2.gif");
    }

div.techtable li {
    margin: 0.2em 0;
    }

div.techtable p {
    margin: 0;
    padding: 5px 5px 5px 10px;
    border: 1px solid #000084;
    border-top-width: 0;
    background: #e8e8ff none;
/*  font-size: 86%; /* 12px */
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 120%;
    text-indent: 0;
    }

/* --( Ordering Info )----------------------------------------------------- */

div#orderinfo {     /* IE! */
    width: 100%;
    clear: both;
    }
#orderinfo table {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 120%;
    table-layout: fixed;
    }
#orderinfo table tr td {
    vertical-align: top;
    padding: 3px 4px 2px 4px;
    border-color: #000084;
    border-style: solid;
    }
#orderinfo table tr {
    background: #e8e8ff none;
    }
#orderinfo table tr:nth-child(even) {
    background: #dcdcf0 none;
    }
.oi-col-item {
    /* borders need to be assigned here as IE ignores borders for tr */
    border-width: 1px 0px 1px 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.oi-item-code {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}    
.oi-avail-text {
    float: right;
    font-size: 11px;
    font-size: 1.1rem;
    color: #666666;
}
.oi-avail-mark {
    float: left;
    width: 15px;
    border: 1px solid silver;
    margin-top: 3px;
    font-size: 18px;
    line-height: 1.4rem;
}
.oi-col-price {
    width: 110px;
    border-width: 1px 0px 1px 0px;
    padding-left: 0px !important;
    text-align: right;
    white-space: nowrap;
}
.oi-price-curr {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3em;
}
.oi-zzgl-mwst {
    font-size: 10px;
    font-size: 1.0rem;
    color: #666666;
    line-height: 1.1em;
}
.oi-zzgl-mwst a {
    color: #666666;
}
.oi-col-cart {
    width: 50px;
    border-width: 1px 1px 1px 0px;
}
.oi-cart-div {
    padding-top: 2px;
}

#orderinfo p {
/*  font-size: 86%; /* 12px */
    font-size: 12px;
    font-size: 1.2rem;
    text-indent: 0;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    }

/* --( Page Date )--------------------------------------------------------- */

#pagedate p {
/*  font-size: 86%; /* 12px */
    font-size: 12px;
    font-size: 1.2rem;
    color: #666666;
    text-align: right;
    margin: 0.5em 0 0.5em 0;
    }

/* -- Pagination ---------------------------------------------------------- */

.MarkupPagerNav {
    clear: both;
    margin: 0.2em 0 0.8em 0;
    padding: 0;
    float: left;
}
.MarkupPagerNav li {
    display: inline;
    list-style: none;
    margin: 0;
}
.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
    display: block;
    float: left;
    padding: 1px 9px 1px 9px;
    color: #000084;
    background: #fff;
    border: 1px solid #000084;
    margin-left: 6px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
.MarkupPagerNav li:first-child a {
    margin-left: 0;
}
.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
    color: #fff;
    background: #000084;
    text-decoration: none;
}
.MarkupPagerNav li.MarkupPagerNavSeparator {
    display: inline;
    border: 0;
    color: #000084;
    padding-left: 1px;
    padding-right: 0px;
}

/* ------------------------------------------------------------------------ */

.product-finder-controls {
    margin-top: 1em;
    margin-bottom: 0.5em;
    text-align: right;
}
.product-finder-controls input[type="text"] {
    width: 12em;
    margin-left: 2em;
    margin-right: 4px;
}
.product-finder-controls input[type="submit"] {
    margin-left: 6px;
}
.btn101 {
    padding: 2px 10px;
    border: 1px solid #000084;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    background: #606060;
}
.btn101:hover {
    color: #ffffff;
    background: #000084;
}

/* ------------------------------------------------------------------------ */

#subscribe-nl {
    padding: 1em;
    border: 1px dotted grey;
}
#subscribe-nl p {
    margin: 0;
    text-indent: 0;
    font-weight: bold;
}
#subscribe-form div ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
}
#subscribe-form div ul li {
    display: inline-block;
    padding: 4px 6px 2px 6px;
    margin: 0.5em 1em 0 0;
    background: #e8e8ff;
    border: 1px dotted grey;
}
#subscribe-form div ul li label {
    cursor: pointer;
}
#subscribe-form div ul li label span {
    padding-left: 8px;
}
#subscribe-form .form__item--roles {
    display: none;
}
#subscribe-form .form__item--label {
    display: block;
    font-weight: bold;
}
#subscribe-form div input#Inputfield_email {
    width: 100%;
    margin-bottom: 1em;
}

/* ------------------------------------------------------------------------ */

#search-settings {
    padding: 1em;
    border: 1px dotted grey;
    margin-bottom: 2em;
    background-color: #ffffcc;
}

#search-settings div {
    margin-top: 0.5em;
}

#search-settings input[type=text] {
    width: 100%;
    padding-left: 3px;
    font-weight: bold;
}

#search-settings input[type=submit] {
    margin: 0.5em 0 0 0;
}

/* --( Search Results )---------------------------------------------------- */

.search-result {
    position: relative;
    margin: 0.5em 0;
}
.search-result a {
    display: inline-block;
    width: 100%;
    padding: 3px 5px 2px 12px;
    border: 1px dotted #ffdd00;
    border-left: 5px solid #ffdd00;
    color: #222;
    text-decoration: none;
}
.search-result a:hover {
    color: black;
    background-color: #ffffcc;
}
.search-result figure {
    float: left;
}
.search-result div {
    padding-left: 3em;
}
.search-result h4 {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 0;
}
.search-result span {
    font-size: 13px;
    font-size: 1.3rem;
    color: #666666;
}
