
/*------------------  algemein.css Algemeine Angaben  -------------*/	
			
	body 
	{
		font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	}
	
	span
	{
		font-size:14px;
		font-weight:100;
		border-width:3px;
		color:#000000;
	}
	
	td
	{
		font-size:14px;
	}
	
/*--------------     Angaben H1 bis H5   ------------------------ */			

			h1, h2, h3, h4, h5
	{
		font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
		color:#006697;
	}
	
			h1, h2,
	{
		font-weight:500;	
	}
	
			h3, h5
	{
		font-weight:100;
		letter-spacing:0.1em;
	}
	
				h1, h2,
	{
		font-weight:500;	
	}
			
				h1
	{
		font-size:20px;
		letter-spacing:0.3em;
	}
		
		h2
	{
		font-size:16px;
		letter-spacing:0.1em;
		
	}
			h3
	{
		font-size:15px;
	}
		
		h4
	{
		font-size:22px;
		font-weight:700;
		
	}
		
		h5
	{
		font-size:14px;
	}
	
	
/*----------  ende Angaben H!-H5  -------------------*/				

/* ---------- Erklärung die nur von einem Screen Reader gelesen wird ---------*/
				span.unsichtbar
		{
			position:absolute;
			left:-2000px;      /*Schiebt die "unsichtbaren" Hilfen aus dem Viewport, 
								dadurch lassen sich übereifrige Screenreader, die 
								ausgerechnet "display:none" akustisch auswerten, 
								täuschen, und lesen die so versteckten Hilfen dennoch vor. */
		}
		
/* ---------- Ende Erklärung ---------*/		

	span.farbig1	
	{
	    font-size:14px;
		font-weight:500;
		color:#006697;
	}
		span.farbig2	
	{
	    font-size:14px;
		font-weight:100;
		color:#006697;
	}

	span.daten	
	{
		font-style:italic;
	    font-size:12px;
		font-weight:500;
		color:#006697;
	}
		span.copy	
	{
		
		position:absolute; 
		left:5px; 
		top:469px; 
		width:90px; 
		height:25px;
		font-style:italic;
	    font-size:10px;
		font-weight:100;
		color:#006697;
	}
			span.copy2	
	{
		font-style:italic;
	    font-size:7px;
		font-stretch:normal;
		font-weight:100;
		color:#006697;
	}
		span.punkt	
	{
	    font-size:14px;
		font-weight:500;
		color:#006697;
	}
			span.untertitel	
	{
	    font-size:9px;
		font-weight:100;
		color:#006697;
	}
		span.kursiv	
	{
	 font-style:italic;
	    font-size:14px;
		font-weight:100;
		color:#006697;
	}
		a:link
	{
	color:#006697;
	}
	a:visited
	{
	color:#006697;
	}
	a.normal:active
	{
	color:#006697;
	}
	a.normal:link
	{
	color:#000000;
	}
	a.normal:visited
	{
	color:#000000;
	}
	a.normal:active
	{
	color:#000000;
	}


