body 
      { 
        margin-top:0px; 
		margin-bottom:0px; 
		margin-left:0px; 
		margin-right:0px;
	  }

p,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,a
     { 
	 font-family:Arial,sans-serif; 
	 color: #5d5d5d; 
	 }

a 
     { 
     color:#000064;
     text-decoration:none;
     }

a:hover
     {
	 text-decoration : underline;
	 }
	 
h1   
     { 
     font-weight:bold;
     font-size:11pt;
	 margin-left:20px;
	 margin-top:20px;
	 margin-bottom:10px;
	 margin-right:20px;
	 color:#000064;
     }

h2   { 
     font-size:10pt;
	 font-weight:bold;
	 margin-left:20px;
	 margin-top:20px;
	 margin-bottom:10px;
	 margin-right:20px;
	 color:#000064;
	 }

h3  { 
     font-size:9pt;
	 font-weight:bold;
	 margin-left:20px;
	 margin-top:20px;
	 margin-bottom:10px;
	 margin-right:20px;
	 color:#000064;
	 }
	 
p
     { 
	 font-size:8pt; 
	 margin-left:20px;
	 margin-top:10px;
	 margin-bottom:10px;
	 margin-right:20px;
	 text-align:normal;
	 font-weight:500%;
	 line-height:1.3em;
	 }

hr	 
	 { 
	 margin-left:20px;
	 margin-right:20px;
	 }
	 
	 
	 
ol,div,td,th,nobr,b,i
     { 
	 font-size:8pt; 
	 }	 
	 
ul
     { 
	 font-size:100%;
	 list-style-type:square;
	 line-height:1.3em;
	 margin-left:20px;
	 margin-top:10px;
	 margin-bottom:10px;
	 margin-right:20px;
	 } 

li
     { 
	 font-size:100%;
	 list-style-type:square;
	 line-height:1.3em;
	 	 margin-left:20px;
	 }
	 
form   
     {
     margin-top:0px;
     margin-bottom:0px;
     }

p.tabelle
      { 
        margin-top:0px; 
		margin-bottom:0px; 
		margin-left:20px; 
		margin-right:0px;
		font-size:8pt;
	  }
	   
td.menu
      { 
	    color:#999999;
		font-size:9pt;
	  }
	  
Input,select
        {
        height: 16px;
		font-size:8pt;
		padding:0px;
        }
 
textarea
        {
		font-size:8pt;
		font-family:Arial,sans-serif;
        }
	 
	 
	 
	 



/* Wenn Sie sich mit Style-Sheets */
/* auskennen, koennen Sie weitere Angaben notieren */

.formInput
        {
        font-family: Tahoma, arial, sans-serif;
        font-size: 8pt;
        border: 1px solid #999999;
        color: #000000;
        background-color: #ffffff;
        margin: 1px;
        margin-left: 0px;
        padding: 1px;
        height: 18px;
        }
		
.formInputButton
        {
        font-family: Tahoma, arial, sans-serif;
        font-size: 8pt;
        border: 1px solid #999999;
        color: #000000;
        background-color: #ece9d8;
        margin: 1px;
        margin-left: 0px;
        padding: 1px;
        height: 18px;
        }

.formInputArea
        {
        font-family: Tahoma, arial, sans-serif;
        font-size: 8pt;
        border: 1px solid #999999;
        color: #000000;
        background-color: #ffffff;
        margin: 1px;
        margin-left: 0px;
        padding: 1px;
        height: 180px;
		width: 380px;
        }

.headerBottom
        {
        background-color: #DDDDDD;
        border-top: 1px solid #999999;
        border-bottom: 1px solid #999999;
        }
		
/*******   WICHTIG   *******/

/* Wenn Sie diese Datei fuer Ihre persoenlichen Zwecke geaendert */
/* haben und das Dokument weitergeben oder wiederveroeffentlichen */
/* wollen, muessen Sie die Original-Einstellungen wiederherstellen */
/* Gehen Sie dazu beispielsweise folgendermassen vor: */

/* Im Verzeichnis von SELFHTML gibt es eine Datei 'wsave.css' */
/* Kopieren Sie die Datei wsave.css auf die Datei wselfhtm.css */
/* Hinterher muessen beide Dateien vorhanden sein, und beide */
/* muessen den Inhalt von wsave.css haben *