body
{
	color:						#C90000;
	font-size:				11px;
	font-family:			verdana,helvetica,sans serif;
	scrollbar-face-color:       #C90000;
	    scrollbar-highlight-color:  #C90000;
	    scrollbar-shadow-color:     #C90000;
	    scrollbar-3Dlight-color:    #4F0000;
	    scrollbar-arrow-color:      #4F0000;
	    scrollbar-track-color:      #4F0000;
    scrollbar-darkshadow-color: #4F0000;
}

td
{
	color:						#000000;
	font-size:				11px;
	font-family:			verdana,arial,helvetica,sans serif;
}

/* Allgemeiner Background */
.mainBackground
{ background-color:	#C90000; }

/* Contenthintergrund auf der Startseite */
.contentBackground
{ 
	background-color:	#C90000; 
	color:						#000000;
}

/* Rahmen fuer Startseite und Kategorieansicht */
.contentRahmen
{
	background-color:	#888888;
	color:						#000000;
}

/* FE: Hintergrundfarbe fuer Ueberschrift im Shopfenster*/
.headlineBackground
{
	background-color:	#888888;
}

/* FE: Hintergrundfarbe fuer Ueberschrift im Shopfenster*/
.headlineBackgroundLink
{
	background-color:	#888888;
	text-decoration: 	underline;
	font-weight:		bold;
}


/* Hintergrundfarbe fuer Warenkorb etc. Button und Uebersichtshintergrund bei den Artikeln */
.naviBackground
{
	background-color:	#FFFFFF;
}

/* Headline Hintergrundfarben fuer die Navigation links und rechts */
.naviHeadBackground
{
	background-color:	#888888;
}

/* Hintergrundfarbe fuer die linke Navigationsleiste */
.naviLeftBackground
{
	background-color:	#C90000;
}

/* Hintergrundfarbe fuer die rechte Navigationsleiste */
.naviRightBackground
{
	background-color:	#C90000;
}


/* Fuer die Rahmen der Warenkorbbutton und dem Warenkorb selber */
.strichColor
{
	background-color:	#888888;
	color:						#111111;
}

.fehlerClasse
{
	background-color:	#999999;
	color:						#000000;
}


/**************************** Textdefinition *******************************/
.naviText
{
	font-size:				11px;
}


/**************************** Linkdefinition *******************************/
a
{
	font-size:				11px;
	color:						#000000;
	text-decoration:	none;
}

a.norm
{
	font-size:				11px;
	color:						#000000;
}

a.link
{
	color:						#999999;
	font-size:					11px;
	text-decoration:				underline;
}

a.naviTopLinks
{
	color:						#999999;
}


/************************** Formulardefinition *****************************/

.inputNavi
{
	/*background-color: #BFC8D4; */
	font-size:				10px;
	font-family:			verdana,arial,helvetica,sans serif;
	width:						150px;
	color:						#222222;
}

.inputNaviSearch
{
	/*background-color: #BFC8D4; */
	font-size:				10px;
	font-family:			verdana,arial,helvetica,sans serif;
	width:						110px;
	color:						#222222;
}

.selectNavi
{
	/*background-color: #BFC8D4; */
	font-size:				10px;
	font-family:			verdana,arial,helvetica,sans serif;
	width:						110px;
	color:						#222222;
}

.inputLogin
{
	/*background-color:	#BFC8D4;*/
	width:						100px;
	font-size:				10px;
	color:						#222222;
}

/* Registration */
.inputReg
{
	/*background-color:	#BFC8D4;*/
	width:						300px;
	font-size:				10px;
	color:						#222222;
}

.inputEmpf
{
	/*background-color:	#BFC8D4;*/
	width:						200px;
	font-size:				10px;
	color:						#222222;
}

.textReg
{
	/*background-color:	#BFC8D4;*/
	width:						300px;
	height:						60px;
	font-size:				10px;
	color:						#222222;
}


/************************** Formatierung des Preises *****************************/
.grossPreis
{
	color:							#000000;
	font-size:					15px;
	font-weight:				bold;
}

.imageBackground
{
	background-color:	#C90000;
}

.klein
{
	font-size:				10px;
}

.preisAlt
{
	text-decoration : line-through;
	font-size:				13px;
}

.kontrast
{
	color:						#000000;
}

.shopUebersicht
{
	background-color:	#FF9900;
}

/************************** Formatierung der Artikelheadline *****************************/
.artHeadline
{
	font-size:				13px;
}

.copyright
{
	color:						#C90000;
	font-size:				10px;
}

.formerror
{
    color:                        #FF0000;
}
