/*************************************************************************************************/
/*
/*	Style-Dateifür Reifen-Göggel-Shop
/*
/*************************************************************************************************/

@import url("css/login.css");

/* @font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} */
/* latin */
/* @font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'), url('https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wXg.woff2') format('woff2'),
	url('https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wXg.eot') format('embedded-opentype');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} */

@import url('https://fonts.googleapis.com/css?family=Lato');

* {
	font-family: 'Lato' !important;
}

/*************************************************************************************************/
/*	Allgemeine Einstellungen
/*************************************************************************************************/
/* #idbtndownload {
	cursor: pointer;
	cursor: hand;
	width: 102px;
	font-size: 10pt;
	padding: 3px 0px;
} */

html {
	height: 100%;
}

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	/* font-family: Tahoma, Arial, Verdana, Sans-Serif; */
	font-size: 10pt;
	font-weight: bold;
	background-color: #dddddd;
	/* background-color: #ffffff; */
	height: 100%;
}

a {
	color: #ffffff;
	text-decoration: none;
}

/* button {
	font-weight: bold;
	font-size: 10pt;
	height: 22px;
	text-align: center;
	color: #000000;
	border: 1px solid #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #ededed;
	background-color:#E6431F;
} */

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	padding: 8px 14px;
	cursor: pointer;
	background: #3E3D41;
	color: #ffffff;
	font-size: 16px;
	transition: all 200ms ease-in-out;
	border-radius: 4px;
	font-weight: normal;
	height: auto;
	border: 0px;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background: #E33C19;
}

button.btnred,
input[type="submit"].btnred,
input[type="button"].btnred,
input[type="reset"].btnred {
	background: #E33C19;
}

button[disabled=""],
button[disabled="disabled"] {
	background: #f2f2f2 !important;
	color: #7d7d7d !important;
}

/* .login_input { width:130px; height:20px; border:1px solid black; background-color:#ffffff; font-size:11px; font-weight:bold; font-family:Tahoma,Arial,Verdana,Sans-Serif; } */

.wkorb_textfarben {
	/* font-family: Tahoma, Arial, Verdana, Sans-Serif; */
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

#rg_start_main_left {
	float: left;
	margin-left: 0;
	margin-right: 4px;
}

/* #button_block { width:140px; height:23px; margin-left:-3px; margin-top:0px; border:0px solid green; } */
/* #button_icon { float:left; width:24px; height:24px; border:0px solid red; } */

.button_block {
	position: relative;
}

/* #button text bleibt drin, da nicht bekannt ist, ob das noch verwendet wird - falls nicht -> raus */
#button_text {
	width: 113px;
	margin-left: 26px;
	text-align: left;
	padding-top: 4px;
	padding-left: 1px;
	height: 18px;
	border: 0px solid red;
}

.button_text {
	min-width: 120px;
	/* margin-left: 26px; */
	text-align: center;
	/* padding-top: 2px; */
	/* padding-left: 1px; */
	height: 18px;
	border: 0px solid red;
	/* color: #000; */
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.button_text_zub {
	width: 140px;
	/* margin-left: 26px; */
	text-align: center;
	/* line-height: 30px; */
	/* height: 31px; */
	border: 0px solid red;
	/* color: #000; */
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.button_text_werkz {
	width: 100px;
	/* margin-left: 30px; */
	text-align: left;
	border: 0px solid red;
	/* color: #000; */
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.button_icon {
	/* float: left; */
	width: 39px;
	/* height: 24px; */
	border: 0px solid red;
	display: inline-block;
	vertical-align: middle;
}

#kpl_button_text {
	text-align: center;
	border: 0px solid red;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	width: 145px;
}

#button_icon_big {
	/* float: left; */
	/* width: 21px; */
	height: 25px;
	font-size: 24px;
	margin-top: -3px;
	/* margin-left: 4px; */
}

#button_text_big {
	width: 110px;
	margin-left: 20px;
	text-align: center;
	padding-top: 1px;
	padding-left: 5px;
	height: 18px;
	border: 0px solid red;
}

.searchresult_button {
	/* font-family: Tahoma; */
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	width: 195px;
}

#button_icon_sresult img {
	height: 20px;
	width: 20px;
}

#button_icon_sresult {
	float: left;
	width: 20px;
	height: 20px;
	margin-left: 0px;
	/* position: absolute;
	top: -1px;
	left: -2px; */
}

#button_text_sresult {
	width: 150px;
	margin-left: 21px;
	text-align: left;
	padding-left: 5px;
	height: 18px;
	border: 0px solid red;
	margin-top: -2px;
}

@media print {
	body {
		background-color: white;
	}

	.footer_ergebnistab {
		display: none;
	}

	.footer_navi {
		display: none;
	}

	.no_print {
		display: none;
	}

	button {
		display: none;
	}

	input {
		display: none;
	}
}

/*************************************************************************************************/
/* Header - DIV's
/*************************************************************************************************/
.header_block {
	width: 980px;
	margin: 0px auto;
	padding-top: 5px;
	background-color: #dddddd;
}

.header_logo {
	width: 350px;
	float: left;
	height: 66px;
	text-align: left;
	background-color: transparent;
}

/* .header_kontakt			{ float:left; width:170px; height:auto; text-align:left; background-color:#dddddd; } */
.header_kontakt {
	float: left;
	width: 160px;
	height: auto;
	text-align: left;
	background-color: transparent;
}

.header_kontakt_text {
	font-weight: bold;
	color: #000000;
	font-size: 8pt;
}

a.kontakt_navi_text {
	font-weight: bold;
	color: #000000;
	font-size: 8pt;
	text-decoration: none;
}

/* .header_menu	{ width:420px; float:left; height:86px; text-align:right; background-color:transparent; } */
.header_menu {
	width: 470px;
	float: right;
	min-height: 86px;
	text-align: right;
	background-color: transparent;
}

/* .header_navigation			{ width:420px; height:20px; text-align:right; background-color:transparent; } */
.header_navigation {
	width: 450px;
	min-height: 20px;
	text-align: right;
	background-color: transparent;
	float: right;
}

.header_navigation_text {
	font-weight: bold;
	color: #888888 !important;
	font-size: 13px;
}

a.header_navigation_text {
	font-weight: bold;
	color: #888888;
	font-size: 13px;
	text-decoration: none;
}

.header_flags {
	float: right;
	text-align: right;
	background-color: transparent;
}

.header_sepa {
	float: left;
	width: 125px;
	height: 38px;
	text-align: left;
	padding-top: 21px;
	background-color: transparent;
}

/* .header_losstand       { float:left; width:150px; height:38px; text-align:left;   padding-top:21px; background-color:transparent; } */
.header_gewinnspiel {
	float: left;
	width: 120px;
	height: 36px;
	text-align: center;
	padding-top: 2px;
	background-color: transparent;
}

/* .header_rueckruf	{ float:left; width:100px; height:38px; text-align:center; padding-top:20px; background-color:transparent; } */
.header_warenkorb {
	/* float: right; */
	/* width: 220px; */
	/* height: 25px; */
	/* text-align: right; */
	/* padding-top: 13px; */
	background-color: transparent;

	/* right: 0px;
	position: absolute; */
	top: 24px;
	/* float: none; */
	width: auto;
	height: auto;
	text-align: unset;
	/* padding-top: 0px; */
	/* margin-left: 15px; */
	margin-left: 10px;
}

.header_losstand2 {
	float: left;
	height: 38px;
	text-align: left;
	padding-top: 21px;
	background-color: transparent;
}

/* .header_wpnews		{ float:left; height:38px; text-align:center; margin-left:-25px; padding-top:20px; background-color:transparent; } */
.header_wpnews {
	float: left;
	height: 38px;
	text-align: center;
	margin-left: 20px;
	padding-top: 30px;
	background-color: transparent;
}

.header_rueckruf2 {
	float: left;
	height: 38px;
	text-align: center;
	margin-left: 20px;
	padding-top: 30px;
	background-color: transparent;
}

.header_welcome {
	width: 360px;
	position: absolute;
	height: 20px;
	text-align: left;
	top: 71px;
	background-color: transparent;
}

/* 560 */
.header_welcome_text {
	font-weight: bold;
	color: #000000;
	font-size: 8pt;
}

/*************************************************************************************************/
/* Ergebnistabelle-Footer - DIV
/*************************************************************************************************/
.footer_ergebnistab {
	width: 1280px;
	height: 75px;
	margin: 0px auto;
	background-color: #dddddd;
}

.footer_ergebnistab_preisauswahl {
	float: left;
	width: 525px;
	height: 25px;
	background-color: #dddddd;
	text-align: left;
	padding-top: 5px;
}

/* .footer_ergebnistab_haftung			{ float:left;  width:29px;  background-color:#dddddd; text-align:left;  border:0px solid red; } */
.footer_ergebnistab_buttons {
	float: right;
	width: 400px;
	background-color: #dddddd;
	text-align: center;
	padding-top: 5px;
	text-align: right;
}

.footer_ergebnistab_blaettern {
	float: right;
	width: 91px;
	height: 25px;
	margin-right: 3px;
	background-color: #dddddd;
	text-align: center;
	padding-top: 9px;
	padding-left: 4px;
}

.preisauswahl_td {
	vertical-align: middle;
	text-align: center;
	height: 23px;
}

.preisauswahl_nettoek {
	margin-left: 0px;
	float: left;
	min-width: 95px;
	text-align: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background-color: #f2f2f2;
	height: 30px;
	box-sizing: border-box;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

.preisauswahl_evbpreis {
	margin-left: 5px;
	float: left;
	width: 165px;
	text-align: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background-color: #f2f2f2;
	height: 30px;
	box-sizing: border-box;
	padding-top: 4px;
	padding-left: 4px;
}

.preisauswahl_evbpreis_neu {
	margin-left: 5px;
	float: left;
	width: 202px;
	text-align: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background-color: #f2f2f2;
	height: 30px;
	box-sizing: border-box;
	padding-top: 4px;
	padding-left: 4px;
}

.preisauswahl_kbpreis {
	margin-left: 5px;
	float: left;
	width: 200px;
	text-align: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background-color: #f2f2f2;
	height: 30px;
	box-sizing: border-box;
	padding-top: 4px;
	padding-left: 4px;
}

.pdfilt {
	font-weight: bold;
	/* font-family: Tahoma, Arial; */
	font-size: 8pt;
	color: #000000;
}

.selbasispreis {
	/* font-weight: bold; */
	/* font-family: Tahoma, Arial; */
	font-size: 15px;
	/* color: #000000; */
	width: 200px;
}

.selrund {
	/* font-weight: bold; */
	/* font-family: Tahoma, Arial; */
	font-size: 15px;
	/* color: #000000; */
}

.selrundpreis {
	/* font-weight: bold; */
	/* font-family: Tahoma, Arial; */
	font-size: 15px;
	/* color: #000000; */
}

/*************************************************************************************************/
/* FOOTER - DIV's
/*************************************************************************************************/
.footer_block {
	width: 1280px;
	margin: 0px auto;
	/* background-color: #dddddd; */
}

.footer_ticker {
	width: 1280px;
	height: 22px;
	/* background-color: #6d767f; */
	padding-top: 3px;
}

/*************************************************************************************************/
/* sport.de-Ticker
/*************************************************************************************************/
.sport_ticker {
	width: 1280px;
	height: 56px;
	background-color: #ffffff;
	padding-top: 0px;
	border-top: 2px solid #e7401c;
	border-bottom: 2px solid #e7401c;
}

/* .footer_links		{ width:896px; float:left; height:27px; text-align:left; background-color:#dddddd; padding-left:4px; padding-top:8px; } */
.footer_links {
	min-width: 728px;
	max-width: 896px;
	float: left;
	min-height: 27px;
	max-height: 44px;
	text-align: left;
	background-color: #dddddd;
	padding-left: 4px;
	padding-top: 18px;
}

.footer_links_text_bottom {
	font-weight: normal;
	font-size: 14px;
	color: #a4a4a5;
	cursor: pointer;
}

a.footer_links_text_bottom {
	font-weight: normal;
	font-size: 14px;
	color: #a4a4a5;
	text-decoration: none;
	transition: all 0.2s ease-in;
	cursor: pointer;
}

a.footer_links_text_bottom:hover {
	color: #fff !important;
}

.footer_links_text {
	font-weight: normal;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
}

a.footer_links_text {
	font-weight: normal;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	transition: all 0.2s ease-in;
	cursor: pointer;
}

a.footer_links_text:hover {
	color: #fff !important;
}

a.footer_links_text img {
	transition: all 0.2s ease-in;
	vertical-align: bottom;
	cursor: pointer;
}

a.footer_links_text img:hover {
	filter: brightness(150%);
}

.footer_links_spezial {
	font-weight: normal;
	/* font-family: Tahoma, Arial; */
	font-size: 14px;
	color: #e7401c;
}

a.footer_links_spezial {
	font-weight: normal;
	/* font-family: Tahoma, Arial; */
	font-size: 14px;
	color: #e7401c;
	text-decoration: none;
}

.footer_bv_spezial {
	font-weight: bold;
	/* font-family: Tahoma, Arial; */
	font-size: 11pt;
	color: #ff0000;
}

a.footer_bv_spezial {
	font-weight: bold;
	/* font-family: Tahoma, Arial; */
	font-size: 11pt;
	color: #ff0000;
	text-decoration: none;
}

.footer_links_extra {
	font-weight: bold;
	/* font-family: Tahoma, Arial; */
	font-size: 12pt;
	color: #e7401c;
}

a.footer_links_extra {
	font-weight: bold;
	/* font-family: Tahoma, Arial; */
	font-size: 12pt;
	color: #e7401c;
	text-decoration: none;
}

/*************************************************************************************************/
/* NEU
/*************************************************************************************************/
.footer_gewinnspiel {
	width: 190px;
	float: right;
	height: 90px;
	background-color: #dddddd;
	padding-right: 0px;
	padding-top: 6px;
	border: 0px solid #aaaaaa;
}

.footer_copyright {
	width: 76px;
	float: left;
	min-height: 23px;
	max-height: 44px;
	text-align: right;
	background-color: #dddddd;
	padding-right: 4px;
	padding-top: 22px;
}

/* .footer_haftung			{ width:980px; float:left; padding-left:4px; padding-top:2px; padding-bottom:2px; background-color:#dddddd; } */
.footer_haftung {
	min-width: 728px;
	max-width: 980px;
	float: left;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #dddddd;
}

.footer_haftung_text {
	font-weight: normal;
	/* font-family: Tahoma, Arial; */
	font-size: 8pt;
	color: #333333;
}

a.footer_haftung_text {
	font-weight: n;
	/* font-family: Tahoma, Arial; */
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
}

/*************************************************************************************************/
/* Searchresult Footer Text
/*************************************************************************************************/
.haftung_text {
	color: #a4a4a5;
	font-weight: normal;
	/* font-family: Tahoma, Arial; */
	font-size: 10px;
}

.preis_auswahl {
	color: #393939;
	font-weight: normal;
	/* font-family: Tahoma, Arial; */
	font-size: 14px;
	vertical-align: middle;
}

/*************************************************************************************************/
/*	Navigation
/*************************************************************************************************/
.flag_navi_text {
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	color: #000000;
	font-size: 8pt;
	margin-left: 4px;
}

a.flag_navi_text {
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	color: #000000;
	font-size: 8pt;
	margin-left: 4px;
	text-decoration: none;
}

.flag_navi_pipe {
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	color: #888888;
	font-size: 10pt;
	text-decoration: none;
}

.menu_navi_text {
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	color: #000000;
	font-size: 8pt;
}

a.menu_navi_text {
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	color: #000000;
	font-size: 8pt;
	text-decoration: none;
}

.kontakt_navi_text {
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	color: #000000;
	font-size: 8pt;
}

a.kontakt_navi_text {
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	color: #000000;
	font-size: 8pt;
	text-decoration: none;
}

.warenkorb_bt_navi img {
	height: 19px;
	width: 19px;
}

.warenkorb_bt_navi {
	/* font-family: Tahoma, Arial; */
	font-weight: normal;
	color: #fff;
	font-size: 10pt;
	width: 230px;
	/* height: 30px; */
	padding: 4px 14px;
}

.gewinnspiel_bt_navi {
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	color: #000000;
	font-size: 10pt;
	width: 110px;
	height: 44px;
	cursor: hand;
	cursor: pointer;
}

/*************************************************************************************************/
/*	Suchleiste
/*************************************************************************************************/
.tyre_search_suche {
	/* background-color:#6d767f; */
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
}

.kategorie_info {
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	color: #ffffff;
	font-size: 10pt;
}

.feld_info {
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	color: #000000;
	font-size: 7pt;
}

.feld_info2 {
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	color: #ffffff;
	font-size: 8pt;
}

.feld_info_kombi {
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	color: yellow;
	font-size: 7pt;
	cursor: hand;
	cursor: pointer;
}

.suche_ueber_b {
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	color: #000000;
	font-size: 11pt;
}

.suche_ueber_w {
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	color: #ffffff;
	font-size: 11pt;
}

.white_text_klein {
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	color: #ffffff;
	font-size: 8pt;
}

.white_text_gross {
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	color: #ffffff;
	font-size: 10pt;
}

.black_text_klein {
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	color: #000000;
	font-size: 8pt;
}

.black_text_gross {
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	color: #000000;
	font-size: 10pt;
}

.hilfe_mc_but_search {
	width: 29px;
	height: 29px;
}

/* .suche_mc_but_search		{ width:25px; height:24px; border:0px; background:transparent; text-align:center; } */

/* MARKE */
.sonderangebote_but_search {
	/* width: 120px; */
	/* height: 32px; */
	text-align: center;
	/* padding-top: 1px; */
	/* font-weight: bold; */
	/* color: #e7401c; */
	/* font-size: 7pt; */
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 50%;
	background: transparent !important;
}

.hilfe_but_search {
	/* width: 120px; */
	/* height: 32px; */
	text-align: center;
	/* padding-top: 2px; */
	/* font-weight: bold; */
	/* color: #000000; */
	/* font-size: 7pt; */
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 50%;
}

/* MARKE */
/* .suchen_but_search			{ width:80px; height:26px; text-align:center; padding-top:1px; font-weight:bold; color:#000000; font-size:7pt; } */
.suchen_but_search_mc {
	width: 142px;
	height: 22px;
	text-align: center;
	padding-top: 0px;
	font-weight: bold;
	color: #000000;
	font-size: 7pt;
}

.suchen_but_search_bqz {
	width: 112px;
	height: 22px;
	text-align: center;
	padding-top: 0px;
	font-weight: bold;
	color: #000000;
	font-size: 7pt;
}

.header_suche_background {
	background-color: #6d767f;
}

/* MARKE */
.div_suche_mc {
	width: 400px;
	height: 80px;
	border: 1px solid #000000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background-color: #e7401c;
	margin-left: 10px;
}

/* MARKE */
.div_suche_bqz {
	width: 480px;
	height: 80px;
	border: 1px solid #000000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background-color: #dcdcdc;
}

/*************************************************************************************************/
/*	Buttonleiste
/*************************************************************************************************/
.tyre_search_buttons {
	text-align: center;
	height: 40px;
	vertical-align: middle;
	background: #dddddd;
}

/*************************************************************************************************/
/* Buttons mit Icon (transparenter Rahmen etc.)
/*************************************************************************************************/
.blank_buttons {
	background-color: transparent;
	border: 0px;
	width: 40px;
	height: 26px;
}

.blank_warenkorb {
	background-image: url(./images/warenkorb_legen.png);
	background-color: transparent;
	border: 0px;
	width: 179px;
	height: 25px;
	cursor: pointer;
	cursor: hand;
}

.blank_menge_reset {
	background-image: url(./images/menge_zurueck.png);
	background-color: transparent;
	border: 0px;
	width: 136px;
	height: 25px;
	cursor: pointer;
	cursor: hand;
}

/*************************************************************************************************/
/* Filterleiste
/*************************************************************************************************/
#filter_leiste {
	background-color: #6d767f;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
}

