/*------------------  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;
	}
	
	
	h1, h2, h3, h4, h5
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	}
	
	h1, h2
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight:100;
		color:#00009B;
	}
	
	h3, h5
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight:100;
		letter-spacing:0.1em;
		color:#00009B;
	}
		
	h1
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:20px;
		color:#00009B;
	}
		
	h2
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:16px;
		letter-spacing:0.1em;
		color:#00009B;		
	}
	h3
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#00009B;
	}
		
	h4
	{
		font-size:22px;
		font-weight:700;
		color:#00009B;		
	}
		
	h5
	{
		font-size:14px;
		color:#00009B;
	}
	
	b
	{
		font-size:14px;
		color:#00009B;
	}
	
	td
	{
		font-size:12px;
	}
	
	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. */
	}
		

	span.farbig1	
	{
    font-size:14px;
		font-weight:500;
		color:#00009B;
	}
	span.farbig2	
	{
    font-size:14px;
		font-weight:100;
		color:#00009B;
	}

	span.daten	
	{
		font-style:italic;
	    font-size:12px;
		font-weight:500;
		color:#00009B;
	}
	span.copy	
	{
		position:absolute;
		left:5px;
		top:469px;
		width:90px;
		height:25px;
		font-style:italic;
		font-size:10px;
		font-weight:100;
		color:#00009B;
		z-index: 5;
	}
	span.zahl
	{
		font-size:14px;
		font-weight:300;
		letter-spacing:0.1px;
		word-spacing:0.5px;
		color:#A5B4FA;
	}
	
	span.zahl3
	{
	font-size:14px;
		font-weight:500;
		letter-spacing:0.1px;
		word-spacing:0.5px;
		color:#00009B;
	}
	
	span.zahl2
	{
		font-size:14px;
		font-weight:300;
		letter-spacing:0.1px;
		word-spacing:0.5px;
		color:#00009B;
	}
	
	span.copy2	
	{
		font-style:italic;
    font-size:7px;
		font-stretch:normal;
		font-weight:100;
		color:#00009B;
	}
	span.punkt	
	{
	    font-size:14px;
		font-weight:500;
		color:#00009B;
	}
	span.untertitel	
	{
	    font-size:9px;
		font-weight:100;
		color:#00009B;
	}
	span.kursiv	
	{
	 font-style:italic;
	    font-size:14px;
		font-weight:100;
		color:#00009B;;
	}
	
	b.eingerueckt
	{
		padding-left:5px;
	}
	
	a.ohneLinie
	{
		text-decoration:none;
		padding-left:5px;
	}
	a:link
	{
	color:#00009B;
	}
	a.LinieHover:hover
	{
		text-decoration:none;
			}
	a.ohneLinie:hover
	{
		font-weight:bold;
	}
	a:visited
	{
	color:#00009B;
	}
	a.normal:active
	{
	color:#00009B;
	}
	a.normal:link
	{
	color:#00009B;
	}
	a.normal:visited
	{
	color:#00009B;
	}
	a.normal:active
	{
	color:#00009B;;
	}

	#text
	{ 
		position:absolute; 
		left:160px; 
		top:130px; 
		width:543px; 
		height:127px; 
	}
		
	#naviTop
	{ 
		position:absolute; 
		left:145px; 
		top:86px; 
		width:600px; 
		height:28px;
	}

	#naviLinks
	{ 
		position:absolute; 
		left:0px; 
		top:110px; 
		width:130px; 
		height:162px;
		z-index:1;
	}

	.bottlinks
	{
		width:100px; 
		height:25px;		
	}
	.liniegrau
	{
		width:100px; 
		height:2px;		
	}
	
