
/* Allgemeine Angaben */

.contentHeader {
	font-size: 			0.8em;
	font-weight:		bold;
	font-style:			normal;
	color:				#FFFFFF;
	background-color:	#FF7B00;
	padding-left:		4px;
}

.contentHeaderSmall {
	font-size: 			0.9em;
	font-weight:		bold;
	font-style:			italic;
	text-align:			left;
	padding-left:		4px;
}
.contentHeaderSmallSchlaeuche {
	font-size: 			0.9em;
	font-weight:		bold;
	font-style:			italic;
	text-align:			center;
	padding-left:		4px;
}

.contentHeader a:link, .contentHeader a:visited, .contentHeaderSmall a:link, .contentHeaderSmall a:visited, .contentHeaderSmallSchlaeuche a:link, .contentHeaderSmallSchlaeuche a:visited {
	text-decoration:	none;
	color:				#000000;
	font-weight:bold;  /*hinzugefuegt*/
	font-size:12px;  /*hinzugefuegt*/
}

.contentImages {
	margin-top:			6px;
	padding-bottom:		6px;
}
.HEADLINE_artikel {
	font-size: 			0.8em;
	font-weight:		bold;
	color:				#FFFFFF;
	padding-left:		4px;
	background:			#FF7B00;
}





/*Content in shopItemsDetails.ihtml*/
.contentDivTD, .contentDivTD td {
	font-size: 			0.8em;
	/* padding:			0px; */
}

.contentDivTD a:link {color: #0000FF;  font-size: 12px;  font-weight:normal; text-decoration: none;}
.contentDivTD a:visited {color: #0000FF;  font-size: 12px;  font-weight:normal; text-decoration: none;}
.contentDivTD a:hover {color: #0000FF;  font-size: 12px;  font-weight:normal;  text-decoration: underline; }



/* Link in den Ueberschriften der Proukte psa   in shopItemList.ihtml
.produktHead:link, .produktHead:visited {
  font-size:12px;
  font-weight:bold;
  color:000000;
  text-decoration:none;
}
.produktHead:hover {
  font-size:12px;
  font-weight:bold;
  color:000000;
  text-decoration:none;
}
*/


.contentText, .contentText td, .contentText p {
	font-size: 			12px;
}


.contentText a:link, .contentText a:visited, .contentText a:active, .contentText a:hover {
	text-decoration:	none;
	color:				#000000;
	font-weight:		bold;
	font-style:			italic;
}

.contentTextSH {
	font-size: 			0.7em;
	text-decoration:	none;
	color:				#000000;
	font-weight:		bold;
	text-align:			center;
}
.contentInput {
	width:				100%;
	border:				1px solid #FF7B00;
}

.contentData {
	width:				100%;	
	background:			#FDE4C0;
}

.contentInputSmall {
	width:				30px;
	font-size:			0.7em;
}

.contentButton {
	font-size:			0.9em;
	border:				thin groove #FDE4C0;
	background:			#FDE4C0;
}







/* Shop Styles */

.shopHeaderRow {
	background:		 	#FF7B00;
	padding:			3px 6px 3px 6px;
	color:				#FFFFFF
}

.linkButton {
	border:				none;
	background:			none;
	
	text-align:			left;
	cursor:				pointer;
}

/*Auflistung der Shopartikel -mit dem Hackerl daneben ----Bei den Produktdetails in der Box --Best. Nr. 	Bezeichnung- */
.shopRow1 {
	font-size:			0.9em;
	/*background:			#FDF2E2;*/
	background-color:#E4E7E6;
}

.shopRow2 {
	font-size:			0.9em;
	/*background:			#FDE4C0;*/
	background-color:#D4D6D5;
}

.shopRow1 td, .shopRow2 td {
	padding:			1px 6px 1px 6px;
}

.shopErrors {
	font-size:			0.8em;
	font-weight:		bold;
	
	color:				#FF0000;
}