body {
	color:						#000000;
	font-size:				10px;
	font-family:			arial,helvetica,sans serif;
}

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


/************************** Hintergrundfarben *****************************/

/* Allgemeiner Background */
.mainBackground
{ background-color:	#FF6600;
/*background: url(http://www.ptfepiercing.de/ptfe/css/Hintergrund.jpg); background-attachment:	fixed; /* Fixiert den Hintergrund*/
 }

/* Hintergrundfarbe fuer die Linien um dem Shop herum */
.rahmenBackground 
{
	background-color:	#FF6600;
}

/* Hintergrundfarbe fuer die Ueberschriftstabellen */
.tdHeadlineBackground {
	background-color:	#FF0000;
	color:						#000000;
	font-weight:			bold;
}

/* Hintergrundfarbe fuer den Content der Tabellen Warenkorb, Bestelluebersicht, Meine Dowanloads, Meine Bestellungen */
.tdSecondBackground {
	border: 4px #FF0000 solid;
	background-color:	#FF6600;
	color:						#330000;
	font-weight:			bold;
}

/* Hintergrundfarbe fuer den linken Navigations Frame */
.tdLeftNaviBackground {
	border-top: 4px #FF0000 double;
	border-bottom: 4px #FF0000 double;
	background-color:	#FF9900;
}
/* Hintergrundfarbe fuer den rechten Navigations Frame */
.tdRightNaviBackground {
	border-top: 4px #FF0000 double;
	border-bottom: 4px #FF0000 double;
	background-color:	#FF9900;
}


/************************** Textformatierung  *****************************/
.headline {
	font-size:				13px;
	font-weight:			bold;
	background-color:	#FF6600;
}

.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 {
	color:						#000000;
	font-size:				12px;
	text-decoration:	none;
	font-weight:			bold;

}

a.buttonLink {
	color: 						#000000;
	border: thin #FF3300 solid;
	background-color: #FF9900;
	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:						#000000;
		
}
/* Unterkategorien */
a.naviSecondLeftLink {
	color:						#003300;
}

a.naviTopLinks {
	color:						#000000;
}


/**************************** Preisformatierung *******************************/
.grossPreis {
	color:							#FFFF33;
	font-size:					16px;
	font-weight:				bold;
}

.preisAlt {
	text-decoration : line-through;
	font-size:				13px;
}


/************************ Formular Formatierung *******************/

/* Formatierung fuer die Merkmals Selectboxen */
.variantenForm {
	
	background-color: #FF6600;
	color:						#000000;
	font-size:				10px;
	width:						150px;
	
}

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

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

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

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

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

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

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

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

/************************ Fehler Formatierung **********************/
.fehlerClasse {
	background-color:	#FFFF66;
	font-weight:			bold;
	color:						#000000;
}


/* Formatierung fuer Hinweise, die sonst leicht uebersehen werden koennten */
.wichtig {
	color:						#000000;
	font-weight:			bold;
}

.klein {
	font-size:				10px;
}

.shopUebersicht {
	background-color:	#3399FF;
}

.formerror {
    color:                        #3399FF;
}
 koennten */
.wichtig {
	color:						#000000;
	font-weight:			bold;
}

.klein {
	font-size:				10px;
}

.shopUebersicht {
	background-color:	#3399FF;
}

.formerror {
    color:                        #3399FF;
}
