﻿/*Blaue Schrift für aktive Registerkarten*/
	.Stil2 {
	color: #2A499B;
	font-size: 9pt;
	font-family: "Lucida Sans Unicode";
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	}

/*Weisse Schrift für inaktive Registerkarten*/
	.Stil3 {
	color: #ffffff;
	font-size: 9pt;
	font-family: "Lucida Sans Unicode";
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;	
	}

/*Weisse, duenne Schrift für untere Kategorien oder menue*/
	.Stil4 {
	color: #ffffff;
	text-align: left;
	font-size: 8pt;
	font-family: "Lucida Sans Unicode";
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	
	}

/*Weisse, dicke Schrift für untere Kategorien oder menue*/
	.Stil5 {
	color: #ffffff;
	font-size: 8pt;
	font-family: "Lucida Sans Unicode";
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	}
	
	/*Weisse, dicke Schrift Unterstrichen für untere Kategorien oder menue*/
	.Stil51 {
	color: #ffffff;
	font-size: 8pt;
	font-family: "Lucida Sans Unicode";
	text-decoration: underline;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	}

/*Weisse, duenne und kleine Schrift*/
	.Stil6 {
	color: #ffffff;
	font-size: 6pt;
	font-family: "Lucida Sans Unicode";
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	}

/*blaue Schrift für mittleres Fenster*/
	.Stil7 {
	color: #2A499B;
	font-size: 8pt;
	font-family: "Lucida Sans Unicode";
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;	
	}

/* Links */
	a {
	color: white;
	text-decoration: none;
	}
	a:hover {
	
	font-size: small;
	}

