/* *************************************** */
/* Font Styles für Home und Contentseiten  */
/* *************************************** */

br				{ line-height:12px; }

.bold 			{ font-weight:bold; }
.italic			{ font-style:italic; }

.headLineCon	{ font-size:18px; font-weight:bold; }

/* Generelle Formatierung Preise */
.blockPrice {
	font-weight:bold;
	text-align:right; }
/* Für Sonderangebote und Rabatt */
/*.productSpecialPrice {
	color:#DC1A1A; }*/
.productOldPrice {
	font-size:90%;
	font-weight:normal;
	text-decoration:line-through; }

/* Abstände dieser Elemente selbst an gegebener Stelle definieren */
h1, h2, h3, p {
	margin:0;
	padding:0; }
/* Standardseitenüberschrift */
h1 {
	font-size:16px;
	line-height:17px;
	font-weight:bold; }
h2 {
	font-size:14px;
	font-weight:bold; }

body, table td, a, .fontNormal, .fontSmall, .fontDes, .fontHeadBar, .fontSubHead, .fontNavBar, .fontTextBar  {
	text-decoration:none;
	font-family:Verdana,Arial,Helvetica,sans-serif; }

/* Normaler Schriftgrad */
.fontNormal		{ font-size:12px;
				  line-height:16px;
				  word-spacing:1px;
				  color:#000000; }

/* Kleiner Schriftgrad */
.fontSmall		{ font-size:10px;
				  line-height:13px;
				  color:#000000; }

/* Headline (Balken) */
.fontHeadBar	{ font-size:10px;
				  font-weight:bold;
				  color:#FFFFFF; }

/* Kleine Beschreibung des nachfolgenden Punkts (kleine hellgraue Heads) */
.fontDes		{ font-size:10px;
				  line-height:13px;
				  color:#9A9899; }

.fontSubHead, .fontNavBar, .fontTextBar {
	font-size:10px; }
.fontSubHead {
	font-weight:bold; }


/* ------------------------------------- */
/* Link Styles für grafische Boxen unten */
/* ------------------------------------- */

a.boxWhite			{ font-size:10px; color:#FFFFFF; text-decoration:underline; font-weight:bold; }
a:link.boxWhite		{ font-size:10px; color:#FFFFFF; text-decoration:underline; font-weight:bold; }
a:visited.boxWhite	{ font-size:10px; color:#FFFFFF; text-decoration:underline; font-weight:bold; }
a:hover.boxWhite	{ font-size:10px; color:#000000; text-decoration:underline; font-weight:bold; }

a.boxBlack			{ font-size:10px; color:#000000; text-decoration:underline; font-weight:bold; }
a:link.boxBlack		{ font-size:10px; color:#000000; text-decoration:underline; font-weight:bold; }
a:visited.boxBlack	{ font-size:10px; color:#000000; text-decoration:underline; font-weight:bold; }
a:hover.boxBlack	{ font-size:10px; color:#FFFFFF; text-decoration:underline; font-weight:bold; }
