#content #text {	
	padding: 5px 10px ;	
	background-color:#e7eefc;
}

#content #textOuter {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px;
	border-style:solid;
	border-color:#e7eefc;	
}

/* ### H1 WEGMACHEN NACHDEM DIE NEWSTEXT-SEMANTIK ANGEPASST WURDE ### */
#content #text h1 {
	margin-top: 5px;
	width:auto;
	padding-right: 20px;
	font-weight:bold;
	font-size: 1.2em;
	float:left;
	color:#00006f;
}


#content #text h2 {
	margin-top: 5px;
	width:auto;
	padding-right: 20px;
	font-weight:bold;
	font-size: 1.2em;
	float:left;
	color:#00006f;
}

#content #text h3 {
	margin-top: 6px;
	width:auto;
	font-weight:bold;
	font-size: 1em;
	color:#000000;
}


#content #text p {
	clear:left;
}

#content #date1 {
	color: #00006f;
}

#content #date2 {
	color: #00006f;
}

