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

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

.background
{
	background-color:		#fef8e9;
}

.naviBackground
{
	background-color:		#2C44A1;
	color:                  #ffffff;
}
.copy
{
	background-color:		#2C44A1;
	color:                  #dadada;
}

/* Fuer die Rahmen */
.strichColor
{
	background-color:		#0099FF;
	color:					#ffffff;
}
.strichColor2
{
	color:					#ffffff;
}
.strichColorhell
{
    background-color: 		#EEFFFF;
    color: 					#000000;
}
.strichColorweiss
{
    background-color: 		#ffffff;
    color: 					#000000;
}
.strichColorhell2
{
    background-color: 		#B4EDFE;
    color: 					#000000;
}
/* Fuer Bestellübersicht */
.bestelluebersicht
{
    background-color:  		#ffffff;
    color:              	#000000;
}

.bestellabschicken
{
    background-color: 		#ff0000;
    color: 					#ffffff;
}

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

.textnorm
{
    font-size:              11px;
    color:                  #ffffff;
}


/**************************** Linkdefinition *******************************/
a
{
	font-size:				11px;
	color:					#ffffff;
	text-decoration:		none;
}
a:hover
{
	font-size:				11px;
	text-decoration:		underline;
}

a.norm
{
	font-size:				11px;
	color:					#ffffff;
}
/*********************** Link über der Warenkorbanzeige*******************/
a.norm2
{
    font-size:              11px;
    color:                  #000000;
}

a.link
{
	color:					#ffffff;
	font-size:				11px;
}
a.link2
{
    color: 					#0000ff;
    font-size: 				11px;
}


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

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

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

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

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

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

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


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

.imageBackground
{
	background-color:		#fef8e9;
}

.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;
}




