html, body	{	margin-top:0;
				margin-left:0;
				margin-right:0;
				margin-bottom:0;
				width:100%;
				height:100%;
				overflow:auto;
				font-family:"Century Gothic",Arial,Helvetica,sans-serif;
				font-size:10pt;
				font-weight:normal;
				color:#666666;
				scrollbar-base-color:#FFFFFF;
	  	 		scrollbar-3dlight-color:#FFFFFF;
	  	 		scrollbar-arrow-color:#CC0000;
	  	 		scrollbar-darkshadow-color:#666666;
	  	 		scrollbar-face-color:#FFFFFF;
	  	 		scrollbar-highlight-color:#FFFFFF;
	  	 		scrollbar-shadow-color:#DFDFDF;
	  	 		scrollbar-track-color:#FFFFFF;
	 			/*
				scrollbar-base-color = Basisfarbe der Scroll-Leiste
				scrollbar-3dlight-color = Farbe für 3D-Effekte
				scrollbar-arrow-color = Farbe für Verschiebepfeile
				scrollbar-darkshadow-color = Farbe für Schatten
				scrollbar-face-color = Farbe für Oberfläche
				scrollbar-highlight-color = Farbe für oberen und linken Rand
				scrollbar-shadow-color = Farbe für unteren und rechten Rand
				scrollbar-track-color = Farbe für freibleibenden Verschiebeweg
				*/
			}

h1 		{	font-family:"Century Gothic",Arial,Helvetica,sans-serif;
			font-size:14pt; font-weight:bold;
		}
h2 		{	font-family:"Century Gothic",Arial,Helvetica,sans-serif;
			font-size:12pt; font-weight:bold; 
		}
    
p		{	font-family:"Century Gothic",Arial,Helvetica,sans-serif;
			font-size:10pt;
			font-weight:normal;
        }
		
ul		{	font-family:"Century Gothic",Arial,Helvetica,sans-serif;
			font-size:10pt;
			font-weight:normal;
        }
		
table	{	font-family:"Century Gothic",Arial,Helvetica,sans-serif;
			font-size:10pt;
			font-weight:normal;
        }
				
td		{	font-family:"Century Gothic",Arial,Helvetica,sans-serif;
			font-size:10pt;
			font-weight:normal;
        }		

.fett	{	font-weight:bold;
		}
		
.rot	{	color:#CC0000;
		}	
		
.fettrot {	color:#CC0000; font-weight:bold;
		 }			
		
.grau	{	color:#666666;
		}		
		
.hellgrau	{	color:#DFDFDF;
		}				
		
.klein 	{	font-family:"Century Gothic",Arial,Helvetica,sans-serif; font-size:8pt;
			
		}
		
.hallen	{	font-family:"Century Gothic",Arial,Helvetica,sans-serif; font-size:9pt;
			font-weight:bold;		
		}			
		

a:link 		{	font-family:"Century Gothic",Arial,Helvetica,sans-serif; font-size:10pt;
				color:#666666; font-weight:normal; text-decoration:underline; 
			}
a:visited 	{	font-family:"Century Gothic",Arial,Helvetica,sans-serif; font-size:10pt;
				color:#666666; font-weight:normal; text-decoration:underline; 
			}
a:hover 	{	font-family:"Century Gothic",Arial,Helvetica,sans-serif; font-size:10pt;
				color:#CC0000; text-decoration:underline; font-weight:normal; 
			}
a:active 	{	font-family:"Century Gothic",Arial,Helvetica,sans-serif; font-size:10pt;
				color:#CC0000; font-weight:normal; text-decoration:underline; 
			}
a:focus 	{	font-family:"Century Gothic",Arial,Helvetica,sans-serif; font-size:10pt;
				color:#CC0000; font-weight:normal; text-decoration:underline; 
			}	
			
a.hallen:link 		{	font-family:"Century Gothic",Arial,Helvetica,sans-serif; font-size:9pt;
				color:#666666; font-weight:bold; text-decoration:none;
			}
a.hallen:visited 	{	font-family:"Century Gothic",Arial,Helvetica,sans-serif; font-size:9pt;
				color:#666666; font-weight:bold; text-decoration:none;
			}
a.hallen:hover 	{	font-family:"Century Gothic",Arial,Helvetica,sans-serif; font-size:9pt;
				color:#CC0000; text-decoration:underline; font-weight:bold;
			}
a.hallen:active 	{	font-family:"Century Gothic",Arial,Helvetica,sans-serif; font-size:9pt;
				color:#CC0000; font-weight:bold; text-decoration:underline; 
			}
a.hallen:focus 	{	font-family:"Century Gothic",Arial,Helvetica,sans-serif; font-size:9pt;
				color:#CC0000; font-weight:bold; text-decoration:underline; 
			}					
		
/* Textbereich */
#main 	{	width:640px;
		}
