/* all pseudo formats ":format" do not work under Netscape! */html,body,p,table,tr,th,td,dl,dt,dd,ol,ul,li,p,div,hr,center,b,i,strong,em	{	font-family:Arial,Verdana,sans-serif,Helvetica;		/* Helvetica ist das letzte, da sonst auf dem Mac die Schrift zu klein wird */}/* 10pt scheint normale Größe zu sein. */h1	{ font-size:16pt;	font-weight:bold;	font-family:"Trebuchet MS",sans-serif; }h2	{ font-size:13pt;	font-weight:bold;	font-family:"Trebuchet MS",sans-serif; }h3	{ font-size:12pt;	font-weight:bold;	font-family:"Trebuchet MS",sans-serif; }h4	{ font-size:11pt;	font-weight:bold;	font-family:"Trebuchet MS",sans-serif; }h5	{ 			font-weight:bold;	font-family:"Trebuchet MS",sans-serif;	margin-top:1pt;	margin-bottom:3pt; }h6	{ font-size:8pt;	font-weight:normal;	font-family:"Trebuchet MS",sans-serif;	margin-top:1pt;	margin-bottom:3pt;	font-style:italic; }/* a:link, a:active, a:visited don't work under Netscape** for Netscape: should be set in <BODY LINK=#xxxxxx ALINK=#xxxxxx VLINK=#xxxxxx>	background-color:#eeffe8;*/a:link		{ color:#0000CC; }a:active	{ color:#0000FF; }a:visited	{ color:#000033; }a:hover {	background-color:#DDDDFF;	text-decoration:none;}code,.code {	background-color:#ECECEC;	font-family:"Lucida Console","New Courier",Courier,monospace;	font-weight:bold;	font-style:normal;}div.code,pre.code	{	font-size:12px;	font-family:"Lucida Console","New Courier",Courier,monospace;	font-weight:bold;	border:1px solid blue;	padding:3px;	background-color:#ECECEC;	margin-left:20px;}.hilfe  {  border-bottom:1px dashed #000099;  color:#000066;  cursor:help;}.small {	font-size:10px;}.large {	font-size:15px;}.block,div {	text-align:justify;}form,input	{	display:inline;}.besides	{	/*font-size:11px;*/	color:#AAAAAA;}.left	{	text-align:left;}.right	{	text-align:right;}.center	{	text-align:center;}.justify	{	text-align:justify;}p.achtung	{	color:red;	font-weight:bold;}.hinweis	{  color:blue;  background-color:#F0F0FF;  padding:5px;  border:1px dotted blue;  font-size:80%;  margin-bottom:1em;}
