/* CSS Cascading Style-Sheets */
/* © Albert Horyza 2006 */

/* Globale Einstellungen */
/* Überschriften definieren */


h1 	{ 
	font-family:Arial Unicode MS; 
	font-size: 12pt; 
	color:#000000; 
	font-weight:bold 
}
	
h2 	{ 
	font-family:Arial Unicode MS; 
	font-size: 12pt; 
	color:#000000; 
	font-weight:bold 
}
h3 	{ 
	font-family:Arial Unicode MS; 
	font-size: 12pt; 
	color:#000000; font-weight:bold 
}

body 	{ font-family:Arial Unicode MS; font-size:12pt; color:#000000; font-weight:bold }
p 	{ font-family:Arial Unicode MS; font-size:12pt; color:#000000; font-weight:bold }

a:link 	{
	color:#000000; 
	text-decoration:none
}
a:visited 	{
	color:#000000; 
	text-decoration:none
}
a:active 	{
	color:#000000; 
	text-decoration:none
}
a:hover 	{
	color:#ff0000; 
	text-decoration:none
}



/* allgemeine Styles */
		/*body {background-color: #edede3; }*/
		td { font-size:0.8em; }
		td.aussen { vertical-align:top; padding:0.8em; }
		body { font-family:Century Gothic; font-size:12pt; color:#000000; font-weight:bold }
		h1 { font-size:1.2em; }
		h3 { font-size:1.0em; }
		form td { white-space:nowrap; }


/* Auf- und Zuklappen */
		span.PlusMinus { background-color:rgb(192,192,192);
			padding-left:0.2em; padding-right:0.2em; cursor:pointer;
			font-family:monospace; }
		ul.Unterpunkte { margin-top: 0.2em; margin-bottom: 0.2em; display:none; }






