/*  Formatunterklassen */

	
	 
.unavi { 
		font-size:10pt;
		color:#7B8400;
		font-family:Verdana;
		font-weight:bold; 
		 }
		 
.navi { 
		font-size:10pt;
		color:white;
		font-family:Verdana;
		font-weight:bold;  
		 }
		 
.normal { 
		font-size:9pt;
		color:#494327;
		font-family:Verdana;
		font-weight:normal;  
		 }
		 
.ul { 
		font-size:9pt;
		color:#494327;
		font-family:Verdana;
		font-weight:normal; 
		text-decoration:underline; 
		 }
		 
.green { 
		font-size:9pt;
		color:#808000;
		font-family:Verdana;
		font-weight:normal;  
		 }
		 
.uegreen { 
		font-size:11pt;
		color:#808000;
		font-family:Verdana;
		font-weight:bold;  
		 }
		 
		
.footer {
		font-size:9pt;
		color:#7F8000;
		font-family:Verdana;
		font-weight:normal;
		text-align:right;
		} 
		
.upic { 
		font-size:8pt;
		color:#494327;
		font-family:Verdana;
		font-weight:normal;  
		 }
		 
*.img { 
		border: 2px solid #ffffff;
		}
		
.rand { 
		border: 2px solid #ffffff;
		}

/*
<body>
<p class="normal">Normaler Textabsatz mit Schrift 10 Punkt schwarz</p>
<p class="gross">Textabsatz mit Schrift 12 Punkt schwarz</p>
<p class="klein">Textabsatz mit Schrift 8 Punkt schwarz</p>
<p class="rot">roter Textabsatz</p>
<address class="rot">roter Absatz für Adressen</address>
<blockquote class="blau">blaues Zitat</blockquote>
</body>
*/


/*  Verschachtelte html-Tags */

h1 { font-size:11pt;
	color:#808000;
	font-family:Verdana;
	font-weight:bold;  
	 }
	 
h2 { font-size:9pt;
	color:#494327;
	font-family:Verdana;
	font-weight:bold; 
	text-decoration:none;
	display:inline;
	 }
	 
h1 i { color:blue; font-weight:normal; }

/*  Pseudoformate */

a:visited { font-weight:normal; text-decoration:none; color:#808000; }
a:link { font-weight:normal; text-decoration:none; color:#808000; }
a:active { font-weight:normal; text-decoration:none; color:#808000; }
a:hover { font-weight:normal; text-decoration:underline; color:#808000; }


