/* WiMo Style Sheet, http://www.wimo.com */
/* Copyright (c) 2003 4koepfe, http://www.4koepfe.de, info@4koepfe.de */
/* Author: Jens Borsdorf, http://www.jens-borsdorf.de, mail@jens-borsdorf.de */
/* Überarbeitet E.Plicht, WiMo 2012 */

/* Generic */
body,table,p,th {
    font-family:verdana,sans-serif;
    font-size: 11px;
    color:#3c3c3c;
    } /* 11 */

input,textarea,button,select {
    font-family:verdana,sans-serif;
    font-size:11px;
    }  /* 16 */

/* wird in header.css nicht matched WTF */
a#login {
    color: #ccc;
    text-decoration: none;
}

a { color:#263B8C; }

a:link {
    color: #2a5db0;
}

h1,h2,h3,h4,h5,h6 {
    font-family:verdana,sans-serif;
    border:solid #888;
    border-width:0px 0px 2px 0px;
    padding:3px;
}

h1 {
    font-size:16px;
    background-color:#FFA500;
    color:#fff;
    margin: 1em 0 1em 0;
    clear: both;
}

h2 {
    font-size:15px;
    background-color:#263B8C;
    color:#fff;
    margin: 4em 0 0.5em 0;
    clear: both;
}

h3 {
    font-size:14px;
    background-color:#eee;
    margin: 3em 0 1em 0;
    clear: both;
}

h4 {
    font-size:13px;
    background-color:#eee;
}

h5 {
    font-size:12px;
    background-color:#eee;
}

h6 {
    font-size:11px;
    background-color:#eee;
}

.jiggy h4 {
    /* Border bei Zahlungsweisen oberhalb der Ueberschrift */
    border-width: 2px 0 0 0;
}


div#main-content {
    padding-right: 42px; /* für hotjar feedback button */
}


h1 span.sub { font-size:0.8em; }


