
body  				{ margin: 20px; padding: 0px }
body 				{ font-size: 10px; font-family: "Lucida Grande", Verdana, "Lucida Sans", Tahoma, "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif }
a:link, a:visited 	{ color: #fff; text-decoration: none }
a:hover, a:focus 	{ color: #fff; text-decoration: none; outline-style: dotted; outline-width: 1px }
a:active 			{ color: #fff; text-decoration: none; outline-style: dashed; outline-width: 1px }
p 					{ color: #000; font-size: 11px; line-height: 18px; margin: 0px 0px 12px; padding: 0px; max-width: 34em; text-align:left }
p i					{ color: #999; font-size: 9px; font-style: normal; }
p i.indent			{ line-height: 16px; margin-left: -0.9ex; } /*indent bei inline elementen nur mit margin-left möglich*/
p b					{ color: #111; font-size: 11px; font-weight: bold }
h1 					{ color: #fff; font-size: 18px; font-weight: bold; line-height: 24px; margin-bottom: 16px; margin-left: -1px } /* Headline */
h2 					{ color: #fff; font-size: 11px; font-weight: bold; line-height: 18px; margin-bottom: 16px; margin-left: 0px; margin-top: -14px; } /* Subtitle */
h1.ind 				{ text-indent: -1ex } /* Headline mit indent für Anführungszeichen */
h3 					{ color: #fff; font-size: 12px; font-weight: normal; line-height: 18px; margin-bottom: 12px; margin-top: 0px } /* SubHeadline */
h4 					{ color: #555; font-size: 11px; font-weight: normal; line-height: 18px; margin-bottom: 0px } 					/* Dimmed Headline */
h5 					{ color: #fff; font-size:  9px; font-weight: normal; line-height: 14px; margin-bottom: 16px } 					/* TechText */
ul li 				{ color: #bbb; font-size: 11px; line-height: 18px; margin-left: -25px; padding: 0px; max-width: 31em }
ol li 				{ color: #bbb; font-size: 11px; line-height: 18px; margin-left: -25px; padding: 0px; max-width: 31em }
table 				{ margin-top:12px; margin-bottom: 18px }
td 					{ color: #bbb; background-color: #000; font-size: 10px; line-height: 12px; padding: 6px }
td p 				{ color: #666; font-size: 10px; font-weight: normal; line-height: 12px; margin: 0px } /* Tabellenüberschriften */
td a:hover 			{ text-decoration: underline; cursor: default; outline-style: none }
tt 					{ color: #bbb; font-size: 12px;}
img 				{ border: 0px; border-color:#000 }

* html p 			{ width: 34em } /* nur für IE statt max-width*/ 
* html a:hover, a:focus 	{ color: #fff; text-decoration: underline} /* dotted geht nicht mit IE, statt dessen underline*/
