@charset "utf-8";

body, p, input, textarea, button, select {
	font-family:Arial,Helvetica,sans-serif;
    font-size: 12px;
	color:black;
}

.zahl_rechts {
	padding-left: 10px;
  	width: 100px;
  	text-align: right;
}

#centerlogin {
	width: 450px;
	height: 70%;
	margin: 0 auto 0 auto;	
}

#centerloginvertikal {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#center {
	width: 1065px;
	height: 100%;
	margin: 0 auto 0 auto;
}

/*Login-Seite*/

.loginbereich {
	background-color: #7A7A7A;
	height: 170px;
}

.logologin {
	background: url(image/logo_login.png);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 480px;
	height: 190px;
}

.loginall {
	box-shadow: 3px 3px 3px 3px #BEBEBE;
	width: 480px;
	height: 360px;
}
/*
a.passwortvergessen {
	color: white;
	margin-top: 10px;
	margin-left: 50px;
}
*/
.loginbutton {
	border: none;
	height: 30px;
	width: 80px;
	background-color: #C1C1C1;
	font-size: 14px;
	margin: 10px 0px 10px 330px;	
}

.loginbutton:hover {
	background-color: #C8C8C8;
}

.navfooterlogin {
	text-align: center;
}

/*Header*/

.header {
	width: 1065px;
}

/*Navigation*/
/*
.nav {
	text-align: right;
}

li.nav {
	display: inline-block;
	padding-left: 20px;
}
*/
a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.logo { 
	background: url(image/logo_ag.png);
	background-repeat: no-repeat;
	background-color: transparent;
	overflow: hidden;
	padding-top: 25px;
	width: 205px;
	height: 95px;
	float: left;
	cursor: pointer;
}

.clearing {
	clear: both;
}

/*Suche*/

.suchekomplett {
	text-align: center;
	width:800px;
	height: 39px;
    margin-left:12%;
}

.h2suche {
	float: left;
	position: relative;
	margin-right: 20px;
	margin-top: 8px;
}

input.suche {
	width: 700px;
	height: 36px;
	line-height: 36px;
	font-size: 22px;
	background-image: none;
	background-color: #FFF;
	border-top: 1px solid #DD010B;
	border-left: 1px solid #DD010B;
	border-bottom: 1px solid #DD010B;
	color: #ebebeb;
	box-shadow: inset 2px 2px 5px 0 #ebebeb;
	outline: none;
}


/* Nur Firefox Suche*/
@-moz-document url-prefix() {
    input.suche {
		width: 700px;
		height: 36px;
		line-height: 36px;
		font-size: 22px;
		background-image: none;
		background-color: #FFF;
		border-top: 1px solid #DD010B;
		border-left: 1px solid #DD010B;
		border-bottom: 1px solid #DD010B;
		color: #ebebeb;
		box-shadow: inset 2px 2px 5px 0 #ebebeb;
		outline: none;
    }
}

input.suche:focus {
	color: #000;
}

input.lupe {
	position: relative;
	top: -44px;
	left: 356px;
	margin-top: 8px;
}


/* Nur Firefox Lupe*/
@-moz-document url-prefix() {
    input.lupe {
		postion: relative;
		left: 356px;
    }
}

#schnellsuche {
	text-align: center;
	width: 942px;
	margin-top: 5px;
}

/* Nur Firefox Lupe*/
@-moz-document url-prefix() {
    #schnellsuche {
		margin-top: 5px;
		width: 900px;
    }
}

/* Nur für IE10 + IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   #schnellsuche {
		width: 1065px;
    } 
}


/* Tabellenlayout */
/*
.tableheader, .tablezeile {
	table-layout: fixed;
	width: 1007px;
	text-align: center;
	background-color: #ededed;
	border-collapse: separate;
	border: 1px solid;
	border-spacing: 5px;
	margin-bottom: 5px;
	overflow: auto;
	font-size: 12px;
}

.tablezeile {
	float: left;
}*/
.onstock_green {
    font-size: large;
    font-weight: bold;
    color: rgb(51, 153, 51);
    text-align: center;
}
.onstock_red {
    font-size: large;
    font-weight: bold;
    color: rgb(255, 0, 0);
    text-align: center;
}
.onstock_orange {
    font-size: large;
    font-weight: bold;
    color: rgb(255, 153, 102);
    text-align: center;
}