.filter_box {
	background-color: #6d767f;
}

/*************************************************************************************************/
/* F-Leiste Überschriften
/*************************************************************************************************/
.filter_tds {
	/* padding-top:3px; */
	padding-bottom: 3px;
	padding-left: 10px;
	text-align: center;
	border: 0px solid red;
}

.aktualisierungs_info {
	color: #393939;
	font-weight: normal;
	/* font-family: Tahoma, Arial; */
	font-size: 14px;
}

a.aktualisierungs_info {
	color: #393939;
	font-weight: normal;
	/* font-family: Tahoma, Arial; */
	font-size: 14px;
	text-decoration: none;
}

.zusatz_info {
	color: #393939;
	font-weight: normal;
	/* font-family: Tahoma, Arial; */
	font-size: 14px;
}

a.zusatz_info {
	color: #393939;
	font-weight: normal;
	/* font-family: Tahoma, Arial; */
	font-size: 14px;
	text-decoration: none;
}

.treffer_info {
	color: #393939;
	font-weight: normal;
	/* font-family: Tahoma, Arial; */
	font-size: 14px;
}

a.treffer_info {
	color: #393939;
	font-weight: normal;
	/* font-family: Tahoma, Arial; */
	font-size: 14px;
	text-decoration: none;
}

/*************************************************************************************************/
/* F-Leiste DIV
/*************************************************************************************************/
.dbr {
	display: inline-block;
	line-height: 20px;
	vertical-align: top;
	text-align: center;
}

.div_x {
	width: 85px;
	float: left;
	margin-left: 6px;
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	border: 0px solid red;
}

/* Reset */

.div_filter_saison {
	width: 95px;
	float: left;
	margin-left: 17px;
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	border: 0px solid red;
}

/* Saison */
.div_filter_load {
	width: 90px;
	float: left;
	margin-left: 17px;
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	border: 0px solid red;
}

/* Load-Index */
.div_filter_speed {
	width: 112px;
	float: left;
	margin-left: 17px;
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	border: 0px solid red;
}

/* Speed-Index */
.div_filter_kategorie {
	width: 100px;
	float: left;
	margin-left: 17px;
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	border: 0px solid red;
}

/* Artikelkategorie */
.div_filter_label {
	width: 170px;
	float: left;
	margin-left: 17px;
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	border: 0px solid red;
}

/* Reifenlabel */
.div_filter_fzg {
	width: 90px;
	float: left;
	margin-left: 17px;
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	border: 0px solid red;
}

/* Fahrzeugart */
.div_filter_merkmale {
	width: 88px;
	float: left;
	margin-left: 17px;
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	border: 0px solid red;
}

/* Fahrzeugart */

.angebot_stdtext {
	vertical-align: middle;
	line-height: 25px;
	/* font-family: Tahoma, Arial; */
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}

a.angebot_stdtext {
	vertical-align: middle;
	line-height: 25px;
	/* font-family: Tahoma, Arial; */
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.COPYRIGHT {
	/* font-family: Tahoma, Arial, Verdana, Sans-Serif; */
	font-size: 8pt;
	font-weight: normal;
	color: #a4a4a5;
	text-decoration: none;
	float: right;
}

.TOPTITEL {
	/* font-family: Tahoma, Arial, Verdana, Sans-Serif; */
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}

.TABHEADERBACK {
	background-color: #f2f2f2;
	color: #393939;
}

.TABHEADERTEXT {
	height: 16px;
	color: #393933;
	font-size: 14px;
	font-weight: bold;
}

.TABHEADERBACK a {
	color: #393933;
}

.TR1 {
	/* background-color: #bbbbbb; */
	background-color: #d1d1d1;
	/* font-family: Tahoma, Arial; */
	/* font-size: 8pt; */
	/* color: #000000;
	font-weight: bold; */
	height: 30px;
}

.TD1 {
	/* font-family: Tahoma, Arial; */
	/* font-size: 8pt; */
	font-size: 14px;
	color: #393939;
	font-weight: normal;
}

.TDSonder1 {
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	background-color: #ff9900;
}

.TR2 {
	/* background-color: #dcdcdc; */
	background-color: #d1d1d1;
	/* font-family: Tahoma, Arial; */
	/* font-size: 8pt; */
	/* color: #000000; */
	/* font-weight: bold; */
	height: 30px;
}

.TD2 {
	/* font-family: Tahoma, Arial; */
	/* font-size: 8pt; */
	font-size: 14px;
	color: #393939;
	font-weight: normal;
}

.TDSonder2 {
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	background-color: #ff9900;
}

.TRSonder {
	background-color: #ff9900;
	font-size: 11px;
}

.TDSonder {
	/* font-family: Tahoma, Arial; */
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	background-color: #ff9900;
}

.tdblink {
	/* font-family: Tahoma, Arial; */
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	background-image: url(images/blink_gelb.gif);
}

/* *************************** */
/* Ergebnistabelle Überschrift */
/* *************************** */
.tbergtableheader {
	width: 970px;
	background-color: #dddddd;
	border: 0px solid #000000;
	table-layout: fixed;
}

.tbergtableheader1 {
	width: 1245px;
	background-color: #dddddd;
	border: 0px solid #000000;
	table-layout: fixed;
	margin-left: 14px;
}

/* *********************** */
/* Ergebnistabelle Artikel */
/* *********************** */
.tbergtable {
	width: 970px;
	background-color: #dddddd;
	border: 0px solid #000000;
	table-layout: fixed;
}

.tbergtable1 {
	width: 1243px;
	background-color: #dddddd;
	border: 0px solid #000000;
	table-layout: fixed;
	margin-left: 10px;
	border-bottom: 2px solid #f2f2f2;
}

/* ******************** */
/* Ergebnistabellen DIV */
/* ******************** */
.divergtable {
	width: 978px;
	height: auto;
	padding-left: 1px;
	scrollbar-face-color: #dddddd;
	overflow: auto;
	border: 0px solid red;
}

.divergtable1 {
	width: 1270px;
	/* height: 330px; */
	/* height: 390px; */
	/* scrollbar-face-color: #dddddd; */
	/* overflow: auto; */
	border: 0px solid red;
	margin: 0 auto 10px auto;
}

hr {
	color: darkgray;
}

.TRN1 {
	background-color: SILVER;
	font-size: 9pt;
}

.TRN2 {
	background-color: #d9d9d9;
	font-size: 9pt;
}

.TRBOOK {
	background-color: SILVER;
}

.TDBOOK {
	font-size: 13px;
	/* color: black; */
	height: 22px;
	padding-left: 5px;
	font-weight: normal;
}

/****                            Ende                                ****/

.down_but {
	/* font-family: Arial, Helvetica, Verdana, sans-serif; */
	color: #ffffff;
	font-size: 6pt;
	text-decoration: none;
	width: 46px;
	height: 42px;
	background-color: transparent;
	border: 0;
	background-image: url("./images/download_icon.png");
	background-position: 8px 0px;
	background-repeat: no-repeat;
}

.adobe a {
	vertical-align: top;
	/* font-family: Arial, Helvetica, Verdana, sans-serif; */
	color: #ff0000;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	padding-right: 20px;
}

.download_div {
	width: 630px;
	margin-left: 7px;
	margin-top: 7px;
	margin-right: 7px;
}

.download_table_div {
	height: 511px;
	overflow: auto;
}

.td_icon {
	width: 50px;
	text-align: center;
	background-color: lightgrey;
	display: inline-block;
	height: 45px;
}

.td_link {
	vertical-align: top;
	text-align: left;
	background-color: lightgrey;
	padding-left: 5px;
	display: inline-block;
	height: 45px;
}

.file_name {
	/* font-family: Arial, Helvetica, Verdana, sans-serif; */
	color: #0000ff;
	font-size: 14px;
	text-decoration: underline;
}

.file_description {
	/* font-family: Arial, Helvetica, Verdana, sans-serif; */
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

.file_information {
	/* font-family: Arial, Helvetica, Verdana, sans-serif; */
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

/************************************/
/**** Kundenprofil/Bestellung OK ****/
/************************************/
.reg_tab {
	/*margin-left:60px;*/
	color: #000000;
	font-size: 8pt;
	/* font-family: Tahoma; */
	font-weight: bold;
}

.reg_tab1 a {
	color: blue;
	font-size: 9pt;
	/* font-family: Tahoma; */
	font-weight: bold;
}

.pop_uebers {
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	height: 18px;
}

.pop_txt {
	font-size: 15px;
	/* font-family: Tahoma; */
	font-weight: normal;
	color: #000000;
	padding-left: 5px;
	background-color: lightgrey;
}

.pop_freitext {
	font-size: 15px;
	font-weight: normal;
	color: #000000;
}

#eingabe {
	font-size: 8pt;
	/* font-family: Tahoma; */
	color: #000000;
	font-weight: bold;
	/* height:20px; */
}

.eingabefeld {
	font-size: 8pt;
	/* font-family: Tahoma; */
	color: #000000;
	font-weight: bold;
	/* height:18px; */
}

/* Nur Bestellung OK */
#absch_button {
	background-color: #e1eafc;
	color: #0093dd;
	font-weight: bold;
	/* font-family: Tahoma, Arial; */
	font-size: 80%;
	height: 20px;
}

/****  Ende  ****/

#such_bez {
	font-weight: normal;
	color: #333;
	/* font-family: Tahoma, Arial; */
	font-size: 15px;
}

.fontkalk

/* Schrift Kalkulation */
	{
	color: white;
}

#menue_buttons {
	color: black;
	font-weight: bold;
	/* font-family: Tahoma, Arial; */
	font-size: 10px;
	height: 20px;
	width: 170px;
}

.menue_buttons_bankdaten {
	font-weight: bold;
	/* font-family: Tahoma, Arial; */
	font-size: 12px;
	height: 24px;
	width: 170px;
}

.menue_buttons_bankdaten_sepa {
	font-weight: bold;
	/* font-family: Tahoma, Arial; */
	font-size: 12px;
	height: 24px;
	width: 270px;
}

/* Class ls Ersatz für die IDs, da die zum Zugriff in JS benötigt wird */
.menue_buttons {
	color: black;
	font-weight: bold;
	/* font-family: Tahoma, Arial; */
	font-size: 10px;
	height: 20px;
	width: 170px;
}

#menue_button_sepa {
	/* font-family: Tahoma, Arial; */
	font-size: 12px;
	width: 305px;
}

.bankdaten_button {
	/* font-family: Tahoma, Arial; */
	font-size: 12px !important;
	/* width: 305px; */
}

.bankdaten_button_extra {
	/* color: black; */
	font-weight: 900;
	/* font-family: Tahoma, Arial; */
	font-size: 14pt;
	height: 42px;
	width: 400px;
}

#menue_buttons_bdaten {
	color: black;
	font-weight: bold;
	/* font-family: Tahoma, Arial; */
	font-size: 12px;
	height: 30px;
	width: 340px;
}

.menue_buttons_bdaten {
	color: black;
	font-weight: bold;
	/* font-family: Tahoma, Arial; */
	font-size: 12px;
	height: 24px;
	width: 250px;
}

#menue_buttons_prof {
	color: black;
	font-weight: bold;
	/* font-family: Tahoma, Arial; */
	font-size: 80%;
	height: 20px;
	width: 200px;
	margin-top: 10px;
}

#hr_spacer_prof {
	background-image: url("./images/hr_spacer.gif");
	background-position: left;
	background-repeat: repeat-y;
	height: 100%;
}

#wk_oben {
	float: left;
	/*border:2px solid red;*/
	color: black;
	margin-left: 13px;
	width: 600px;
	height: 50px;
}

#wk_menue_oben {
	float: right;
	/*border:2px solid red;*/
	color: black;
	width: 300px;
	height: 50px;
}

/* Tabellenformatierungen */
#suchtab {
	width: 980px;
	margin-left: 0px;
	margin-top: 0px;
	/*float:left;*/
}

#shop_ergebnistab {
	font-weight: bold;
	/* font-family: Tahoma, Arial; */
	font-size: 80%;
}

#nav_buttons {
	float: right;
}

#bestellfeld {
	font-weight: bold;
	/* font-family: Tahoma, Arial; */
	font-size: 11px;
	width: 20px;
}

#gespbestellfeld {
	background-color: #8d8d8d;
	font-weight: bold;
	color: RGB(0, 86, 121);
	/* font-family: Tahoma, Arial; */
	font-size: 90%;
}

.impress {
	background-color: #ffff00;
	border-color: transparent;
	color: black;
	font-weight: bold;
	/* font-family: Tahoma, Arial; */
	font-size: 80%;
	height: 30px;
	width: 195px;
	margin-left: 13px;
}

.bevorratung {
	color: #000000;
	font-size: 15px;
	/* font-family: Tahoma; */
	font-weight: normal;
}

