



span.date {
color: #FFAD33;
font-weight: bold;
}

/* list styles */ /* arrow list items */


ul.arrows
{
list-style-type: none;
}

.arrows li
{
padding: 0em 0em 1em 2em;
background-image: url(img/list_arrowhead.gif);
background-repeat: no-repeat;
background-position: 0 15%;
color:#003366;
}



ul {
list-style: disc;
}

p.para-arrows {
padding: 0em 0em 1em 2em;
background-image: url(img/list_arrowhead.gif);
background-repeat: no-repeat;
background-position: 0 15%;
color:#003366;
}


u.list-item-bluearrow {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}

.list-item-bluearrow li{
	list-style-type: none;
	padding: 0em 0em 1em 2em;
	background-image: url(img/list_arrowhead.gif);
	background-repeat: no-repeat;
	background-position: 0 15%;
	color:#333333;
}



ul.list-item-ost {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}

p.list-item-ost, .list-item-ost li {
	background: url("/fileadmin/templates/img/icon-onscreen2.jpg") no-repeat 0 30%;
	float: none;
 	padding: 0.3em 0 0.8em 2.2em;
	border-bottom: 1px solid #CCCCCC;
}
/* -------------------------------------------------------------------------------------------------------------------------------- */

