body {	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	background-color: white;
        max-width: 800px;
}

form { max-width: 800px; }

/* Schriftarten */
p,ul,ol,li,address,blockquote,div,td,th,h1,h2,h3,h4,h5,h6
	{font-family: Verdana, Arial, Helvetica, sans-serif}
pre {font-family: "Courier New", Courier, mono}

/* Schriftfarben */
p,ul,ol,li,address,blockquote,div,td {color: black}
h1,h2,h3,h4,h5,h6,th {color: #0000CC}
h1,h2,h3,h4,h5,h6,th {font-weight: bold}

/* Schriftgroessen */
.f6 {font-size:  6ptx; font-weight: normal}
.f8 {font-size:  8ptx; font-weight: normal}
p,ul,ol,li,address,blockquote,div,td,th,pre {font-size: 10pt}
h1 {font-size: 16pt }
h2 {font-size: 12pt }
h3,h4,h5,h6 {font-size: 10pt}


/*Ersatz für nicht funktionierende body-Stile*/
div.body {width: 600px}

/* neue Kopfzeile von AWE Kopfzeile für Navigation*/
/* div.kopfzeile	{font-size: 8pt;
/*             	font-weight: bold}

/* Kopfzeile */
.kopfzeile {font-size: 8pt;
             font-weight: bold;
             margin-bottom: 30px}

/*             border-bottom: thin solid black;
*/
    
/* Fusszeile für Autor, Copyright, letzte Änderung etc. */
div.fusszeile	{font-size: 8pt;
		color: #999999;
		margin-top: 2EM}

/* Listenförmige Tabellen */
th.liste {background-color: #EEEEEE;
	 font-size: 9pt;
	 font-weight: bold}
td.liste {font-size: 9pt}

/* zum Hervorheben von Tabellen oder Graphiken */
div.abbildung	{margin-top: 1em;
            	margin-bottom: 1em;
            	text-align: center}

/* Symbol für Punkte-Listen */
ul {list-style: disc}

/* Verweise */           
a:link	  {text-decoration: none; color: #0000CC; font-weight: bold}
a:visited {text-decoration: none; color: #0000CC; font-weight: bold}

/* Stichwörter am Anfang eines Absatzes */
span.stichwort {color: #0000CC; font-weight: bold}

/* Stichwörter am Anfang eines Absatzes in eigener Zeile */
span.stichwort-br {color: #0000CC; font-size: 11pt; font-weight: bold}

/* Links in Indizes */
.index a {font-weight: bold} 

         
/** Auslaufende Stile, für neue Dokumente nicht mehr benutzen! **/

/* Kopfzeile */
.wo 	{font-size: 8pt;
	 font-weight: bold;
	 font-family: Verdana, Arial, Helvetica, sans-serif }
	 
/* Kopfzeile */
p.kopfzeile {font-size: 8pt;
             font-weight: bold;
             border-bottom: thin solid black;
             margin-bottom: 30px}
             
/* "richtige" Tabellen */
th.kopf {color: #0000CC;
	 background-color: #EEEEEE;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 9pt;
	 font-weight: bold}
td.zelle {font-size: 9pt;
          font-family: Verdana, Arial, Helvetica, sans-serif}
td.zelle2 {font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 9pt;
	  background-color: #EEEEEE}