/* DATEI: hof.css */



/* Zeilen wie diese, die mit Schraegstrich und Stern */
/* beginnen und mit Stern und Schraegstrich enden, sind */
/* Kommentarzeilen. */

/* Es folgen die Style-Definitionen, die Sie aendern koennen: */
/* Unterhalb jedes Befehls steht eine Kurzerklaerung */

body { margin-top: 5px; 
       margin-bottom:0; 
       background:url(hof_img/back_all.gif) repeat fixed; 
       margin-left: 0%; 
       margin-right: 10%;
       } 


/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */


.title	 { position: absolute; 
      	   left: 15px;
           font-size: 8pt;      	    
/*          z-index: 10    */
           }

.submenu { position: absolute; 
           left: 35px; 
           background:url(bilder/back_all.gif);
           font-family: arial, verdana, helvetica, sans-serif; 
           font-size: 8pt; 
           visibility: hidden;
           font-weight: normal; 
           color: #555555}

.normal { font-size:10pt; }
.gross { font-size:12pt; }
.klein { font-size:8pt; }
.rot { color:red; }
.blau { color:blue; }

/* Allg. gültige Definitionen */
/* Verwendung im Dokument: class=rot */




p, ul,ol,li,td,address,nobr,b,i { font-size:8pt; color:#0f0f0f; }



/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


p,h3,h4,ul,ol,li,td,address,blockquote,nobr,b,i
     { font-family:Verdana,Arial,Helvetica,sans-serif; }
     
div  { font-size:8pt; font-family:Verdana,Arial,Helvetica,sans-serif; }   

th   { font-family:Verdana,Arial,Helvetica; 
       color:#000000;
       font-size:8pt;
       border-color:#FFFFFF;       }

th.gross  { font-family:Verdana,Arial,Helvetica; 
          font-size:9pt;
	  font-weight:bold;
          color:#2808a8;
          text-align:left; }
       
th.mitte  { font-family:Verdana,Arial,Helvetica; 
          font-size:9pt;
	  font-weight:bold;
          color:#2808a8;
          text-align:center; }

th.rechts  { font-family:Verdana,Arial,Helvetica; 
          font-size:9pt;
	  font-weight:bold;
          color:#2808a8;
          text-align:right; }

th.hell  { font-family:Verdana,Arial,Helvetica; 
          background-color:#AFDCFF;
          font-size:8pt;
          color:#000000;
          text-align:left; }

th.blau  { font-family:Verdana,Arial,Helvetica; 
          background-color:#0000FF;
          font-size:8pt;
          color:#000000;
          text-align:left; }

/* font-family = Schriftart fuer Textelemente */
/* Arial,Helvetica = Arial und serifenlose Schrift, Wert aenderbar */



h1 { font-size:18pt;
     font-family:Verdana,Arial,Helvetica; 
     color:#ffe605; 
     font-style:italic; }

/* gilt nur fuer das Wort 'SELFHTML' auf der Einstiegsseite */
/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt, Wert aenderbar */



h2 { font-size:12pt; 
     font-family:Verdana,Arial,Helvetica;
     color:white}
     
h2.gross  { font-family:Verdana,Arial,Helvetica; 
            font-size:9pt;
	    font-weight:bold;
            color:#2808a8;
            text-align:left; }     

/* Seitenueberschriften */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */



h2.sh2 { font-size:16pt; }

/* Abschnittsueberschriften innerhalb einer Seite */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */



h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; }

/* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */
/* font-size = Schriftgroesse */
/* 11pt = 11 Punkt, Wert aenderbar */


h4 { font-size:10pt; }

/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


/* Beliebige Definitionen */

#hof    { margin-top: 0.4cm; margin-left:0.0cm }
#will   { margin-top:-2.2cm;margin-left:1.0cm }
#go     { margin-top:-0.4cm;margin-left:7.8cm } 	
#men    { margin-top:0.1cm;margin-left:0.0cm }
#mos    { margin-top:-5.5cm;margin-left:0.3cm; }
				


#logo   { margin-top:1.3cm;margin-left:6.8cm; margin-bttom:0cm;}

#lkr    { margin-top:-1.8cm;margin-left:1.0cm; margin-bttom:0cm;}

#vmb    { margin-top:-1.7cm;margin-left:10.6cm; margin-bttom:0cm;}
 


pre { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }

/* Quelltext-Beispiele */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */


tt { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }

/* Quelltext-Befehle im normalen Fliesstext */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */



td.xmpcode { border-width:1pt; border-style:solid; border-color:#999999; background-color:#FFFFE0; }

/* Bereiche mit Beispiel-Quelltexten */
/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */
/* border-width = Randbreite */
/* 1pt = 1 Punkt, Wert aenderbar */
/* border-style = Randstil */
/* solid = durchgezogen, Wert aenderbar */
/* border-color = Randfarbe */
/* #999999 = grau, Wert aenderbar */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */



.code { background-color:#FFFFE0; }

/* Tabelleninhalte mit Quellcode */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */
/* Farbe sollte gleich sein wie bei td.xmpcode */



td.xplcode { background-color:#EEEEFF; }

/* Tabelleninhalte mit Erklaerungen */
/* background-color = Hintergrundfarbe */
/* #EEEEFF = helles Blau, Wert aenderbar */



.doc { background-color:#EEEEEE; }

/* Layout-Elemente mit hellgrauem Hintergrund */
/* background-color = Hintergrundfarbe */
/* #EEEEEE = helles Grau, Wert aenderbar */



.qbar { background-color:#FFFFE0; font-size:9pt; font-family:Arial,Helvetica; }

/* Layout-Elemente mit hellgrauem Hintergrund */
/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */
/* font-family = Schriftart */
/* Arial,Helvetica = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 9pt = 9 Punkt, Wert aenderbar */


pre.normal { color:#000000; }

/* normale praeformatierte Bereiche, nicht fuer Quelltexte */
/* color = Farbe */
/* #000000 = schwarz, Wert aenderbar */



          
a:visited { font-family: Verdana,Arial, Helvetica; 
/*            font-size: 8pt; */
            color: #0000ff; 
            text-decoration: none}
             
a:hover   { font-family: Verdana,Arial, Helvetica; 
/*            font-size: 8pt; font-weight: normal; */
            color: red; 
            text-decoration: none}
            
a:link    { font-family: Verdana,Arial, Helvetica; 
/*            font-size: 8pt; */ 
            color: #0000FF; 
            text-decoration: none}
                        
a:active  { font-family: Verdana,Arial, Helvetica;
	    color:#0000ff; 
            text-decoration: none; 
            font-weight: bold} 


/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #0000ff = blau */
/* #ff0000 = rot */
/* #00ff00 = grün */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

a.an { text-decoration:none; }




/* Wenn Sie sich mit Style-Sheets */
/* auskennen, koennen Sie weitere Angaben notieren */

