/*  Externes Style-Sheet für Brunis Webseite, verwendet für Navigationsframes A und B, Stand: 28.6.03  
    Unterscheidet sich von den allgemeinen Styles nur durch die Hyperlink-Formate*/


/*	Formate der beiden Überschriften auf der Eingangsseite	*/


h2           { font-family:Arial; font-size:13pt; color: #4D4D4D; font-weight:bold }

/*  Format für Kapitelüberschriften, unterer Abstand noch zu hinterfragen */

h1           { font-family: Arial; font-size: 11pt; color: #FF6600; font-weight: bold; align: left; }
h3           { font-family: Arial; font-size: 11pt; color: #FF6600; font-weight: bold; align: left; }
			  
/*  Format für normalen Fliesstext als Klassendefinition  */ 

.absatz		 { font-family: Arial; font-size: 11pt; color: #4D4D4D; font-weight: normal; 
			   align: left; line-height: 13pt
			   margin-bottom: 11pt; margin-left: 24pt; margin-right:37pt}
			   
/* identisch, jedoch ohne Abstand nach dem Absatz */
			   
p			 { font-family: Arial; font-size: 11pt; color: #4D4D4D; font-weight: normal; 
			   align: left; line-height: 13pt;}
			   
/*  Format für Aufzählungen als Klassendefinition  */ 			   
			   
.bullet		 { font-family: Arial; font-size: 11pt; color: #4D4D4D; font-weight: normal; 
			   align: left; line-height: 13pt; list-style-type:square;
			   margin-bottom: 11pt; margin-left: 24pt; margin-right:37pt; }

			   
/*  Format für Hyperlinks  */

:link 	     { font-family: Arial; color:#FFFFFF; font-size: 9pt; text-decoration: none; font-weight: bold }
:visited     { font-family: Arial; color:#FFFFFF; font-size: 9pt; text-decoration: none; font-weight: bold  }
:hover 	     { font-family: Arial; color:#00CCFF; font-size: 9pt; text-decoration: none; font-weight: bold }
:active    	 { font-family: Arial; color: #FF6600; font-size: 9pt; text-decoration: none; font-weight: bold }