.bevorratung_fields {
	color: #000000;
	font-size: 12px;
	/* font-family: Tahoma; */
	font-weight: bold;
	width: 95px;
}

.gewinnspiel {
	color: #000000;
	font-size: 13px;
	/* font-family: Tahoma; */
	font-weight: bold;
}

.gewinnspiel_header {
	color: #000000;
	font-size: 14pt;
	/* font-family: Tahoma; */
	font-weight: bold;
}

.gewinnspiel_text {
	color: #000000;
	font-size: 12pt;
	/* font-family: Tahoma; */
	font-weight: normal;
}

.gewinnspiel_text_bold {
	color: #000000;
	font-size: 12pt;
	/* font-family: Tahoma; */
	font-weight: bold;
}

.gewinnspiel_text_big {
	color: #000000;
	font-size: 14pt;
	/* font-family: Tahoma; */
	font-weight: bold;
}

.gewinnspiel_highlight {
	color: #ff0000;
	font-size: 14pt;
	/* font-family: Tahoma; */
	font-weight: normal;
	font-style: italic;
}

/*  Referenzformatierungen für diverse Felder (Schriften,Farben...) */

.inputreadonly {
	/*background-color:#404040;*/
	background-color: #c0c0c0;
	color: white;
	/*border:0px;*/
	border-color: #c0c0c0;
	border-style: solid;
}

.item {
	cursor: hand;
}

.pd_text {
	font-size: 15px;
	font-weight: normal;
	color: #333333;
}

.Textfarben {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.Textfarben1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.Textfarben2 {
	color: red;
	font-size: 16px;
	/* font-family: Tahoma; */
	font-weight: bold;
}

.infozelle {
	/* font-family: Verdana; */
	color: white;
}

.infotabelle {
	font-weight: bold;
	color: blue;
}

.kalktabelle,
.konfitabelle {
	margin: 20px auto;
	min-width: 1280px;
	max-width: 1280px;
	/* min-width: 980px;
	max-width: 980px; */
	min-height: 320px;
	/* max-height: 320px; */
}

.kalkmsg {
	font-weight: bold;
	color: red;
}

.tbergtableheader {
	/*margin-left:-15px;*/
	width: 960px;
	background-color: #404040;
}

.ergtable1 {
	/*background-color:silver;*/
}

.tbergtable {
	width: 960px;
	background-color: #404040;
}

.tbwkorbtable {
	/*width:960px;*/
	background-color: #404040;
}

/* Hilfe */
.help_tab {
	/*margin-left:60px;*/
	color: #404040;
	font-size: 10pt;
	/* font-family: Tahoma; */
	font-weight: bold;
	margin-left: 20px;
}

/* Angebote */
/*
.divangebotesuche span,td,b,a,p
{
	color:white;
}
*/
#blaetterhilfe {
	/* background-color: yellow; */
	color: #e33c19;
	font-weight: bold;
	font-size: 14px;
	height: 30px;
	width: calc(100% - 25px);
	text-align: right;
	margin-top: 10px;
}

.divangebotesuche {
	margin-left: 20px;
	margin-top: 20px;
}

/* Angebote */
/*
.divangeboteneu span,td,b,a,p,th
{
	color:white;
}
*/
.divangeboteneu {
	margin-left: 20px;
	margin-top: 5px;
}

.angposscroll {
	/*ackground-color:#FF0000;*/
	width: 960px;
	height: 220px;
	/*scrollbar-face-color :#F87C28;*/
	overflow: auto;
}

.angsuchscroll {
	width: 960px;
	height: 280px;
	/*scrollbar-face-color :#F87C28;*/
	overflow: auto;
	/*border:2px solid red;*/
}

.ergtabscrolltr td {
	color: black;
	font-weight: bold;
}

.divkalkvorgabenscroll {
	width: 970px;
	height: 370px;
	/*scrollbar-face-color :#F87C28;*/
	overflow: auto;
}

/* Komplettradprogramm */
.kplraddivzeile1 {
	background-color: WHITE;
	height: 25px;
}

.kplraddivzeile2 {
	background-color: LIGHTYELLOW;
	height: 25px;
}

.kplradtabtd {
	padding-left: 5px;
	color: black;
	font-weight: bold;
	font-size: 11px;
}

.kplradergscroll {
	margin-left: 6px;
	background-color: SILVER;
	width: 930px;
	height: 320px;
	overflow: auto;
	/*
	overflow-y:scroll;
	overflow-x:auto;
	*/
}

.kplradergtabueber {
	background-color: SILVER;
	width: 935px;
	margin-top: 20px;
}

.kplraddivfzg {
	margin-top: 10px;
}

.kplraddivsch {
	margin-top: 70px;
}

.kplradtabueber {
	color: red;
	font-weight: bold;
}

.kplradergscroll2 {
	background-color: SILVER;
	width: 935px;
	height: 320px;
	overflow: auto;
	/*
	overflow-y:scroll;
	overflow-x:auto;
	*/
}

.kplradergtabueber2 {
	background-color: SILVER;
	width: 935px;
	margin-top: 20px;
}

/*Stahlfelgen */
.stahlfergscroll {
	margin-left: 6px;
	background-color: SILVER;
	width: 927px;
	height: 300px;
	overflow: auto;
	/*
	overflow-y:scroll;
	overflow-x:auto;
	*/
}

.stahlfergtabueber {
	background-color: SILVER;
	width: 935px;
	margin-top: 20px;
}

.anreglink {
	font-weight: bold;
	color: #000000;
}

/* --------------------------  Zubehör ------------------------------------------------------*/
.zubergtabscroll {
	background-color: SILVER;
	margin-top: 4px;
	/* width: 900px; */
	width: 100%;
	height: 410px;
	overflow: auto;
	border: 0px solid red;
}

#zubergtable {
	width: 100%;
}

.zubergtab2 {
	width: 100%;
	margin-top: 10px;
}

.zubergtab {
	font-size: 10pt;
	/* font-family: Tahoma; */
	font-weight: bold;
	margin-top: 10px;
	width: 100%;
	height: 25px;
	border: 0px solid red;
}

.zubminfo {
	color: red;
	font-size: 10pt;
	/* font-family: Tahoma; */
	font-weight: bold;
	margin-top: 12px;
	padding: 10px;
	width: 900px;
	height: 65px;
	border: 1px solid red;
}

/* --------------------------  Bestellübersicht ------------------------------------------------------*/
.bestuebergtabscroll {
	/* background-color: SILVER; */
	margin-top: 2px;
	width: 1260px;
	height: 480px;
	overflow: auto;
	border: 0px solid red;
}

.bestuebergtab {
	font-size: 10pt;
	/* font-family: Tahoma; */
	font-weight: bold;
	width: 1260px;
	height: 25px;
	border: 0px solid red;
	color: #303030;
}

.bestuebergtabheadline {
	font-size: 10pt;
	/* font-family: Tahoma; */
	font-weight: bold;
	margin-top: 1px;
	width: 1260px;
	height: 25px;
	border: 0px solid SILVER;
}

.bestuebergtabscrolldetails {
	/*background-color:SILVER;*/
	margin-top: 2px;
	width: 890px;
	height: 370px;
	overflow: auto;
	border: 0px solid SILVER;
}

.bestuebergtabdetails {
	font-size: 15px;
	font-weight: normal;
	/* width: 640px; */
	height: 25px;
	border: 0px solid red;
}

.bestuebpkttabscroll {
	/*background-color:SILVER;*/
	margin-top: 2px;
	width: 300px;
	height: 255px;
	overflow: auto;
	border: 0px solid SILVER;
}

.bestuebpkttab {
	font-size: 15px;
	/* font-family: Tahoma; */
	font-weight: normal;
	width: 300px;
	height: 25px;
	color: #303030;
}

#flag-dock {
	margin: 0;
	margin-top: 14px;
	position: relative;
	list-style: none;
	list-style-position: outside;
	padding: 0;
	height: 56px;
}

#flag-dock li img {
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

#flag-dock li {
	padding: 0;
	margin: 0 2px;
	position: absolute;
}

/*************************************************************************************************/
/* Warenkorbinhalt MouseOver
/*************************************************************************************************/
#wkanzeige_global_warenkorbinhalt {
	border: 1px solid #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background-color: #e7401c;
	position: absolute;
	color: #ffffff;
	margin: 5px;
	width: 390px;
	height: auto;
	z-index: 200;
	overflow: auto;
}

#wkanzeige_global_warenkorbinhalt td {
	font-size: 7pt;
	font-weight: bold;
}

/*************************************************************************************************/
/* Warenkorb DIV-Rahmen
/*************************************************************************************************/
#global_warenkorb {
	margin-left: 6px;
	width: 155px;
	height: 100px;
	border: 1px solid #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background-color: #e7401c;
	padding: 5px;
	float: left;
}

/* TN - MARKE */

#global_warenkorb_inhalt {
	background-color: #393939;
	display: none;
	height: auto;
	position: absolute;
	right: -3px;
	top: 55px;
	z-index: 100;
	color: #fff;
	padding: 10px;
	border-radius: 4px;
	font-weight: normal;
	box-shadow: 0px 0px 4px #5e5e5e;
}

/*************************************************************************************************/
/* Auslieferunf MouseOver
/*************************************************************************************************/
#anlieferung_global_info {
	border: 1px solid #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background-color: #ffca00;
	position: absolute;
	margin: 5px;
	width: 350px;
	height: auto;
	z-index: 400;
}

/*************************************************************************************************/
/* Auslieferung-Info DIV-Rahmen
/*************************************************************************************************/
#global_anlieferung_info {
	background-color: #dddddd;
	position: relative;
	display: none;
	width: 350px;
	height: auto;

	left: 10px;
	top: 80px;

	z-index: 300;
}

/*************************************************************************************************/
/* Bestüb - Pos-Anzeige
/*************************************************************************************************/
.bestueb_positionen_scroll_down_hide {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.bestueb_positionen_scroll_down_see {
	display: inline-block;
	width: 100%;
	text-align: left;
	background: #d1d1d1;
	margin-bottom: 5px;
	margin-top: -2px;
	color: #303030;
	font-weight: normal;
}

/*
.div_button_anlieferung
{
	width:171px;
	height:30px;
	padding:2px;
	border:1px solid #000000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	background-color:#ffca00;
	cursor:hand;
	cursor:pointer;
}
*/

.div_button_sepa {
	width: 120px;
	height: 43px;
	margin-top: -5px;
	padding: 2px;
	border: 1px solid #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #ffffff;
}

.suche_trennrand_oben {
	border-top: 2pt solid black;
}

#div_hidden_content_sepa {
	border: 1px solid #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	display: none;
	background-color: #ffffff;
}

#div_hidden_content_kombi {
	border: 1px solid #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	display: none;
	background-color: #ffffff;
}

#div_hidden_content_allgemein {
	border: 1px solid #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	display: none;
	z-index: 3;
}

.sepa_headline {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

.div_los_stand {
	margin-top: 7px;
	height: 34px;
	border: 1px solid #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	cursor: help;
}

.div_los_stand2 {
	margin-top: 7px;
	padding-left: 4px;
	padding-top: 2px;
	padding-right: 4px;
	height: 32px;
	border: 1px solid #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	cursor: help;
}

.div_em_tippspiel {
	margin-top: -17px;
	text-align: center;
	cursor: help;
}

.TR3 {
	background-color: #9a9a9a;
	/* font-family: Tahoma, Arial; */
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}

.TD3 {
	/* font-family: Tahoma, Arial; */
	font-size: 13px;
	color: #303030;
	font-weight: normal;
}

.TR4 {
	background-color: #c6c6c6;
	/* font-family: Tahoma, Arial; */
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}

.TD4 {
	/* font-family: Tahoma, Arial; */
	font-size: 13px;
	color: #303030;
	font-weight: normal;
}

.desktop_login_btn {
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	padding: 4px 0px;
	min-width: 120px;
	max-width: 120px;
	text-align: center;
	cursor: hand;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #ffca00;
}

.ajax_content_class {
	margin: 0px auto;
	min-width: 980px;
	max-width: 980px;
	min-height: 640px;
}

.header_praemie {
	position: relative;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	/* padding-top: 2px;
	padding-bottom: 3px; */
	text-align: center;
	/* cursor: hand;
	cursor: pointer; */
	border: 1px solid #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-left: 10px;
	/* background-color: #ffca00; */

	background-repeat: no-repeat;
	background-position: 50% 20%;
	float: left;
	width: 38px;
	height: 60px;
}

#iddiv_partner_main {
	width: 950px;
	padding-bottom: 30px;
}

.clsdiv_partner_container {
	display: inline-block;
	margin: 10px 8px;
}

.clsdiv_bestandsanzeige_klein {
	width: 15px;
	height: 15px !important;
	cursor: pointer;
	color: #393939 !important;
	border-radius: 4px;
	font-weight: normal;
	border: 0px;
	/* float: left; */
	text-align: center;
	vertical-align: middle;
	/* line-height: 30px;  */
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	padding-top: 0px !important;
}

.clsdiv_bestandsanzeige_mittel {
	width: 20px;
	height: 20px !important;
	cursor: pointer;
	color: #393939 !important;
	border-radius: 4px;
	font-weight: normal;
	border: 0px;
	/* float: left; */
	text-align: center;
	/* vertical-align: middle; */
	/* line-height: 30px;  */
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	padding-top: 0px !important;
}

.clsdiv_bestandsanzeige_gross {
	width: 30px;
	height: 30px !important;
	cursor: pointer;
	color: #393939 !important;
	border-radius: 4px;
	font-weight: normal;
	border: 0px;
	/* float: left; */
	text-align: center;
	/* vertical-align: middle; */
	line-height: 30px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	padding-top: 0px !important;
}

.clsdiv_bestandsanzeige_lieferzeit {
	/* padding: 8px 10px;  */
	cursor: pointer;
	/* height:30px; */
	/* background: #3E3D41; */
	/* color: #ffffff; */
	/* transition: all 200ms ease-in-out; */
	border-radius: 4px;
	font-weight: normal;
	border: 0px;
	/* float: left; */
	margin-left: 5px;
	/* margin-bottom: 5px; */
	text-align: center;
	vertical-align: middle;
	/* line-height: 30px;  */
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}

.clsgreen {
	background-color: green;
}

.clsyellow {
	background-color: yellow;
}

.clsred {
	/* width: 115px; */
	/* height: 30px !important; */
	color: black !important;
	background: red;
	/* margin: 0 auto; */
}

.clsbestandsanzeige {
	min-width: 50px;
	height: 20px;
}

#iddiv_mengenpruefung {
	width: 1280px;
	margin: 10px auto;
	/* color: #e7411b; */
	color: #721c24;
	font-size: 17px;
	background: #f8d7da;
	padding: 10px;
	box-sizing: border-box;
	/* border: 1px solid #721c24; */
	border-radius: 4px;
}

#btn_bestellung_abschicken[disabled] {
	background: #ccc;
	color: #383838;
	border: 1px solid #bfbfbf;
}

#btn_bestellung_abschicken {
	width: 290px !important;
}

#header_block {
	width: 1280px;
	/* font-family: Tahoma, Arial, Verdana, Sans-Serif !important; */
	border-bottom: 2px solid #e33c19;
	padding-bottom: 5px;
}

#iddiv_suche_v2 {
	width: 1280px;
	margin: 10px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.clsdiv_suchbox {
	border: 2px solid #000;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 4px;
	background: #393939;
	color: #ddd;
	border-bottom: 6px solid #E33C19;
}

.clsdiv_suche_v2_row label {
	display: inline-block;
	font-weight: normal;
	font-size: 15px;
}

.clsdiv_suche_v2_row label img {
	float: right;
}

.clsdiv_suche_v2_row input[type="radio"] {
	float: left;
}

.clsdiv_suche_v2_row input[type="text"] {
	float: left;
	width: 100px;
}

.clsdiv_suche_v2_row {
	margin-bottom: 2px;
}

.suchbox_header {
	font-size: 17px;
	margin-bottom: 10px;
	width: 100%;
	height: 20px;
}

#idbtn_mcsuche {
	margin-top: 7px;
	max-width: 125px;
}

#iddiv_suche_v2_alt {}

#iddiv_altsuche_links {
	display: inline-block;
	width: 200px;
	height: 100px;
	vertical-align: top;
}

#iddiv_altsuche_rechts {
	display: inline-block;
	width: 120px;
	height: 100px;
	vertical-align: top;
}

