body {
	color:						#545570;
	font-size:				11px;
	font-family:			verdana,arial,helvetica,sans serif;
}
td {
	color:						#545570;
	font-size:				11px;
	font-family:			verdana,arial,helvetica,sans serif;
}
/************************** Hintergrundfarben *****************************/
/* Allgemeiner Background */
.mainBackground {
	background-color:	#ffffff;
}
/* Hintergrundfarbe fuer die Linien um dem Shop herum */
.rahmenBackground  { background-color: #669 }
/* Hintergrundfarbe fuer die Ueberschriftstabellen */
.tdHeadlineBackground   { color: #626262; font-weight: bold; background-color: #ccf; border-width: 1px; border-color: #669 }
/* Hintergrundfarbe fuer den Content der Tabellen Warenkorb, Bestelluebersicht, Meine Dowanloads, Meine Bestellungen */
.tdSecondBackground   { color: #626262; font-weight: bold; background-color: #fff }
/* Hintergrundfarbe fuer den linken Navigations Frame */
.tdLeftNaviBackground   { background-color: #fff }
/* Hintergrundfarbe fuer den rechten Navigations Frame */
.tdRightNaviBackground   { background-color: #fff }
/************************** Textformatierung  *****************************/
.headline  { color: #669; font-size: 12px; font-weight: bold; background-color: #eeeeee }
.artikelname   { color: #669; font-size: 14px; font-weight: bold }
.erfolgsMeldung {
	color:						green;
	font-weight:			bold;
}
.fehlermeldung {
	color:						red;
	font-weight:			bold;
}
.aneinanderFormatierung {
	float:						left;
	padding-right: 		6px;
}/**************************** Linkdefinition ***************************/
a  { color: #669; font-size: 11px; text-decoration: none }a.buttonLink  { color: #669; line-height: 16px; background-color: #f8f8f8; text-align: center; white-space: nowrap; padding: 2px 4px 2px 2px; border: solid thin #eeeeee }
/* Formatierung fuer die Links auf der linken Seite */
a.naviLeftLink  { color: #669 }
/* Unterkategorien */
a.naviSecondLeftLink  { color: #669 }
a.naviTopLinks {
	color:						#909090;
}
/**************************** Preisformatierung *******************************/
.grossPreis   { color: #669; font-size: 13px; font-weight: bold }
.preisAlt  { color: #f96; font-size: 13px; text-decoration: line-through }
/************************ Formular Formatierung *******************/
/* Formatierung fuer die Merkmals Selectboxen */
.variantenForm {
	font-size:				10px;
	width:						100px;
}
.inputNavi {
	font-size:				10px;
	font-family:			verdana,arial,helvetica,sans serif;
	width:						90px;
	color:						#000000;
}
.inputNaviSearch {
	font-size:				10px;
	font-family:			verdana,arial,helvetica,sans serif;
	width:						110px;
	color:						#000000;
}
.selectNavi {
	font-size:				10px;
	font-family:			verdana,arial,helvetica,sans serif;
	width:						110px;
	color:						#000000;
}
.inputLogin {
	width:						100px;
	font-size:				10px;
	color:						#000000;
}
/* Registration */
.inputReg {
	width:						300px;
	font-size:				10px;
	color:						#000000;
}
.selectReg {
	width:						300px;
	font-size:				10px;
	color:						#000000;
}
.inputEmpf {
	width:						200px;
	font-size:				10px;
	color:						#000000;
}
.textReg {
	width:						300px;
	height:						60px;
	font-size:				10px;
	color:						#000000;
}
/************************ Fehler Formatierung **********************/
.fehlerClasse {
	background-color:	red;
	font-weight:			bold;
	color:						#ffffff;
}
/* Formatierung fuer Hinweise, die sonst leicht uebersehen werden koennten */
.wichtig {
	color:						red;
	font-weight:			bold;
}
.klein {
	font-size:				10px;
}
.shopUebersicht {
	background-color:	#FF9900;
}
.formerror {
	color:                        #FF0000;
}