.onstock_total {
    font-size: large;
    font-weight: bold;
    color: orange;
    text-align: center;
}


.bestandzeile {
	width: 60px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

.posheader {
	width: 30px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.poszeile {
	width: 30px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.verfuegbarkeitheader {
	width: 86px!important;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.verfuegbarkeitzeile {
	width: 86px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.art-nrheader {
	width: 90px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.art-nrzeile {
	width: 90px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.vgl-nrheader {
	width: 90px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.vgl-nrzeile {
	width: 90px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.bezeichnungheader {
	width: 310px;
	padding-left: 10px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.bezeichnungzeile {
	width: 310px;
	padding-left: 10px;
	text-align: left;
	padding: 0px 0px 0px 0px;
}
.bildheader {
	width: 50px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.bildzeile {
	width: 150px; //50px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.detailsheader {
	width: 50px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.detailszeile {
	width: 50px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.mengeheader {
	width: 70px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.mengezeile {
	width: 70px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.mengewarenkorb {
	width: 70px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
input.edit_mengewarenkorb {
	width: 25px;
	height: 23px;
	text-align: center;
	float: left;
	margin: 0px 0px 0px 5px !important;
}


/* Nur Firefox mengewarenkorb*/
@-moz-document url-prefix() {
    input.edit_mengewarenkorb {
		width: 25px;
		height: 23px;
		text-align: center;
		float: left;
		margin: 0px 0px 0px 5px !important;
    }
}

input.edit_mengesuche {
	width: 25px;
	height: 23px;
	text-align: center;
	float: left;
	margin: 0px 0px 0px 6px !important;
}
.uvpheader {
	width: 75px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.uvpzeile {
	width: 75px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.nettoheader {
	width: 75px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.nettozeile {
	width: 75px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.nettogesamtheader {
	width: 80px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.nettogesamtzeile {
	width: 80px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.nettogesamtinhaltheader {
	width: 50px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.nettogesamtinhaltzeile {
	width: 50px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.bemerkungheader {
	width: 100px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.bemerkungzeile {
	width: 100px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

/*Specials-Zeilen*/

.verfuegbarkeitheader_special {
	width: 60px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: red;
}

.verfuegbarkeitzeile_special {
	width: 60px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

.art-nrheader_special {
	width: 90px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: red;
}

.art-nrzeile_special {
	width: 90px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: red;
}

.vgl-nrzeile_special {
	width: 90px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: red;
}

a.bezeichnungzeile_special {
	color: red;
}

.bezeichnungheader_special {
	width: 310px;
	padding-left: 10px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	color: red;
}

.bezeichnungzeile_special {
	width: 310px;
	padding-left: 10px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	color: red;
}

.bildheader_special {
	width: 50px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: red;
}

.bildzeile_special {
	width: 50px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

.detailszeile_special {
	width: 50px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

.mengeheader_special {
	width: 70px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: red;
}

.mengezeile_special {
	width: 70px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.mengewarenkorb_special {
	width: 70px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
input.edit_mengewarenkorb_special {
	width: 25px;
	height: 23px;
	text-align: center;
	float: left;
	margin: 0px 0px 0px 5px !important;
}


/* Nur Firefox mengewarenkorb*/
@-moz-document url-prefix() {
    input.edit_mengewarenkorb {
		width: 25px;
		height: 23px;
		text-align: center;
		float: left;
		margin: 0px 0px 0px 5px !important;
    }
}

input.edit_mengesuche_special {
	width: 25px;
	height: 23px;
	text-align: center;
	float: left;
	margin: 0px 0px 0px 14px !important;
}

.uvpheader_special {
	width: 75px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: red;
}

.uvpzeile_special {
	width: 75px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: red;
}

.nettoheader_special {
	width: 75px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: red;
}

.nettozeile_special {
	width: 75px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: red;
}

.nettogesamtheader_special {
	width: 80px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: red;
}

.nettogesamtheader_special {
	width: 80px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: red;
}

.nettogesamtzeile_special {
	width: 80px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: red;
}

.nettogesamtinhaltzeile_special {
	width: 50px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: red;
}

.bemerkungheader_special {
	width: 100px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: red;
}

.bemerkungzeile_special {
	width: 100px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

/*Grafiken*/

img.buy {
	padding-left: 70px;
}

/* Nur Firefox img.erase*/
@-moz-document url-prefix() {
    img.buy {
		padding-left: 10px;
    }
}

/* Nur für IE10 + IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   img.buy {
		padding-left: 10px;
    } 
}

img.erase {
	padding-left: 70px;
}

/* Nur Firefox img.erase*/
@-moz-document url-prefix() {
    img.erase {
		padding-left: 10px;
    }
}

/* Nur für IE10 + IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   img.erase {
		padding-left: 10px;
    } 
}

img.aktualisieren {
	margin-top: 1px;
}

/* Nur Firefox aktualisieren*/
@-moz-document url-prefix() {
    img.aktualisieren {
		margin-top: 1px;
    }
}



/*Anzeige Gewicht*/

#display_gesamtgewicht {
	float: left;
}

/*Anzeige Summe*/

#zusammenstellung_summe {
  border-style: none;
  padding-left: 775px;
  width: 233px;
}

/*Anzeige Versandkosten*/

#versandall {
	/*padding-left: 5%;*/
	float: left;
}

#versandbuttons {
	float: left;
	margin: 10px 0px 0px 0px;
}

.checkbox {
	/*padding-left: 75%;*/
}

.formlieferadresse {
	/*padding-left: 75%;*/
	margin-bottom: 10px;
}

input[type=checkbox] {
	vertical-align: middle;
	margin: 0px 15px 0px 0px;
}

input[type=text] {
	display: block;
	/*margin: 8px 0px 0px 0px;*/
}

.anmerkungen {
	/*padding-left: 15%;*/
	float:left;
}
/*
button#buyit {
	border: none;
	margin-left: 915px;
	margin-top: 10px;
	height: 40px;
	width: 150px;
	background-color: #C1C1C1;
	box-shadow: 2px 3px 0px 0px #E3E3E3;
	font-size: 16px;
}

button#buyit:hover {
	background-color: #C8C8C8;
}
*/
.agb {
	margin: 20px 0px 0px 915px;
}

/* Nur für IE10 + IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   .agb {
		margin: 20px 0px 0px 914px;
    } 
}

/*Footer*/

.navfooter {
	text-align: center;
	margin-top: 30px;
}
/*
li.footer {
	display: inline-block;
	padding-left: 30px;
}

ul.footer {
	padding-left: 0px;
}
*/
/*Anzeige der Preise*/

.warenwert_netto {
	float: left;
	font-size: 12px;
}
.display_summe_netto {
	width: 233px;
	text-align: right;
	font-size: 12px;
}

.versandkosten_netto {
	float: left;
	font-size: 12px;
}
.display_versandkosten_netto {
	width: 233px;
	text-align: right;
	font-size: 12px;
}

.steuern_anteil {
	float: left;
	font-size: 12px;
}
.display_steueranteil {
	/*width: 233px;*/
	text-align: right;
	/*font-size: 12px;*/
}

.gesamtsumme {
	float: left;
	font-size: 16px;
}

.display_summe_brutto {
	/*width: 233px;*/
	text-align: right;
	/*font-size: 16px;*/
}

/*Linie zwischen Suche und Warenkorb*/

.liniesuchewarenkorb {
	margin-top: 5%;
	margin-bottom: 5%;
}

/*Bestellung abgeschlossen (Lightbox)*/

.paddingabgeschlossen {
	padding: 30px;
	height: 100px;
}

a.paddingabgeschlossen {
	color: #000;
	text-decoration: none;
}

a:hover.paddingabgeschlossen {
	text-decoration: underline;
}

input.paddingabgeschlossen {
	border: none;
	background-color: #C1C1C1;
	padding: 5px;
	margin-bottom: 5px;
	width: 60px;
	height: 25px;
}

input.paddingabgeschlossen:hover {
	background-color: #C8C8C8;
}

/*leerer Warenkorb Anzeige*/

.warenkorbleer {
	background-color: #C1C1C1;
	margin-left: 10%;
	margin-bottom: 5%;
	margin-top: 5%;
	text-align: center;
	width: 830px; 
	padding: 20px;
	vertical-align: middle;
}

/*Bestellung ausdrucken*/

.logobestellung {
	padding-top: 5px;
	width: 205px;
	height: 95px;
	float: left;
}

#centerbestellung {
	width: 595px;
	height: 100%;
	margin: 0 auto 0 auto;
}

.anschrift_bestellung {
	padding-top: 5px;
	text-align: right;
}

.bestellungheader {
	width: 595px;
}

.bestellnummer {
	margin: 50px 0px 0px 0px;
}

.bestellung_rechnungsadresse {
	float: left;
	margin: 35px 0px 35px 0px;
}

.bestellung_lieferadresse {
	float: left;
	margin: 35px 0px 35px 65px;
}

.bestellung_footer {
	font-size: 9px;
	margin-top: 35px;
	width: 595px;
}

.gesellschaft_bestellung {
	float: left;
}

.bankverbindung1_bestellung {t
	float: left;
	padding-left: 26px;
}

.bankverbindung2_bestellung {
	float: left;
	padding-left: 26px;
}

/*Passwort vergessen*/

.centerlostpw {
	width: 525px;
	height: 100%;
	margin: 0 auto 0 auto;
}

.loginallpw {
	width: 525px;
}

.bodytextpw {
	border-color: #CECECE;
	border-width: 2px;
	border-style: solid;
}

.passwortkomplett {
	text-align: center;
	margin-left:18%;
}

input.lostpw {
	width: 200px;
	height: 25px;
}

input.lostpwbut {
	border: none;
	height: 31px;
	width: 66px;
	background-color: #C1C1C1;
	box-shadow: 2px 3px 0px 0px #E3E3E3;
	font-size: 12px;
}

input.lostpwbut:hover {
	background-color: #C8C8C8;
}

.logologinpw {
	background: url(image/logo_login.png);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 525px;
	height: 190px;
	margin-left: 19px;
}

/*Bestellübersicht*/

.uebersichtkomplett {
	border: solid;
	border-color: #c1c1c1;
	border-width: 2px;
	width: 680px;
}

h1.bestelluebersicht {
	font-size: 36px;
	color: #FFF;
	margin: 0px;
	padding-top: 10px;
	height: 55px;
}

.bestelluebersicht {
	background-color: #c1c1c1;
}

.uebersicht_bestelldatum {
	float:left;
	height: 110px;
	width: 150px;
	padding: 0px 5px 0px 5px;
}

.uebersicht_bestellung {
	float: left;
	height: 110px;
	width: 350px;
	padding: 0px 5px 0px 5px;
}

.uebersicht_optionen {
	float: left;
	height: 110px;
	width: 150px;
	padding: 0px 5px 0px 5px;
}

input#bestellung_details {
	border: none;
	margin-top: 40px;
	height: 30px;
	width: 100px;
	background-color: #C1C1C1;
	font-size: 16px;
	color: #FFF;
}

input#bestellung_details:hover {
	background-color: #C8C8C8;
}

/*Tooltips*/

a.tooltipnightstar {outline:none; }
a.tooltipnightstar strong {line-height:30px;}
a.tooltipnightstar:hover {text-decoration:none;} 
a.tooltipnightstar span {
    z-index:10;display:none; padding:5px 10px;
    margin-top:-30px; margin-left:28px;
    width:220px; line-height:16px;
}
a.tooltipnightstar:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#005fc1;}
	
.spitzenightstar {z-index:20;position:absolute;top:30px;border:0;left:-12px;}	
    
/*CSS3 extras*/
a.tooltipnightstar span
{
    border-radius:4px;
}

a.tooltipdpd {outline:none; }
a.tooltipdpd strong {line-height:30px;}
a.tooltipdpd:hover {text-decoration:none;} 
a.tooltipdpd span {
	z-index:10;display:none; padding:5px 10px;
    margin-top:-13px; margin-left:28px;
    width:153px; line-height:16px;
}
a.tooltipdpd:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#005fc1;}
	
.spitzedpd {z-index:20;position:absolute;top:11px;border:0;left:-12px;}	
    
/*CSS3 extras*/
a.tooltipdpd span
{
    border-radius:4px;
}

#aftermarketselector input {margin: 5px 0;}
#aftermarketselector label {margin: 5px; vertical-align:middle; font-weight: normal;}