.inlineblock {
	display: inline-block;
}

.clslabel_saison {
	width: 90px;
}

#iddiv_suche_v2_fzg {
	width: 500px;
}

#iddiv_suche_v2_buttons {}

#iddiv_button_container button {
	padding: 2px 10px;
}

#iddiv_button_container {
	width: 1280px;
	margin: 0 auto;
	vertical-align: top;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	flex-direction: row;
}

#iddiv_search_v2_filter {
	display: flex;
	flex-direction: row;
	box-sizing: border-box;
	padding: 10px 0px;
	border: 2px solid #000;
	border-radius: 4px;
	background: #393939;
	color: #ddd;
	border-bottom: 6px solid #E33C19;
}

.clsdiv_search_v2_filterbox {
	background: #f2f2f2;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 10px;
	color: #393939;
	display: inline-block;
	margin-left: 10px;
	padding-top: 5px;
}

.clsdiv_filteritem {
	padding: 8px 10px;
	cursor: pointer;
	background: #3E3D41;
	color: #ffffff;
	transition: all 200ms ease-in-out;
	border-radius: 4px;
	font-weight: normal;
	border: 0px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	text-align: center;
	box-sizing: border-box;
	font-size: 11px;
}

#iddiv_filter_loadindex .clsdiv_filteritem:nth-child(4n-6) {
	margin-left: 0px !important;
}

#iddiv_filter_speedindex .clsdiv_filteritem:nth-child(5n-8) {
	margin-left: 0px !important;
}

.clsdiv_filteritem:hover,
.filterselected {
	background: #E33C19;
}

#iddiv_filter_saison {
	width: 110px;
}

#iddiv_filter_saison .clsdiv_filteritem,
#iddiv_filter_preiskat .clsdiv_filteritem {
	margin-left: 0px !important;
	width: 100%;
}

#iddiv_filter_preiskat {
	width: 122px;
}

#iddiv_filter_loadindex {
	width: 170px;
}

#iddiv_filter_speedindex {
	width: 182px;
}

#iddiv_filter_label {
	width: 105px;
}

#iddiv_filter_label .clsdiv_filteritem {
	margin-left: 0 !important;
	margin-right: 5px;
	margin-top: 3px;
}

#iddiv_filter_merkmale {
	width: 150px;
}

.clsdiv_filterbox_head {
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: normal;
}

#iddiv_filter_merkmale .clsdiv_filteritem {
	width: 48%;
}

#iddiv_filter_merkmale .clsdiv_filteritem:nth-child(2n) {
	margin-left: 0 !important;
}

#iddiv_filter_fahrzeug {
	width: 119px;
}

#iddiv_filter_fahrzeug .clsdiv_filteritem:nth-child(2n) {
	margin-left: 0px !important;
}

#iddiv_filter_fahrzeug .clsdiv_filteritem {
	width: 47%;
}

#idbtn_filterreset {
	font-size: 11px;
	width: 100%;
}




#iddiv_header {
	/* background: #19171C url(./images/goeheaderreifen.png) no-repeat left top; */
	/* background: #3e3d41; */
	background: #bebebe;
	height: 105px;
	/* height: 100px; */
	border-bottom: 7px solid #e33c19;
}

#iddiv_header_logo {
	float: left;
	/* margin-top: 14px; */
}

#iddiv_header_logo img {
	/* height: 100px; */
	height: 75px;
	margin-top: 13px;
}

#iddiv_header_links {
	float: right;
}

#iddiv_header_links a {
	color: #333333;
	font-weight: normal;
	font-size: 18px;
}

#iddiv_header_inner {
	width: 1280px;
	margin: 0 auto;
	/* margin-top: 14px; */
	position: relative;
}

#iddiv_kontakt {
	float: left;
	margin-left: 10px;
	/* color: #fff; */
	color: #333;
	margin-top: 12px;
	font-weight: normal;
	font-size: 12px;
}

.clsdiv_header_kontakt {
	height: 23px;
}

.clsdiv_header_kontakt img {
	float: left;
}

#iddiv_gewinnspiel {
	margin-left: 20px;
	float: left;
	margin-top: 13px;
}

.header_navigation_text,
.header_navigation_text a {
	color: #888888 !important;
	font-size: 13px;
}

#iddiv_header_navi {
	position: absolute;
	right: 0;
	top: 5px;
}

#iddiv_header_lang {
	/* float: right;
	margin-top: 30px; */
	margin-top: 30px;
	position: absolute;
	right: 0;
	z-index: 1;
}

#header_warenkorb {
	/* right: 0px; */
	/* position: absolute; */
	/* top: 40px; */
	float: none;
	width: auto;
	height: auto;
	text-align: unset;
	padding-top: 0px;
	text-align: center;
	color: #333;
	font-weight: normal;
	font-size: 14px;
	cursor: pointer;
	float: right;
}

#footer_block_out {
	background: #bebebe;
	/* background: #3e3d41; */
	padding-bottom: 10px;
	border-top: 7px solid #e33c19;
	margin-top: 50px;
}

.cycle2_slider {
	/* width: 950px; */
	/* width: 1260px; */
	width: 1150px;
	margin: 0 auto;
}

#htmlcaption {
	width: 100%;
	margin: 0 auto;
	margin-top: 25px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#htmlcaption a {
	display: inline-block;
	background: #3e3d41;
	border-radius: 4px;
	padding: 8px 14px;
	font-weight: normal;
	font-size: 16px;
	transition: 0.2s ease-in all;
	flex-basis: 210px;
	text-align: center;
}

#htmlcaption a:hover {
	background: #e33c19;
}

#htmlcaption a.cycle-pager-active {
	background: #e33c19;
}

#sliderFrame {
	background: #f2f2f2;
	padding: 10px;
	box-sizing: border-box;
	width: 1280px;
	margin: 0 auto;
	border-radius: 4px;
}

#slider {
	/* width: 1260px; */
	width: 1150px;
}

#iddiv_footer_impressum {
	color: #8f8f8f;
	background: #19171c;
}

.clsdiv_footer_kategorie_head {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 7px;
}

#iddiv_footer_kategorien {
	display: flex;
	flex-direction: row;
	margin-top: 15px;
}

.clsdiv_footer_kategorie:first-child {
	margin-left: 0px;
}

.clsdiv_footer_kategorie {
	margin-left: 40px;
}

#header_anlieferung {
	/* float: left; */
	/* padding-top: 35px; */
	/* margin-left: 20px; */
}

#idinp_zoll {
	float: left;
	width: 25px;
}

#idinp_breite {
	width: 36px;
	margin-right: 15px;
	float: left;
}

#idinp_querschnitt {
	float: left;
	width: 79px;
	margin-right: 15px;
}

#idinp_bqz_hersteller {
	float: left;
}

.clsdiv_drittesuche_art {
	display: inline-block;
	font-weight: normal;
	cursor: pointer;
	height: 32px;
	width: 45px;
	vertical-align: top;
	text-align: center;
}

.clsdiv_selected_drittesuche {
	background: #e33c19;
}

.clsdiv_drittesuche_art div {
	display: inline-block;
	height: 32px;
	vertical-align: middle;
}

.clsdiv_drittesuche_art img {
	vertical-align: middle;
}

#iddiv_drittesuche_content {
	/* height: 100px; */
	/* background: #595959; */
	box-sizing: border-box;
	/* padding: 10px; */
}

.clsdiv_drittesuche_pd {
	display: inline-block;
	margin-right: 10px;
	font-weight: normal;
	font-size: 15px;
}

#idbtn_komfortsuche {
	/* margin-top: 48px; */
	margin-top: 20px;
	float: right;
	max-width: 145px;
}

#iddiv_drittesuche_switcher {
	float: right;
}

#iddiv_drittesuche_head {
	width: 50%;
	float: left;
}

#iddiv_drittesuche_pds {
	width: 330px;
	float: left;
}

#idlbl_matchcode {
	width: 49%;
}

#idlbl_hersteller {
	width: 49%;
}

#idinp_mcode_hersteller {
	float: left;
}

#idinp_matchcode {
	float: left;
	margin-right: 27px;
}

#idlbl_matchcode2 {
	width: 49%;
}

#idsel_saison {
	height: 22px;
	margin-left: 17px;
}

#idbtn_bqzsuche {
	margin-top: 7px;
	max-width: 180px;
}

#iddiv_filter_toggle {
	box-sizing: border-box;
	cursor: pointer;
	text-align: right;
	margin-left: auto;
}

#iddiv_filter_toggle img {
	transition: all ease-in 0.2s;
	transform: rotate(180deg);
}

.rotateimg {
	transform: rotate(0deg) !important;
}

.clsdiv_sprachpd {
	display: none;
	background: #393939;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 2px solid #000000;
	position: absolute;
}

.clsdiv_sprache {
	margin-bottom: 5px;
	width: 100%;
	text-align: center;
}

.clsdiv_sprache:last-child {
	margin-bottom: 0px;
}

/* 
#idcbx_sprachswitch {
	display: none;
}

#idcbx_sprachswitch:checked ~ .clsdiv_sprachpd {
	display: block;
} */

#idimg_spracheopen {
	height: 18px;
	margin-left: 4px;
	float: right;
	cursor: pointer;
}

#iddiv_langswitch {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
	float: right;
	margin-left: 10px;
}

#iddiv_ajaxloader {
	position: absolute;
	left: calc(50% - 30px);
	top: 350px;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	border: 10px solid #e33c19;
	border-bottom: 10px solid transparent;
	animation: spin 1s linear infinite;
	z-index: 10000;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#iddiv_news_icon {
	cursor: pointer;
}

#iddiv_news_icon img {
	height: 24px;
	width: 24px;
}

#iddiv_header_news {
	/* position: absolute; */
	/* top: 24px; */
	/* right: 90px; */
	text-align: center;
	min-width: 40px;
	/* color: #fff; */
	color: #333;
	font-weight: normal;
	font-size: 14px;
	float: right;
	/* margin-left: 15px; */
	margin-left: 10px;
}

#iddiv_header_rueckruf {
	/* position: absolute;
    top: 58px;
	right: 362px; */
	text-align: center;
	/* color: #fff; */
	color: #333;
	font-weight: normal;
	font-size: 14px;
	margin-right: 10px;
	float: right;
}

#iddiv_header_rueckruf img {
	vertical-align: middle;
}

#idspan_rueckruf_layer {
	vertical-align: middle;
}

#iddiv_header_profil_content {
	display: none;
	position: absolute;
	background: #393939;
	box-sizing: border-box;
	border-radius: 4px;
	border: 2px solid #000000;
	right: -25px;
	padding: 5px 10px;
	width: 140px;
	z-index: 1;
}

/* #idcbx_header_profil {
	display: none;
}

#idcbx_header_profil:checked ~ #iddiv_header_profil_content {
	display: block;
} */

#iddiv_header_profil {
	/* position: absolute; */
	/* right: 210px; */
	min-width: 65px;
	text-align: center;
	/* color: #fff; */
	color: #333;
	font-weight: normal;
	font-size: 14px;
	top: 24px;
	float: right;
	/* margin-left: 15px; */
	margin-left: 4px;
}

#iddiv_header_profil_inner {
	position: relative;
}

#iddiv_header_profil_inner label {
	cursor: pointer;
}

.clsdiv_headerprofil_row {
	min-height: 23px;
	cursor: pointer;
	color: #fff;
}

.clsdiv_headerprofil_row:hover {
	font-weight: bold;
}

#iddiv_warenkorb_icon {
	position: relative;
}

#iddiv_warenkorb_counter {
	position: absolute;
	right: 5px;
	top: -9px;
	border-radius: 50%;
	background: #e33c19;
	width: 25px;
	height: 25px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 3px;
	color: #fff;
}

#iddiv_header_topline {
	background: #19171c;
	width: 100%;
}

#iddiv_header_topline_inner {
	width: 1280px;
	margin: 0 auto;
	height: 20px;
	line-height: 20px;
}

.clsa_header_topline {
	color: #ffffff;
	float: right;
}

a.clsa_header_topline {
	font-weight: normal;
}

span.clsa_header_topline {
	margin-left: 5px;
	margin-right: 5px;
}

#iddiv_warenkorb_table_container {
	background: #f2f2f2;
	width: 1280px;
	margin: 0 auto;
	border-radius: 4px;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 15px;
	border-bottom-right-radius: 0px;
}

.clsf_scart_table {
	font-weight: normal;
}

.clsbtn_scart_mengeaendern {
	box-sizing: border-box;
	padding: 0 !important;
	text-align: center;
	width: 55px !important;
	color: #fff !important;
	font-weight: normal !important;
	margin-left: 5px;
	font-size: 12px !important;
}

#iddiv_scart_table_footer {
	width: 1280px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

#iddiv_scart_footer_aufnr_btn {
	width: 100%;
}

.clsdiv_scart_summenband_wert {
	text-align: right;
	display: inline-block;
	min-width: 65px;
	float: right;
}

.clsdiv_scart_summenband_label {
	text-align: left;
	display: inline-block;
}

#iddiv_scart_summenband_hr {
	height: 2px;
	width: 65px;
	background: gray;
	float: right;
	margin: 7px 0px;
}

.clsdiv_scart_rechadr_label,
.clsdiv_scart_ladr_label {
	display: inline-block;
	min-width: 115px;
}

.clsdiv_scart_rechadr_wert,
.clsdiv_scart_ladr_wert {
	display: inline-block;
	font-weight: normal;
}

#iddiv_scart_rechadr,
#iddiv_scart_liefadr,
#iddiv_scart_vart,
#iddiv_scartaufnr,
#iddiv_scart_headermenue,
#iddiv_scart_fracht {
	border: 2px solid #000;
	border-bottom-color: rgb(0, 0, 0);
	border-bottom-style: solid;
	border-bottom-width: 2px;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 4px;
	background: #393939;
	color: #ddd;
	border-bottom: 6px solid #E33C19;
}

#iddiv_scart_rechadr_head,
#iddiv_scart_ladr_head,
#iddiv_vart_head,
#iddiv_scartaufnr_head,
#iddiv_scartlieferbed_head {
	font-size: 18px;
	margin-bottom: 7px;
}

#iddiv_scart_summenband {
	background: #f2f2f2;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 4px;
	color: #393939;
	width: 290px;
	margin-left: auto;
	/* margin-top: 15px; */
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

#iddiv_scart_headline {
	width: 1280px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-shrink: 0;
	flex-grow: 0;
	justify-content: space-between;
	margin-top: 30px;
}

#iddiv_scart_headermenue {
	/* background: #f2f2f2; */
	width: 92px;
}

.clsdiv_scart_headmenu a {
	color: #ddd;
}

.clsdiv_scart_headmenu {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.flexbreak {
	flex-basis: 100%;
}

#iddiv_scart_bestellung {
	margin-left: auto;
	margin-top: 10px;
}

#kuaufnr {
	width: 100%;
	box-sizing: border-box;
	height: 25px;
	padding-left: 3px;
}

#iddiv_scart_rechadr,
#iddiv_scart_liefadr {
	width: 380px;
}

#iddiv_globcontainer {
	min-height: calc(100% - 330px);
	min-width: 1280px;
}

#iddiv_header_topline_inner_right {
	float: right;
}

#iddiv_header_topline_inner_left {
	float: left;
}

#iddiv_scart_ladr_head {
	float: left;
}

#iddiv_scart_ladr_edit {
	float: right;
	height: 22px;
	line-height: 22px;
	text-decoration: underline;
	font-size: 11px;
}

#iddiv_scart_ladr_edit a {
	color: #ddd;
	font-weight: normal;
}

#header_menue_haupt {
	float: right;
	margin-top: 12px;
}

#iddiv_header_kd_lkw {
	float: left;
	margin-left: 15px;
	margin-top: 12px;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

#iddiv_header_partnershops {
	float: right;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	/* margin-left: 15px; */
	margin-left: 10px;
}

#iddiv_partnershop_icon {
	text-align: center;
	cursor: pointer;
}

#iddiv_modallayer_mini {
	position: absolute;
	z-index: 1000;
	top: 170px;
	left: calc(50% - 250px);
	width: 500px;
	height: 250px;
	background: #fff;
	box-shadow: 0px 0px 4px #aeaeae;
	border-radius: 4px;
}

