/* content style sheet 01 gruen */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #669900;
	text-decoration: none;
	padding-left: 2em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	padding-left: 2em;
}
#content ul{
list-style: url(images/pfeil_01.gif) none outside;
}
.contentlink {
	color: #669900;
	text-decoration: underline;
	list-style-position: inside;
	img: url(images/pfeil_01.gif);
}