body 
	{
	background-color : #D8D7D8;
	font-family: Verdana, Arial, sans-serif;
	}

#CONTENT_AREA * {
	font-size: 14px;
	}
	
/* Footer */
#FOOTER A,
#FOOTER P.bodytext {
	font-family : Verdana, Arial, sans-serif;
	font-size: 12px;
	color:silver;
	line-height: 25px;
	margin: 0px;
	}


/* Hier wird das Men? definiert und sein Verhalten */

/* Meta-Men? */
TD#META_MENU,
TD#META_MENU A {
	font-size:11px;
	text-decoration: none;
	color: white;
	}
	
TD#META_MENU A:hover {
	color: #000033;
	text-decoration: none; 
	background: white; 
	}

/* Hauptmen? */
TD#MAIN_MENU 
	{
	vertical-align: top;
	width: 150px;	/* 200 Pixel breite */
	padding-top: 30px;
	}

TD#MAIN_MENU DIV 
	{
	width: 95%; /* DIV Eintr?ge erhalten von den obigen 200px 95% Platz */
	}

/* Basisdefinitionen f?r das gesamte Men? (in DIV-Tag eingeschlossen! */
TD#MAIN_MENU DIV A {
	color: white; 
	text-decoration: none;
	}

TD#MAIN_MENU DIV A:hover {
	color: #000033;
	background: white;
	}



/*  MENU 1, level 1, normal state (NO) */
TD#MAIN_MENU DIV.menu1-level1-no {
/*	border-bottom: 2px solid yellow; */
	text-transform: uppercase;
	font-size: 11px;
	padding-top:5px;
	padding-left: 10px;
	}

/*  MENU 1, level 1, active state (ACT) */
TD#MAIN_MENU DIV.menu1-level1-act {
	text-transform: uppercase;
	font-size: 11px;
	padding-top:5px;
	padding-left:10px;
	font-weight: bold;
	}



/* Men? Ebene 1 Aktiver Eintrag */
TD#MAIN_MENU DIV.menu1-level1-act A {
/*	color:black; */
	}


/*  Ebene 2, normal state (NO) */
TD#MAIN_MENU DIV.menu1-level2-act,
TD#MAIN_MENU DIV.menu1-level2-no 
	{
	font-size: 11px;
	margin-left: 15px;
	}

TD#MAIN_MENU DIV.menu1-level2-act
	{
	font-size: 11px;
	margin-left: 15px;
	font-weight: bold;
	}





