/* 
	font-family: 		Helvetica,Arial,sans-serif;
*/
*  
	{
	background-color: 	rgb(200,255,175);		/* VfR-Hintergrund (hellgrün- rgb(200,255,175)) */
	Font-family: Calibri, Verdana, Ariel, sans-serif;
	font-size:		16px;
	}
body  
	{
 	padding: 		1em;				/* Innenabstand zum Rand			*/
 	}
p  
	{
	text-align:		justify;			/* Blocksatz					*/
	margin:			0.5cm;				/* Abstand rechts und links			*/
	}
ul#Navigation 
	{
	font-size:		16px;
 	float: 			left;
 	width: 			7.5em;				/* Breite 					*/
 	padding: 		0em;
 	margin: 		0em;				/* Randabstand					*/
	}
ul#Navigation li 
	{
 	list-style: 		none;
 	margin: 		0em;				/* Randabstand					*/
 	padding: 		0.1em;
 	}
ul#Navigation a 
	{
	display: block;
	padding: .1em;
	font-weight: bolder;
	text-decoration: none;
	}
ul#Navigation ul#Navigation a
	{
	margin-left: 20px; /* einrücken					*/
	text-decoration: none;
	}
ul#Navigation ul#Navigation ul#Navigation a
	{
	margin-left: 40px; /* einrücken					*/
	font-size: larger;
	text-decoration: none;
	}
ul#Navigation a:link 		/* noch nicht besuchte Navigations-Links	*/
	{
 	background-color: 	rgb(0,225,0);
 	}
ul#Navigation a:visited 	/* bereits besuchte Navigations-Links		*/
	{
 	background-color: 	rgb(0,225,0);
 	}
ul#Navigation a:hover 	/* MouseOver Navigations-Links			*/
	{
 	background-color: 	rgb(0,200,0);
 	font-weight: 		bolder;
 	}
ul#Navigation a:active 	/* zuletzt besuchter Navigations-Link		*/
	{
 	background-color: 	rgb(0,225,0);
 	}
td#Navigation 
	{
	font-size:		16px;
 	float: 			left;
/* 	width: 			7.5em;				/* Breite 					*/
 	padding: 		0em;
 	margin: 		0em;				/* Randabstand					*/
 	}
td#Navigation a 
	{
	display: block;
	padding: .1em;
	font-weight: bolder;
	text-decoration: none;
	}
td#Navigation a:link 		/* noch nicht besuchte Navigations-Links	*/
	{
 	background-color: 	rgb(0,225,0);
 	}
td#Navigation a:visited 	/* bereits besuchte Navigations-Links		*/
	{
 	background-color: 	rgb(0,225,0);
 	}
td#Navigation a:hover 	/* MouseOver Navigations-Links			*/
	{
 	background-color: 	rgb(0,200,0);
 	font-weight: 		bolder;
 	}
td#Navigation a:active 	/* zuletzt besuchter Navigations-Link		*/
	{
 	background-color: 	rgb(0,225,0);
 	}

