#text a{
	background: url(../img/linkpfeil_rot.gif) 1px 4px no-repeat;
	margin: 0px;
	padding-left: 15px;
	font-size:13px;
	color: #7c1928;
	text-decoration: none;
	line-height:19px;
}

#text a:hover{
	background: url(../img/linkpfeil_grau.gif) 1px 4px no-repeat;
	color: #757575;
}

#infokasten_temp a{
	background: url(../img/navpfeil_rot.gif) 1px 4px no-repeat;
	padding-left: 15px;
	font-size:13px;
	color: #7c1928;
	text-decoration: none;
	line-height:19px;

}

#infokasten_temp a:hover{
	background: url(../img/navpfeil_grau.gif) 1px 4px no-repeat;
	color: #757575;
}

#infokasten_aerzte a{
	background: url(../img/navpfeil_rot.gif) 1px 4px no-repeat;
	margin-left: 0px;
	padding-left: 15px;
	font-size:13px;
	color: #7c1928;
	text-decoration: none;
	line-height:19px;

}

#infokasten_aerzte a:hover{
	background: url(../img/navpfeil_grau.gif) 1px 4px no-repeat;
	color: #757575;
}

#text_eingabe a{
	background: url(../img/linkpfeil_rot.gif) 1px 4px no-repeat;
	margin: 0px;
	padding-left: 15px;
	font-size:13px;
	color: #7c1928;
	text-decoration: none;
	line-height:19px;
}

#text_eingabe a:hover{
	background: url(../img/linkpfeil_grau.gif) 1px 4px no-repeat;
	color: #757575;
}

#text ul{
	list-style-type: none;
         padding-top: 5px;
         padding-bottom: 15px;
}

html>body #text ul{
	float: none;
}

#text li{
	background: url(/fileadmin/template/img/point_rot.gif) 1px 3px no-repeat;
	padding-left: 12px;
	width: 90%;
}

html>body #text li{ /* FF & IE7 */
	background-position: 0px 2px;
	width: 100%;
}

*+html>body #text li{ /* IE 7 */
	background-position: 1px 4px;
	width: auto;
	
}