
body	{
	background				:	#fff;
	color					:	#000;
	caption-side			:	top;
	margin					:	0.5cm 1cm 1cm 2.5cm;
	orphans					:	2;
	widows					:	2;
	font-family				: 	Verdana, Helvetica, Arial, sans-serif;
	letter-spacing			: 	normal;
	font-size				:	 10pt;
	}
#howatecLogo,
#slogan,
#headline,
#navigation,
#footer {
	display				:	 none;
	visibility			:	 hidden;
}

a img,
#printausgabe {
border: none;
}

th {
text-align: left;
}
h1, h2, h3, h4	{
	font-weight				:	normal;
	page-break-after		:	avoid;
	page-break-inside		:	avoid;
	}

h1, h2, h3, h4, h5, h6	{
	font-size				:	12pt;
	font-weight				:  bold;
	}

a, abbr, acronym	{
	border					:	0;
	border					:	none; 
	text-decoration			:	none;
	font-style: normal;
	}
ul, ol, dl	{
	page-break-before		:	avoid;
	}

:lang(de) > q, :lang(de) > blockquote	p	{
	quotes					:	'\0000BB' '\0000AB' '\00203A' '\002039';
	}
	blockquote	{
	border					:	1px #666 dashed;
	margin					:	8pt;
	padding					:	4pt;
	width					:	90%;
	float					:	left;
	clear					:	both;
	page-break-inside		:	avoid;
	}

blockquote > p	{
	text-indent				:	-.5em;
	quotes					:	'\0000BB' '\0000AB' '\00203A' '\002039';
	}

blockquote > p:first-line	{
	font-weight				:	bold;
	color					:	#333;
	background				:	inherit;
	}

cite, q	{
	font-style				:	italic;
	}

a:link	{
	color					:	#000;
	background-color: #fff;
	border:none;
	
	}

a:visited	{
	color					:	#000;
	background-color: #fff;
	border:none;
	}

html>body dt a:link:after {
	content	:	"("attr(href)")";
	font-size: 10pt;
	
}