* {
				margin: 0 0 0 0;
				padding: 0 0 0 0;
			}
			
			body 
			{
				background-color:white;
				padding: 10px 10px 10px 10px;
				font-family:Verdana;
				font-size:0.9em;
				text-align:center;
				overflow:auto;
			}
			
			table
			{
				margin:auto;
			}
			
			p, ul,ol { font-size:0.9em;}
			
				
				
			ul,ol { margin-left:1.5em; padding:0; }
				
			li,p { margin-bottom: 5px;}
			
			a:link { text-decoration:none; font-weight:bold; }
 			:visited { color:blue; text-decoration:none; font-weight:bold; }
 			:hover { color:red; text-decoration:none; font-weight:bold; }
 			:active { color:white; background-color:#EE0000; font-weight:bold; }
 			
 			h2 a.hs:link { color:blue;}
 			h2 a.hk:link { color:orange;}
 			h2 a.wg:link { color:green;}
 			
 			h3 a:link { color:white;}

			h1 {
				vertical-align:center;
				text-align:center;
				width:600px;
				height:30px;
				font-size:1.3em;
				padding:30px;
				margin:auto;
			}
			
			h1.hs
			{
				background-image:url('bilder/titel-hs.png'); 
				background-repeat:no-repeat;
				background-position:center;
				color:black;
			}
			
			h1.hk
			{
				background-image:url('bilder/titel-hk.png'); 
				background-repeat:no-repeat;
				background-position:center;
				color:black;
			}
			
			h1.wg
			{
				background-image:url('bilder/titel-wg.png'); 
				background-repeat:no-repeat;
				background-position:center;
				color:black;
			}
				
			
			h2 {			
				font-size:1.1em;
				margin-top:0.5em;
			}
			
			h3
			{			
				font-size:1em;
				margin-top:0.5em;
			}
			
			.hs {			
				color:blue;
			}
			
			.wg {			
				color:green;
			}
			
			.hk
			{			
				color:orange;
			}
			
			.hsinvers {	
				background-color:blue;
				color:white;
				padding:2px 2px 2px 2px;
				vertical-align:center;
			}
			
			.wginvers {			
				background-color:green;
				color:white;
				padding:2px 2px 2px 2px;
				vertical-align:center;
			}
			
			.hkinvers
			{			
				background-color:orange;
				color:white;
				padding:2px 2px 2px 2px;
				vertical-align:center;
			}
			
			
			
			img.klein {
				width: 180px;
				border:0;
			}
			
			.leiterbox {
				background-image:url('bilder/bg-leiter.png'); 
				background-repeat:no-repeat;
				background-position:center;
				height:220px;
				width:180px;
				font-size:0.8em;
				text-align:center;
				padding: 10px 5px 10px 5px; 
				margin:0px 0px 2px 0px;
			}
			
			.infobox {
				width:180px;
				text-align:left;
				font-size:0.8em;
				padding: 2px 0px 5px 0px; 
				margin:0px 0px 10px 0px;
			}
				