FONT,TD,BODY,P,UL,A,SMALL	{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
}

UL {
	list-style-type: disc;
	
}

body, a, p, td, h1, h2, h3, h4, h5, h6
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}

body
{
	margin: 0;
}

a, a:link
{
	BACKGROUND: none; COLOR: #0044DE; text-decoration:none;
}

a:visited
{
	BACKGROUND: none; COLOR: #008000; text-decoration:none;
}

a:active
{
	BACKGROUND: none; COLOR: #007F00; text-decoration:none;
}

a:hover
{
	BACKGROUND: none; COLOR: #FF1101; text-decoration:none;
}

/* 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
{
	font-size: x-small;
	text-align: center;
}

/* Copyright-Hinweis */
.Copyright
{
	border-top: 1px solid;
	text-align: center;
	font-size: 11px;
}

/* Gesamtes Menue */
.Menue
{
	padding-left: 1px;
}

/* Bild vor dem Eintrag */
.Bild
{
	font-size: 6pt;
}

/* HTML-Elemente TD eines normalen Eintrags */
.Menuepunkt
{
	font-weight: bold;





}

.UnterMenuepunkt
{
	font-weight: normal;
	list-style-image: url(foldoutmenu2_arrow.gif);
	font-size: 11px;









}

/* Text jedes Eintrags */
.EintragKnoten .Text
{
	font-weight: bold;
	font-size: 12px;
}

.EintragMenuepunkt .Text
{
	font-size: 12px;
	font-weight: bold;
}

/* HTML-Elemente TD eines offenen Knotens */
.KnotenOffen
{
}

/* HTML-Elemente TD eines geschlossenen Knotens */
.KnotenGeschlossen
{
}

/* Titel (per Parameter  definiert) */
#Titel
{
	width: 100%;
	background-color: #CCCCCC;
	text-align: center;
	color: #006;
	margin: 0;
	font-weight: bold;
	font-size: large;
}


/* EOF */
.EintragUntermenuepunkt {
	font-size: 12px;
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
}

