BODY          {
	background-color: #FFFFFF;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: none;
	border-width: 0px;
	background-attachment: fixed;
	list-style-position: outside;
	list-style-image: url(images/pfeil_grau.jpg);
	list-style-type: none;
	font-size: 14px;
	line-height: 1.3;
	background-repeat: no-repeat;
	background-position: bottom;
}


.orange {
	background-color: #F8C752;
}
.orange_type {
	color: #F8C752;
}
.grau {

	background-color: #92999D;
}
.grau_type {

	color: #92999D;
}
.listing {
}

a {
	font-size: 12px;
	color: #F8C752;
	text-decoration: none;
}

a:link {
	color: #F8C752;
}

a:visited { 
     color: #F8C752;
}

a:hover {
	color: #92999D;
}
a:active { 
     color: #92999D;
}


