	a:link {color:rgb(000,176,255)}
	a:hover {color:rgb(000,176,255)}
	a:active {color:rgb(000,176,255)}
	a:focus {color:rgb(000,176,255)}
	a:visited {color:rgb(000,176,255)}
	
	p {
	color:#000000;
	text-align: justify;
	font-size:12px;
	font-family: Arial, sans-serif;
	color: black; background-color: white;
	
	}
	
	p_wahnsinn {
	color: red;
	text-align: justify;
	font-size:12px;
	font-family: Arial, sans-serif;
	background-color:yellow;
	}
	
	#menue{
	font-size: 11px;
	color: white;
	font-family: Arial; sans-serif;
	font-weight: bold;
	}
	
	h1 {
	color:rgb(000,176,255);
	font-size:30px;
	font-family:Arial,sans-serif;
	font-weight:bold;}
	
	h2 {
	color:rgb(000,176,255);
	font-size:20px;
	font-family:Arial,sans-serif;
	font-weight:bold;}
	
	h3 {
	color:rgb(000,176,255);
	font-size:16px;
	font-family:Arial,sans-serif;
	font-weight:bold;}
	
	h4 {
	color:#ff6400;
	font-size:14px;
	font-family:Arial,sans-serif;
	font-weight:bold;}
	
	ul {
	color:#000000;
	font-size:12px;
	font-family:Arial,sans-serif;
	text-align: left;
	list-style-type:circle;
	}
	ol {
		color:#000000;
		font-size:12px;
		font-family:Arial,sans-serif;
		text-align: left;
		list-style-type:1;
	}
	
	div#Rahmen
	{
	width: 801;
	padding: 2px;
	background-color: #00B0FF;
	}

	* html div#Rahmen
	{
	width: 805px;
	w\idth: 801px;
	}

	div#Rahmen div
	{
	clear: left;
	}

	ul#Navigation
	{
	margin: 0 auto;
	padding: 0;
	width: 781px;
	text-align: center;
	}

	ul#Navigation li
	{
	list-style: none;
	float: left;  /* ohne width - nach CSS 2.1 erlaubt */
	position: relative;
	margin: 0;
	padding: 0;

	display: inline;

	border-top: 0px solid #00B0FF;
	border-bottom: 0px solid #00B0FF;
	border-left: 1px solid #00B0FF;
	border-right: 1px solid #00B0FF;
	}

	* html ul#Navigation li
	{  /* Korrektur fuer den IE
	margin-bottom: -0.4em;*/
	}
	
	*:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
	    margin-bottom: -3px;
  	}

	ul#Navigation li ul
	{
	margin: 0;
	padding: 0;
	position: absolute;
	/*top: 1.6em; left: -0.4em;*/
	display: none;  /* Unternavigation ausblenden */
	}

	* html ul#Navigation li ul
	{  /* Korrektur fuer IE 5.x
	left: -1.5em;
	lef\t: -0.4em;*/
	}

	ul#Navigation li:hover ul
	{
	display: block;  /* Unternavigation in modernen Browsern einblenden */
	}

	ul#Navigation li ul li
	{
	top: 0.2em; left: -0.1em;
	text-align: left;
	float: none;
	display: block;
	margin-bottom: 0px;

	width: 18em;

	border-top: 0px solid #00B0FF;
	border-bottom: 2px solid #00B0FF;
	border-left: 2px solid #00B0FF;
	border-right: 2px solid #00B0FF;
	}

	ul#Navigation a, ul#Navigation span
	{
	display: block;
	/*width: 6.4em;   Breite den in li enthaltenen Elementen zuweisen */
	padding: 0em 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;

	color: #00008D;
	background-color: white;
	}

	* html ul#Navigation a, * html ul#Navigation span
	{
	/* width: 8.6em;    Breite nach altem MS-Boxmodell f&uuml;r IE 5.x */
	/* w\idth: 6.4em;   korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
	}

	ul#Navigation a:hover, ul#Navigation span, li a#aktuell
	{
	color: white;
	background-color: #00008D;
	}

	li a#aktuell
	{  /* aktuelle Rubrik kennzeichnen */
	background-color: #ff6400;
	}

	ul#Navigation li ul span
	{  /* aktuelle Unterseite kennzeichnen */
	background-color: #ff6400;
	}