/* Tables */
table.deco    { width:95% }
table.deco th { color:#fff; background-color:#273B8B; }
table.deco td { border:solid #ddd; border-width:0px 0px 1px 0px; }
table.deco td ul { text-align: left; }
table.deco tr.sec { background: #eee; }

table.deco2 { border-spacing:0; empty-cells:show; margin-bottom: 2em; }
table.deco2 th { color:#000; background-color:#b9d6e0; text-align:center; padding: 0 1em;}
table.deco2 tbody > tr > th { color:#000; background-color:#b9d6e0; padding: 0 1em;}
table.deco2.coaxoverview tbody > tr > th { color:#000; background-color:#b9d6e0; text-align:left; padding: 0 1em;}
table.deco2 td { border:solid #ddd; border-width:0 1px 1px 0; padding:3px 1em 3px 1em; text-align:center; }
table.deco2 td ul { text-align: left; }
table.deco2 tr th:first-child { border-left:solid #ddd 1px; text-align: left;}
table.deco2 tr td:first-child { border-left:solid #ddd 1px; text-align: left;}
table.deco2 tr.sec { background: #eee; } /* manueller alter kram */
table.deco2 tr.oddrow { background: #eee; } /* js automatik */
table.deco2 tr.imgrow td { vertical-align: bottom; }
table.deco2 tr.imgrowhfg td img { vertical-align: bottom; max-height: 200px;}
table.deco2 tr.imgrow90w td img { vertical-align: bottom; max-width: 90px;}
table.deco2 tr.imgrow90w th img { vertical-align: bottom; max-width: 90px;}

table.deco2.firstcolleft tr td:first-child { text-align: left; }
table.deco2.firstcolleft tr th:first-child { text-align: left; }
table.deco2 tr td.leer { background: #ddd; }

table.deco2 caption {
    background: #aaa;
    color: #333;
    font-weight: bold;
    font-size: 110%;
    padding: 0.2em 1em;
    caption-side: top;
}

table.deco2 + table.deco2 {
    margin-top: 6em;
}

/* Bilder von Mobilstrahlern, sehr schmal, hoch, ohne Rand */
table.deco2 tr td.imgv {
    text-align: center;
    vertical-align: bottom;
}
table.deco2 tr td.imgv div.singlezoom {
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    vertical-align: bottom;
}

table.spacer3htop {
    margin-top: 3em;
}


div.dlbox + table.deco2 { margin-top: 3em; }


table tr td.pricecolumn { text-align: right; }



/* Benutzt für kleinen Warenkorbtabelle auf adresseingabeseite cart.pl */
table.deco4 { border-collapse:collapse; empty-cells:show; }
table.deco4 th { color:#000; background-color:#0099cc; }
table.deco4 td { border:solid #ddd; border-width:1px; padding-left:1em; padding-right:1em; }


table.print { border-collapse:collapse; empty-cells:show; }
table.print th { color:#000; background-color:#ccccff; }
table.print td { border:solid #aaa; border-width:1px; background-color:#cccccc; padding:15px; text-align:center; }

table.montagematerial tr td {
    vertical-align: top;
}



/* Neuer Footer per SSI, Ekki, Okt. 2007 */
table.footer {
        clear: both;
        empty-cells:show;
        margin-top: 3em;
        margin-bottom: 2em;
        margin-left: auto;
        margin-right: auto;
        font-size: 70%;
        font-family: arial;
        border-spacing: 10px;
        } /* 168 */

table.footer td {
        border-top: solid 5px #ddd;
        border-left: solid 5px #eee;
        border-bottom: solid 5px #777;
        border-right: solid 5px #aaa;
        background-color:#fff;
        padding:2px;
        padding-left: 20px;
        padding-right: 20px;
        text-align:center;
        } /* 180 */




/* ------- Extensions by E.Plicht, WiMo --- */


/* Generic Ekki */
.alertbox { width: 70%; margin:3em; padding:1em; border:thin solid #ff0000; background-color:#ffcccc; }

.rahmen {
    margin:3em;
    padding:1em;
    border:thin solid #263B8C;
    background-color:#fff;
    clear: both;
    width: 70%;
    } /* 198 */




.gross { font-size:large; font-weight:bold; }
/* rev.polarity hervorhebung */
span.revpol { color: red; }

/* Neuer Shop */
button.kaufen {
    font-size: 90%;
    background: #8f8;
    margin: 0;
    padding: 0;
}



/* ******************************************* */
/* Bilderkram */
/* ******************************************** */

/* Alle Bilder ohne Rahmen, auch wenns n Link ist */
img {border: 0px; }
a:link img {border: 0px; }

/* Anordnung mehrere Bilder in einen Kasten (div.pimg*multi Kasten soll um mehrere div.pimg* Elemente, dabei entfällt background-color
 * setzt voraus das im <div noch style="width: yyypx;" angegeben wird, wobei yyy gleich dem breitesten div.pimg* Element entspricht!  */
div.pimgrightmulti {
    float: right;
    padding: 5px;
    text-align: center;
    font-size: 80%;
    margin-left: 10px;
    margin-bottom: 2em;
    } /* 234 */
div.pimgleftmulti {
    float: left;
    padding: 5px;
    margin: 10px;
    text-align: center;
    font-size: 80%;
    } /* 241 */
div.pimgcentermulti {
    display: block;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 80%;
    } /* 251 */

/* setzt voraus das im <div noch style="width: yyypx;" angegeben wird! */
div.pimgright {
    float: right;
    background-color: #eee;
    border: solid 1px #999;
    padding: 5px;
    text-align: center;
    font-size: 80%;
    margin-left: 10px;
    margin-bottom: 2em;
    } /* 263 */

div.pimgleft {
    float: left;
    background-color: #eee;
    border: solid 1px #999;
    padding: 5px;
    margin: 10px;
    text-align: center;
    font-size: 80%;
    } /* 272 */

div.pimgcenter {
    background-color: #eee;
    border: solid 1px #999;
    padding: 5px;
    margin: 10px auto 10px auto;
    text-align: center;
    font-size: 80%;
    } /* 284 */


div.popupimg {
    background-color: #eee;
    border: solid 1px #999;
    padding: 1px;
    margin: 1px 10px 1em 1px;
    text-align: center;
    font-size: 80%;
}
div.popupimg a {
    text-decoration: none;
    color: #444;
    } /* 298 */

div.popupimg a:hover {
    text-decoration: none;
    color: #ddd;
    background: #444;
    display: block;
    } /* 305 */

div.popupimgleft {
    background-color: #eee;
    border: solid 1px #999;
    padding: 1px;
    margin: 1px;
    text-align: center;
    font-size: 80%;
    float: left;
    margin-left: 2em;
}

div.popupimgright {
    background-color: #eee;
    border: solid 1px #999;
    padding: 1px;
    margin: 1px;
    text-align: center;
    font-size: 80%;
    float: right;
    margin-left: 1em;
}

img.lupe {
    display:inline;
    float:right;
    padding: 0px;
    margin: 0px;
    } /* 334 */

p.popupimgcaption {
    display:inline;
    padding: 0px;
    margin: 0px;
    } /* 340 */

div.popupimgtab {
    padding: 1px;
    margin: 1px 10px 1em 1px;
    text-align: center;
    font-size: 80%;
}


tr.imgintable {
    vertical-align: bottom;
    }

/* Standard Produktbild, float links, kleiner Rand */
img.pimg { margin:1em; float:left; }
.pimgr { margin:1em; float:right; }




/* ***************************************** */
/* Texthervorhebungen */
/* ***************************************** */
    /* Hervorhebung NEU gross bei neuen Produkten */
span.neu {
    background-color: #FF0000;
    background: #FF0000;
    color: #FFFFFF;
    background-image: none;
    font-weight: bold;
    font-size: large;
    }
    /* NEU klein im text */
span.neuk {
    background-color: #FF0000;
    background: #FF0000;
    color: #FFFFFF;
    background-image: none;
    font-weight: bold;
    }
    /* Hervorhebung Produktdetails bei Steckern usw. */
span.det {
    background-color: #ddd;
    font-weight: bold;
    color: #263B8C;
    }

/* ALLE Preise ausser in ordboxtab */
span.pri {
    background-color: #FFCC99;
    background: #FFCC99;
    background-image: none;
    font-weight:bold;
    }
/* Preise in Promotions, AdW usw. */
span.alterpreis {
    color: #444;
    background: #eee;
    font-family: "Courier New", "Courier", monospace;
    text-decoration: line-through;
    padding: 0px 0.4em;
    margin-top: 5px;
    border-radius: 5px;
}

span.neuerpreis {
    font-size: 120%;
    color: #444;
    background: #FFCC99;
    font-family: "Courier New", "Courier", monospace;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
}


    /* Datum in topnews */
div.neudat {
    clear: both;
    text-align: left;
    color: #888;
    font-size: xx-small;
    vertical-align: text-bottom;
    }
    /* Hinweis auf Versandkosten nach jedem H2 Element */
    /* Wird praktisch auf jeder Produktseite verwendet, mit abnehmender Tendenz */
div.vkhinweis {
    float: right;
    clear: both;
    margin-top: 0px;
    margin-bottom: 0.5em;
    }
    /* Versandkostenhinweis in Tabellen */
td.vkartlist {
    font-size: 85%;
}

/* Textblöcke bei Kelemen, SDR-IQ, USB-3 u.a. */
p.textinsert {
    clear: right;
    float: right;
    width: 30%;
    border: 2px solid #003df5;
    padding: 1em;
    margin-left: 1em;
    font-size: 90%;
}



/* Ekki: Box um Bestellnummern */
div.ordbox {
    border:solid #FFCC99;
    border-width:0 0 0 10px;
    margin:1em 0 0 0;
    padding:2px;
    width:90%;
    clear:left;
    font-size:11px;
    }
/* Button.gif in ordbox*/
div.ordbox a img {border-width:0px; }

div.ordbox a.buybut {
    background-color: #81bef7;
    border-radius: 5px;
    color: #263b8c;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 0 3px;
    margin: 0;
    font-size:11px;
    }

/* HellBlau */
a.buybut {
    background-color: #81bef7;
    border-radius: 5px;
    color: #263b8c;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 0 3px;
    margin: 0;
    font-size:11px;
    }



/* Tab.Anordnung mehrerer Artikel in einer Box */
div.ordboxtab {
    border-left: solid 10px #ffcc99;
    margin: 1em 0;
    padding: 2px;
    width: 99%;
    clear: left;
    white-space: nowrap;
    font-size:11px;
    }

div.ordboxtab b {
    float: left;
    clear: left;
    width: 10em;
    padding: 0;
    margin: 0;
    font-size:11px;
    }

div.ordboxtab p {
    float: left;
    width: 35em;
    padding: 0;
    margin: 0;
    display: block;
    overflow: hidden;
    background: #eee;
    white-space: nowrap;
    font-size:11px;
    }

div.ordboxtab span.pri {
    float: left;
    width: 12em;
    text-align: right;
    background: #ffcc99;
    font-weight: bold;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    font-size:11px;
    }

div.ordboxtab a.buybut {
    background-color: #99ff66;
    border: solid 1px #888;
    font-weight: bold;
    text-decoration: none;
    padding: 0 2px 0 2px;
    margin: 0;
    font-size:11px;
    }


div.ordbox span.det {
    width:30em;
    text-align:center;
    white-space: nowrap;
    font-size:11px;
    }

span.oldpri { text-decoration: line-through; }

div.prodtable b {
    float: left;
    clear: left;
    width: 7em;
    padding: 0;
    margin: 0;
    }


/* Ekki: Box um Downloads */
div.dlbox {
    border:solid #ced6ff;
    border-width:0 0 0 10px;
    margin:1em 0 0 0;
    padding:2px;
    vertical-align:middle;
    font-size:11px;
     }

/* Ekki: Kundenjubel */
div.brief {
    margin:1em;
    padding:1em;
    border:solid #ddd;
    border-width:1px;
    font-family:'Courier New', Courier, monospace;
    width: 48%;
    }

/* neue variante ab Juli 2013 */
div.brief2 {
    clear: both;
    max-width: 60%;
    margin: 2em auto;
    overflow: hidden;
    border: solid 1px #F7BE81;
    border-radius: 5px;
    background: #F8ECE0;
    white-space: pre;
    padding: 0.5em 1em;
    font-family: 'Courier New',monospace;
    overflow: auto;
    }

div.brief2 div {
    background: #fff;
    font-size: 90%;
    font-family: verdana,sans-serif;
    margin-left: -0.5em;
    padding: 0.2em 0.5em;
    white-space: normal;
    }



/* Ekki: GROSSE BEstellnur auf s_ende_ */
span.bestnrgross { background-color:#9f9; background:#9f9; font-weight:bold; }


/* Balunfarben */
span.baluncolor {
    font-weight: bold;
    font-family: 'Courier New', monospace;
    font-size: 12px;
    line-height: 20px;
    border: solid 1px #000;
    padding: 1px 1em 1px 1em;
    width: 12em;
    min-width: 12em;
    }



/* in Coaxcable verwendet */
.shaded {background-color:#eeeeee;}

table.autoshade tbody tr:nth-child(even) {
    background: #eee;
}


/* Sicherheitshinweis auf Bestellseiten */
div.sslhinweis { margin:3em; padding:1em; border:thin solid #093; background-color:#cfc; }
span.sslgross { font-size:16px; }



/* Allgemeiner Hinweis */
div.hinweis {
     width: 35%;
     margin: 1.5em 0em;
     border: solid 1px #44f;
     border-radius: 10px;
     padding: 0px 1em;
     text-align: justify;
     clear: both;
}

div.hinweis h2 {
    margin-top: 0px;
}

div.hinweis h3 {
    margin-top: 0px;
}

div.hinweis ul {
    margin-left: 0.5em;
}





/* Lieferzeit Hinweis */
div.lieferterminhinweis {
     width: 35%;
     margin: 1.5em 0em;
     border: solid 2px #44f;
     border-radius: 10px;
     padding: 0.5em 1em;
     text-align: justify;
     clear: both;
}

div.lieferterminhinweis h2 {
    margin-top: 0px;
}

div.lieferterminhinweis h3 {
    margin-top: 0px;
}

div.lieferterminhinweis ul {
    margin-left: 0.5em;
}




p.sternchenhinweis {
    font-size: 90%;
}


/* ADW */
div.adw {
    width: 60%;
    margin-top:2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    padding:1em;
    border:thin solid #263B8C;
    background-color:#fff;
    font-size: 120%;
    clear: both;
    }
div.adw h3 {
    background-color:#b9d6e0;
    border:solid #888;
    border-width:0px 0px 2px 0px;
    padding:3px 2em;
    margin: 0em 0 1em 0;
    }

div.adw ul li {
    font-size: 11px; /* wie body, p usw.*/
}


table.adwgrid {
    width: 100%;
    border: none;
    border-spacing: 5px;
    }

table.adwgrid tr td {
    width: 32%;
    border: solid 1px #ccc;
    padding: 5px;
    vertical-align: top;
    }

table.adwgrid tr td img.autoformat {
    height: 70px;
    float: left;
    padding: 0px 5px 0 0 ;
}

table.adwgrid tr td h2{
        font-size: 120%;
        color: #000;
        margin: 0px 0 10px 0;
        padding: 0;
        background: #bcf;
        text-decoration: none;
        text-align: center;
    }







/* vorübergehend nicht verfügbar */
span.tempnotavail { font-weight: normal; text-decoration: none; }
td + span.tempnotavail { font-size: 80%; }


div.unavailable {
    clear: left;
    width: 40%;
    margin:1em;
    padding:0.2em;
    border:thin solid #4444ff;
    background-color:#eebbbb;
    text-align: center;
}


/* Formatierung WLAN FAQ */
div.faqliste {line-height:150%}
div.backtotop {float:right; clear:both; background:#ddd; }

/* allgem. FAQ */
ol.faq {
    font-weight: normal;
    }

ol.faq li {
    margin-top: 1em;
    margin-bottom: 0;
    font-weight: bold;
    }

ol.faq p {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #888;
    }


p.faq {
    margin: 0.5em 0 1em 1em;
    padding: 5px 0 10px 0;
    border-bottom: solid 1px #888;
}

p.faq em {
    font-weight: bold;
}

/* div gültigkeit */
div.validdate {
    font-weight: bold;
    border: solid 1px;
    padding: 2px;
    text-align: center;
    clear: left;
    margin-top: 10px;
    margin-bottom: 5px;
}



ul.spacedlist li {
    margin-top: 8px;
}
ul.spacedlist li:first-child {
    margin-top: 4px;
}



/* Searchterm in Suchresultate */
b.hl2 {background: #ccffff; background-color: #ccffff; }

/* iframe hpreis datum */
span.hpreisdate { font-family:verdana,sans-serif; font-size:11px; font-weight:bold; }


/* Dealer liste siehe dealerlist.css */

/* ZX DIagramme */
img.zxpattern {display: block; margin-left: auto; margin-right: auto;}
div.zxpatterncaption {display:block; font-size:120%; font-weight:bold; margin-left:auto; margin-right:auto; text-align:center; border-bottom:solid 1px #ddd; margin-bottom:5em;}

/* Schlagwort und Artikelliste aus Suche */
div.swabc {margin-left: auto; margin-right: auto; font-size: 15px; background-color:#eee; text-align:center;}

/* DAS SUCHFELD jquery-ui aber ohne formatierung */
form#search-form > input[type=text] {
    width: 230px;
    height: 16px;
}


/* Titel in Promoblöcken, wechselnd in jedem File verwendet */
h3.promo {
    background-color:#bb4;
    border:solid #888;
    border-width:0px 0px 2px 0px;
    padding:3px;
    margin: 0em 0 0.2em 0;
    }


/* connector/adaptor div anstatt Table. */
div.cnart {
    clear: both;
    width: 100%;
    margin: 0.5em auto;
    border-top: solid 1px #ddd;
    vertical-align: middle;
}

div.cnart div.prodflash300w {
    float: left;
    margin: 1em auto;
    border: solid 2px #ddd;
    width: 300px;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    }

div.cnart table.artlist {
    clear: none;
    margin-left: 1em;
    vertical-align: middle;
}

div.cnart div.prodflash300w object div img {
    float: left;
    margin: 1em 1em;
    border: solid 2px #ddd;
}

div.cnart img {
    float: left;
    margin: 1em 1em;
    border: solid 2px #ddd;
}



/* Poynting Logo Link, ab Nov. 2008 verwendet bei allen Pyontingantennen */
a.poyntinglogo {
    text-decoration: none;
    border: solid 1px #888;
    float:right;
    font-size: 80%;
}

/* Poynting Logo, ab Sep. 2009 verwendet bei allen Pyontingantennen, ohne Link */
img.poyntinglogo {
    text-decoration: none;
    border: solid 1px #888;
    float:right;
    font-size: 80%;
}



/* UMTS Seite */
a.umtshelplink {
    text-decoration: none;
    font-size:120%;
}

span.helpmarker {
    background: #888;
    color: #fff;
    padding: 0 0.5em;
    font-weight: bold;
}
div.uprod {
    width: 90%;
    margin: 1em auto;
    clear: left;
}
div.product {
    width: 90%;
    margin: 1em auto;
    clear: left;
}
div.feedbackmarker {
    width: 30%;
    border: solid #ced6ff;
    border-width: 1px 1px 1px 10px;
    float: right;
    text-align: left;
}

div.feedbackmarker a {
    text-decoration: none;
}

div.preissenkung {
    clear: left;
    float: right;
    width: 30%;
    margin-right: 1em;
    padding-bottom: 3px;
    border: 1px solid #000;
    background: #88c;
    color: #fff;
    font-size: 110%;
    text-align: center;
}

div.preissenkung h3 {
    background: #00f;
    color: #fff;
    margin: 3px;
    padding: 2px 0px;
    text-align: center;
}



div.einzelstueck {
    width: 60%;
    border: 2px solid #ccc;
    padding: 5px;
    margin: 1em auto;
    clear: both;
}

div.einzelstueck:after {  /* clearfix fuer einzelstueck kasten, nur moderne browser */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}




div.einzelstueck h3 {
    background: #666;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0.2em 0 0 0;
}

div.einzelstueck p {
    margin: 0.2em auto;
    padding: 0.2em;
}

div.einzelstueck span.pri {
    background-color: #FFCC99;
    background: #FFCC99;
    background-image: none;
    font-weight:bold;
}





/* Neue Artikelliste Jan. 2009 */
table.artlist {
    clear: both;
    border-collapse: collapse;
    margin-top: 1em;
    margin-bottom: 1em;
    border-left: solid 10px #fc9;
    border-bottom: 2px solid #fc9;
    }

table.artlist tr.oddrow {
    background: #eee;
    }

table.artlist tr th.bestnr {
    font-weight: bold;
    text-align: left;
    /* border-left: 10px solid #fc9; */
    padding-left: 5px;
    padding-right: 2px;
    }

table.artlist tr td.artnum {
    font-weight: bold;
    text-align: left;
    padding-left: 5px;
    padding-right: 2px;
    }

table.artlist tr td.arttxt {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    }

table.artlist tr td.artpri {
    font-weight: bold;
    text-align: right;
    background: #fc9;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    }

table.artlist tr.oddrow td.artpri {
    background: #fb8;
    }


/* artanz genau gleich wie artpri, muss aber aus programmtechn. gründen ne andere class haben */
table.artlist tr td.artanz {
    font-weight: bold;
    text-align: right;
    background: #fc9;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    }

table.artlist tr.oddrow td.artanz {
    background: #fb8;
    }

table.artlist tr.emptyline {
    height: 12px;
}

table.artlist tr td.artbuy {
    padding-left: 5px;
    }

table.artlist tr td.artbuy.left {
    text-align: left;
    }

table.artlist tr td.artextra {
    padding: 0 0.5em 0 0.5em;
    }

table.artlist tr td.artfor {
    padding: 0 2em 0 2em;
    background: #eee;
    }

table.artlist tr td.artneu {
    padding: 0 0.5em 0 0.5em;
    background: #f00;
    color: #fff;
    font-weight: bold;
    }

    /* Hellblau */
table.artlist tr td.artbuy a {
    background: #81bef7;
    border-radius: 5px;
    color: #263b8c;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 0px 4px;
    }











/* Artikelliste ohne Bestellnummer Mär 2016 */
table.artlist_kb {
    border-collapse: collapse;
    margin-top: 1em;
    margin-bottom: 1em;
    border-left: solid 3px #fc9;
    border-bottom: 2px solid #fc9;
    }

table.artlist_kb tr.oddrow {
    background: #eee;
    }

table.artlist_kb tr td.arttxt {
    text-align: left;
    padding-left: 3px;
    padding-right: 5px;
    }

table.artlist_kb tr td.artpri {
    font-weight: bold;
    text-align: right;
    background: #fc9;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    }

table.artlist_kb tr.oddrow td.artpri {
    background: #fb8;
    }

table.artlist_kb tr.emptyline {
    height: 12px;
}

table.artlist_kb tr td.artbuy {
    padding-left: 5px;
    }

table.artlist_kb tr td.vkartlist {
    font-size: 85%;
    padding-left: 3px;
}


table.artlist_kb tr td.artbuy.left {
    text-align: left;
    }

table.artlist_kb tr td.artextra {
    padding: 0 0.5em 0 0.5em;
    }

table.artlist_kb tr td.artfor {
    padding: 0 2em 0 2em;
    background: #eee;
    }

table.artlist_kb tr td.artneu {
    padding: 0 0.5em 0 0.5em;
    background: #f00;
    color: #fff;
    font-weight: bold;
    }

    /* Hellblau */
table.artlist_kb tr td.artbuy a {
    background: #81bef7;
    border-radius: 5px;
    color: #263b8c;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 0px 4px;
    }


/* ARTLIST mit LZ Dez. 2016 */

table.artlist tr td.artlza a {
    text-decoration: none;
}

table tbody tr td.lzasa {
    max-width: 120px;
}

table tbody tr td.lzasa a {
    text-decoration: none;
}

span.lza_anlager {
    color: #00aa00;
    padding: 0px 0em 0px 0.5em;
}

span.lza_anlager span {
    font-weight:  bold;
}

span.lza_anlager span.lzaq {
    font-weight:  bold;
    font-size:  150%;
}


span.lza_wbz {
    color: #aa6644;
    padding: 0px 0em 0px 0.5em;
}

span.lza_wbz span {
    font-weight:  bold;
}

span.lza_wbz span.lzaq {
    font-weight:  bold;
    font-size:  150%;
}


span.lza_eol {
    font-weight:  bold;
    color: #f66;
    padding: 0px 0em 0px 0.5em;
}

span.lza_eol span.lzaq {
    font-weight:  bold;
    font-size:  150%;
}


span.lza_cust {
    font-size: 95%;
    color: #333333;
    padding: 0px 0em 0px 0.5em;
}

span.lza_cust span.lzaq {
    font-weight:  bold;
    font-size:  150%;
}

span.lza_unklar {
    color: #ff3300;
    padding: 0px 0em 0px 0.5em;
}

span.lza_unklar span.lzaq {
    font-weight:  bold;
    font-size:  150%;
}

span.lza_ltunklar {
    color: #ff3300;
    padding: 0px 0em 0px 0.5em;
}

span.lza_ltunklar span.lzaq {
    font-weight:  bold;
    font-size:  150%;
}


h3#lza_cust:active {
    background: red;
}


/* Aktion Juli 2015 */
span.hyterainfo {
    background: #cceeff;
    color: #222;
    padding: 0 3px;
}

/* wie oben, aber alles etwas kompakter, einfacher */
table.artlistsimple {
    border-left: 0px;
    border-bottom: 0px;
}

table.artlistsimple tr td.artnum {
    font-weight: bold;
    text-align: left;
    padding-left: 2px;
    padding-right: 2px;
}

table.artlistsimple tr td.artpri {
    font-weight: bold;
    text-align: right;
    background: #fc9;
    padding-left: 2px;
    padding-right: 2px;
    white-space: nowrap;
}

table.artlistsimple tr.oddrow td.artpri {
    background: #fb8;
    }

table.artlistsimple tr td.artbuy {
    background: #81bef7;
    border-radius: 5px;
    color: #263b8c;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 0px 2px;
}


img.manufacturerlogo {
    clear: both;
    float: right;
    max-height: 60px;
    padding: 2px 2px 0.5em 0.5em;
}

div.kkonfhint {
    clear: both;
    border: #69f solid 3px;
    background: #eee;
    text-align: center;
    float: right;
    font-size: 10px;
    width: 150px;
}

div.kkonfhint h4 {
    background: #69f;
    margin: 0px;
    color:#fff;
}


/* HEIL Seiten */
h4 {
     clear: both;
     margin-top: 1em;
     }
div.heiloverview {
     width: 45%;
     float: left;
     margin-right: 1em;
     margin-top: 5px;
     }
div.heiloverview div {
     width: 100%;
     clear: left;
     margin-bottom: 5px;
     float: left;
     }
div.heiloverview img {
     border: 1px solid #ccc;
     float: left;
     margin-right: 5px;
     }
div.heiloverview h2 {
     margin: 0px 0px 5px 0px;
     }

/* topabout, mitarbeiter */
div.mitarbeiter {
    padding: 3px;
    margin: 1em;
    border: solid 1px #ccc;
    float: left;
    width: 220px;
    height: 280px;
    overflow: hidden;
    }

div.mitarbeiter img {
    margin: 0px auto 3px auto;
    display: block;
    }

/*** flash ***/
div.prodflash300w {
    margin: 1em auto;
    border: solid 2px #888;
    width: 310px;
    }

div.prodflash300w object div img {
    margin: 1em auto;
    width: 100%;
    }


/* FIXME: Wo wird das verwendet? Nix zu finden. Ekki 21.okt.08 */
span.versandfehler {font-weight: bold; background: #faa; }

/* Neue Produkt topnews_?.html */
div.topnews {
    width: 250px;
    height: 200px;
    font-size: 80%;
    border: solid 1px #eee;
    border-radius: 5px;
    -moz-border-radius: 5px;
    float: left;
    margin-left: 1em;
    margin-bottom: 1em;
    overflow: hidden;
    }
div.topnews h3 {
    margin: 0 0 0 0;
    text-align: center;
    }
div.topnews img {
    max-width: 100px;
    max-height: 100px;
    float: right;
    margin-top: 4px;
    }
div.topnews p {
    margin-top: 4px;
    margin-left: 4px;
    }
div.topnews a {
    clear: right;
    float: right;
    }
div.topnews div {
    clear: right;
    float: right;
    }


span.webcode {
    display: block;
    float: left;
    font-size: 80%;
    padding: 2px;
    margin: 5px;
    background: #666;
    color: #ddd;
    }







table.cabletypes19065 {
    border-collapse: collapse;
    font-size: 90%;
}

table.cabletypes19065 tr td {
    border: 0px solid #fff;
    vertical-align: top;
    text-align: left;
    padding: 0 0.5em;
}

div.dualcol {
    width: 45%;
    margin: 0 auto;
    padding: 0px 10px;
    height: 300px;
    float: left;
    overflow: hidden;
    min-width: 360px;
    max-width: 500px;
}

div.dualcol .odd {
    clear: left;
}

div.dualcol h2 {
    font-family: verdana,sans-serif;
    font-size: 15px;
    background-color:#263B8C;
    border:solid #888;
    color:#fff;
    border-width:0px 0px 2px 0px;
    padding:3px;
    margin: 0px 0 0.5em 0;
    clear: both;
}

div.dualcol img {
    float: right;
    padding: 0.5em;
    background: #eee;
}

div.dualcol p {
    margin: 0 1em 1em 0;
}

div.dualcol table.artlist {
    clear: right;
}


/* *********************************************** */
/* SHOP */
/* ************************************************ */
/* Cart-Info-Frame */
table.cartinfo th { background-color:#263B8C; color:#fff; text-align:left; }
table.cartinfo th a { color:#fff; text-align:left; text-decoration:none; }
table.cartinfo th a:hover { color:#fff; text-align:left; text-decoration:underline; }

/* Markierung MUSSFELDER in order_x.html (Ekki) */
span.mustfield {font-weight:bold; font-size:medium; color:#f00;}
span.mustfield-message { margin-left: 20px; font-size: 12px; color:#f00; font-weight:bold; }

/* A.Tetzl: Hervorhebung eines Pflichtfeldes bei Adreßeingabe */
input.mustfield { border:solid 1px red; }
select.mustfield { border:solid 1px red; }

/* Adresstabelle order_?.html */
table.orderaddress {

}

table.orderaddress tr td {

}

td.columnextra {
    padding-left:  1em;
    text-align: right;
}

table.orderaddress tr td label {
    white-space: nowrap;
}




/* Shop Buttons */
/* input.forward {border-width:5px; border-color:#00cc00; border-style:outset; margin:5px;} */
/* input.back {border-width:5px; border-color:#ffcc33; border-style:outset; margin:5px;} */
/* input.normal {border-width:5px; border-color:#ffffff; border-style:outset; margin:5px;} */

/* Link als Button (Drucken, PDF, Fehler melden) */

a.link-button, input.forward, input.back, input.normal, a#backtotop-button {
  background: none repeat scroll 0 0 #81BEF7;
  border-radius: 5px 5px 5px 5px;
  border: none;
  color: #263B8C;
  font-weight: bold;
  padding: 6px;
  text-align: center;
  margin: 10px;
  text-decoration: none;
  display: inline-block;
}

input.back {
background:#D3D3D3;
color:#555;
}
input.forward {
background:#7FFF00;
color:#2f5e00;
}
input.buy {
background:#7FFF00;
border:solid #478f00 2px;
color:#2f5e00;
}

a#backtotop-button {
  width: 100px;
  margin: 10px 20px;
  z-index: 1;
}
span.backtotopmarker {
    /**/
    height: 1px;
}


/* Kringel oben */
table.shopsteps {
    border-collapse: collapse;
    border: 0;
    margin-right:2em;
    table-layout: fixed;
    font-size: 10pt;
    }
table.shopsteps tr td {
    margin: 0;
    padding: 2px 0px;
    width: 128px;
    text-align: center;
    }
table.shopsteps tr td.text {
    border-right: solid 1px #888;
    margin: 0;
    padding: 5px 0px;
    font-family: Arial;
    text-align: center;
    color: #888;
    }

/* Breite Tabellen muessen in einen Div mit class="table-scroll" eingeschlossen werden (assets/script.js) */
div.table-scroll {
  overflow:auto;
}


/* fuer remoteshack demo */
span.rstaste { font-size: 110%; font-weight: bold; padding: 0 5px; background: #ccc;}








/* Produkt Inhalt  landscape */
div.psmall {
    width: 200px;
    height: 130px;
    max-height: 130px;
    overflow: hidden;
    border: 1px solid #aaa;
    border-radius: 5px;
    margin: 0 20px 20px 0;;
    float: left;
    padding: 5px;
    text-align: center;
}

div.psmall h2 {
    margin: 0 0 5px 0;
    font-size: 110%;

}

div.psmall h2 span.neu {
    font-size: 110%;
    }

div.psmall a {
    text-decoration: none;
    display: block;
    width: 100%;
}

div.psmall a:hover {
    text-decoration: underline;
    background: #ccc;
}

div.psmall a img {
    height: 70px;
    max-width: 180px;
}


/* Produkt Inhalt  Portrait */
div.psmallp {
    width: 160px;
    height: 256px;
    max-height: 256px;
    overflow: hidden;
    border: 1px solid #aaa;
    border-radius: 5px;
    margin: 0 20px 20px 0;;
    float: left;
    padding: 5px;
    text-align: center;
}

div.psmallp h2 {
    margin: 0 0 5px 0;
    font-size: 110%;

}

div.psmallp h2 span.neu {
    font-size: 110%;
    }

div.psmallp a {
    text-decoration: none;
    display: block;
    width: 100%;
}

div.psmallp a:hover {
    text-decoration: underline;
    background: #ccc;
}

div.psmallp a img {
    max-height: 180px;
}



table.cabletypes19065 {
    border-collapse: collapse;
    font-size: 90%;
}

table.cabletypes19065 tr td {
    border: 0px solid #fff;
    vertical-align: top;
    text-align: left;
    padding: 0 0.5em;
}

div.dualcol {
    width: 45%;
    margin: 0 auto;
    padding: 0px 10px;
    height: 300px;
    float: left;
    overflow: hidden;
    min-width: 360px;
    max-width: 500px;
}

div.dualcol .odd {
    clear: left;
}

div.dualcol h2 {
    font-family: verdana,sans-serif;
    font-size: 15px;
    background-color:#263B8C;
    border:solid #888;
    color:#fff;
    border-width:0px 0px 2px 0px;
    padding:3px;
    margin: 0px 0 0.5em 0;
    clear: both;
}

div.dualcol img {
    float: right;
    padding: 0.5em;
    background: #eee;
}

div.dualcol p {
    margin: 0 1em 1em 0;
}

div.dualcol table.artlist {
    clear: right;
}


/* innov */
p.mhzfett {
        font-size: 240%;
        font-weight: bold;
        color: #668;
        float: left;
        padding-right: 5px;
        margin-right: 15px;
        }


/* Zubehoer Netzteile usw */
.poweracc {
    border: solid 1px #888;
    width: 47%;
    padding: 4px;
    margin: 5px 5px;
    float: left;
    vertical-align: top;
    height: 80px;
    }
.poweracc a {
    text-decoration: none;
    }
.poweracc a img {
    float: left;
    padding-right: 4px;
    }

table.ppstarter {
    border-collapse: separate;
    vertical-align: top;
    width: 80%;
    margin: 1em auto;
    border-spacing: 20px;
    }
table.ppstarter tr td {
    border: solid 3px #ccc;
    padding: 0.3em;
    margin-left: 10px;
    vertical-align: top;
    }
table.ppstarter tr td h2 {
    margin: 0px;
    }
table.ppstarter tr td h3 {
    margin: 0px;
    }
table.ppstarter tr td p {
    margin: 1em auto;
    }
table.ppstarter tr td ul{
    margin-top: 0px;
    }

/* Diamond mob */
.schwarze_antenne {
     color: #fff;
     background: #444;
}

/* ultrabeam */
.ultrabeamtable {
     font-size:100%;
}
.ultrabeamtable tr td img {
     margin: 2px auto;
}



/* ultrabeam neu 2018*/

div.ubantennaoverview {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

div.ubantenna {
    border: solid 1px #eee;
    border-radius: 5px;
    margin-bottom: 20px;
    max-width: 440px;
    text-align: center;
    align-content: center;
    padding-right: 5px;
}

div.ubantenna > a {
    text-decoration: none;
    color: inherit;
}

div.ubantenna > h3 {
    margin-top: 0px;
    font-weight: normal;
}

/* skizze */
div.ubantenna > div {
    position: relative;
    min-width: 250px;
    z-index: 1;
}
div.ubantenna > div:hover {
    position: relative;
    z-index: 2;
}


/* feature list */
div.ubantenna > div > ul {
    display: none;
}


div.ubantenna > div:hover > ul {
    display: block;
    text-align: left;
    position: absolute;
    border-radius: 5px;
    top: 5px;
    left: 10px;
    max-width: 420px;
    background-color:#ddd;
    opacity: 0.8;
    color:#222;
    padding: 15px;
}

div.ubantenna > div:hover > ul > li > span.ublength {
    display: inline-block;
    min-width: 4em;
    font-weight: bold;
    text-align: right;
}


span.bandrange {
    background: #ddd;
    padding: 0 3px;
    font-weight: bold;
}






/* CSS fuer Steckerseiten */

table.stecker {
    border-collapse:collapse;
    empty-cells:show;
    margin: 0 auto 4em auto;
    width: 90%;
    border-left: solid 2px #888;
    }

table.stecker caption {
    font-family:verdana,sans-serif;
    font-size:14px;
    font-weight: bold;
    background-color:#eee;
    border:solid #888;
    border-width:0px 0px 2px 2px;
    padding:3px;
    text-align: left;
    margin: 0 auto;
}

table.stecker th { color:#000; background-color:#0099cc; text-align:center; }
table.stecker td { border:solid #ddd; border-width:1px; padding:3px 1em 3px 1em; }
table.stecker tr.sec { background: #eee; }

table.stecker col.art {
    width: 15%;
    font-weight: bold;
}

table.stecker col.det {
    width: 40%;
    background: #eee;
}

table.stecker col.price {
    width: 8%;
    text-align: right;
}

table.stecker col.buybut {
    width: 8%;
    text-align: center;
}

table.stecker col.lza {
    text-align: left;
    max-width: 120px;
}


table.stecker td a {

}

table.stecker td.lzasa a {
    text-decoration: none;
}

table.stecker td em {
    color: red;
}





/* MagicZoomPlus */
div.multibox, div.multibox_large, div.multibox_connector, div.multibox_cable {
    clear: both;
    height: auto;
    width: 348px;
    padding: 3px;
    border: 2px solid #ddd;
    margin: 2em auto 2em auto;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    background-image: url('/assets/images/pinstripe-light.png');
}
div.multibox_cable {
    width: 120px;
    padding: 1px;
    border: none;
    margin: 0 auto 0 auto;
    font-size: 100%;
}


div.multibox.right, div.multibox_large.right, div.multibox_connector.right, div.multibox_cable.right {
    clear: none;
    float: right;
    margin-top: 0px;
}
div.multibox_cable.right {
    margin-left: 1em;
}



div.multibox.left, div.multibox_large.left {
    clear: none;
    float: left;
    margin-top: 0px;
}

div.multibox div.small, div.multibox_large div.small {
    text-align: center;
    border-bottom: 2px solid #ddd;
}

div.multibox div.tiny, div.multibox_large div.tiny {
    margin-top: 0.5em;
    float: left;
    text-align: center;
    padding-top: 2px;

}

div.multibox_cable div.tiny {
    margin-top: 2px;
}

div.multibox div.tiny a, div.multibox_large div.tiny a {
    border: solid 2px #ddd;
}

div.multibox div.tiny a.Active, div.multibox_large div.tiny a.Active {
    border: solid 2px #68f;
}

div.multibox_large {
    width: 400px;
}

div.multibox_small {
    width: 250px;
}



/* Ersatz fuer altes popupimg mit MagicZoomPlus */
/* nächste iteration - <a alleine ist nicht so toll, braucht <div drumrum */
div.singlezoom {
    padding: 2px;
    background: #bbb;
    text-align: center;
    color: #333;
}

div.singlezoom.right {
    float: right;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
}

div.singlezoom.left {
    float: left;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}

div.singlezoom.clear_right {
    clear: right;
}

div.singlezoom.clear_left {
    clear: left;
}


div.singlezoomcable {
    padding: 0px;
    background: #fff;
    text-align: center;
    border: 1px solid #263B8C;
    color: #333;
}

div.singlezoomcable.right {
    float: right;
    margin-left: 0.2em;
    margin-bottom: 0.2em;
}


div.singlezoom_imgrow {
    padding: 0px;
    background: #fff;
    text-align: center;
    border: 1px solid #263B8C;
    color: #333;
}


tr.imgrow > td > div.singlezoom {
    margin: 0 auto;
    padding: 0;
    background: #fff;
    text-align: center;
}

tr.imgrow > td > div.singlezoomcable {
    margin: 0 auto;
    padding: 0;
    background: #fff;
    text-align: center;
}


/* Ersatz fuer altes popupimg mit MagicZoomPlus */
a.singlezoom {
    padding: 3px;
    background: #eee;
}

a.singlezoom.flt_right {
    float: right;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
}

a.singlezoom.flt_left {
    float: left;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}

a.singlezoom.clr_right {
    clear: right;
}

a.singlezoom.clr_left {
    clear: left;
}


/* Für Inventur und wirklich wichtige Hinweise... */
p.wichtigerhinweis {
    width: 70%;
    margin: 1em auto;
    padding:0.5em;
    padding-left: 10%;
    color: #666;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
    border-radius: 10px;
    border: solid 3px red;
    background: -moz-linear-gradient(left, rgba(255,26,0,1) 0%, rgba(255,26,0,0.03) 30%, rgba(255,26,0,0.03) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,26,0,1)), color-stop(30%,rgba(255,26,0,0.03)), color-stop(100%,rgba(255,26,0,0.03))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,26,0,1) 0%,rgba(255,26,0,0.03) 30%,rgba(255,26,0,0.03) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,26,0,1) 0%,rgba(255,26,0,0.03) 30%,rgba(255,26,0,0.03) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,26,0,1) 0%,rgba(255,26,0,0.03) 30%,rgba(255,26,0,0.03) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,26,0,1) 0%,rgba(255,26,0,0.03) 30%,rgba(255,26,0,0.03) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1a00', endColorstr='#08ff1a00',GradientType=1 ); /* IE6-9 */
}

/* Div mit inner floating divs, zwei nebeneinander */
div.twocolbox {
    width: 100%;
    padding: 5px;
}

div.twocolbox > div {
    float: left;
    width: 40%;
    height: 200px;
    margin: 10px 30px;
    border: solid 2px #ddd;
    border-radius: 5px;
    padding: 0 10px;
}

div.twocolbox > div > h3{
    margin: 0 -10px;
}

span.discount {
    padding: 0 0.5em;
    color: #a22;
background: -moz-linear-gradient(top, rgba(255,250,249,0.35) 35%, rgba(255,31,31,0.35) 92%, rgba(255,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,rgba(255,250,249,0.35)), color-stop(92%,rgba(255,31,31,0.35)), color-stop(100%,rgba(255,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,250,249,0.35) 35%,rgba(255,31,31,0.35) 92%,rgba(255,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,250,249,0.35) 35%,rgba(255,31,31,0.35) 92%,rgba(255,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,250,249,0.35) 35%,rgba(255,31,31,0.35) 92%,rgba(255,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,250,249,0.35) 35%,rgba(255,31,31,0.35) 92%,rgba(255,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59fffaf9', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
}



/* Angelehnt an das bekannte grid system mit 12 Spalten:
 * 12 (Spalten) / 6 (col6) = 2 (Spalten)
 * 12 (Spalten) / 4 (col4) = 3 (Spalten) usw.
*/
div.col6 {
    float: left;
    width: 48%;
    padding: 0 1% 1% 1%;
}

div.col6.left {
    width: 49%;
    padding: 0 1% 1% 0;
}

div.col6.right {
    width: 49%;
    padding: 0 0 1% 1%;
}

div.col4 {
    float: left;
    width: 31.3333%;
    padding: 1%;
}

div.col4.left {
    width: 32.3333%;
    padding: 0 1% 1% 0;
}

div.col4.right {
    width: 32.3333%;
    padding: 0 0 1% 1%;
}

div.col2 {
    float: left;
    width: 15.6666%;
    padding: 0.5%;
}

div.col2.left {
    width: 16.1666%;
    padding: 0 0.5% 0.5% 0;
}

div.col2.right {
    width: 16.1666%;
    padding: 0 0 0.5% 0.5%;
}


/* bhi seite */
div.soundfilesbhi {
    background-image: url('/bilder/bhi_waveform grey_no_text_vert.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    padding: 1em;
    width: 60%;
    margin: 1em auto;
}



/* Einzelnen Buchstaben hervorheben MFJ-Tunerseite */
.sletter {
    background: #ddd;
    padding: 0 0px;
    font-weight: bold;
}

ul.lieferumfang {
    margin: 1em 0px;
    padding-left: 20px;
}

ul.lieferumfang  li:first-child {
    text-decoration: underline;
    font-weight: bold;
    margin-left: -20px;
    list-style-type: none;
}

ul.featurelist {
    margin: 1em 0px;
    padding-left: 20px;
}

ul.featurelist  li:first-child {
    text-decoration: underline;
    margin-left: -20px;
    list-style-type: none;
}


ul.techdatalist {
    margin: 1em 0px;
    padding-left: 20px;
}

ul.techdatalist  li:first-child {
    background: #ddd;
    font-weight: bold;
    margin-left: -20px;
    list-style-type: none;
    max-width: 350px;
}



ul.ltebands {
    margin: 1em 0px;
    padding-left: 30px;
}

ul.ltebands  li {
    font-weight: bold;
    list-style-image: url('../../images/check15.jpg');;
}

ul.ltebands  li:first-child {
    text-decoration: underline;
    margin-left: -30px;
    list-style-type: none;
	list-style-image: none;
    color: #000;
    font-weight: normal;
}

/* lte seite */
span.frequencyyes {
    font-weight: bold;
    color: #282;
}


.clearfixall:after {  /* nur moderne browser */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}



html[xmlns] .clearfixall {
    display: block;
}


* html .clearfixall {
    height: 1%;
}



span.geschlossen {
    color: #c44;
    font-weight: bold;
}


div#impressum {
    width: 40%;
    margin: 2em auto;
}
div#impressum p {
    margin: 2em auto;
}

iframe.emailcheck {
    position: absolute;
    background:#ffffff;
    width: 400px;
    height: 20px;
    border: none;
}

/* Für Stichworte aus includes, anzuwenden in der includenden datei. SolR berücksichtigt derzeit keine includes */
/* 9. Jul. 2014 */
div.invisiblekeywords {
    color: #fff;
    font-size: 4px;
    visibility: hidden;
}




/* Videoliste include */
div.videolist {
    width: 700px;
    margin: 5px auto 3em auto;
}

div.videolist p {
    margin: 5px 0px;
}

div.videolist ul {
    margin: 2em auto;
}



div.wimocontactdata {
    height: 70px;
    vertical-align: middle;
    font-size: 120%;
    margin-left: 80px;
}

div.wimocontactdata > img {
    float: left;
    margin-left: -70px;
}

div.verfuegbarkeit {
    background-color: #fcc;
    color: #222;
    margin: 0 auto;
    padding: 2px 8em;
}

div.verfuegbarkeit h3 {
    margin: 0px;
    background-color: #f33;
    color: #eee;
}



/* Inhaltsverzeichnis neu, soll mal auf alle Seiten */
#contentcontainer {
    clear: both;
    width: 90%;
    margin: 5px auto;
}

#contentright {
    float: right;
    width: 47%;
    padding: 1em;
}

#contentright h2 {
    margin: 0 0 0.5em 0;
}

#contentright img {
    float: right;
    margin: 3px auto;
    width: auto;
}


div#contentlist {
    width: 60%;
    margin: 0px 1em 2em 0px;
    padding: 5px;
    border: solid 1px #ddd;
    background: #eee;
    float: left;
    overflow: hidden;
    /* -webkit-column-count: 3; */
}

div#contentlist > h1 {
    margin: 0px;
    font-size: 97%;
}

div#contentlist > ul {
    margin-left: 0;
    margin-top: 2px;
    margin-bottom: 0px;
    padding-left: 15px;
    line-height: 17px;
}

div#contentlist > ul > li {
    margin-left: 5px;
    white-space: nowrap;
    line-height: 17px;
}

div#contentlist > ul > li.lvlh2 {
    margin-left: 5px;
    line-height: 17px;
}

div#contentlist > ul > li.lvlh3 {
    margin-left: 10px;
    font-size: 90%;
    margin-bottom: 3px;
    line-height: 15px;
}

div#contentlist > ul > li > a > span.neu {
    font-size: 11px;
    background: #d44;
    padding-left: 4px;
    padding-right: 4px;
}

div#contentlist + p {
    clear:  left;
}



/* steht wenn dann unter div.contentlist. width, margin, padding wie contentlist */
ul.relatedpages_toc {
    clear: left;
    width: 500px;
    border: 1px solid #ddd;
    background: #eee;
    margin:1em 1em 2em 1em;
    padding: 4px;
    list-style-type: disc;
}

ul.relatedpages_toc  li {
    margin-left: 15px;
}

ul.relatedpages_toc  li:first-child {
    text-decoration: none;
    font-weight: bold;
    margin-left: 0px;
    list-style-type: none;
}

ul.relatedpages_toc + p {
    clear:  left;
}








div.teasersmall {
    height: 135px;
    width: 270px;
    border: solid 1px #ddd;
    border-radius: 6px;
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
    overflow: hidden;
}

div.teasersmall h3 {
    margin-top: 0;
    border-radius: 6px;
}

div.teasersmall a {
    color: #222;
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: block;
}

div.teasersmall a img {
    float: left;
    margin-left: 4px;
    margin-right: 4px;
}

div.teasersmall a ul {
    list-style-type: disc;
    margin: 5px 0px;
    padding: 0px;
    overflow: hidden;
}

div.teasersmall a ul li {
    list-style-type: disc;
    margin: 0px 0px 0px 20px;
    padding: 0px;
}

div.teasersmall a span {
    color: #2a5db0;
    text-decoration: underline;
    float: right;
}

div.teasersmall a span:after {
    content: '\02026';
}



/* ***********************************
   Flexbox Container
************************************** */
div.artikelgrid-flex {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -ms-flex-pack: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    clear: left;
    }

div.artikelgrid-flex > div.kleinteil {
    width: 50%;
    overflow: hidden;
    border: solid 1px #ddd;
    border-radius: 10px;
    padding: 5px;
    margin: 0 0px 30px 0;
    text-align: center;
    font-size: 9px;
}

div.artikelgrid-flex > div.kleinteil > h2, div.artikelgrid-flex > div.kleinteil > h3 {
    margin: 0 0 2px 0;
}

div.artikelgrid-flex > div.kleinteil > p {
    text-align: left;
    margin: 0;
}

div.artikelgrid-flex > div.kleinteil > img {
    max-height: 100px;
    clear: both;
    margin: 0 auto 5px auto;
}


div.artikelgrid-flex > div {
    width: 46%;
    overflow: hidden;
    border: solid 1px #ddd;
    border-radius: 10px;
    padding: 5px;
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 9px;
}

div.artikelgrid-flex > div.standard-r {
    text-align: left;
}

div.artikelgrid-flex > div > h2,
div.artikelgrid-flex > div > h3 {
    margin: 0 0 2px 0;
    text-align: center;
}

div.artikelgrid-flex > div > p {
    text-align: left;
    margin: 0;
}

div.artikelgrid-flex > div > div.rotorsteuerkabel {
    font-size: 11px;
    text-align: left;
}


div.artikelgrid-flex > div > img {
    max-height: 100px;
    clear: both;
    margin: 0 auto 5px auto;
    float: right;
}

div.artikelgrid-flex > div.standard-r > img {
    max-height: 100px;
    float: right;
    margin: 0 0 3px 5px;
}

div.artikelgrid-flex > div.standard-r > div.singlezoom {
    float: right;
    margin: 0 0 3px 5px;
    background-color: #fff;
}



/* ANpassungen der Artlist in standard */
div.artikelgrid-flex > div > table.artlist {
    clear: both;
    border-left: 0px;
    border-bottom: 0px;
    }

div.artikelgrid-flex > div > table.artlist tr th.bestnr {
    padding-left: 0px;
    }

div.artikelgrid-flex > div > table.artlist tr td.artnum {
    padding-left: 0px;
    }


div.content-container-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
       -moz-box-pack: start;
    -webkit-justify-content: center;
            justify-content: center;
    -ms-flex-pack: start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    }

div.content-container-flex > div {
    width: 180px;
    overflow: hidden;
    border: solid 1px #ddd;
    border-radius: 10px;
    padding: 0px;
    margin: 0 30px 30px 0;
    text-align: center;
}


div.content-container-flex > div > a {
    text-decoration: none;
    color: #222;
}

div.content-container-flex > div > a > h2 {
    margin: 0px 0px 3px 0px;
    font-weight: normal;
}

div.content-container-flex > div > a > h3 {
    margin: 0px 0px 3px 0px;
    font-weight: normal;
}

div.content-container-flex > div > a > img {
    max-width: 120px;
    max-height: 80px;
    clear: both;
    margin: 0 auto 5px auto;
}

div.content-container-flex > div > a > ul {
    margin: 0px;
    padding-left: 24px;
    text-align: left;
    text-decoration: none;

}


div.content-container-flex  > div.content-largeimg  > a {
    text-decoration: none;
}
div.content-container-flex  > div.content-largeimg  > a:link {
    color:  #1a0dab;
}
div.content-container-flex  > div.content-largeimg  > a:visited {
    color:  #551a8b;
}

div.content-container-flex > div.content-largeimg > a > img {
    max-width:  150px;
    max-height:  none;
    margin:  0px auto;
    vertical-align: bottom;
}





div.filterform-flex {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
    -webkit-justify-content: center;
            justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    clear: left;
    }

div.filterform-flex > div.filtercolumn {
    overflow: hidden;
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 3px;
    margin: 2px;
}





div.productvariant {

}

div.productvariant > h3 {
    width:  40%;
    font-size: 12px;
    font-weight: normal;
    margin-top:  2em;
}

div.productvariant > p {
    margin-bottom: 2em;
}











/* tabelle auf cgi-bin/preorder/order.pl */
table.preorderlist {
    border: 1px solid #ccc;
    background: #eee;
    padding: 2px;
    margin-bottom: 5px;
}

table.preorderlist > tr:nth-child(even)  {
    background: #eee;
    color: #333;
}

table.preorderlist > tr:nth-child(odd)  {
    background: #ccc;
    color: #111;
}

table.preorderlist > tr > th {
    padding: 0 4px;
    background: #334499;
    color: #eee;
}

table.preorderlist > tr > td {
    padding: 0 4px;
}


div.lieferzeit {
    display: inline-block;
    width: 300px;
    margin: 0.5em auto;
    padding: 0.5em;
    border: thin solid #ccc;
    background: #eee;
    font-weight: normal;
    color: #c55;
}

div.lieferzeit > h3 {
    color: #e55;
    text-align: left;
    padding-left: 0px;
    margin: 0.5em 0 1em 0;
}

span.lieferzeit {
    border: thin solid #ccc;
    background: #eee;
    color: #f44;
    padding-left: 4px;
    padding-right: 4px;
}



div.customorder {
    display: inline-block;
    width: 300px;
    margin: 0.5em auto;
    padding: 0.5em;
    border: thin solid #ccc;
    background: #eee;
    font-weight: normal;
    color: #c55;
}

div.customorder > h3 {
    color: #e55;
    text-align: left;
    padding-left: 0px;
    margin: 0.5em 0 1em 0;
}

span.customorder {
    border: thin solid #ccc;
    background: #eee;
    color: #f08;
    padding-left: 4px;
    padding-right: 4px;
}

p.archivenotice {
    margin:1em 1em 1em 1em;
    padding:0.5em;
    text-align: left;
    border:thin solid #263B8C;
    background-color:#eee;
    clear: both;
    width: 400px;
    color: #444;
}

div.paymenterror {
    border: red solid 2px;
    padding: 5px;
    margin: 1em 1em 1em 0;
    background: #ffeeee;
    font-weight: bold;
    font-size: 110%;
}


ul.staticfooterlinks {
    /* diese class existiert nur, damit ein script die <ul> im footer sicher finden kann */
}




ul.sm_ul1 {
    margin-left: 10px;
    margin-bottom: 50px;
    padding: 0;
    line-height: 20px;
}

ul.sm_ul1 > li {
    margin: 10px 0 0 0;
    list-style-type: none;
    padding: 0 0 0 0;
}

ul.ul2 {
    margin: 0;
    padding-left: 20px;
    list-style-type: none;
    background-color: #fff;
}


ul.ul2 > li:first-child {
    margin-top: -10px;
    padding: 0;
}

ul.ul3 {
    margin: 0;
    padding-left: 20px;
    list-style-type: none;
}

ul.ul4 {
    margin: 0;
    padding-left: 20px;
    list-style-type: none;
}

ul.ul5 {
    margin: 0;
    padding-left: 20px;
    list-style-type: none;
}

ul#sitemap li > a {
    text-decoration: none;
    color: #303030;
}

ul#sitemap li > a > span.sm_ordnum {
    text-decoration: none;
    color: #a0a0a0;
}

ul#sitemap li > a > span.neuk {
    color: #f66;
    background-color: #fff;
    padding: 0 2px 0 2px;
}

span.footnote {
    color: #444;
    font-size: 90%;
}

span.footnotemarker {
    color: #444;
    padding: 0 2px;
    background: #eee;
}

hr.archivseparator {
    clear: both;
    width: 90%;
    margin: 1em auto;
}


ul.listkabel {
    font-size: 110%; float: left;
}

ul.liststecker {
    font-size: 110%; float: left;
}


.specialnotejapanese {
    margin: 1em auto;
    width: 70%;
}

.specialnotejapanese h3 {
    margin-top: 0px;
    font-size: 80%;
}
.specialnotejapanese p {
    font-size: 80%;
}


table.koaxcontent td {
      border-collapse: separate;
      border: solid 3px #888;
      padding: 5px;
      text-align: center;
      vertical-align: top;
      width: 20%;
 }

 table.koaxcontent td ul {
     text-align: left;
 }

 div.coaxialcable{
     width: 48%;
     float: left;
     margin-right:5px;
 }
 .clearleft{
    clear: left;
 }

/* H Schnellbestellseite */
table#carttable th.menge {
    width: 56px;
    background-color: #ddd;
}
table#carttable th.hek {
    width: 100px;
    padding: 0 3px;
}
table#carttable th.evk {
    width: 100px;
    background-color: #ddd;
    padding: 0 3px;
}
table#carttable td.menge {
    background-color: #ddd;
}
table#carttable td.menge input {
    text-align: right;
}
table#carttable td.hek {
    width: 80px;
    padding: 0 3px;
}
table#carttable td.evk {
    width: 80px;
    background-color: #ddd;
    padding: 0 3px;
}

.tcgrey {
    color: #999;
}


div.cablefilterbox {
    border: solid 1px #eee;
    border-radius: 5px;
    margin: 1em auto;
    padding: 5px;
    width: 50%;
}

div.hide-koax-fertig {
    display: none;
}

.hide-koax-meterware {
    display: none;
}

td.coaxcable_new {
    background: #F62217;
    color: :#dddddd;
    font-weight: bold;
}


/* Fix for correct positioning of jump target because of fixed header
* Plicht, Jan. 2016
* see http://nicolasgallagher.com/jump-links-and-viewport-positioning/
* Works on all decent bowsers except IE8 (no background clip).
* fails when target is in a flexbox
*/

:target {
    position: relative;
    border-top: 120px solid transparent;
    margin: -30px 0 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

/* This is only required if the jump target element should have a top border. Add border-top: css */
:target:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
}

/* And cancel above hack for 'Back to top' jump target, that looks ugly */
div#main-container:target {
    position: relative;
    border-top: none;
    margin: inherit;
}

/* Try to fix this for target is in a flexbox, does not work so far */
div.koax-fertig:target {
    position: relative;
    border-top: 120px solid transparent;
    margin: -30px 0 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

div.koax-fertig:target:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    border-top: 1px solid #ccc;
}





.verticaltext {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

table.koaxvergleich {
    font-size: 90%;
}

table.koaxvergleich th {
    font-size: 90%;
    font-weight: normal;
    text-align: center;
    vertical-align: top;
}

div.ehamlink {
    margin: 0.75em 0;
    padding-bottom: 5px;
    display: block;
    vertical-align: 10px;
    text-align: left;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9c667+0,f79621+100&0.1+23,0.34+100 */
background: -moz-linear-gradient(left, rgba(249,198,103,0.1) 0%, rgba(249,187,87,0.1) 23%, rgba(247,150,33,0.34) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(249,198,103,0.1) 0%,rgba(249,187,87,0.1) 23%,rgba(247,150,33,0.34) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(249,198,103,0.1) 0%,rgba(249,187,87,0.1) 23%,rgba(247,150,33,0.34) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1af9c667', endColorstr='#57f79621',GradientType=1 ); /* IE6-9 */9 */
}

div.ehamlink > a > img {
    margin-right: 0.5em;
    position: relative;
    top: 5px;
}

p#hinweis_hausmesse {
  background: #ff3311;
  color: #eee;
  font-weight: bold;
  text-align: center;
  padding: 1px 4px;
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  position: relative;
  top: +64px;
  left: +686px;
}


div.ersatzteil_heil {
    margin: 1em auto 2em auto;
    width: 60%;
    max-width: 600px;
    border: solid 1px #eee;
    border-radius: 10px;
    padding: 3px;
}

div.ersatzteil_heil > h3 {
    margin: 5px 0 5px 0;
}

div.ersatzteil_heil > img {
    max-height: 120px;
    float: right;
}

div.dauerhinweis_h {
    width: 50%;
    text-align: left;
    border: solid 2px #ddd;
    font-size: 110%;
    padding: 5px;
}
div.dauerhinweis_h span.dauerhinweis1 {
    font-weight: bold;
}

div.dauerhinweis_h ul {
    margin-top: 2px;
    font-size: 90%;
}

div.dauerhinweis_h ul li {
    margin-bottom: 5px;
}

td.hasattribute {
    background: #04b404;
    font-weight: bold;
}


/* microHAM cable overview as used in
   microham-db15cable_*,
   microham-db37cable_*,
   microham-cwkcable*,
   microham-10keypad*
*/
table.mhcable { border: solid 0px; }
table.mhcable tr td { vertical-align: top; padding: 0 1em 0.5em 1em; }
table.mhcable tr th { text-align: left; font-weight:bold; vertical-align: top; white-space:nowrap;}
/* cancel hack introduced for 'back to top' button on all pages */
table.mhcable tr th:target { background: #880; border: 1px; }

/* microHAM */
span.newfeature { background: #ffe0cc; font-weight: normal; padding: 0 1px;}

ul.radiooverview {
    margin-left:  100px;
}

ul.radiooverview > li {
    width:  30%;
    font-size:  130%;
    font-weight: bold;
    background-color: #eee;
    margin-top: 15px;
    padding:  0px 3px;
}

ul.radiooverview > li > ul > li {
    font-size:  90%;
    font-weight: normal;
    padding:  0px 0px 3px 0px;
}


table.freqtab { border-spacing:0; empty-cells:show; margin-bottom: 2em; }
table.freqtab caption {
    background-color: #ccc;
    color: #333;
    font-weight: normal;
    font-size: 130%;
    padding: 5px 1em;
}

table.freqtab tr:hover {
    background-color: #ccc;
}

table.freqtab th {
    font-size: 90%;
    font-weight: normal;
    border: solid #333;
    border-width: 0 1px 1px 0;
    color: #333;
    background-color: #eee;
    text-align: center;
    padding: 0 0.5em;
}
table.freqtab th.relevantband {
    font-weight: bold;
}
table.freqtab td {
    font-size: 90%;
    border: solid #ddd;
    border-width: 0 1px 1px 0;
    padding: 3px 0.5em;
    text-align: center;
}


table.freqtab td.gr_r {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4096ee+0,4096ee+100&1+0,0+100 */
background: -moz-linear-gradient(left, rgba(64,150,238,1) 0%, rgba(64,150,238,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(64,150,238,1) 0%,rgba(64,150,238,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(64,150,238,1) 0%,rgba(64,150,238,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#004096ee',GradientType=1 ); /* IE6-9 */
border-left: solid 1px #4096EE;
}

table.freqtab td.gr_l {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4096ee+0,4096ee+100&0+0,1+100 */
background: -moz-linear-gradient(left, rgba(64,150,238,0) 0%, rgba(64,150,238,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(64,150,238,0) 0%,rgba(64,150,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(64,150,238,0) 0%,rgba(64,150,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004096ee', endColorstr='#4096ee',GradientType=1 ); /* IE6-9 */
border-right: solid 1px #4096EE;
}


table.freqtab td.gr_rl {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4096ee+0,4096ee+100&0+0,1+30,1+70,0+100 */
background: -moz-linear-gradient(left, rgba(64,150,238,0) 0%, rgba(64,150,238,1) 30%, rgba(64,150,238,1) 70%, rgba(64,150,238,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(64,150,238,0) 0%,rgba(64,150,238,1) 30%,rgba(64,150,238,1) 70%,rgba(64,150,238,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(64,150,238,0) 0%,rgba(64,150,238,1) 30%,rgba(64,150,238,1) 70%,rgba(64,150,238,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004096ee', endColorstr='#004096ee',GradientType=1 ); /* IE6-9 */
}

table.freqtab td.gr_no {
background: #4096EE;
border-left: solid 1px #4096EE;
border-right: solid 1px #4096EE;
}

p.passrep_hinweis {
    width: 75%;
    text-align: justify;
    padding: 0.5em 1em;
    background-color: #eee;
    border: solid 2px #f88;
    border-radius: 5px;
}

span.definition {
    text-decoration-style: dashed;
    text-decoration-line: underline;
}


p.no-ce-notice {
    display: inline-block;
    background-color: #777;
    color: #eee;
    padding: 2px 1em;
}

p.no-ce-notice span {
    font-weight: bold;
}

div.ts890spar1 {

    height: 800px;
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}




/*  BF */
div.bfdayitem {
    width: 400px;
    max-width: 400px;
    text-align: center;
    overflow: hidden;
    margin: 20px auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 4px;
    background: #404040;
    color: #d0d0d0;
    font-size: 130%;
    padding-bottom: 5px;
}

div.bfdayitem > h2 {
    margin-top: 2px;
    background: inherit;
    color: inherit;
    font-weight: bold;
}

div.bfdayitem > h3 {
    margin-top: 2px;
    border: none;
    background: red;
    color: black;
    font-weight: bold;
}

div.bfdayitem > p {
    background: inherit;
    color: inherit;
    font-size: inherit;
}

div.bfdayitem > p.bfoffer {
    background: #707070;
    margin: 5px auto;
    width: 95%;
    color: #fff;
    border: solid 1px #eee;
    border-radius: 5px;
}

div.bfdayitem > a {
    background: inherit;
    color: inherit;
    display: inline;
}




/* Newsletter archive */
div#nlarchive {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: 700px;
    max-width: 700px;
    margin: 10px auto;
}

div#nlarchive > div {
    border: solid 1px #eee;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-right: 15px;
    min-width: 180px;
    max-width: 180px;
    text-align: center;
    align-content: center;
    padding: 5px;
}

div#nlarchive > div > a {
    text-decoration: none;
    color: inherit;
}

