/* hu_wahl_styles.css */
.WahlenList {
}

.WahlenList ul{
	list-style: square;
	padding-left:3em;
}

.WahlenList ul li{
	line-height: 1.2em;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0.5em;
}


.WahlenList ul li span.new {
	color: #EA3F28;
}

.WahlenList h5{
    margin-top: 2em;
    margin-bottom: 2em;
}
