body {
	font-family: Arial, sans-serif;
	background-color: #ffffff;
	color: #ffffff;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	}
	
a:link {
	text-decoration: none;
	color: #333333;
	background-color: inherit;
	}
	
a:visited {
	text-decoration: none;
	color: #333333;
	background-color: inherit;
	}
	
a:active {
	text-decoration: none;
	color: #333333;
	background-color: inherit;
	}
	
a:hover {
	text-decoration: none;
	color: #333333;
	background-color: inherit;
	}
	
/* EintragKnoten: Tabelle mit Knoten   EintragMenuepunkt: Tabelle mit normalem Eintrag */
.EintragKnoten,.EintragMenuepunkt {
	border: none;
	padding: 0;
	margin: 0;
	border-spacing: 0;
	}
	
.EintragKnoten td,.EintragMenuepunkt td {
	padding: 0;
	text-align: left;
	vertical-align: middle;
	}
	
/* Links zum Auf- und Abbauen */
.Extra {
	text-align: center;
	}

/* Copyright-Hinweis */
.Copyright {
	border-top: 1px solid;
	text-align: center;
	font-size: xx-small;
	}
	
/* Gesamtes Menue */
.Menue {
	border-left: 2px solid;
	color: #ffffff;
	padding-left: 1px;
	}
	
/* Bild vor dem Eintrag */
.Bild {
	font-size: 6pt;
	}
	
/* HTML-Elemente TD eines normalen Eintrags */
.Menuepunkt {
	}
	
/* Text jedes Eintrags */
.Text {
	}
	
/* HTML-Elemente TD eines offenen Knotens */
.KnotenOffen {
	}
	
/* HTML-Elemente TD eines geschlossenen Knotens */
.KnotenGeschlossen {
	}