/* CSS Document */
/* Allgemeine Eigenschaften */
body {
	background-image: url(../shop/images/bg.gif);
}
a {
	color: #003063;
	text-decoration: none;
}
a:link{
	color: #003063;
	}
a:visited{
	color: #003063;
}
a:active{
	color: #003063;
}
H1 {
	color:#003063;
}
UL{
	list-style-image: url("../shop/images/bullet.gif");
}
.hrFarbe {
	color: #003063;
	background:  #003063;
	border:0px;
}
/* Formulare */


/* Eingenschaften der Layoutelemente */
#funktionsleiste {
	border-left:solid 1px #003063;
}
#unterNavElem{
	border-right:1px solid #003063;
}
#unterNavElem a:hover {
	color:#003063;
}
/* Funktionsboxen rechts*/
#boxFarbeTitle{
	background: #003063;
}
#boxElemBullet a {
	background:url(../shop/images/pfeilR.gif) no-repeat 0px 5px;
}
/* Ende Funktionsboxen */

/* Warengruppen*/
#warengruppen {
	margin:0px;
	padding:5px 0px 5px 0px; 
	clear:both;
	border-bottom:solid 1px #003063;
	height:72px;
}
#warengruppenElem {
	margin:0px 10px 0px 5px;
	padding:0px;
	float:left;
	clear:right;
}
#warengruppen .active{
	 color:#000000;
}
#boxAktiv {
	position:relative;
	margin:-48px 0px 0px 0px;
	padding:0px;
	background-color:#ececec;
}

/* Hersteller*/
#hersteller {
	margin:0px;
	padding:4px 0px 2px 0px; 
	clear:both;
	border-bottom:solid 1px #003063;
	height:15px;
}
#herstellerElem {
	margin:0px 10px 0px 5px;
	padding:0px;
	float:left;
	clear:right;
	display:block;
}
#hersteller .active{
	 color:#000000;
}

/* Hilfe*/
#hilfe {
	margin:0px;
	padding:4px 0px 2px 0px; 
	clear:both;
	border-bottom:solid 1px #003063;
	height:15px;
}
#hilfeElem {
	margin:0px 10px 0px 5px;
	padding:0px;
	float:left;
	clear:right;
	display:block;
}
#hilfe .active{
	 color:#000000;
}
/*Aktivboxen bei Auswahl einer Warengruppen o. eines Herstellers*/
#boxAktivTitel {
	position:relative;
	padding:1px 0px 2px 5px;
	background-color:#003063;
	font-weight:bold;
	color:#FFFFFF;
	height:15px;
	margin:0px;
}
#boxAktivElem {
	position:relative;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color:#ececec;
}

/* Tabellen */
.headlineZellenBlau {
	color:#FFFFFF;
	background-color:#003063;
}
.headlineLink {
	color: #FFFFFF;
}

/* hellblaue Tabellenzeilen f. Einkaufslisten */
.headlineartikeleinkauf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #99ccff;
}

/* hellblaue Buttons in den Einkaufslisten */
.buttoneinkauf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #99ccff;
	border: 1px solid #000000;
	height: 20px;
	width: 200px;
	color: #000000;
}

/* hellblaue Eingabefelder in den Einkaufslisten */
.anzahleinkaufsliste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #99ccff;
	border: 1px solid #666666;
	height: 16px;
	width: 25px;
	color: #000000;
}

/* Warenkorb */
#warenkorbInfo {
	margin:0px 20px 0px 0px; 
	padding:3px 0px 0px 5px; 
	width:565px;
	float:left;  
	clear:right;
}
#warenkorb {
	margin:0px 10px 0px 0px; 
	padding:3px 10px 0px 5px; 
	width:80px;
	float:left;  
	clear:right;
}
#warenkorbSuche{
	margin:0px 10px 0px 0px; 
	padding:3px 0px 0px 5px; 
	width:280px;
	float:left;  
	clear:right;
}
.textBox160 {
	width:160px;
}
.select165 {
	width:165px;
}

/* ANFANG Warenkorbanzeige im Frame */
#wkbudget {
	position: fixed;
	left:0px;
	clear:both;
	background-color: #999999;
	layer-background-color: #999999;
	bottom:20px;
	width:100%;
	height:25px;
	z-index:2;
	}
#kundeInfo{
	margin:0px 20px 0px 0px; 
	padding:3px 0px 0px 3px; 
	width:482px;
	float:left;  
	clear:right;
}
#kundeWarenkorb {
	margin:0px 20px 0px 0px;
	padding:3px 0px 0px 0px;
	width:255px;
	float:left;
	clear:right;
	font-weight: bold;	
}
#kundeSuche{
	margin:0px 0px 0px 0px; 
	padding:3px 0px 0px 0px; 
	width:175px;
	float:left;  
	clear:right;
}
/* ENDE Warenkorbanzeige im Frame */

