/* ÜBERSCHRIFTEN */

h1
{
	font-family: Georgia, Times;
	font-size: 1.6em;
	color: #232323;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	margin: 0px 0px 10px 0px;
	/*padding: 0px 0px 5px 0px;
	border-bottom: 1px #336699 dotted;*/
}

h1.content
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1.6em;
	color: #fff;
	
	border-bottom: 1px #fff solid;
	
	margin: 0px 0px 15px 0px;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	margin: 0px 0px 5px 0px;
	clear: left;
	
	background-image: url(../../images/ico-lesen.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0px 0px 0px 16px;
	
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #515151;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	
	margin: 0px 0px 5px 0px;
}

/* //ÃBERSCHRIFTEN */