 
	/* Allg. body-Tag-Formatierung  */
	body {
 		background-image:url('../img/balken-schmal.gif'); background-repeat:repeat-y;
 		background-attachment:fixed; padding:0px;
		/*font-family:Tahoma,sans-serif;
		font-size: 12px;*/
		}
		
	/* Links grau  */
	a, a:visited {
		font-family:Tahoma,sans-serif;
		font-size: 12px;
		color: #9c9fa2;
		text-decoration: none;
		}
	
	a:hover {
		font-family:Tahoma,sans-serif;
		font-size: 12px;
		color: #a8153f;
		text-decoration: none;
		}
	
	
	/* Links rot  */
	a:active, .actual {
		font-family:Tahoma,sans-serif;
		font-size: 12px;
		color: #a8153f;
		}
		
	/* Links auf Sprachen */
	a.languages, a.languages:visited {
		font-family:Tahoma,sans-serif;
		color: #8E8E8E;
		font-size: 10px;
		}
		
		
	/*MainText */
	.text  {
	font-family:Tahoma;
	font-size: 12px;
	line-height: normal;
	text-align: justify;




	 } 
	 
	 /*Überschriften*/
	 .ueberschrift {
	font-family:Tahoma;
	color: #a8153f;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;

	}
.fett {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.Texteinzug {

	font-family:Tahoma;
	font-size: 12px;
	line-height: normal;
	text-align: justify;
	text-indent:-1em;
	margin-left:1em
}
