#011F47 /* CSS Bildformate derzeit nicht unterstuetzt
#bildAchtung{background-image: url(bilder/achtung.gif); height: 100px; width: 100px;}
#bildBestandsanfrage{background-image: url(bilder/bestandsanfrage.gif);}
#bildBestellen{background-image: url(bilder/bestellen.gif);}
#bildBusy{background-image: url(bilder/busy.gif);}
#bildDrucker{background-image: url(bilder/drucker.gif);}
#bildLogout{background-image: url(bilder/logout.gif); background-repeat:no-repeat; width: 50px; }
#bildOffenebestellungen{background-image: url(bilder/offenebestellungen.gif);}
#bildPfeilrechts{background-image: url(bilder/pfeilrechts.gif);}
#bildPfeilrechts32{background-image: url(bilder/pfeilrechts32.gif);}
#bildStatustik{background-image: url(bilder/statistik.gif);}
#bildSuche{background-image: url(bilder/suche.gif);}
#bildTrash{background-image: url(bilder/trash.gif);}
#bildTrash32{background-image: url(bilder/trash32.gif);}
#bildWarenkorb{background-image: url(bilder/warenkorb.gif);}
#bildWarenkorb32{background-image: url(bilder/warenkorb32.gif);}
#bildX{background-image: url(bilder/x.png);}
*/

* {
    font-family: Helvetica, sans-serif;
}

.register {
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    color: #000000;
}

