/* CSS Document *//*** TopNavi oben ***/ul.top {	margin: 58px 0px 0px 90px;	padding: 0px;	list-style-type: none;}li.rot {	float: left;	width: 110px;	height: 22px;	color: #EFD3D2;	font-weight: bold;	text-align: center;	font-size: 11px;	font-family: Verdana, Arial, Helvetica, sans-serif;	line-height: 13px;	background:url(../imgs/button_rot.jpg) no-repeat top left;	margin-right: 4px;	padding-top: 5px;}li.rot a {	color: #EFD3D2;	text-decoration: none;}li.rot a:hover {	color: #FFFFFF;}li.grau {	float: left;	width: 110px;	height: 22px;	color: #FFFFFF;	font-weight: bold;	text-align: center;	font-size: 11px;	font-family: Verdana, Arial, Helvetica, sans-serif;	line-height: 13px;	background:url(../imgs/button_grau.jpg) no-repeat top left;	margin-right: 4px;	padding-top: 5px;}li.grau a {	color: #818185;	text-decoration: none;}li.grau a:hover {	color: #333333;}/*** Leistungen ***/ul.leistung {	margin: 0px;	padding: 0px;	list-style-type: none;}li.angebot {	font-family: Arial, Verdana, Helvetica, sans-serif;	font-size: 13px;	line-height: 18px;	color: #666666;	font-weight: normal;	background-image: url(../imgs/pfl_grau.gif);	background-repeat: no-repeat;	padding-left: 16px;	background-position: left center;}li.angebot a {	color: #666666;	font-weight: bold;	text-decoration: none;}li.angebot a:hover {	color: #B72E48;	font-weight: bold;	text-decoration: underline;}/*** Newsbalken ***/ul.news {	margin: 0px;	padding: 0px;	list-style-type: none;}li.headline {	font-family: Arial, Verdana, Helvetica, sans-serif;	font-size: 14px;	line-height: 20px;	color: #B72E48;	font-weight: bold;	background-image: url(../imgs/news_rosa.jpg);	background-repeat: no-repeat;	padding-left: 5px;	background-position: left top;	margin-bottom: 4px;}
