 /* Stylesheets für Händler-Website */

  
  /* Bildleiste */
#kennung {  
	height: 164px;
	width: 31px;
	float: left;
	background-color: rgb(250, 220, 147);  /* ##### EK Farbe */
}

/* Homepage */
.homebild {
	float: left;
}
.hometext {
	padding: 10px 5px 0 0;
}


 /* Login / Zugangsdaten */
#logintabelle {
	 font: normal 11px Verdana;
}
 .eingabefeld {
	width: 170px;
}
 .feldzwei {
	width: 50px;
}
 .felddrei {
	width: 120px;
}
#flaggenbox {
	background-color: rgb(240,240, 240);
	padding: 10px;
	margin-top: 50px;
}
#loginservicebox {
	background-color: rgb(220,220, 220);
	padding: 10px;
}
.error {
	color: darkred;
}



/* 2. Navigation */
#subnavigationsleiste {
	position: absolute;
	top: 245px;
	left: 229px;
	font: bold 12px Arial;
	text-transform : uppercase;
	color: rgb(224, 180, 70);   /* ##### EK-Farbe */
}
.underline {
	text-decoration: underline;
	color: rgb(224, 180, 70);   /* ##### EK-Farbe */
}


/* Artikelvoransicht */
.atbox {
	width: 135px;
	height: 155px;  /* ##### Händlerhöhe */
	margin: 0 15px 10px 0;
	float: left;
}

  
/* Artikeldetails */
.detailbox {
	position: relative;
	left: 10px;
	font: normal 11px Verdana;
	height: 50px;
}
.bildtext {
	margin: 10px 0 5px 0;
}
.artikelnews {
	clear: both;
	margin-bottom: 3px;
	background-color: rgb(229,230, 231);
	height: 42px;
}
.artikelnewsbild {
	float: left;
	width: 38px;
	margin: 2px 5px 2px 2px;
}
.artikelnewstext {
	margin: 1px;
	font: normal 11px/13px Verdana;
}

/* Kontakt */
.ekbox {
	position: relative;
	left: 10px;
	font: normal 12px/16px Verdana;
}





/* Links Bildleiste */
.bildleisteausw {
	padding: 2px;
	border: solid 2px;
	border-color: rgb(224, 180, 70);; /* ##### EK-farbe */
}