/* linke der 3 Inhaltsspalten: Ist in der style.css definiert */
#main #left
{
	height:798px;
}

	/* Orange Ueber-Ueberschrift */
	#main #left div.headline
	{
		color:#E5562C;
		font-size:10px;
		padding-top:10px;
		padding-bottom:5px;
		font-weight:bold;
	}
	
	/* Hauptueberschrift links */
	#main #left h1
	{
		font-size:19px;
		letter-spacing:-1px;
		color:#E5562C;
		padding-bottom:10px;
		text-align:center;
		clear:both;
	}

	/* Text links */
	#main #left p
	{
		font-size:10px;
		padding-left:8px;
		color:#C2C1C1;
		line-height:1.1em;
		text-align:left;
	}

	/* Email-Formular */
	#main #left #emaileingabe
	{
		margin-top:20px;
		margin-bottom:20px;
	}
	
	#main #left #emaileingabe a
{
	color:#C2C1C1;
}

	/* Heft-Bilder */
	#main #left img.heft
	{
		margin-bottom:30px;
	}
