body
{
	color:						#373535;
	font-size:				11px;
	font-family:			verdana,arial,helvetica,sans serif;
}

td
{
	color:				#373535;
	font-size:				11px;
	font-family:			verdana,arial,helvetica,sans serif;
}

form, input, select
{
	color:				#373535;  //#373535;
	font-size:				10px;
	font-family:			verdana,arial,helvetica,sans serif;
}

/* Allgemeiner Background */
.mainBackground
{ background-color:	#FBF1DB; }

/* Contenthintergrund auf der Startseite */
.contentBackground
{ 
	background-color:	#ffffff; 
	color:						#000000;
}

/* Rahmen fuer Startseite und Kategorieansicht */
.contentRahmen
{
	background-color:	#E0D9BE; //#F3F7F1
	color:						#000000;
}

/* Hintergrundfarbe fuer Warenkorb etc. Button und Uebersichtshintergrund bei den Artikeln */
.naviBackground
{
	background-color:	#FBF1DB;
         height: 15px;
}

/* Headline Hintergrundfarben fuer die Navigation links und rechts */
.naviHeadBackground
{
	background-color:	#F26522;
         height: 15px;
         color: #FFFFFF;
         border-top-style: solid;
         border-top-width: 1px; 
         border-top-color: #FFFFFF;
}

/* Hintergrundfarbe fuer die linke Navigationsleiste */
.naviLeftBackground
{
	background-color:	#FBF1DB;
}

/* Hintergrundfarbe fuer die rechte Navigationsleiste */
.naviRightBackground
{
	background-color:	#ffffff;
}


/* Fuer die Rahmen der Warenkorbbutton und dem Warenkorb selber */
.strichColor
{
	background-color:	#E0D9BE;	//#D3E2C7  //#E0D9BE
	color:						#000000;
}

.fehlerClasse
{
	background-color:	#cc0000;
	color:						#ffffff;
}


/**************************** Textdefinition *******************************/
.naviText
{
	font-size:				11px;
}


/**************************** Linkdefinition *******************************/
a, a.link
{
	font-size:				11px;
	color:						#637454;
	text-decoration:	none;
}

a.norm
{
	font-size:				11px;
	color:						#545570;
}

a.naviTopLinks
{
	color:						#909090;
}

headline {
	color:						#FFF000;
}

a.headline, a.headline:link, a.headline:visited  {
	color:						#FFFFFF;
}

a.headline:hover  {
	color:						#000000;
}

/************************** Formulardefinition *****************************/

.inputNavi
{
	/*background-color: #BFC8D4; */
	font-size:				10px;
	font-family:			verdana,arial,helvetica,sans serif;
	width:						90px;
	color:						#000000;
}

.inputNaviSearch
{
	/*background-color: #BFC8D4; */
	font-size:				10px;
	font-family:			verdana,arial,helvetica,sans serif;
	width:						110px;
	color:						#000000;
}

.selectNavi
{
	/*background-color: #BFC8D4; */
	font-size:				10px;
	font-family:			verdana,arial,helvetica,sans serif;
	width:						110px;
	color:						#000000;
}

.inputLogin
{
	/*background-color:	#BFC8D4;*/
	width:						100px;
	font-size:				10px;
	color:						#000000;
}

/* Registration */
.inputReg
{
	/*background-color:	#BFC8D4;*/
	width:						300px;
	font-size:				10px;
	color:						#000000;
}

.selectReg
{
	/*background-color:	#BFC8D4;*/
	width:						300px;
	font-size:				10px;
	color:						#000000;
}

.inputEmpf
{
	/*background-color:	#BFC8D4;*/
	width:						200px;
	font-size:				10px;
	color:						#000000;
}

.textReg
{
	/*background-color:	#BFC8D4;*/
	width:						300px;
	height:						60px;
	font-size:				10px;
	color:						#000000;
}


/************************** Formatierung des Preises *****************************/
.grossPreis
{
	color:							#F26522;
	font-size:					12px;
	font-weight:				bold;
}

.imageBackground
{
	background-color:	#ffffff;
}

.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:						#cfcfcf;
	font-size:				10px;
}

.formerror
{
    color:                        #FF0000;
}