#iddiv_modallayer_mini_head {
	border-top-left-radius: 4px;
	height: 35px;
	background: #3E3D41;
	border-top-right-radius: 4px;
	line-height: 35px;
	color: #fff;
	padding-left: 10px;
	font-size: 15px;
	font-weight: normal;
}

#idimg_close_minimodal {
	float: right;
	margin-top: 8px;
	margin-right: 10px;
	cursor: pointer;
}

#iddiv_modallayer_mini_content {
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	font-size: 18px;
	font-weight: normal;
}

.clsdiv_profil_label {
	display: inline-block;
	width: 350px;
	font-size: 15px;
	font-weight: normal;
}

.clsdiv_profil_wert {
	display: inline-block;
	font-size: 15px;
}

.clsdiv_profil_row {
	min-height: 30px;
	line-height: 30px;
}

#iddiv_profilcontainer_kundendaten {
	position: relative;
	margin-top: 30px;
}

#idul_profil_nav {
	position: absolute;
	right: 20px;
	top: 70px;
	list-style: disclosure-closed;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 15px;
	text-decoration: underline;
	cursor: pointer;
}

.clsdiv_profilcontainer h3 {
	font-size: 20px;
	float: left;
}

.clsdiv_profilcontainer input {
	font-size: 15px;
	width: 310px;
	height: 24px;
	border: 0px solid #aeaeae;
	padding-left: 3px;
}

.clsdiv_profilcontainer select {
	font-size: 15px;
	border: 0px solid #aeaeae;
	height: 26px;
}

.clsdiv_top_scroll {
	float: right;
	cursor: pointer;
	margin-top: 15px;
}

.clsdiv_top_scroll img {
	transform: rotate(180deg);
}

.clsdiv_profilcontainer {
	width: 1280px;
	margin: 0 auto;
	border-radius: 4px;
	padding: 0px 10px 10px 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	border: 2px solid #000;
	background: #393939;
	color: #ddd;
	border-bottom: 6px solid #E33C19;
}

.clsdiv_profilcontainer_inner {
	background: #f2f2f2;
	color: #333;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 4px;
}

.kalktabelle {
	border-radius: 4px;
	padding: 0px 10px 10px 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	border: 2px solid #000;
	background: #393939;
	color: #ddd;
	border-bottom: 6px solid #E33C19;
	margin-top: 30px;
	font-weight: normal;
	font-size: 15px;
}

#iddiv_kalk_inner {
	background: #f2f2f2;
	color: #333;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 4px;
}

.kalktabelle h3 {
	font-size: 20px;
}

.eingabefeld_kalk {
	font-size: 15px;
	width: 200px;
	box-sizing: border-box;
}

.clsdiv_modallayer_nopad {
	padding: 0 !important;
}

#iddiv_modalfenster_head {
	height: 35px;
	background: #393939;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	box-sizing: border-box;
	padding-left: 10px;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	line-height: 34px;
}

#idimg_kalk_close {
	float: right;
	margin-top: 9px;
	margin-right: 15px;
}

.clsdiv_dlart_tab_text {
	display: inline-block;
}

.clsdiv_dlart_tab_preis {
	display: inline-block;
}

.clsdiv_dlart_tab_leeren {
	display: inline-block;
}

.clsdiv_dlart_tab_text {
	display: inline-block;
	font-weight: normal;
	font-size: 15px;
	margin-left: 10px;
	width: 230px;
}

.input_dienstl {
	font-size: 15px;
	margin-left: 10px;
}

.clsbtn_preis_leeren {
	padding: 4px 10px;
	margin-left: 10px;
}

.clsdiv_dlart_tab_row {
	margin-bottom: 4px;
}

#iddiv_dlart_tab {
	margin-top: 10px;
}

#idbtn_dienstleistungen_speichern {
	margin-left: 10px;
	margin-top: 20px;
}

.clsdiv_legende_label {
	display: inline-block;
	width: 200px;
}

.clsdiv_legende_wert {
	display: inline-block;
}

#iddiv_index_img {
	text-align: center;
	height: 690px;
	overflow: auto;
}

.mcheight {
	height: 635px !important;
}

#iddiv_legende_suche {
	font-size: 15px;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#idinp_legende_suche {
	margin-left: 10px;
	margin-right: 10px;
}

#idbtn_legende_suchen {
	padding: 3px 10px;
}

#iddiv_legende_ergtab .TR1,
#iddiv_legende_ergtab .TR2 {
	font-weight: normal;
	padding-left: 5px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 2px;
}

#iddiv_legende_ergtab {
	height: 441px;
	overflow: auto;
	width: 1240px;
	margin: 0 auto;
}

#idimg_modal_close {
	float: right;
	font-size: 18px;
	margin-right: 10px;
	cursor: pointer;
}

.layerindex {
	top: 100px !important;
	height: 735px !important;
}

.layerlieferbedingungen {
	top: 100px !important;
	height: 700px !important;
}

.clsdiv_anregung_layer_head {
	margin-left: 10px;
	font-weight: normal;
	font-size: 15px;
}

#iddiv_global_anregung_titel_betreff {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

#iddiv_global_anregung_titel {
	display: inline-block;
}

#iddiv_global_anregung_betreff {
	display: inline-block;
	margin-left: 25px;
}

#iddiv_anregung_text {
	margin-left: 10px;
	margin-bottom: 20px;
}

#idtxt_anregung_text {
	height: 100px;
	width: 500px;
	resize: none;
	margin-bottom: 5px;
}

#iddiv_anregung_text_hinweis {
	font-weight: normal;
}

#idbtn_anregung_senden {
	margin-left: 10px;
}

.clsdiv_download_row {
	margin-bottom: 2px;
	background: #d3d3d3;
}






#modalfensterbackground {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: .70;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	z-index: 1000;
}

#modalfensterdialog {
	background-color: white;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 0 20px 0 #222;
	-webkit-box-shadow: 0 0 20px 0 #222;
	-moz-box-shadow: 0 0 20px 0 #222;
	display: none;
	height: 530px;
	padding: 10px;
	position: absolute;
	width: 1260px;
	z-index: 1000;
	top: 150px;
	left: calc(50% - 630px);
	box-sizing: border-box;
}

.ergtabletable_std {
	width: 90%;
}

#divfenster ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#divfenster li {
	padding: 3px;
	position: relative;
}

#divfenster label {
	width: 90px;
	margin-top: 1px;
	display: inline-block;
	float: left;
	padding: 2px;
}

#divfenster input {
	height: 12px;
	width: 150px;
	padding: 3px 5px;
}

#divsuchmaskelinks {
	float: left;
}

#divsuchmaskerechts {
	float: left;
}

#iddivadresszeilen {
	max-height: 305px;
	overflow: auto;
}

.TRBOOK {
	background-color: SILVER;
}

/* .TDBOOK	{ font-size:9pt; color:black; height:22px; padding-left:5px; } */

#iddiv_close_email_layer {
	float: right;
	cursor: pointer;
	cursor: hand;
}

#iddiv_close_wk_layer {
	float: right;
	cursor: pointer;
	cursor: hand;
}

#iddiv_email_modal_btn_speichern {
	float: left;
	margin-top: 15px;
	/* border: 1px solid;
    height: 30px;
    border-radius: 6px;
    line-height: 27px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ededed; */
}

#iddiv_email_modal_head {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
}

#iddiv_email_modal_content {
	margin: 15px;
}

.clsdiv_modal_wk_bild {
	height: 85px;
	float: left;
}

.clsdiv_wk_modal_artikel {
	float: left;
	width: 450px;
}

.clsdiv_wk_modal_zeile {
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#iddiv_wk_modal_zeilen {
	height: 375px;
	overflow: auto;
}

.clsdiv_wk_modal_artikel_info {
	font-weight: normal;
	font-size: 18px;
	color: #333333;
}

.clsdiv_wk_modal_artikel_hersteller {
	font-size: 20px;
	color: #333333;
	font-weight: normal;
}

.clsdiv_wk_modal_artikel_preis {
	font-weight: normal;
	font-size: 18px;
	color: #333333;
}

.clsdiv_wk_modal_artikel_anzahl {
	font-weight: normal;
	font-size: 18px;
	color: #333333;
}

.clsdiv_wk_modal_cbx {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	width: 120px;
	text-align: center;
}

#iddiv_wk_modal_head {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 40px;
}

#idbtn_wk_modal_uebernehmen {
	float: right;
}

.clsdiv_wk_modal_preisaenderung {
	color: #e74119;
	font-weight: normal;
	font-size: 16px;
}

.clsdiv_wk_modal_bestandsaenderung {
	font-weight: normal;
	font-size: 16px;
	max-width: 375px;
}

.cls_div_wk_modal_neuewerte {
	float: left;
	margin-left: 25px;
}

.cls_div_wk_modal_altewerte {
	float: left;
}

.clsdiv_wk_modal_datum, .cls_div_modal_artikel_bestand, .cls_div_modal_artikel_preis {
	color: #333333;
	font-weight: normal;
	font-size: 16px;
}

.cls_div_modal_artikel_bestand img, .clsdiv_wk_modal_bestandsaenderung img {

	vertical-align: bottom;

}

.clsdiv_wk_modal_bild {
	float: left;
	width: 85px;
	height: 85px;
	margin-right: 10px;
}

.clsspan_aula_zeit {
	background: yellow;
}

.clspan_wk_modal_markieren {
	display: block;
	font-weight: normal;
}

.clsdiv_wk_modal_artikel_kommission {
	font-weight: normal;
	font-size: 14px;
	color: #333333;
}

#iddiv_wk_modal_uebernehmentext {
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	background: #ffff00;
	color: #ff0000;
	float: left;
}

.clsdiv_wk_modal_nichtverfuegtext {
	color: #333333;
	font-weight: normal;
}

#iddiv_kwk_container,
#iddiv_bevorratung_container,
#iddiv_news_container,
#iddiv_extadress_container,
#iddiv_forgot_container,
#iddiv_praemien_container,
#iddiv_zubehoer_container {
	width: 1280px;
	margin: 0 auto;
	border-radius: 4px;
	padding: 0px 10px 10px 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	border: 2px solid #000;
	background: #393939;
	color: #ddd;
	border-bottom: 6px solid #E33C19;
	margin-top: 30px !important;
}

#iddiv_kwk_container_inner,
#iddiv_bevorratung_container_inner,
#iddiv_news_container_inner,
#iddiv_extadress_container_inner,
#iddiv_forgot_container_inner,
#iddiv_praemien_container_inner,
#iddiv_zubehoer_container_inner {
	background: #f2f2f2;
	color: #333;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 4px;
}

#iddiv_bevorratung_container h3,
#iddiv_login_container h3,
#iddiv_news_container h3,
#iddiv_forgot_container h3,
#iddiv_extadress_container h3,
#iddiv_zubehoer_container h3 {
	font-size: 20px !important;
}

#iddiv_login_container {
	border-radius: 4px;
	padding: 0px 10px 10px 10px;
	box-sizing: border-box;
	border: 2px solid #000;
	background: #393939;
	color: #ddd;
	border-bottom: 6px solid #E33C19;
	width: 450px;
	margin: 0 auto;
	margin-top: 150px;
}

#iddiv_login_container_inner {
	background: #f2f2f2;
	color: #333;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 4px;
}

.login_input {
	width: 100%;
	box-sizing: border-box;
	height: 30px;
	margin-top: 10px;
	font-size: 15px;
	padding-left: 5px;
}

#idbtn_login_einloggen {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

#idbtn_login_bookmark,
#idbtn_login_register,
#idbtn_login_forgot {
	width: calc(50% - 2px);
}

#iddiv_login_bottom {
	margin-top: 15px;
}

#iddiv_login_error {
	color: #f00;
	font-size: 16px;
}

.clsdiv_homepage_montageshop {
	width: calc(50% - 2px);
	display: inline-block;
	margin-top: 10px;
}

.clsdiv_homepage_montageshop a,
.clsdiv_homepage_montageshop button,
.clsdiv_homepage_montageshop img {
	display: inline-block;
	width: 100%;
}

.clskomfortsucherow {
	margin-bottom: 2px;
}

#iddiv_header_seitentitel {
	position: absolute;
	right: 0;
	top: 75px;
	color: #333;
	font-size: 13px;
}

#idspan_header_seitentitel_bezeichnung {
	font-weight: normal;
}

#idspan_header_seitentitel_text {
	font-weight: bold;
}

#iddiv_wkmengenaenderung_container {
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
}

.clsdiv_wkmengenaenderung_label,
.clsdiv_wkmengenaenderung_wert {
	display: inline-block;
}

.clsdiv_wkmengenaenderung_label {
	width: 300px;
	margin-bottom: 3px;
	font-weight: normal;
	font-size: 15px;
}

.clsdiv_wkmengenaenderung_wert {
	font-weight: normal;
	font-size: 15px;
}

#idimg_modal_mini_close {
	float: right;
	font-size: 18px;
	margin-right: 10px;
	color: #fff;
	font-weight: normal;
	cursor: pointer;
}

#idbtn_mengenaenderung {
	margin-top: 25px;
}

#idinp_mengenaenderung {
	width: 150px;
}

#iddiv_start_suchcontainer_layer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#iddiv_start_hersteller_auswahl_layer,
#iddiv_hsn_tsn_eg_container_layer,
#iddiv_modell_auswahl_layer {
	height: 300px;
	width: 400px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 4px;
	background: #393939;
	color: #dddddd;
	border: 2px solid #000;
	border-bottom: 6px solid #E33C19;
}

#idimg_hsntsn_fzgschein_layer {
	margin-top: 15px;
	height: 60px;
}

.aktive_suche_layer {
	background: #595959;
}

#iddiv_hsn_tsn_auswahl_layer {
	padding: 5px;
	position: relative;
	z-index: 1;
	background: #595959;
}

#iddiv_hsn_layer {
	margin-bottom: 12px;
}

.clsspan_hsn_tsn_label_layer {
	display: block;
	font-size: 16px;
}

#idinp_hsn_layer,
#idinp_tsn_layer {
	height: 31px;
	font-size: 15px;
	width: 100%;
	box-sizing: border-box;
}

#idbtn_hsn_tsn_suche_layer {
	margin-top: 15px;
	width: 100%;
	background: #E33C19 !important;
}


#iddiv_eg_suche_layout {
	display: none;
	padding: 5px;
	height: 287px;
	font-size: 16px;
	position: relative;
	z-index: 1;
	background: #595959;
}

#idinp_eg_abe_nr_layout {
	height: 31px;
	font-size: 15px;
	width: 100%;
	box-sizing: border-box;
}

#idbtn_eg_suche_layout {
	margin-top: 202px;
	display: inline-block;
	background: #e33c19 !important;
	width: 100%;
}


.divcontainerueberschrift_layer {
	font-size: 16px;
}


#iddiv_start_hersteller_pd_layer,
#iddiv_modell_auswahl_sel_layer {
	background: #f2f2f2;
	color: #363636;
	height: 247px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-top: 5px;
	box-sizing: border-box;
	padding-top: 5px;
	padding-bottom: 5px;
}

#iddiv_start_hersteller_pd_layer {
	width: 309px;
	display: inline-block;
	vertical-align: top;
}

.clsdiv_herstellerwahl_start_layer,
.clsdiv_modellwahl_start_layer {
	cursor: pointer;
	padding-left: 5px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: normal;
}

.clsdiv_herstellerwahl_start_layer:hover, .clsdiv_modellwahl_start_layer:hover, .gewaehlter_hersteller_layer, .gewaehltes_modell_layer {
	color: #ffffff;
	background: #E33C19 !important;
}

.clsdiv_fzg_favorit_layer {
	background: #f2f2f2;
	padding: 3px;
	width: 46px;
	height: 46px;
	box-sizing: border-box;
	margin-bottom: 4px;
	cursor: pointer;
}

.clsdiv_fzg_favorit_layer img {
	width: 36px;
	height: 36px;
	margin: 2px;
}

#iddiv_eg_suche_layer {
	display: none;
	padding: 5px;
	height: 237px;
	font-size: 16px;
	position: relative;
	z-index: 1;
	background: #595959;
	font-weight: normal;
}

#iddiv_hsn_tsn_eg_switcher_layer div {
	display: inline-block;
	/* width: 50px; */
	font-size: 16px;
	/* text-transform: uppercase; */
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-align: center;
	height: 23px;
	cursor: pointer;
	padding: 0px 5px;
}


#iddiv_fzg_favoriten_layer {
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	margin-left: 12px;
}

