<!--
/* Stylesheet fuer pinkfarbene Ueberschriften */
a:link {
	color: #93c; /* Grundfarbe ist #31250d */
}
a:visited {
	color: #c6f;
}
h1, h2, h3, h4, h5, a:hover, a:active, #links .gezeigt, #hauptnavig .gezeigt, #hauptnavig .gezeigt a {
	color: #93c !important;
}
#titel h2 {
	background: url(../img/strichpink.gif) bottom left no-repeat !important;
}
-->