.register h2 {
    font-size: 23px;
    font-weight: unset;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a img {
    border: 0 none;
}

body {
    background-color: #f2f2f2;
    font-family: 'Helvetica', sans-serif;
    font-size: 0.9em;
    color: #000000;
}

form {
    margin: auto;
}

form[name="Login"] {
    border: 2px solid #CBCBCB;
}

form[name="Form"] {
    border: 2px solid #CBCBCB;
    padding-top: 10px;
}

form[name="Form"] td[colspan="3"] {
    font-weight: bold;
}

form[name="Form"] input[type="submit"], form[name="Form"] button {
    font-size: 14px;
    font-weight: bold;
}

table {
    margin: auto;
}

table[class^="TabelleAuftrag"] {
    width: 100%;
}

div.maxwidth {
    margin: auto;
}

td {
    vertical-align: top;
}

table.Menue {
    background-color: #abcdef;
    border-collapse: collapse;
    border: solid 1px #fedcba;
    text-align: center;
    vertical-align: middle;
}

table.Trefferliste tr:hover {
    background-color: #FFFFFF;
}

.Tabelle1 img[alt="bilder/achtung"], .Tabelle1 img[alt="bilder/trash"] {
    display: none;
}

.Tabelle1 tr:last-child {
    height: 32px;
}

.Tabelle1 a:before {
    content: url('bilder/trash_alt.png?ssid=66DADC2516B68AD84BD9202206AB0947');
}

.Tabelle1 tr:last-child a:before {
    display: none;
}

table.Navigation {
	margin-top: 20px;
    table-layout: fixed;
    vertical-align: middle;
    width: 1480px;
    max-height: 75px;
    height: 75px;
}

table.Outer {
    min-width: 950px;
    border-collapse: collapse;
}

.Outer td {
    padding: 4px;
}

.Tabelle1 td:last-child {
    padding-top: 3px;
    text-align: center;
}

select[name="lkz"] {
    width: 180px;
}

table.Inner {
    width: 100%;
    border-collapse: collapse;
}

table.TabelleAuftrag td {
    padding-left: 3px;
    padding-right: 3px;
}

td.Menue {
    height: 80px;
    width: 80px;
    border: solid 1px #fedcba;
    text-align: center;
    vertical-align: middle;
}

input {
    /* Bei width 100% streckt sich das Feld sonst um das Padding jenseits des tabellencontainers */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    /* Bei width 100% streckt sich das Feld sonst um das Padding jenseits des tabellencontainers */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

td.tabelleheader {
    background: #363531;
    height: 35px;
    vertical-align: middle;
    text-align: center;
}

a, a:hover, a:visited {
    color: #ef9e75;
}

td.tabelleheader span, tr.TabelleZeile1 > td.tabelleheader,
td.tabelleheader span, tr.TabelleZeile2 > td.tabelleheader {
    color: #FFFFFF !important;
    font-size: 10pt !important;
}

td.S-Identheader {
    display: none;
    background-image: url("bilder/table_header.gif?ssid=66DADC2516B68AD84BD9202206AB0947");
    background-repeat: repeat;
}

td.S-GRAU {
    border: 0;
    background-color: #848484;
}

td.S-SCHWARZ {
    border: 0;
    background-color: #000000;
}

td.S-WEISS {
    border: 0;
    background-color: #FFFFFF;
}

td.S-ROT {
    border: 0;
    background-color: #fbbdb9;
}

td.S-ROT-LINKS {
    border: 0;
    background-color: #fbbdb9;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}

td.S-ROT-RECHTS {
    border: 0;
    background-color: #fbbdb9;
    text-align: right;
    padding-right: 5px;
    padding-left: 5px;
}

td.S-BLAU {
    border: 0;
    background-color: #C6E2FF;
}

td.S-GRUEN {
    border: 0;
    background-color: #d5fbb7;
}

td.S-GRUEN-LINKS {
    border: 0;
    background-color: #d5fbb7;
    text-align: left;
    padding-right: 5px;
    padding-left: 5px;
}

td.S-GRUEN-RECHTS {
    border: 0;
    background-color: #d5fbb7;
    text-align: right;
    padding-right: 5px;
    padding-left: 5px;
}

td.S-HELLGRAU {
    border: 0;
    background-color: #363531;
}

td.S-HELLGRAU a {
    color: #ffffff !important;
}

td.S-GELB {
    border: 0;
    background-color: #f8fa9e;
}

td.S-GELB-LINKS {
    border: 0;
    background-color: #f8fa9e;
    text-align: left;
    padding-right: 5px;
    padding-left: 5px;
}

td.S-GELB-RECHTS {
    border: 0;
    background-color: #f8fa9e;
    text-align: right;
    padding-right: 5px;
    padding-left: 5px;
}

td.S-HELLBLAU {
    border: 0;
    background-color: #fdf300;
	color: #000000 !important;
}

td.S-HELLBLAU * {
	color: #000000 !important;
}

td.S-LILA {
    border: 0;
    background-color: #ffccff;
}

td.S-TODAY {
    border: 0;
    background-color: #ccffcc;
}

td.S-WEEKEND {
    border: 0;
    background-color: #ccecff;
}

td.S-BASIC {
    border: 0;
    background-color: #ffffff;
}

td.S-HIGHLIGHT {
    border: 0;
    background-color: #ffCCCC;
}

td.S-WARNING {
    border: 0;
    background-color: #ffffcc;
}

td.S-TRANSPARENT {
    border: 0;
    background-color: #cdcdcd;
}

td.S-Artikelnummer {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}


td.S-Identnummer {
    display: none;
}

td.S-Hidden {
    display: none;
}

td.S-Bezeichnung {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}

td.S-Kommission {
    text-align: left;
    padding-right: 5px;
    padding-left: 5px;
}

td.S-Zahl {
    text-align: right;
    padding-right: 5px;
    padding-left: 5px;
}

.TabelleZeile1 td, .TabelleZeile2 td {
    color: #5e5e5e;
}

.Navigation a {
    color: #ffffff;
}

.Navigation > .TabelleZeile1, .Navigation > .TabelleZeile2 {
    color: #5e5e5e;
}

tr.TabelleZeile1, tr.TabelleZeile2 {
    border: 0;
    /*background-color:#abcdef;*/
    background-color: #E2E2E2;
    font-size: 85%;
}

tr.TabelleZeile2 {
    border: 0;
    background-color: #F7F7F7;
}

.Menge .TabelleZeile2 {
    font-size: 14px;
}

textarea.Textbox1 {
    width: 600px;
    height: 600px;
    border: 3px solid #cccccc;
    padding: 5px;
    font-size: 85%;
}

div.username {
    text-align: center;
    margin: 11px 0;
    font-size: 23px;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    color: #000;
}

div.testbericht {
    left: 0;
    /* right: 0; */
    top: 0;
    /* bottom: 0; */
    margin: auto;
    position: fixed;
}

div.tbfenster {
    background: #ffffff;
    border: solid black 1px;
    width: 800px;
    max-width: 90vw;
    height: 800px;
    max-height: 90vh;
    box-shadow: 0 0 25px #000000;
    overflow-y: auto;
}

div.tbhintergrund {
    background-color: #37ACFF;
    width: 100%;
    opacity: 0.0;
    filter: alpha(opacity=25);
    height: 100%;
}

/* Terminplaner */

span.pflicht {
    color: #FF0000;
}


div.box {
    background-color: rgb(247, 250, 253);
    border: 1px solid rgb(223, 223, 223);
    padding: 0 5px 3px;
    margin: auto;
    text-align: left;
}

div.optionenbox {
    margin-right: 10px; /* schiebt die Hintbox auf Abstand. */
    margin-bottom: 10px;
}

div.Hintbox {
    /* Hintbox wird je nach breite neben oder unter der optionenbox angebracht */
    background-color: rgb(255, 255, 204);
    border: 1px solid rgb(223, 223, 223);
    visibility: hidden;
    float: left;
    min-width: 250px;
    width: auto;
    height: auto;
    padding: 10px;
    text-align: left;
}


table.Fortschritt {
    outline: 1px solid rgb(223, 223, 223);
    text-align: center;
    background-color: rgb(247, 250, 253);
    width: 100%;
    max-width: 950px;
}

td.FortschrittBeendet {
    padding: 4px;
    background-color: #98AFC7;
}

td .FortschrittAktiv {
    padding: 4px;
    background-color: #abcdef;
}

td .FortschrittOffen {
    padding: 4px;
    background-color: rgb(223, 223, 223);
}

table .Kundendaten {
    width: auto;
}

table .Termininfos {
    margin-left: 0;
    width: auto;
}

table .Termininfos td.tabelleheader {
    background-image: none;
    font-size: 100%;
}

table .Termininfos tr {
    background-color: transparent;
    font-size: 100%;
}

table .Termininfos td {
    padding-right: 10px; /* Abstand zwischen den Spalten */
}

table .Kalender {
    max-width: 950px;
    width: 100%;
}

img .Tyre24Bild {
    width: 215px;
    height: 150px;
}

.Trefferliste td:first-child img {
    max-width: 215px;
    max-height: 150px;
}

.outer_frame {
    max-width: 80%;
    margin: 0 auto;
}

.logo {
    width: 50%;
    position: relative;
    display: flex;
    justify-items: center;
    align-items: center;
    right: -25%;
    max-height: 150px;
}

.disabled {
    display: none;
}

.button_container {
    text-align: center;
}

input[type="submit"], button {
    border: solid #363531 2px;
    background: #363531;
    width: 165px;
    height: 35px;
    color: #ffffff;
    cursor: pointer;
}

input[type="submit"]:hover, button:hover {
    background: #f50;
    border: solid #f50 2px;
    color: #ffffff;
}

.sl_button {
    border: solid #363531 2px;
    background: #363531;
    width: 165px;
    height: 35px;
    color: #ffffff;
    cursor: pointer;
}

.sl_button:hover {
    background: #f50;
    color: #ffffff;
}

.sl_button.search_button:hover, .sl_button.delete_button:hover {
    background: #f50;
    color: #ffffff;
}

.text_button {
    position: relative;
    top: -8px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.icon_button {
    margin-top: 3px;
    margin-right: 5px;
    height: 26px;
}

.search_table {
    width: 100%;
    border-collapse: collapse;
}

.search_table td {
    color: #000000;
}

.search_table > tbody > tr > td {
    border: solid #CBCBCB 2px;
}

.Navigation tbody tr:first-child > td {
    border-bottom: solid #011F47 5px;
    vertical-align: bottom;
}

/* #### [BEGIN] Navigation Pictures #### */

.Navigation tbody tr:first-child td:first-child span::before {
    background-image: url('bilder/lupe_alt.png?ssid=66DADC2516B68AD84BD9202206AB0947');
    max-width: 25px;
    height: 25px;
    margin-bottom: 6px;
    margin-top: 10px;
}

.Navigation tbody tr:first-child td:first-child + td span::before {
    background-image: url('bilder/warenkorb_alt.png?ssid=66DADC2516B68AD84BD9202206AB0947');
    max-width: 31px;
    height: 25px;
    margin-bottom: 6px;
    margin-top: 10px;
}

.Navigation tbody tr:first-child td:first-child + td + td span::before {
    background-image: url('bilder/auftragshistorie_alt.png?ssid=66DADC2516B68AD84BD9202206AB0947');
    max-width: 32px;
    height: 25px;
    margin-bottom: 6px;
    margin-top: 10px;
}

.Navigation tbody tr:first-child td:first-child + td + td + td + td span::before {
    background-image: url('bilder/work.png?ssid=66DADC2516B68AD84BD9202206AB0947');
    max-width: 28px;
    height: 27px;
    margin: 10px auto 6px;
}

.Navigation tbody tr:first-child td:first-child + td + td + td + td + td span::before,
.Navigation tbody tr:first-child td:first-child + td + td + td + td + td + td span::before,
.Navigation tbody tr:first-child td:first-child + td + td + td + td + td + td + td span::before {
    background-image: url('bilder/lupe_alt.png?ssid=66DADC2516B68AD84BD9202206AB0947');
    max-width: 25px;
    height: 25px;
    margin-bottom: 6px;
    margin-top: 10px;
}

.Navigation tbody tr:first-child td:first-child + td + td + td + td + td + td + td + td span::before {
    background-image: url('bilder/logout_alt.png?ssid=66DADC2516B68AD84BD9202206AB0947');
    max-width: 20px;
    height: 20px;
    margin: 10px auto 6px;
}

/* #### [END] Navigation Pictures #### */

.Navigation tbody tr:first-child td img {
    display: none;
}

.Navigation tbody tr:first-child td span {
    display: block;
    text-align: center;
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
}

.Navigation tbody tr:first-child td span:before {
    content: " ";
    display: block;
    margin: 5px auto;
    background-size: cover;
}

.Navigation tbody tr:last-child {
    display: none;
}

.Navigation tbody tr:first-child a {
    font-size: 0;
}

form[name="Login"] {
    text-align: center;
}

.copyright {
    text-align: center;
    font-style: italic;
    color: #c3c3c3;
    font-size: 15px !important;
}

.copyright a {
    color: #c3c3c3;
}

form[name="Login"] p {
    font-size: 21px;
    margin-top: 0;
}

form[name="Login"] p input {
    width: 222px;
    height: 40px;
    border: solid lightgray 1px;
    padding: 0 12px;

    background: #f7f7f7;
    color: #787878;
}

form[name="Login"] p input[type="submit"] {
    width: 140px;
    font-size: 20px;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    border: solid #D8500C 1px;
    color: #f7f7f7 !important;
    background: #D8500C !important;
}

.yellow_seperator {
    background-color: #363531;
    height: 5px;
    margin: 0 2px;
    position: relative;
    top: -7px;
}

.Trefferliste, table.Tabelle1, table.TabelleAuftrag {
    color: #6D6D6D;
}

.Trefferliste img[alt="bilder/pfeilrechts"], .Trefferliste img[alt="bilder/warenkorb"] {
    display: none;
}

.Trefferliste tr td:nth-last-child(2), .Trefferliste tr td:last-child {
    text-align: center;
    padding: 5px 0;
}

#suchanleitung {
    display: inline;
    position: absolute;
    z-index: 10000;
    width: 400px;
    border: 2px solid #011F47;
    background: #ffffff;
    padding: 5px 10px;
    font-size: smaller;
}

#suchanleitung h3 {
    margin-top: 0;
}

/* "6.20.41/291221/goldhausen/#-: Webshop Grundanpassung */

.ReifensucheMaske {
    display: block;
}

.StahlsucheMaske {
    display: none;
}

.AlusucheMaske {
    display: none;
}

select, input {
    font-size: 130%;
}

table.Trefferliste, table.Tabelle1, table.Menge,
table.TabelleAuftrag, table.TabelleAuftragKopf, table.TabelleAuftragVersandanschrift,
table.TabelleAuftragPositionen, table.TabelleAuftragLieferungen, table.TabelleKarkassen,
table.Edidaten {
    min-width: 100%;
}

.Trefferliste td, .Tabelle1 td, .Menge td, .TabelleAuftrag td,
.TabelleAuftragKopf td, .TabelleAuftragVersandanschrift td,
.TabelleAuftragPositionen td, .TabelleAuftragLieferungen td, .TabelleKarkassen td,
.Edidaten td {
    font-size: 130%;
}

.TabelleAuftragKopf td:nth-child(1),
.TabelleAuftragVersandanschrift td:nth-child(1),
.TabelleKarkassen td:nth-child(1) {
    font-weight: bold;
    width: 15%;
}

/* #### Eigene Artikelbilder mit fixer Groesse anzeigen #### */
.Trefferliste td .r6Img {
    width: 118px;
    height: 118px;
}

