/*  Externes Style-Sheet für Brunis Webseite, verwendet für den Hauptframe main, Stand: 6.7.03  */

/*	Format für zweite Überschrift auf der Eingangsseite	*/

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

/*  Format für Kapitelüberschriften, 
	in dieser Version werden alle Abstände durch Tabellen realisiert */

h1           { font-family: Arial; font-size: 11pt; color: #FF6600; font-weight: bold; align: left; margin-top: 11px}
h3           { font-family: Arial; font-size: 11pt; color: #FF6600; font-weight: bold; align: left; margin-top: 11px}
			  
/*  Format für normalen Fliesstext, Abstände werden durch Tabellen erzeugt */
			   
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; }
			   
ul			 { font-family: Arial; font-size: 11pt; color: #4D4D4D; font-weight: normal; 
			   align: left; line-height: 13pt; margin-bottom: 0pt}
			   
/*  Format für Hyperlinks  */

:link 	     { font-family: Arial; color:#003399; font-size: 11pt;  }
:visited     { font-family: Arial; color:#003399; font-size: 11pt  }
:hover 	     { font-family: Arial; color:#00CCFF; font-size: 11pt  }
:active    	 { font-family: Arial; color: #FF6600; font-size: 11pt }

/*  Format für Personalvorstellung  */

.persname	   { font-family: Arial; font-size: 11pt; color: #FF6600; font-weight: bold; 
			   align: left; line-height: 13pt
			   margin-left: 24pt; margin-right:37pt}
			   
.persparameter { font-family: Arial; font-size: 11pt; color: #4D4D4D; font-weight: bold; 
			   align: left; line-height: 13pt
			   margin-left: 24pt; margin-right:37pt}
