/*  Zusatz Styles für das Komplett-Design   */

/* Beispiel: Hauptmenüleiste */
.TextVerdana10pxFett {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000066;
	font-weight: bold;
}

/* Beispiel: Normaler Text */
.TextVerdana10px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000066;
}

/* Beispiel: Newstext in der Leiste Links */
.TextVerdana9px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color: #000066;
}

/* Beispiel: Anzeige eines Hauptpunktes  */
.TextVerdana10pxFett {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000066;
}

/* Beispiel: Anzeige des Hauptpunktes im Submenü Links */
.TextVerdana12pxFett {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000066;
}
/* Beispiel: Schmaler äußerer Streifen in linker Leiste */
.HGTabelleTrenner1 {
		background-color: #FFFFFF;
}

/* Beispiel: Schmaler äußerer Streifen in linker Leiste */
.HGTabelleSub1 {
	background-color: #A3AEC4;
}

/* Beispiel: Breiter Streifen in linker Leiste */
.HGTabelleSub2 {
	background-color: #F8F8F8;
}

/* Beispiel: Breiter Trennstrich im Seitenkopf */
.HGTrenner1 {
	background-color: #F8F8F8;
}

/* Beispiel: Schmaler Trennstrich im Seitenkopf */
.HGTrenner2 {
	background-color: #243a63;
}

/* Beispiel: Breiter Trennstrich im Seitenkopf */
.HGTabelleMenue {
	background-color: #e8e8e8;
}
.HGTabelleMenueRechts {
	background-color:#e8e8e8;
	
}
/* Beispiel: Schmaler Trennstrich im Seitenkopf */
.HGTabelleSubMenue {
	background-color: #EEEEEE;
}



/* Beispiel: Menü in der Quickstart-Leiste Links */

.LinkQickstart a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #000066;
	text-decoration: none;
}
.LinkQickstart a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000066;
	text-decoration: none;
}
.LinkQickstart a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	color: #000066;
	text-decoration: underline;
}
.LinkQickstart a:active {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000066;
	text-decoration: none;
}


/* Beispiel: Menü in der Hauptmenue-Leiste Links */

.LinkHauptmenue a:link {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
}
.LinkHauptmenue a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #000066;
	text-decoration: none;
}
.LinkHauptmenue a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	color: #000066;
	text-decoration: underline;
}
.LinkHauptmenue a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000066;
	text-decoration: none;
}

/* Beispiel: Menü in der Quickstart-Leiste Links */

.LinkSubMenue a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #000066;
	text-decoration: none;
}
.LinkSubMenue a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000066;
	text-decoration: none;
}
.LinkSubMenue a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	color: #000066;
	text-decoration: underline;
}
.LinkSubMenue a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000066;
	text-decoration: none;
}	

