html, body	{	margin-top:0;
			margin-left:0;
			margin-right:0;
			margin-bottom:0;
			width:100%;
			height:100%;
			overflow:auto;
			font-family:Arial,Helvetica,sans-serif;
			font-size:10pt;
			font-weight:normal;
			/*background-image:url(grafik/bg_orange1.jpg);*/
			scrollbar-base-color:#FFFFFF;
  	 		scrollbar-3dlight-color:#DDDDDD;
  	 		scrollbar-arrow-color:#FFC400;
  	 		scrollbar-darkshadow-color:#716F6E;
  	 		scrollbar-face-color:#FFFFFF;
  	 		scrollbar-highlight-color:#FFFFFF;
  	 		scrollbar-shadow-color:#716F6E;
  	 		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
			*/
		}

table.h100proz	{	width:100%;
				  	height:100%;
					border:0;
				}
				
td	{	font-family:,Arial,Helvetica,sans-serif;
		font-size:10pt;
		font-weight:normal;
	}
	
td.programm	{	font-family:,Arial,Helvetica,sans-serif;
				font-size:10pt;
				font-weight:normal;
				border-bottom:1px solid #6E6E6C; padding-bottom:4px; padding-top:4px;
	}	
	
ul	{	font-family:,Arial,Helvetica,sans-serif;
		font-size:10pt;
		font-weight:normal;
	}	
			   			   
p	{	font-family:Arial,Helvetica,sans-serif;
		font-size:10pt;
		font-weight:normal;
	}

h1	{	font-family:Arial,Helvetica,sans-serif;
		font-size:16pt;
		font-weight:bold;
	}
               
h2	{	font-family:Arial,Helvetica,sans-serif;
		font-size:12pt;
		font-weight:bold;
	}
 			   
h3	{	font-family:Arial,Helvetica,sans-serif;
		font-size:12pt;
		font-weight:bold;
	}

h4	{	font-family:Arial,Helvetica,sans-serif;
		font-size:10pt;
		font-weight:bold;
	}	
			   
.grossfett	{	font-weight:bold; 
				font-size:12pt; 
			}			   	
		
.fett	{	font-weight:bold;
		}

.error	{	color:#FF0000; font-weight:bold;
			}
							
.rot	{	color:#FF0000;
		}	

.fettrot	{	color:#FF0000; font-weight:bold;
			}

.grau	{	color:#716F6E;
		}					
			
.orange	{	color:#FF9900;
		}	
		
.gelb	{	color:#FFC400;
		}					
			
.klein {  	font-family:Arial, Helvetica, sans-serif; 
			font-size:7pt; 
		}	
		
.kursiv	{	font-style:italic; }		
		
.adresse	{  	font-family:Arial, Helvetica, sans-serif; 
				font-size:8pt; 
				color:#FFFFFF;
			}	

.edata1	{	font-family:Arial,Helvetica,sans-serif; font-size:10pt; font-weight:normal; } 
.edata2	{	font-family:Arial,Helvetica,sans-serif; font-size:10pt; font-weight:normal; 
			background-color:#DDDDDD;} 
.ehead	{	background-color:#FFC400; }						 
						
a:link        { font-family:Arial,Helvetica,sans-serif;
                font-size:10pt;
                font-weight:normal; color:#000000;
              }
a:visited     { font-family:Arial,Helvetica,sans-serif;
                font-size:10pt;
                font-weight:normal; color:#000000;
              }
a:hover       { font-family:Arial,Helvetica,sans-serif;
                font-size:10pt;
                font-weight:normal; color:#6E6E6C;
                text-decoration:underline;
              }
a:active      { font-family:Arial,Helvetica,sans-serif;
                font-size:10pt;
                font-weight:normal; color:#6E6E6C;
                text-decoration:underline;
              }		
			  		
a.klein:link  { font-family:Arial,Helvetica,sans-serif;
                font-size:8pt; text-align:center;
                font-weight:normal; color:#FFFFFF;
                text-decoration:none;
              }
a.klein:visited { font-family:Arial,Helvetica,sans-serif;
                font-size:8pt; text-align:center;
                font-weight:normal; color:#FFFFFF;
                text-decoration:none;
              }
a.klein:hover { font-family:Arial,Helvetica,sans-serif;
                font-size:8pt; text-align:center;
                font-weight:normal; color:#FF9900;
                text-decoration:underline;
              }
a.klein:active { font-family:Arial,Helvetica,sans-serif;
                font-size:8pt; text-align:center;
                font-weight:normal; color:#FF9900;
                text-decoration:underline;
              }		   

#oben 	{	position:absolute; width:100%; top:0px; height:50%; background-color:#FFC400; z-index:1;
		}
		
#unten 	{	position:absolute; width:100%; top:50%; height:50%; background-color:#DDDDDD; z-index:1;
		}			
	
#bg		{	position:absolute; width:100%; top:50%; height:550px; margin-top:-275px; 
			background-image:url(grafik/bg_graufelder.gif); background-repeat:repeat-x; z-index:2; 
		}
		
#center	{	position:absolute; left:50%; width:890px; margin-left:-445px; top:50%; height:550px; 
			margin-top:-275px; z-index:3; 
		}	
		
#kopf 	{	position:absolute; left:0px; width:890px; top:0px; height:55px; background-color:#FFC400; 
			z-index:4;
		}
		
#navi 	{	position:absolute; left:0px; width:150px; top:55px; height:360px; margin-left:0px; 
			margin-top:0px; margin-bottom:0px; margin-right:0px; overflow:auto; line-height:16pt;
			background-color:#FFFFFF; background-image:url(grafik/bg_gelbfelder.gif); 
			background-repeat:no-repeat; z-index:6;
		}
		
#main 	{	position:absolute; left:150px; width:740px; top:55px; height:360px; margin-left:0px; 
			margin-top:5px; margin-bottom:0px; margin-right:0px; overflow:auto; 
			background-color:#FFFFFF; z-index:7;
		}	
		
#logo 	{	position:absolute; left:0px; width:890px; top:420px; height:130px; margin-left:0px; 
			z-index:8;
		}	
