/*STANET Style Sheets */
/* px Pixel, in Inch, cm Centimeter, bei Buchstaben pt Point/Punkt */

body {margin:10px;} /* Eingestellt ist ein fuer alle Raender gueltiger Abstand */
/* margin-top: Abstand Fensterrand oben <-> Seiteninhalt */
/* margin-bottom: Abstand Fensterrand unten <-> Seiteninhalt */
/* margin-left: Abstand Fensterrand links <-> Seiteninhalt */
/* margin-right: Abstand Fensterrand rechts <-> Seiteninhalt */

address,b,blockquote,div,h1,h2,h3,h4,h5,h6,i,li,nobr,ol,p,td,th,ul {font-family:Verdana,sans-serif,Arial,Helvetica;}
/* font-family: verwendete Schriftart */

/* font-size: Schriftgroesse  pt */
/* font-style: Schriftstil normal, italic */
/* font-weight: Schriftstaerke lighter normal bold bolder 900 */
/* font-variant: Schriftvaiante normal small-cap */
h1 {font-size:18pt; font-style:normal; font-weight:normal;}
h2 {font-size:16pt; font-style:normal; font-weight:normal;}
h3 {font-size:14pt; font-style:normal; font-weight:normal;}
/* Verwendung: z. B. <p class="huge"> etc. */
h4,li.huge,p.huge,td.huge {font-size:12pt; font-style:normal; font-weight:normal;}
h5 {font-size:10pt; font-style:italic; font-weight:bold;}
li.big,p.big,td.big {font-size:11pt; font-style:normal; font-weight:normal;}
h6 {font-size:9pt; font-style:italic; font-weight:bold; font-variant:small-caps;}

ol,p,ul {font-size:10pt; font-style:normal; font-weight:normal; margin-top:2pt; margin-bottom:2pt;}
li,td {font-size:10pt; font-style:normal; font-weight:normal;}

p.inhalt {font-size:10pt; font-style:normal; font-weight:Normal; line-height:16pt;}

li.small,p.small,td.small {font-size:10pt; font-style:normal; font-weight:normal;}
li.tiny,p.tiny,td.tiny {font-size:6pt; font-style:normal; font-weight:normal;}
p.key {font-size:1pt; font-style:normal; font-weight:normal; color:#C8E6F0}

<style type="text/css">
<!--
  a.blink { font-family: Verdana, sans-serif, Arial, Helvetica;
  font-style: normal;
  font-weight: normal}
  a.blink:hover {font-style:italic; text-decoration:none} 
  /* a.blink:hover {font-weight: bold} */
 -->
</style>
<style type="text/css">
<!--
  p.zweispaltig { columns:2; }
-->
</style>