.clsdiv_umbereifung_rdks {
	top: 20px !important;
	height: 870px !important;
}

.divcontainerueberschrift_layer {
	font-size: 16px;
}

.clsdiv_ergtab_row_layer div {
	box-sizing: border-box;
	padding-left: 5px;
}

#iddiv_start_ergtab_layer {
	margin-top: 20px;
	background: #f2f2f2;
	padding: 10px;
	display: none;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 0px 0px 2px #dedede;
	margin-left: 10px;
	margin-right: 10px;
}

.clsdiv_autobox_name_layer,
.clsdiv_autobox_types_layer {
	font-size: 13px;
}

.clsdiv_autobox_layer:nth-child(7n + 1) {
	margin-left: 0px;
}

.clsdiv_autobox_layer {
	box-sizing: border-box;
	padding: 10px;
	border-radius: 4px;
	background: #393939;
	color: #dddddd;
	border: 2px solid #000;
	border-bottom: 6px solid #E33C19;
	display: inline-block;
	margin-left: 10px;
	margin-top: 25px;
	cursor: pointer;
	cursor: hand;
}

.clsimg_autobox_layer {
	width: 104.8px;
	height: 104.8px;
}

#iddiv_start_types_layer {
	margin-left: 10px;
}

.clsdiv_ergtab_header_layer {
	margin-bottom: 5px;
}

.clsdiv_ergtab_baujahr_layer {
	display: inline-block;
	width: 25%;
}

.clsdiv_ergtab_leistung_layer {
	display: inline-block;
	width: 25%;
}

.clsdiv_ergtab_version_layer {
	display: inline-block;
	width: 25%;
}

.clsdiv_ergtab_typ_layer {
	display: inline-block;
	width: 10%;
}

.clsdiv_ergtab_zollgroesse_layer {
	display: inline-block;
	width: 15%;
	font-size: 15px;
	font-weight: normal;
}

.trcolor2 {
	background: #d1d1d1;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	cursor: pointer;
	margin-bottom: 3px;
	font-weight: normal;
}

.selected_autobox {
	border-top: 2px solid #e33c19 !important;
	border-left: 2px solid #e33c19 !important;
	border-right: 2px solid #e33c19 !important;
}

#iddiv_fahrzeugliste_blaettern_layer {
	text-align: center;
	font-size: 15px;
	margin-top: 10px;
}

#idspan_fahrzeugliste_aktseite_layer {
	margin-left: 5px;
	margin-right: 5px;
}

#idspan_fahrzeugliste_seiten_layer {
	margin-left: 5px;
}

.clsspan_fahrzeugliste_blaettern_layer:hover {
	background: #E33C19;
}

.clsspan_fahrzeugliste_blaettern_layer {
	color: #ffffff;
	background: #3e3d41;
	border-radius: 4px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 3px;
	transition: all 200ms ease-in-out;
	cursor: pointer;
	padding-left: 5px;
}

.clsspan_fahrzeugliste_text_layer {
	font-weight: normal;
}

#idinp_eg_abe_nr_layer {
	height: 31px;
	font-size: 15px;
	width: 100%;
	box-sizing: border-box;
}

#idbtn_eg_suche_layer {
	margin-top: 152px;
	display: inline-block;
	background: #e33c19 !important;
	width: 100%;
}

#iddiv_umbereifung_rdks_fahrzeug_infos_container {
	border: 2px solid #000;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 4px;
	background: #393939;
	color: #ddd;
	border-bottom: 6px solid #E33C19;
	width: 100%;
}

#idimg_umbereifung_rdks_fzg {
	background: #ddd;
	border-radius: 4px;
	padding: 5px;
	width: 230px;
	box-sizing: border-box;
	float: left;
}

#iddiv_umbereifung_rdks_fahrzeug_infos {
	float: left;
	margin-left: 20px;
	font-size: 15px;
	font-weight: normal;
}

.clsdiv_umbereifung_rdks_fzg_label {
	display: inline-block;
	width: 200px;
}

.clsdiv_umbereifung_rdks_fzg_wert {
	display: inline-block;
}

#idbtn_umbereifung_rdks_zurueck {
	float: right;
}

.clsdivumbereifungtabelle_header {}

.clsdivumbereifungtabelle_row {
	margin-top: 3px;
	background: #d1d1d1;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
}

.clsdivumbereifungtabelle_row_cell {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	padding-left: 5px;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: normal;
}

.clsdivumbereifungtabelle_header_row_cell {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	color: #393939;
	box-sizing: border-box;
	font-weight: normal;
	padding-left: 5px;
}

#iddiv_umbereifung_rdks_umbereifung {
	background: #f2f2f2;
	margin-top: 10px;
	/* margin-left: 10px;
    margin-right: 10px; */
	padding: 10px;
	box-sizing: border-box;
	border-radius: 4px;
}

.clsdivumbereifungtabelle_row:hover {
	background: #e33c19 !important;
	color: #fff !important;
}

.clsdivumbereifungtabelle_felgengroesse {
	width: 200px;
}

.clsdivumbereifungtabelle_achse {
	width: 200px;
}

.clsdivumbereifungtabelle_reifengroesse {
	width: 120px;
}

.clsdivumbereifungtabelle_loadindex {
	width: 100px;
}

.clsdivumbereifungtabelle_speedindex {
	width: 100px;
}

.clsdivumbereifungtabelle_saison {
	width: 300px;
}

.clsdiv_umbereifung_trenner {
	height: 3px;
	width: 100%;
	background: #393939;
	margin-top: 3px;
}

.clsbtn_umbereifung_suche_starten {
	padding: 3px 10px;
	margin-top: 3px;
	font-size: 15px;
	background: #3e3d41 !important;
	height: 24px;
	box-sizing: border-box;
	line-height: normal;
}

.clsdivumbereifungtabelle_suchen {
	float: right;
	margin-right: 5px;
}

#iddiv_wk_modal_content {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

.clsdiv_rdkstab_waehlen_rdkslayer,
.clsdiv_rdkstab_preis_rdkslayer,
.clsdiv_rdkstab_preis_ek_rdkslayer,
.clsdiv_rdkstab_preis_ek_layer_rdkslayer,
.clsdiv_rdkstab_preis_vk_rdkslayer,
.clsdiv_rdkstab_preis_vk_layer_rdkslayer,
.clsdiv_rdkstab_preis_ertrag_rdkslayer,
.clsdiv_rdkstab_preis_ertrag_layer_rdkslayer,
.clsdiv_rdkstab_preis_layer_rdkslayer,
.clsdiv_rdkstab_best_rdkslayer,
.clsdiv_rdkstab_prog_rdkslayer,
.clsdiv_rdkstab_prog_layer_rdkslayer,
.clsdiv_rdkstab_bez_rdkslayer,
.clsdiv_rdkstab_herst_rdkslayer,
.clsdiv_rdkstab_menge_rdkslayer,
.clsdiv_rdkstab_bild_rdkslayer,
.clsinp_menge_rdkslayer {
	display: inline-block;
	margin: 0px 5px;
	font-weight: normal;
}

#iddiv_rdkstab_rows_layer div {
	height: 90px;
	vertical-align: top;
}

#iddiv_rdkstab_rows_layer .clsdiv_rdkstab_bez {
	vertical-align: top;
}

#iddiv_rdkstab_rows_layer .clsdiv_rdkstab_best {
	vertical-align: top;
	text-align: left;
}

#iddiv_rdkstab_rows_layer .clsdiv_rdkstab_preis_ek,
#iddiv_rdkstab_rows_layer .clsdiv_rdkstab_preis_vk,
#iddiv_rdkstab_rows_layer .clsdiv_rdkstab_preis_ertrag {
	vertical-align: top;
	/* text-align: left; */
}

#iddiv_rdkstab_rows_layer .clsdiv_rdkstab_waehlen_rdkslayer {
	vertical-align: top;
	text-align: center;
}

.clsdiv_rdkstab_row_layer {
	height: 90px;
	background: #d1d1d1;
	margin-bottom: 3px;
	box-sizing: border-box;
}

.clsdiv_rdkstab_row_layer div {
	padding-top: 5px;
	padding-bottom: 5px;
	box-sizing: border-box;
}

.clsdiv_rdkstab_herst_rdkslayer {
	width: 90px;
}

.clsdiv_rdkstab_bild_rdkslayer {
	width: 90px;
}

.clsdiv_rdkstab_bez_rdkslayer {
	width: 300px;
}

.clsdiv_rdkstab_prog_rdkslayer {
	width: 150px;
}

.clsdiv_rdkstab_prog_layer {
	width: 120px;
}

.clsdiv_rdkstab_best_rdkslayer {
	width: 130px;
	text-align: left;
}

.clsdiv_rdkstab_preis_vk_rdkslayer {
	text-align: left;
	width: 129px;
}

.clsdiv_rdkstab_preis_vk_layer_rdkslayer {
	text-align: left;
	width: 100px;
}

.clsdiv_rdkstab_preis_ek_rdkslayer,
.clsdiv_rdkstab_preis_ertrag_rdkslayer {
	width: 100px;
	text-align: left;
	/* text-align: center; */
}

.clsdiv_rdkstab_preis_ek_layer_rdkslayer,
.clsdiv_rdkstab_preis_ertrag_layer_rdkslayer {
	width: 60px;
	text-align: left;
	/* text-align: center; */
}

.clsdiv_rdkstab_preis_rdkslayer {
	width: 128px;
}

.clsdiv_rdkstab_preis_rdkslayer .clsspan_panz_text {
	width: 85px;
}

#iddiv_umbereifung_rdks_rdks {
	margin-top: 10px;
	height: 615px;
	background: #f2f2f2;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 4px;
}

.clsdiv_rdkstab_waehlen_rdkslayer {
	float: right;
}

.clsdiv_rdkstab_waehlen_btn, .clsdiv_rdkstab_waehlen_btn_layer {
	background: #e33c19;
	padding: 8px 14px;
	cursor: pointer;
	border-radius: 4px;
	border: 0px;
	height: auto !important;
	margin-top: 26px;
	margin-right: 5px;
}

.clsdiv_rdkstab_waehlen_btn img, .clsdiv_rdkstab_waehlen_btn_layer img, .clsdiv_rdkstab_waehlen_btn_layer_disabled img {
	width: 24px;
	height: 24px;
}

.clsinp_menge_rdkslayer {
	width: 40px;
	margin-top: 33px;
}

#iddiv_rdkstab_rows_layer {
	height: 580px;
	overflow: auto;
}

.clsdiv_buttonleiste_center {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

#iddiv_beok_container {
	height: calc(100% - 496px);
}

#left_detail {
	float: left;
}

#label_div {
	float: left;
	margin-left: 55px;
}

.clslayer_bildanzeige {
	height: 795px !important;
	top: 90px !important;
}

#iddiv_bildanzeige_beschreibung {
	float: left;
	/* margin-top: 281px;
	margin-left: 30px; */
	margin-top: 15px;
}

#div_box {
	margin: 10px;
}

#iddiv_bildanzeige_beschreibung textarea {
	resize: none;
}

#iddiv_bestueb_suche {
	width: 1280px;
	margin: 30px auto 0 auto;
}

#iddiv_bestueb_datum_filter {
	display: inline-block;
	vertical-align: top;
}


.clsdiv_bestueb_suche_label {
	display: inline-block;
	width: 140px;
	vertical-align: middle;
}

.clsdiv_bestueb_suche_wert {
	display: inline-block;
	vertical-align: middle;
}

#iddiv_bestueb_suche_links {
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
}

#iddiv_bestueb_suche {
	border: 2px solid #000;
	border-bottom-color: rgb(0, 0, 0);
	border-bottom-style: solid;
	border-bottom-width: 2px;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 4px;
	background: #393939;
	color: #ddd;
	border-bottom: 6px solid #E33C19;
}

.clsdiv_bestueb_box_header {
	font-size: 18px;
	margin-bottom: 10px;
}

.clsdiv_bestueb_datum_filter_label {
	display: inline-block;
	width: 105px;
}

.clsdiv_bestueb_datum_filter_wert {
	display: inline-block;
}

.clsdiv_bestueb_suchrow {
	margin-bottom: 4px;
}

#idinp_bestellnummer,
#idinp_matchcode,
#idinp_lsnr,
#idinp_kommission,
#idinp_rsnr,
#idinp_kundenauftragsnr {
	width: 100px;
}

#idbtn_suchen_bestueb {
	padding: 4px 20px;
	width: 155px;
}

.clsdiv_bestueb_datumrow {
	margin-bottom: 4px;
}

#iddiv_bestuebergtab_container {
	background: #f2f2f2;
	border-radius: 4px;
	padding: 10px;
	box-sizing: border-box;
	width: 1280px;
	margin-top: 30px;
}

.clstable_bestueb_row {
	margin-bottom: 2px;
	height: 35px;
}

.clsbtn_details_anzeigen {
	padding: 4px 10px;
	float: right;
	margin-bottom: 2px;
}

#iddiv_bestuebergtabdetails_container {
	background: #f2f2f2;
	padding: 10px;
	box-sizing: border-box;
	height: 400px;
	border-radius: 4px;
}

.bestuebergtabscrolldetails .TR2 {
	border-bottom: 2px solid #f2f2f2;
}

#iddiv_bestuebpkttab_container {
	background: #f2f2f2;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 4px;
	height: 290px;
	margin-left: 10px;
	width: 320px;
}

#iddiv_blaetternavi {
	margin-top: 10px;
}

.clsa_blaettern {
	border-radius: 4px;
	color: #fff;
	background: #e33c19;
	padding: 1px 4px;
	width: 22px;
	display: inline-block;
	font-weight: normal;
	font-size: 19px;
	text-align: center;
	margin: 0px 2px;
	cursor: pointer;
}

.clsa_blaettern_noclick {
	border-radius: 4px;
	color: #fff;
	background: #3e3d41;
	padding: 1px 4px;
	width: 22px;
	display: inline-block;
	font-weight: normal;
	font-size: 19px;
	text-align: center;
	margin: 0px 2px;
}

.clstable_bestueb_row .TD1 {
	vertical-align: top;
	padding: 5px;
	box-sizing: border-box;
	font-size: 13px;
}

.clsspan_bestueb_pdfanfordern button {
	padding: 4px 10px;
	float: right;
	margin-bottom: 2px;
	width: 105px;
	font-size: 12px;
}

.clsbtn_bestueb_lieferschein {
	padding: 4px 10px;
	float: right;
	margin-bottom: 2px;
	width: 105px;
	font-size: 12px;
}

.clsbtn_details_anzeigen_pos {
	width: 105px;
	font-size: 12px;
	float: right;
}

.clsspan_bestueb_posanz_sort {
	cursor: pointer;
	text-decoration: underline;
}

.clsbestueb_sort_aktiv {
	color: #e33c19 !important;
}

#iddiv_bestueb_buttons_suche {
	float: right;
}

#idbtn_kopfans {
	padding: 4px 20px;
	width: 155px;
	margin-top: 3px;
	margin-right: 5px;
}

#idbtn_posans {
	padding: 4px 20px;
	width: 155px;
	margin-top: 3px;
}

.clstable_bestueb_row .TD2 {
	/* vertical-align: top; */
	padding: 5px;
	box-sizing: border-box;
	font-size: 13px;
}

#iddiv_bestueb_container {
	min-height: 650px;
}

.clsbtn_erneut_bestellen,
.clsbtn_rueckholung,
.clsbtn_reklamation,
.clsbtn_reklamation_neu {
	width: 105px;
	font-size: 12px;
	float: right;
	padding: 4px 8px;
}

#iddiv_bestueb_erneutbestellen_bild,
#iddiv_bestueb_erneutbestellen_artikelinfo,
#iddiv_bestueb_erneutbestellen_preis_vfg,
#iddiv_bestueb_erneutbestellen_menge,
#iddiv_bestueb_erneutbestellen_button {
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	box-sizing: border-box;
	color: #393939;
}

#iddiv_bestueb_erneutbestellen_bild img {
	width: 100px;
	height: 100px;
}

#iddiv_bestueb_erneutbestellen_artikel_hersteller {
	font-weight: normal;
	font-size: 22px;
	color: #303030;
}

#iddiv_bestueb_erneutbestellen_artikelinfo {
	width: 450px;
}

#iddiv_bestueb_erneutbestellen_artikel_info {
	font-weight: normal;
	font-size: 18px;
}

