/* DATEI: format0.css*/
<!--

body  {
	font-size : 10pt;
/*	font-family : Helvetica,Arial,Verdana,Swiss;*/
}

/* 10px = 10 Pixel, Wert aenderbar*/
/* p,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i  {*/
/*	font-family : Helvetica,Arial,Verdana,Swiss;*/
/*}*/

table  {
	vertical-align : top;
	text-align : center;
}

h1  {
	font-size : 14pt;
/*	font-family : Helvetica,Arial,Verdana,Swiss;*/
}

h1.winz  {
	font-size : 8pt;
    font-family : Helvetica,Arial,Verdana,Swiss;
}

h1.winzbold  {
	font-size : 9pt;
	font-weight : bold;
    font-family : Helvetica,Arial,Verdana,Swiss;
}

h1.big  {
	font-size : 18pt;
}

h1.bigbold  {
	font-size : 18pt;
	font-weight : bold;
}

center,input,form,textarea,p,ul,ol,li,div,td,th,address,nobr,b,i  {
	font-size : 10pt;
}

/* pre  {*/
/*	font-family : Courier New,Courier;*/
/*	font-size : 10pt;*/
/*	color : #C0C0C0;*/
/*}*/

/*tt  {*/
/*	font-family : Courier New,Courier;*/
/*	font-size : 10pt;*/
/*	color : #C0C0C0;*/
}

/* td.msie  {	border-width : 1pt;	border-style : solid;	border-color : #000000;	background-color : #FFFFFF;} */

/* #FFFFE0 = helles Gelb, Wert aenderbar*/
.code  {
	background-color : #FFFFE0;
}

/* #EEEEFF = helles Blau, Wert aenderbar*/
.doc  {
	background-color : #EEEEEE;
}

/* #EEEEEE = helles Grau, Wert aenderbar*/
pre.normal  {
	color : #DDFFDD;
}


a:link  {
	color : #DDFFDD;
	text-decoration : none;
}

a:visited  {
	color : #FFFFFF;
	text-decoration : none;
}

a:active  {
	color : #CCFFCC;
	text-decoration : none;
}

a.an  {
	color : #FFFFFF;
	text-decoration : none;
}

//-->