ul.ratgeber {
list-style:none;
	font-size:1.2em;
	line-height:1.8;
	padding:0;	
}

ul.ratgeber li:nth-child(odd) {

	background:#f1f1f1;
}


ul.ratgeber li:nth-child(even) {

	background:#cdcbcb;
}


ul.ratgeber a::before {
    content: "\00bb";
    content: "» ";
}

ul.ratgeber li a {
	width: 100%;
	dispaly:block;
	color:#000;
	text-decoration:none;
	padding:0 12% 0 5%;
}

ul.ratgeber li a:hover {
	color:#646464;
}