#iddiv_bestueb_erneutbestellen_vfg_pos {
	display: inline-block;
	margin-left: 7px;
	float: right;
}

#iddiv_bestueb_erneutbestellen_vfg {
	font-weight: normal;
	font-size: 16px;
}

#iddiv_bestueb_erneutbestellen_preis {
	margin-top: 5px;
}

#iddiv_bestueb_erneutbestellen_preis_alt {
	font-weight: normal;
	font-size: 16px;
}

#iddiv_bestueb_erneutbestellen_preis_neu {
	font-weight: normal;
	font-size: 16px;
	color: #e33c19;
}

#idinp_erneutbestellen_menge {
	width: 30px;
}


#iddiv_bestueb_erneutbestellen_menge {
	font-size: 16px;
	font-weight: normal;
	width: 200px;
	text-align: center;
}

#iddiv_bestueb_erneutbestellen_button {
	float: right;
}

#iddiv_bestueb_erneutbestellen_warunung_preis {
	margin-left: 10px;
	font-weight: normal;
	margin-top: 10px;
	font-size: 20px;
	margin-bottom: 10px;
}

.bestueb_ansichtswitch_aus {
	background: #f2f2f2 !important;
	color: #7d7d7d;
}

#iddiv_fahrzeugwahl_container {
	width: 1280px;
	margin: 30px auto 0px auto;
	min-height: 550px;
}

.clsdiv_search_preise_kb_out {
	display: inline-block;
	margin-right: 7px;
}

.clsdiv_search_preise_texte {
	display: inline-block;
	vertical-align: top;
	font-size: 11px !important;
	color: #939393 !important;
	font-weight: normal !important;
	text-align: left;
}

.clsdiv_search_preise_werte {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	margin-right: 4px;
	width: 50px;
}

.clsdiv_search_preise_werte div {
	height: 18px;
	line-height: 18px;
}

.clsdiv_search_preise_texte div {
	height: 18px;
	line-height: 18px;
}

.clsdiv_search_preise {
	text-align: right;
}

.clsimg_sorticon {
	vertical-align: sub;
	margin-left: 5px;
}

#iddiv_einzelangebot_top_container,
#iddiv_einzelangebot_erstelle_container,
#iddiv_einzelangebot_erstelle_mitte {
	border: 2px solid #000;
	width: 1280px;
	margin: 30px auto;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 4px;
	background: #393939;
	color: #ddd;
	border-bottom: 6px solid #E33C19;
}

#iddiv_einzelangebot_tabelle {
	background: #f2f2f2;
	width: 1280px;
	margin: 0 auto;
	border-radius: 4px;
}

.clsbtn_einzelangebot_erstellen {
	padding: 4px 10px;
	width: 145px;
	margin-bottom: 3px;
}

.clsimg_pdf {
	width: 20px;
	cursor: pointer;
}

.clsimg_virtls {
	width: 20px;
	cursor: pointer;
}

.clsdiv_bildanzeige_btnsrechts {
	margin-bottom: 5px;
}

#footer_div {
	float: right;
	text-align: right;
	margin-top: 5px;
}

.clsdiv_bildanzeige_btnsrechts button,
input[type='button'] {
	width: 171px;
}

#iddiv_sepacontainer {
	width: 1280px;
	margin: 0 auto;
	border-radius: 4px;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	border: 2px solid #000;
	background: #393939;
	color: #ddd;
	border-bottom: 6px solid #E33C19;
	margin-top: 30px;
}

#iddiv_sepacontainer_inner {
	background: #f2f2f2;
	color: #333;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 4px;
}

#iddiv_scart_agb a {
	color: #000 !important;
}

#iddiv_scart_agb {
	background: #e33c19;
	margin-top: 10px;
	border-radius: 4px;
	padding: 10px;
	height: 36px;
	box-sizing: border-box;
	color: #fff;
	font-weight: normal;
}

#iddiv_suche_v2_mc {
	width: 300px;
	box-sizing: border-box;
}

.infoanzeige {
	height: 670px !important;
}

#idbtn_filter_nur_vfg {
	font-size: 12px;
	width: 100%;
	margin-top: 5px;
}

#iddiv_filter_reset {
	width: 135px;
}

.clsdiv_vfglegende img {
	height: 16px;
	width: 16px;
}

.clsdiv_vfglegende {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}

.clsdiv_vfglegende_rechts {
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
}

.clsdiv_vfglegende_links {
	display: inline-block;
	width: 170px;
}

.clsdiv_vfglegende_row {
	margin-bottom: 5px;
}

#iddiv_vfglegendeshop {
	margin-left: 10px;
	margin-top: 10px;
}

#footer_container {
	min-width: 1280px;
}

.clsspan_bestelllog_dokument img {
	display: inline-block;
	height: 32px;
}

.clsdiv_bestelllog_dokument {
	display: inline-block;
	text-align: center;
	font-weight: normal;
	border-radius: 4px;
	cursor: pointer;
	padding: 5px;
	box-sizing: border-box;
	font-size: 13px;
	width: 100px;
	vertical-align: top;
}

.clsdiv_bestelllog_dokument:hover {
	background: #d1d1d1 !important;
}

#iddiv_bestueb_dokumente {
	text-align: left;
	background: #f2f2f2;
	border-radius: 4px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 10px;
	box-sizing: border-box;
}

#iddiv_bestueb_dokumente_head {
	font-size: 18px;
}

#iddiv_bestueb_dokumente_scroll {
	height: 58px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#iddiv_search_v2_filter_container {
	max-height: 175px;
	overflow: auto;
}

.clsimg_filter {
	margin-right: 5px;
	vertical-align: top;
}

#idspan_keinrf {
	position: relative;
}

#idspan_keinrf:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 2px solid;
	border-color: inherit;

	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

#idbtn_rueckholung_nein,
#idbtn_reklamation_nein {
	margin-left: 10px;
}

.clsdiv_angebote_head,
.clsdiv_angebote_row {
	display: flex;
}

#iddiv_angebot {
	width: 1280px;
	margin: 30px auto;
	color: #393939;
}

.clsdiv_angebote_row_angnr {
	width: 110px;
	align-self: center;
	padding-left: 5px;
	box-sizing: border-box;
	font-weight: normal;
	color: #393939;
}

.clsdiv_angebote_row_name {
	width: 180px;
	align-self: center;
	padding-left: 5px;
	box-sizing: border-box;
	font-weight: normal;
	color: #393939;
}

.clsdiv_angebote_row_strasse {
	width: 240px;
	align-self: center;
	padding-left: 5px;
	box-sizing: border-box;
	font-weight: normal;
	color: #393939;
}

.clsdiv_angebote_row_ort {
	width: 220px;
	align-self: center;
	padding-left: 5px;
	box-sizing: border-box;
	font-weight: normal;
	color: #393939;
}

.clsdiv_angebote_row_email {
	width: 220px;
	align-self: center;
	padding-left: 5px;
	box-sizing: border-box;
	font-weight: normal;
	color: #393939;
}

.clsdiv_angebote_row_summe {
	width: 180px;
	align-self: center;
	padding-left: 5px;
	box-sizing: border-box;
	font-weight: normal;
	color: #393939;
}

.clsdiv_angebote_row_btn {
	width: 110px;
	align-self: center;
	padding-left: 5px;
	box-sizing: border-box;
	font-weight: normal;
	color: #393939;
}

#iddiv_angebot_pos_head,
.clsdiv_angebot_pos_row {
	display: flex;
}

.clsdiv_angebot_pos_row {
	height: 35px;
	margin-bottom: 2px;
}

#iddiv_angebot_pos_head div {
	font-weight: bold;
}

#iddiv_angebot_dienstleistungen_head,
.clsdiv_angebot_dienstleistungen_row {
	display: flex;
}

.clsdiv_angebot_pos_artikel,
.clsdiv_angebot_dienstleistungen_name {
	flex-basis: 300px;
	padding-left: 5px;
	box-sizing: border-box;
	align-self: center;
}

.clsdiv_angebot_pos_hersteller,
.clsdiv_angebot_dienstleistungen_aktiv {
	width: 200px;
	padding-left: 5px;
	box-sizing: border-box;
	align-self: center;
}

.clsdiv_angebot_pos_menge,
.clsdiv_angebot_dienstleistungen_menge {
	width: 120px;
	padding-left: 5px;
	box-sizing: border-box;
	align-self: center;
}

.clsdiv_angebot_pos_bruttovk,
.clsdiv_angebot_dienstleistungen_bruttovk {
	width: 120px;
	padding-left: 5px;
	box-sizing: border-box;
	align-self: center;
}

.clsdiv_angebot_pos_nettovk,
.clsdiv_angebot_dienstleistungen_nettovk {
	width: 120px;
	padding-left: 5px;
	box-sizing: border-box;
	align-self: center;
}

.clsdiv_angebot_pos_nettoek,
.clsdiv_angebot_dienstleistungen_pospreis {
	width: 120px;
	padding-left: 5px;
	box-sizing: border-box;
	align-self: center;
}

.clsdiv_angebot_pos_ertrag {
	width: 80px;
	padding-left: 5px;
	box-sizing: border-box;
	align-self: center;
}

.clsdiv_angebot_pos_preis {
	width: 80px;
	padding-left: 5px;
	box-sizing: border-box;
	align-self: center;
}

.clsdiv_angebot_pos_btn {
	width: 55px;
	padding-left: 5px;
	box-sizing: border-box;
	align-self: center;
	margin-left: auto;
}

.clsinp_angebot_vkohne,
.clsinp_angebot_vkmit,
.clsinp_angebot_menge,
.clsinp_dienstl_menge,
.clsinp_dienstl_bruttovk,
.clsinp_dienstl_nettovk {
	width: 70px;
	padding-left: 5px;
	box-sizing: border-box;
	align-self: center;
}

.clsdiv_angebot_summenband_wert {
	display: inline-block;
	font-size: 15px;
}

.clsdiv_angebot_summenband_label {
	display: inline-block;
	font-weight: normal;
	font-size: 15px;
	width: 130px;
}

#iddiv_angebot_kundeninfos {
	display: inline-block;
}

#iddiv_angebot_menubuttons {
	display: inline-flex;
	float: right;
	/* flex-direction: column; */
	flex-direction: row;
	justify-content: space-between;

}

#iddiv_angebot_menubuttons button {
	margin-bottom: 3px;
}

#iddiv_angebot_suche {
	border: 2px solid #000;
	border-bottom-color: rgb(0, 0, 0);
	border-bottom-style: solid;
	border-bottom-width: 2px;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 4px;
	background: #393939;
	color: #ddd;
	border-bottom: 6px solid #E33C19;
	display: inline-block;
	/* width: 350px; */
	width: 1280px;
}

.clsdiv_angebot_suche_row_label,
.clsdiv_angebot_suche_row_inp {
	display: inline-block;
	vertical-align: middle;
}

.clsdiv_angebot_suche_row_label {
	/* width: 115px; */
	width: 90px;
	font-weight: normal;
	font-size: 14px;
}

.clsdiv_angebot_suche_row {
	margin-bottom: 5px;
	display: flex;
	flex-direction: row;
}

.clsdiv_angebot_suche_row_inp input {
	width: 140px;
}

#idbtn_angebot_suchen,
#idbtn_angebot_neu {
	margin-top: 10px;
	padding: 3px 12px;
	/* margin-right: 10px; */
	margin-left: 10px;
}

#iddiv_angebot_tabelle {
	margin-top: 30px;
	background: #f2f2f2;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 4px;
	font-size: 14px;
}

.clsdiv_angebote_row {
	background: #d1d1d1;
	margin-bottom: 2px;
	height: 35px;
}

.clsbtn_angebot_bearbeiten,
.clsbtn_angebot_loeschen {
	padding: 3px 11px;
	font-size: 16px;
	margin-left: 5px;
}

.clsdiv_angebote_head .clsdiv_angebote_row_angnr,
.clsdiv_angebote_head .clsdiv_angebote_row_name,
.clsdiv_angebote_head .clsdiv_angebote_row_strasse,
.clsdiv_angebote_head .clsdiv_angebote_row_ort,
.clsdiv_angebote_head .clsdiv_angebote_row_email,
.clsdiv_angebote_head .clsdiv_angebote_row_summe,
.clsdiv_angebote_head .clsdiv_angebote_row_btn {
	font-weight: bold !important;
}

#iddiv_angebot_suche_head {
	font-size: 17px;
	margin-bottom: 5px;
}

#iddiv_angebot_angebots_nr {
	font-weight: normal;
	font-size: 20px;
}

#iddiv_angebot_kundeninfos {
	border: 2px solid #000;
	border-bottom-color: rgb(0, 0, 0);
	border-bottom-style: solid;
	border-bottom-width: 2px;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 4px;
	background: #393939;
	color: #ddd;
	border-bottom: 6px solid #E33C19;
	display: inline-block;
	width: 350px;
}

.clsdiv_angebote_kundeninfos_row_wert {
	display: inline-block;
	vertical-align: middle;
}

.clsdiv_angebote_kundeninfos_row_label {
	display: inline-block;
	font-weight: normal;
	width: 100px;
	vertical-align: middle;
}

.clsdiv_angebote_kundeninfos_row {
	margin-bottom: 2px;
}

#iddiv_angebot_kundeninfos_head {
	font-size: 17px;
	margin-bottom: 10px;
}

#iddiv_angebot_gueltig_bis {
	float: right;
	font-size: 17px;
	font-weight: normal;
	width: 165px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#idinp_angebot_gueltig_bis {
	width: 75px;
	margin-left: 5px;
}

#iddiv_angebot_pos_tabelle {
	background: #f2f2f2;
	padding: 10px;
	box-sizing: border-box;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	margin-top: 30px;
	font-weight: normal;
	font-size: 14px;
}

#iddiv_angebot_dienstleistungen {
	background: #f2f2f2;
	padding: 10px;
	box-sizing: border-box;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.clsdiv_angebot_pos_row {
	background: #d1d1d1;
}

.clsbtn_angebot_posloeschen {
	padding: 3px 11px;
}

#iddiv_angebot_dienstleistungen_head div {
	font-weight: bold;
	font-size: 14px;
}

.clsdiv_angebot_dienstleistungen_row {
	background: #d1d1d1;
	margin-bottom: 2px;
	height: 35px;
}

.clsdiv_angebot_dienstleistungen_row div {
	font-weight: normal;
	font-size: 14px;
	align-self: center;
}

.clsdiv_angebot_dienstleistungen_pospreis {
	align-self: center;
	margin-left: 199px;
}

#iddiv_angebot_bemerkung {
	background: #f2f2f2;
	margin-top: 20px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 4px;
}

#iddiv_angebot_bemerkung_head {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 5px;
}

#idtxt_angebot_bemerkung {
	resize: none;
	width: 100%;
	box-sizing: border-box;
	height: 100px;
}

#iddiv_angebot_summenband {
	float: right;
	border: 2px solid #000;
	border-bottom-color: rgb(0, 0, 0);
	border-bottom-style: solid;
	border-bottom-width: 2px;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 4px;
	background: #393939;
	color: #ddd;
	border-bottom: 6px solid #E33C19;
	margin-top: 20px;
}

#idinp_angebot_summenband_sonderpreis {
	width: 80px;
}

.clsdiv_angebot_erstellt_kachel {
	width: 310px;
	border-radius: 4px;
	background: #f2f2f2;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
	margin-right: 13px;
}

.clsdiv_angebot_erstellt_kachel:nth-child(4n) {
	margin-right: 0;
}

.clsdiv_angebot_erstellt_kachel_artikel {
	text-align: center;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: normal;
}

.clsdiv_angebot_erstellt_kachel_herstellerbild {
	text-align: center;
	margin-bottom: 5px;
	height: 60px;
}

.clsdiv_angebot_erstellt_kachel_plbez {
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 5px;
}

.clsdiv_angebot_erstellt_kachel_artbild {
	text-align: center;
}

.imgaligner {
	height: 60px;
	display: inline-block;
	vertical-align: middle;
}

.clsdiv_angebot_erstellt_kachel_herstellerbild img {
	max-width: 290px;
	vertical-align: middle;
}

.clsdiv_angebot_erstellt_kachel_artbild img {
	max-width: 290px;
}

.clsdiv_angebot_erstellt_kachel_tabelle_label,
.clsdiv_angebot_erstellt_kachel_tabelle_wert {
	display: inline-block;
	font-weight: normal;
}

.clsdiv_angebot_erstellt_kachel_tabelle_label {
	width: 110px;
}

