/*KOMMENTAR  */
/*die idee bei den formatierungen fuer die sinn-haft seiten:  */
/* farben werden lokal in der seite definiert, bzw */
/* durch eine zusätzliche style datei */

/* h1, h2, h3 sind für formale ueberschriften reserviert  */
/*  und deshalb in new courier */

/*h4, h5, h6 sind für die textüberschriften  */
/* in arial, helvetica, sansserif */

/* laengere texte sind in blockquote formatiert  */

/*  body {margin: 0; border-color:black; border-top-width:0.1cm; border-top-style:solid; border-left-width:0.1cm; border-left-style:solid; border-right-width:0.1cm; border-right-style:solid; border-bottom-width:0.1cm; border-bottom-style:solid; height: 100%; width: 100%;} */
/* KOMMENTARENDE */


h1,h2,h3 { font-family: Courier New, Courier, mono }
h4,h5,h6,p,blockquote,th,td,ul,ol,li,body,table,tr { font-family: verdana, arial, helvetica, sans-serif; }

h1 { font-size:20px;  font-weight: bold;}
h2 { font-size:18px;  font-weight: bold;}
h3 { font-size:16px;  font-weight: bold;}

h4 { font-size:17px; font-weight: bold; }
h5 { font-size:15px; font-weight: bold;}
h6 { font-size:13px; font-weight: bold;}

p,td,li, body { font-size:12px; line-height:18px; color:black}

td.klein { font-size:11px; font-family: "Courier New", Courier, mono }	
.randtext { font-size:11px;  }	
.whiteblack { color:black; background-color:white; }

p,blockqoute,div,td,table,tr { orphans:3; widows:3; }
@page { size:auto; margin-bottom:2.1cm; }