body {
	color:				#cccccc; //		#545570;
	font-size:				11px;
	font-family:			verdana,arial,helvetica,sans serif;
}
td {
	color:			#dddddd; //			#545570;
	font-size:				11px;
	font-family:			verdana,arial,helvetica,sans serif;
}
/************************** Hintergrundfarben *****************************/
/* Allgemeiner Background */
.mainBackground {
	background-color:	#000000; //ffffff
}
/* Hintergrundfarbe fuer die Linien um dem Shop herum */
.rahmenBackground {
	background-color:	#455B7C; // #EEEEEE;
}
/* Hintergrundfarbe fuer die Ueberschriftstabellen */
.tdHeadlineBackground {
	background-color:	#455B7C; // #efefef;
	color:			#ffffff; //			#626262;
	font-weight:			bold;
}
/* Hintergrundfarbe fuer den Content der Tabellen Warenkorb, Bestelluebersicht, Meine Dowanloads, Meine Bestellungen */
.tdSecondBackground {
	background-color:	#677d9e; // #f8f8f8;
	color:			#000000; //			#626262;
	font-weight:			bold;
}
/* Hintergrundfarbe fuer den linken Navigations Frame */
.tdLeftNaviBackground {
	background-color:	#677d9e; // #ffffff;
}
/* Hintergrundfarbe fuer den rechten Navigations Frame */
.tdRightNaviBackground {
	background-color:	#677d9e; // #ffffff;
}
/************************** Textformatierung  *****************************/
.headline {
	font-size:				12px;
	font-weight:			bold;
	background-color:	#455B7C; // #EEEEEE;
}
.artikelname {
	font-size:				15px;
	font-weight:			bold;
}
.erfolgsMeldung {
	color:						green;
	font-weight:			bold;
}
.fehlermeldung {
	color:						red;
	font-weight:			bold;
}
.aneinanderFormatierung {
	float:						left;
	padding-right: 		6px;
}/**************************** Linkdefinition ***************************/
a {
	font-size:				11px;
	color:				#ededed; //		#ff8040;
	text-decoration:	none;
}
a:active, a:hover {
        color:                                       #ff8040;
}



a.buttonLink {
	color: 			#000000; //			#ff8040;
	border: thin #EEEEEE solid;
	background-color:  #F8F8F8;
	white-space: nowrap;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 4px;
	padding-top : 2px;
	text-align : center;
	line-height:	16px;
}
/* Formatierung fuer die Links auf der linken Seite */
a.naviLeftLink  {
	color:				#ededed; //		#ff8040;
}
a.naviLeftLink:active, a.naviLeftLink:hover {
        color:                                       #ff8040;
}
/* Unterkategorien */
a.naviSecondLeftLink {
	color:						#ff8040;
}
a.naviSecondLink:active, a.naviSecondLink:hover {
        color:                                       #ff8040;
}

a.naviTopLinks {
	color:					#eeeeee; //	#909090;
}
a.naviTopLink:active, a.naviTopLink:hover {
        color:                                       #ff8040;
}

a.footer, a.footer:link, a.footer:visited, a.footer:active, a.footer:focus {
        color: #eeeeee;
        text-decoration: none;
}


/**************************** Preisformatierung *******************************/
.grossPreis {
	color:							#ff8000;
	font-size:					15px;
	font-weight:				bold;
}
.preisAlt {
	text-decoration : line-through;
	font-size:				13px;
}
/************************ 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:                          #ffffff;//              #000000;
border-style: inset;
border-width: 1;
BACKGROUND-COLOR: #899fbf;
}
.inputNaviSearch {
	font-size:				10px;
	font-family:			verdana,arial,helvetica,sans serif;
	width:						110px;
        color:                          #ffffff;//              #000000;
border-style: inset;
border-width: 1;
BACKGROUND-COLOR: #899fbf;
}
.selectNavi {
	font-size:				10px;
	font-family:			verdana,arial,helvetica,sans serif;
	width:						110px;
        color:                          #ffffff;//              #000000;
border-style: inset;
border-width: 1;
BACKGROUND-COLOR: #899fbf;
}
.inputLogin {
	width:						100px;
	font-size:				10px;
	color:				#ffffff;//  		#000000;
border-style: inset; 
border-width: 1;
BACKGROUND-COLOR: #899fbf;
}
/* Registration */
.inputReg {
	width:						300px;
	font-size:				10px;
        color:                          #ffffff;//              #000000;
border-style: inset;
border-width: 1;
BACKGROUND-COLOR: #899fbf;
}
.selectReg {
	width:						300px;
	font-size:				10px;
        color:                          #ffffff;//              #000000;
border-style: inset;
border-width: 1;
BACKGROUND-COLOR: #899fbf;
}
.inputEmpf {
	width:						200px;
	font-size:				10px;
        color:                          #ffffff;//              #000000;
border-style: inset;
border-width: 1;
BACKGROUND-COLOR: #899fbf;
}
.textReg {
	width:						300px;
	height:						60px;
	font-size:				10px;
        color:                          #ffffff;//              #000000;
border-style: inset;
border-width: 1;
BACKGROUND-COLOR: #899fbf;
}
/************************ 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;
}
