/* Impressum */
	div#content-zone dl.team
	{
		clear: left;
		border-bottom: 1px dotted #c0c0c0;
		min-height: 20px;
		text-align: left;
	}
	
	div#content-zone dl.team dt
	{
		display: inline;
		float: left;
		width: 180px;
		padding: 2px 0;
		font-weight: bold;
	}
	
	div#content-zone dl.team dd
	{
		float: left;
		width: 232px;
		padding: 2px 0;
	}
	
	div#content-zone dl.team dd.mail
	{
		float: left;
		width: 18px;
	}


