/* DATEI: format1.css*/
<!--



body  {
	font-size : 8pt;
/* 	font-family : times new roman;*/ 
}

/*10px = 10 Pixel, Wert aenderbar*/
/*	p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i  {*/ 
/*	font-family : times new roman;*/ 
/*}*/ 

h1  {
	font-size : 10pt;
}

h1.winz  {
	font-size : 9pt;
    font-family : times new roman;
}

.winzbold  {
	font-size : 9pt;
	font-weight : bold;
    font-family : times new roman;
}

h1.headline  {
	font-size : 28pt;
	font-weight : bold;
	line-height : 100%;
}

h1.small  {
	font-size : 6pt;
	text-align : right;
}

h1.normal  {
	font-size : 10pt;
	line-height : 110%;
}

h1.liste  {
	font-size : 10pt;
	font-weight : bold;
	line-height : 120%;
}

h2  {
	font-size : 18pt;
}

h2.sh2  {
	font-size : 14pt;
}

h3,h3.inf,h3.tip  {
	font-size : 10pt;
}

h4  {
	font-size : 10pt;
}

table  {
	vertical-align : top;
	text-align : center;
}

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 : #394231;
}

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 : #000000;
}

a:link  {
	color: #004000;
	text-decoration : underline;
}

a:visited  {
	color: #004000;
	text-decoration : underline;
}

a:active  {
	color: #004000;
	text-decoration : underline;
}

a.an  {
	text-decoration : none;
}

//-->