#liste {
	font:bold 16px "Times New Roman", Times, serif;
	color: #CC3300;
}
body {
	font-family: "Times New Roman", Times, serif;
	background-image: none;
	background-repeat: no-repeat;
}


#liste li {
	display: inline;
	margin-left: 8px;
	margin-right: 8px;
	background-image: url(bilderweb/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#liste a:link,a:visited {
	text-decoration:none;
	color:#CC3333;
	font-family:"Times New Roman", Times, serif;
	padding-left: 15px;
}

#liste a:hover {
color:#993300;
text-decoration:underline;
}

ul {
	display: inline;
}
