/* content style sheet 01 blau */


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: #0A75B6;
	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_.gif) none outside;
}
.contentlink {
color: #666666;
}
.contentlink a:link, .contentlink a:visited{
	text-decoration:none;
	color: #333333;
	font-weight: normal;
}
.contentlink a:hover, .contentlink a:active{
	text-decoration:none;
	color: #669900;
	font-weight: normal;
	cursor: pointer;
}