/* Styleangaben zu Aktuelles */

ul#aktuelles1 {
	margin-top: 20px;
}

ul#aktuelles1 h3{
	line-height: 120%;
	color:red;
}
ul#aktuelles1 li {
	margin-top: 10px;
	height: 42px;
	list-style-type: none;
	background: #001852 url(../images/news/news_bg.png) top left repeat-x;
}

ul#aktuelles1 li img {
	float: left;
	margin-left: 8px; margin-right: 4px;
}

/*Listenelement Übersichtsseite*/
div#listenelement_aktuelles h1 {
	color: #ffd700;
	font: 16px Arial, Verdana, Times New Roman;
}

div#listenelement_aktuelles p {
	color: white;
	font-size: 12px;
}

div#listenelement_aktuelles a {
	text-decoration: none;
}

div#listenelement_aktuelles a:hover,
div#listenelement_aktuelles a:focus,
div#listenelement_aktuelles a:active {
	color: #ffd700;
	text-Decoration: underline;
}


/*Textelement einfacher Bulletpoint */
ul#aktuelles2 li {
	color: black;
	text-decoration: none;
	font: normal 1.2em/100% Arial, Veranda, Times New Roman;
	font-size: 14px;
	list-style-type: disc;
	margin: 0 0 5px 14px;
}

/*Detailseiten Aktuelles*/
	/*Überschrift*/
	
	h2.artikelueberschrift {
		color: red;
		text-align: center;
		font: normal 2em/120% "Times New Roman";
		margin: 0 0 15px 0;
	}
	
	h3.ueberschrift {
		color: black;
		text-align: left;
		font: normal 1.2em/100% "Times New Roman";
		margin: 0 0 3px 0;

	}	
	
	div#abschnitt {
		margin: 0 0 20px 0;
	}
	
	div#abschnitt p{
		margin: 0 0 5px 0;
		text-align: justify;
	}