/* fonts */
	P
	{
		font-family : Helvetica, Arial, sans-serif;
		font-size : 12px;
		font-style : normal;
		font-weight : normal;
		color: #000000;
	}
	P.lauftext
	{
		line-height : 18px;
	}
	P.table
	{
		line-height : 12px;
	}
	P.small
	{
		font-size: 10px;
		line-height : 10px;
	}

	A
	{
		font-family : Helvetica, Arial, sans-serif;
		font-size : 12px;
		line-height : 12px;
		font-style : normal;
		font-weight : normal;
		color: #000000;
	}
	
	A.smallblack
	{
		font-size: 10px;
		line-height : 10px;
		color: #000000;
		text-decoration : none;
	}
	
	A.smallred
	{
		font-size: 10px;
		color: #FF0000;
		text-decoration : none;
	}
	
	A.blackred
	{
		color: #000000;
		text-decoration: none;
		border-bottom: 1px solid #FF0000;
	}
	
/* positioning */
	div
	{
		position: absolute;
	}
				
	#titel
	{
		top:   65px; 
		left: 115px; 
	}
	
	#inhalt
	{
		top:   65px;
		left: 284px;
	}
	
	#titel2
	{
		top:  145px; 
		left: 115px; 
	}
	
	#inhalt2
	{
		top:  145px;
		left: 284px;
	}