/* CSS HV-Maassen */

/* Farben = grau-> 686768 
			rot-> 9a131b 
*/


<style type="text/css">
<!--

/* Link */
a:link { text-decoration:none; color:#686768;}
a:visited { text-decoration:none; color:#9a131b;}
a:hover { text-decoration:underline; }
a:active { text-decoration:underline; }

/* Scrollbalken */

BODY {
 scrollbar-DarkShadow-Color:#9a131b;
 scrollbar-Track-Color:#FFFFFF;
 scrollbar-Face-Color:#686768;
 scrollbar-Shadow-Color:#999999;
 scrollbar-Highlight-Color:#FFFFFF;
 scrollbar-3dLight-Color:#cccccc;
 scrollbar-Arrow-Color:#9a131b;
}


/* Text */
.subline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: bold;
	font-weight: bold;
	font-variant: normal;
	color: #9a131b;
}


.ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: bold;
	font-weight: bold;
	font-variant: normal;
	color: #686768;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.text_rot_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #9a131b;
}
.text_grau_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #686768;
}
-->
</style>
