body {
	overflow: auto;
	scrollbar-base-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #81D0F4;
	scrollbar-highlight-color: #000000;	
	background-color: #7B92B4;
	text-align: center;
}
.Tabelle {
	width: 953px;
	position: relativ;
	margin: auto;
}
.Ueberschrift{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
}
.Textunten {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}	

/*Definitionen, wie die verschiedenen Links formatiert werden sollen*/
/*"Menueschrift" bezieht sich auf das horizontale Hauptmenü           */
a.Menueschrift:link {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	color: #7B92B4;
}
a.Menueschrift:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	color: #7B92B4;
}
a.Menueschrift:hover {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	color: #7B92B4;
}
a.Menueschrift:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	color: #7B92B4;
}
/*"Menüschrift2" definiert die Formatierung für die Links Partner und Impressum*/
a.Menueschrift2:link {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration:none;
}
a.Menueschrift2:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration:none;
}
a.Menueschrift2:hover {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration:none;
}
a.Menueschrift2:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration:none;
