/*  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: #336699;
	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: #336699;
}

/* Beispiel: Newstext in der Leiste Links */
.TextVerdana9px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color: #336699;
}

/* Beispiel: Anzeige eines Hauptpunktes  */
.TextVerdana10pxFett {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #336633;
}

/* 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: #FFFFFF;
}
/* Beispiel: Schmaler äußerer Streifen in linker Leiste */
.HGTabelleTrenner1 {
		background-color: #FFFFFF;
}

/* Beispiel: Schmaler äußerer Streifen in linker Leiste */
.HGTabelleSub1 {
		background-color: #336633;
}

/* Beispiel: Breiter Streifen in linker Leiste */
.HGTabelleSub2 {
		background-color: #CCCCCC;
}
/* Beispiel: schmaler Trennstrich in der linken inneren Leiste*/
.HGTabelleTrenner2 {
	background-color: #336633;
}
/* Beispiel: Breiter Trennstrich im Seitenkopf */
.HGTrenner1 {
	background-color: #cccccc;
}

/* Beispiel: Schmaler Trennstrich im Seitenkopf */
.HGTrenner2 {
		background-color: #666666;
}

/* Beispiel: Breiter Trennstrich im Seitenkopf */
.HGTabelleMenue {
background-color: #c6d9c6;
}
.HGTabelleMenueRechts {
	background-color: #c6d9c6;
	
}
/* Beispiel: Schmaler Trennstrich im Seitenkopf */
.HGTabelleSubMenue {
	background-color: #D7E3D7;
	;
}



/* Beispiel: Menü in der Quickstart-Leiste Links */

.LinkQickstart a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #ffffff;
	text-decoration: none;
}
.LinkQickstart a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
}
.LinkQickstart 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: #D9FFD9;
	text-decoration: underline;
}
.LinkQickstart 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: #D9FFD9;
	text-decoration: none;
}


/* Beispiel: Menü in der Hauptmenue-Leiste Links */

.LinkHauptmenue a:link {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		font-weight: bold;
		line-height: normal;
		color: #336633;
		text-decoration: none;
}
.LinkHauptmenue a:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		font-variant: normal;
		color: #336633;
		text-decoration: none;
}
.LinkHauptmenue 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: #333333;
	text-decoration: underline;
}
.LinkHauptmenue 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: #333333;
	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: bold;
	line-height: normal;
	color: #336633;
	text-decoration: none;
}
.LinkSubMenue a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #336633;
	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: #FFFFFF;
		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: #FFFFFF;
		text-decoration: none;
}	
