body		{padding: 0; margin: 0; border: 0;}
table 	{padding: 0; margin: 0; border-collapse: collapse;} /*  ???*/
td						/* , textarea, input, select auch ?  */
{
	font-family: Arial,Verdana,Helvetica,Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	padding: 0;
	margin: 0;
}

.haysblau 		{color: #003565;}
.rahmen 			{background-color: #c0c9da;}
.ueber 			{font-weight: bold;}
.position		{font-size: 25px; font-weight: bold;}
.position_zusatz	{font-size: 19px;}
.position_details1	{font-size: 17px;}


ul  {
margin: 0px;
padding-left: 2px;
}

li {
list-style-type: none;
background: transparent url("/img/prospects/pfeil_blau_klein.gif") no-repeat;
background-position: 0 2px;
padding-left: 15px;
padding-bottom: 4px;
} 



/* habe ich optimiert, da Aufzählungspfeile im Moz. eingerückt waren. Soll aber alles linksbündig sein.(ANB)

ul {
margin-left: 26px;
margin-top: 0px;
margin-bottom : 0px;
}
li {
list-style: outside;
list-style-image : url(/img/prospects/pfeil_blau_klein.gif);
padding-left : 0px;
margin-bottom : 3px;
}



li {
list-style-image: url("/img/prospects/pfeil_blau_klein.gif") no-repeat;
list-style-position: inside;
padding-left: 15px;
padding-bottom: 4px;
}




display: list-item; 
list-style-image: url(banner.jpg); 
list-style-position: inside;


*/