.clsdiv_angebot_erstellt_kachel_labeldaten span,
.clsdiv_angebot_erstellt_kachel_labeldaten img {
	vertical-align: middle;
	font-weight: normal;
}

#iddiv_angebot_erstellt_positionen::after {
	content: '';
	flex: auto;
}

#iddiv_angebot_erstellt_positionen {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	flex-direction: row;
	flex-wrap: wrap;
}

.row .wert,
.row .label {
	display: inline-block;
	font-weight: normal;
}

.row .wert {
	float: right;
}

.clsdiv_angebot_erstellt_kachel_summe .label {
	width: 230px;
	font-weight: bold;
}

.clsdiv_angebot_erstellt_kachel_tabelle {
	margin-top: 5px;
	margin-bottom: 10px;
}

.clsdiv_angebot_erstellt_kachel_labeldaten {
	margin-bottom: 15px;
}

.clsdiv_angebot_erstellt_kachel_labeldaten img {
	margin-left: 5px;
	margin-right: 5px;
}

.clsdiv_angebot_erstellt_kachel_summe {
	margin-top: auto;
}

.clsdiv_angebot_erstellt_kachel_tabelle_wert {
	float: right;
}

#iddiv_angebot_erstellt_kundeninfos {
	border: 2px solid #000;
	border-bottom-color: rgb(0, 0, 0);
	border-bottom-style: solid;
	border-bottom-width: 2px;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 4px;
	background: #393939;
	color: #ddd;
	border-bottom: 6px solid #E33C19;
	display: inline-block;
}

#iddiv_angebot_erstellt_kundeninfos_title {
	font-size: 17px;
	margin-bottom: 5px;
}

.clsdiv_angebot_erstellt_kundeninfos_row .label {
	width: 100px;
	float: left;
}

.clsdiv_angebot_erstellt_kundeninfos_row .wert {
	float: left;
}

#iddiv_angebot_erstellt_menu {
	float: right;
	text-align: right;
}

#iddiv_angebot_erstellt_angebotsdaten {
	float: right;
	font-weight: normal;
	font-size: 15px;
	margin-top: 40px;
}

.clsdiv_angebot_erstellt_kachel_tabelle_label {
	font-weight: bold;
}

#iddiv_angebot_erstellt_bemerkung_text {
	border: 1px solid #383838;
	padding: 5px;
	background: #fff;
	height: 80px;
	font-weight: normal;
	overflow: auto;
	width: 100%;
	box-sizing: border-box;
}

#iddiv_angebot_erstellt_bemerkung {
	background: #f2f2f2;
	padding: 10px;
	border-radius: 4px;
	width: 100%;
	box-sizing: border-box;
}

#iddiv_angebot_erstellt_bemerkung_head {
	font-size: 17px;
	margin-bottom: 3px;
}


.clsspan_loesche_artikel {
	position: absolute;
	right: 6px;
	top: 2px;
	font-size: 18px;
	font-weight: normal;
	cursor: pointer;
}

#iddiv_angebot_erstellt_sonderpreis {
	float: right;
	border: 2px solid #000;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: rgb(0, 0, 0);
	border-bottom-style: solid;
	border-bottom-width: 2px;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 4px;
	background: #393939;
	color: #ddd;
	border-bottom: 6px solid #E33C19;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 15px;
}

.clsimg_angebot_table_img {
	vertical-align: middle;
	height: 20px;
}

#idbtn_angebot_speichern,
#idbtn_angebot_erstellen {
	vertical-align: top;
}

#iddiv_angebot_speichern_erstellen {
	text-align: right;
	margin-top: 20px;
}

#idbtn_angebot_erstellen {
	margin-left: 3px;
}

#idbtn_angebot_erstellt_pdf img {
	height: 20px;
}

#idbtn_angebot_erstellt_zurueck img {
	width: 20px;
}

#idbtn_angebot_erstellt_zurueck {
	vertical-align: top;
	margin-right: 3px;
}

#idbtn_angebot_erstellen img {
	width: 20px;
}

#iddiv_angebot_angebots_nr_bearbeiten {
	float: right;
	width: 165px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: normal;
	margin-top: 93px;
}

.clsdiv_angebot_suche_col {
	margin-right: 15px;
}

#iddiv_angebot_suche_buttons {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

#idbtn_angebot_startseite img,
#idbtn_angebot_verwerfen img,
#idbtn_angebot_artikelhinzufuegen img {
	height: 20px;
	width: 20px;
}

#idbtn_angebot_startseite,
#idbtn_angebot_verwerfen,
#idbtn_angebot_artikelhinzufuegen {
	margin-left: 5px;
}

#iddiv_angebot_menubuttons_gueltig_bis {
	float: right;
}

#iddiv_warenkorb_waehrungsinfo {
	width: 1280px;
	margin: 15px auto 0 auto;
	display: flex;
	color: #393933;
	font-weight: normal;
	justify-content: space-between;
	align-items: center;
}

#iddiv_warenkorb_waehrungsinfo_positionen {
	font-size: 20px;
}

#iddiv_header_kundenmodus {
	float: right;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}

#iddiv_kundenmodus_icon {
	text-align: center;
	cursor: pointer;
}

#iddiv_kundenmodus_pw_error {
	color: #e33c19;
	margin-top: 20px;
	font-size: 15px;
}

#idinp_kundenmodus_pw {
	margin-left: 10px;
	margin-right: 10px;
}

#iddiv_li_ab_exakt_switcher,
#iddiv_si_ab_exakt_switcher {
	display: inline-flex;
	margin-left: 4px;
	/* width: 63px; */
	font-size: 14px;
	background: #3e3d41;
	color: #fff;
	border-radius: 4px;
}

.clsdiv_switch_li,
.clsdiv_switch_si {
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	margin: 2px;
	cursor: pointer;
	transition: background 0.2s ease-in-out;
	box-sizing: border-box;
}

.clsdiv_switch_li.selected,
.clsdiv_switch_si.selected {
	background: #e33c19;
	border-radius: 4px;
}

#iddiv_scart_zurueckzumshop {
	margin-top: 20px !important;
}

#iddiv_adr_plz_vorschlag,
#iddiv_str_vorschlag {
	position: absolute;
	background: #fff;
	border: 1px solid #acacac;
}

.clsdiv_adr_plz_vorschlag,
.clsdiv_str_vorschlag {
	padding: 2px 5px;
	font-weight: normal;
	cursor: pointer;
}

.clsdiv_adr_plz_vorschlag:hover,
.clsdiv_adr_plz_vorschlag.selected,
.clsdiv_str_vorschlag:hover,
.clsdiv_str_vorschlag.selected {
	background: #f2f2f2;
}

#idbtn_vergleich_pdf {
	margin-bottom: 20px;
	float: right;
	margin-top: 30px;
}

#iddiv_vergleich_ueberschrift {
	font-weight: normal;
	font-size: 24px;
	margin-top: 34px;
	float: left;
}

#iddiv_vergleich_artikel_plus_container {
	text-align: center;
	align-self: center;
	width: 100%;
}

#iddiv_vergleich_artikel_plus {
	font-weight: lighter;
	font-size: 110px;
	width: 120px;
	height: 120px;
	line-height: 109px;
	border-radius: 50%;
	background: #ddd;
	color: #979797;
	display: inline-block;
}

#iddiv_vergleich_kachel_plus {
	flex-direction: row;
	cursor: pointer;
}

.clsdiv_vergleich_kachel_tabelle_row {
	padding: 3px;
	box-sizing: border-box;
}

.clsdiv_vergleich_weitere_infos_container {
	display: none;
}

.clsdiv_vergleich_weitere_infos_toggle {
	cursor: pointer;
}

.clsdiv_vergleich_weitere_infos {
	margin-bottom: 10px;
}

/* .clsdiv_vergleich_kachel .clsdiv_vergleich_kachel_tabelle_row:nth-child(odd) {
	
} */

.clsdiv_vergleich_kachel_tabelle .clsdiv_vergleich_kachel_tabelle_row:nth-child(even),
.clsdiv_speedload_index .clsdiv_vergleich_kachel_tabelle_row:nth-child(odd),
.clsdiv_vergleich_weitere_infos_container .clsdiv_vergleich_kachel_tabelle_row:nth-child(odd),
.clsdiv_vergleich_kachel_labeldaten .clsdiv_vergleich_kachel_tabelle_row:nth-child(odd) {
	background: #dbdbdb;
}

.clstd_book_label {
	color: #333;
	font-weight: normal;
	font-size: 15px;
}

#iddiv_scroll_reset {
	position: fixed;
	border-radius: 4px;
	text-align: center;
}

.clsspan_artikel_in_wk {
	position: absolute;
	left: 6px;
	top: 6px;
	font-size: 18px;
	font-weight: normal;
	cursor: pointer;
}

#idbtn_lege_schneekette_in_wk {
	margin-top: 20px;
	float: right;
}

#iddiv_zahlungskondi_info,
#iddiv_ladresse_zwingend_info {
	width: 1280px;
	margin: 10px auto;
	color: #721c24;
	font-size: 17px;
	background: #f8d7da;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 4px;
}

#idbtn_zahlungskondi {
	width: 290px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	background: #e33c19 !important;
	border: 0px !important;
	font-weight: bold !important;
	color: #000000 !important;
}

.ui-widget-header {
	background: #ffffff !important;
}


.clsbtn_bestueb_rechnung {
	padding: 4px 10px;
	float: right;
	margin-bottom: 2px;
	width: 105px;
	font-size: 12px;
}

.clsspan_bestelllog_dokument {
	width: 100px;
	display: inline-block;
	word-wrap: break-word;
}

#iddiv_header_anlieferung_button img {
	height: 18px;
	vertical-align: top;
}

#iddiv_header_kd_kontakt {
	float: left;
}

#iddiv_header_anlieferung_button {
	margin-left: 15px;
	background: #ffcb01;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #333;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#iddiv_header_anlieferung_text {
	display: inline-block;
	vertical-align: middle;
	color: #e33c19;
	font-size: 9pt;
}

#iddiv_bevorratungs_hersteller,
#iddiv_bevorratungs_reifengroessen {
	display: flex;
	flex-wrap: wrap;
	width: 500px;
}

.clsdiv_bevorratungs_hersteller,
.clsdiv_bevorratungs_reifengroesse {
	width: 33%;
	margin-bottom: 3px;
}

#iddiv_bildlayer_header {
	display: flex;
}

#iddiv_bildlayer_header_herstellerbild {
	flex-basis: 400px;
}

#idimg_bildlayer_header_herstellerbild {
	max-width: 100%;
}

#iddiv_bildlayer_header_bezeichnung {
	padding-left: 10px;
	box-sizing: border-box;
}

#iddiv_bildlayer_header_bezeichnung1 {
	font-size: 23px;
}

#iddiv_bildlayer_header_bezeichnung2 {
	font-size: 20px;
	font-weight: normal;
}

#idbtn_bildlayer_email img,
#idbtn_bildlayer_pdf img,
#idbtn_eulabel_drucken img,
#idbtn_bildlayer_drucken img {
	height: 20px;
}

#idbtn_bildlayer_drucken img {
	filter: invert(1);
}

#idbtn_bildlayer_email,
#idbtn_bildlayer_pdf,
#idbtn_eulabel_drucken,
#idbtn_bildlayer_drucken {
	margin-left: 5px;
	vertical-align: top;
}

#idinp_bildlayer_email {
	height: 36px;
	vertical-align: top;
	padding-left: 5px;
	box-sizing: border-box;
}

#iddiv_bildlayer {
	padding: 10px;
	box-sizing: border-box;
	height: 100%;
}

#iddiv_bildlayer_header_buttons {
	margin-top: 10px;
}

#iddiv_bildlayer_body {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

#iddiv_bildlayer_body_artikel {
	flex-basis: 930px;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	gap: 10px;
	background: #f2f2f2;
	border-radius: 4px;
	flex-wrap: wrap;
	align-content: start;
}

#iddiv_bildlayer_body_beschreibung {
	flex-basis: 33%;
	padding: 10px;
	box-sizing: border-box;
}

#iddiv_bildlayer_body_label {
	flex-basis: 300px;
	padding: 10px;
	box-sizing: border-box;
	background: #f2f2f2;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	align-content: start;
	flex-direction: column;
}

#idtable_bild_layer_artikel_infos,
#idtable_bild_layer_label {
	width: 100%;
	font-weight: normal;
	font-size: 14px;
}

#idtable_bild_layer_artikel_infos tr,
#idtable_bild_layer_label tr {
	height: 25px;
}

#idtable_bild_layer_artikel_infos tr td,
#idtable_bild_layer_label tr td {
	border-bottom: 1px solid #d1d1d1;
}

/* #iddiv_bildlayer_body_artikel_infos {
    margin-top: 15px;
} */

#text_area {
	width: 100%; 
}

#iddiv_bildlayer_body_beschreibung_header,
#iddiv_bilderlayer_body_beschreibung_tests_header {
	font-size: 16px;
	margin-bottom: 3px;
}

#iddiv_bilderlayer_body_beschreibung_tests_header {
	margin-top: 10px;
}

#idimg_bildlayer_body_label {
	display: block;
	height: 400px;
	margin: 0 auto;
}

#idtable_bild_layer_label {
	margin-top: 15px;
}

#idimg_frachtlogo {
	display: block;
}

.pwd_check_btns {
	padding: 0px 6px;
	background: #3E3D41;
	color: #ffffff;
	font-size: 10px;
	border-radius: 4px;
	font-weight: bold;
	float: right;
	margin-left: 15px;
	line-height: 24px;
}

.pwd_check_btns_ok {
	padding: 0px 6px;
	background: #05F736;
	color: #000000;
	font-size: 10px;
	border-radius: 4px;
	font-weight: bold;
	float: right;
	margin-left: 15px;
	line-height: 24px;
}

#iddiv_rueckhol_container {
	padding: 10px;
}

#iddiv_bestueb_rueckholer_adr {
	font-size: 18pt;
	margin-bottom: 10px;
}

#iddiv_bestueb_rueckholer_artikel {
	font-size: 18pt;
	margin-top: 10px;
	margin-bottom: 10px;
}

.iddiv_bestueb_rueckholer_artikel_label {
	float: left;
	width: 100px;
	height: 20px;
}

.iddiv_bestueb_rueckholer_artikel_input {
	width: 50px;
}

#iddiv_bestueb_rueckholer_grund {
	font-size: 18pt;
	margin-top: 10px;
	margin-bottom: 10px;
}

.iddiv_bestueb_rueckholer_grund_inhalt {
	float: left;
	height: 22px;
}

.iddiv_bestueb_rueckholer_grund_label {}

#iddiv_bestueb_rueckholer_grund_zusatzcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 165px;
}

#iddiv_spezialbutton_rows {
	position: absolute;
	display: none;
	z-index: 999;
	width: 165px;
	flex-wrap: wrap;
	border: 1px solid #6c6c6c;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	box-sizing: border-box;
	background-color: #f2f2f2;
	border-radius: 2px;
}

#iddiv_spezialbutton_rows>button {
	flex-basis: 100%;
	margin-bottom: 5px;
}

#iddiv_beschwerde_felder {
	margin-left: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

#iddiv_vredestein_aktion_modal {
	padding: 10px;
	display: flex;
	gap: 20px;
}

#iddiv_vredestein_inputs span {
	display: block;
}

#iddiv_vredestein_inputs {
	margin-top: 10px;
}

#iddiv_vredestein_inputs>div {
	margin-bottom: 5px;
}

#idbtn_vredestein_aktion {
	margin-top: 20px;
}

.clsdiv_vredestein_kdaten_row {
	display: flex;
	border-bottom: 1px solid #d1d1d1;
	height: 25px;
	align-items: center;
	font-size: 14px;
}

.clsdiv_vredestein_kdaten_label {
	flex-basis: 150px;
}


#iddiv_vredestein_aktion_modal_links {
	flex-basis: 440px;
	background: #f2f2f2;
	padding: 10px;
	border-radius: 4px;
	box-sizing: border-box;
}

#iddiv_vredestein_aktion_modal_rechts {
	flex-basis: 775px;
}

#iddiv_vredestein_teilnehmen {
	margin-top: 10px;
}

#idinp_vredestein_anmerkung {
	width: 100%;
	box-sizing: border-box;
}

.clsdiv_vredestein_kdaten_wert {
	font-weight: normal;
}