div#news ul, div#news ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#news h1 {
	color: #7b7a7a;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 128%;
}

div#news h2 {
	color: #7b7a7a;
	font-weight: bold;
	padding-right: 6px;
	display: inline;
	float: left;
	letter-spacing: -1px;
	margin: 0;
	line-height: 149%;
	font-size: 114%;
}

div#news p {
	margin: 0;
	padding: 0;
	color: #7b7a7a;
	line-height: 149%;
	font-size: 86%;
}

div#news a {
	/* START Farbwechsel Layout:  
		Orange: #db931a
		Rot:    #c1004a
		Grün:   #7fb811
		Blau:   #03a1e3
	*/
	color: #7fb811; 
	/*
	Farbwechsel ENDE
	*/
	line-height: 149%;
	text-decoration: none;
}
