	
	.balken300 {
		text-align: center;
		background-color: #E0DED6;
	}
	
	.pBorder 	{ border: 1px solid #E0DED6; }
	
	.pSpace		{ margin: 3px 10px 3px 10px; }
	
	.pFontInfo 	
	{ 
		color: black; 
		font-family:Arial; 
		font-size: 8pt;
	}
	
	.pDownload:link, pLink:visited
	{
		font-family:Arial; 
		font-size: 9pt;
		color: #<?= $site['colour'];?>; 
	}
	
	.pDownload:hover
	{
		font-family:Arial; 
		font-size: 9pt;
		color: #<?= $site['colour_fontlit'];?>; 
	}
	
	.pLink:link, .pLink:visited 
	{
		font-family:Arial; 
		font-size: 10pt;
		font-weight: bold;
		text-decoration:none;
		color: #<?= $site['colour'];?>; 
	}
		
	.pLink:hover
	{
		font-family:Arial; 
		font-size: 10pt;
		font-weight: bold;
		text-decoration:none;
		color: #<?= $site['colour_fontlit'];?>; 
	}
	
	
	#pressekontakt
	{
		margin-top: 5px;
		font-family:Arial; 
		font-size: 10pt;
		font-weight: bold;
		color: #<?= $site['colour'];?>; 
	}
	
	
	.boxBorder
	{
		border-left: 1px solid black;
		border-right: 1px solid black;
	}
	
	
	.red
	{
		font-weight: bold;
		color: red;
	}
