* {
 font-family:verdana,arial,sans-serif;
} 

BODY  {
	color : Black;
	background-color: #d8ebff; /* BLAU */
	background-color: #fffce5; /* ROT */
	font-size: 12px;
	line-height: 18px;
	padding-left:0px;
	margin-top:0em;
	margin-right:0em;
	margin-left: 0em;	/*background-image:url(images/Zahlen_Hintergrund.jpg); */
}

P  {
	color : #000000;
	font-size : 12px;
	line-height: normal;
	font-weight: normal;
}
.Kopfzeile {
	font-size: 0.7cm;
	background-color:#c00;
	/*
	border-width: thin;
	border-style: solid;
	*/
	color: #ff9;
	line-height: 24px;
	font-weight: 200;
}
H1  {
	font-size : large;
	color : #c00;
	text-align: left;
	padding-top: 20px;
}

H2  {
	font-size : medium;
	color : #C00;
	text-align: left
}

H3  {
	font-size : small;
	color : #C00;
	text-align: left;
	font-style: italic;
	padding: 0px;
}

div#Inhalt {
  margin-left: 20em;
  padding: 0 2em;
  border: 0px silver none;
  min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
}

div#col1  {
	background-color : #FFF;
	color: #F00;
}

A  {
	font-size: 12px
}

A:Visited  {
	color : #66CCFF;
}

A:Active  {
	color : Red;
}

A:Hover  {
	color : Red;
}

.LISTE { font-size:  12px; list-style-type: disc; list-style-position: outside; line-height: normal; white-space: normal; left: 5px; clip:   rect(   )}
.sitemap { font-style: normal; background-color: #FFFFCC}
.noprint {
	margin-left: 4em;
	font-size: 12px;
}
/*
A#Liste { font-size: 12px; left: 5px; clip:  rect(   ); line-height: normal}
ul#Liste { display: block; padding: 0.2em; font-weight: bold; background-color: #66CCFF;  left: 5px; clip:  rect(   ); font-size: 10px}
*/
H3_L { font-size : large; color : Blue;  text-align: left}
H5 { font-size : 12px; color : #000000; text-align: left; line-height: normal}

/* Vertikale Navigation */
  div#Tmenu {
	/* font-size: 94%; */
	font-size: 12px;
	width: 15em;
	padding: 0.8em;
	border: 1px solid white;
	/* background-color: #eee; */
	float: left; 
  }
  * html div#Tmenu {
    width: 11.3em;
    w\idth: 10em;  /* (IE 6 in standards-compliant mode) */
  }
  ul#Navigation {
	margin: 0;
	padding: 0;
	text-align: center;
  }

  ul#Navigation li {
    list-style: none;
    position: relative;
    margin: 0.4em; padding: 0;
  }
  * html ul#Navigation li {
    margin-right:1.5em;  /* Platz fuer Link-Verbreiterung im IE reservieren */
    margin-bottom:0;
  }

  ul#Navigation li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 14.3em;
	/*
    top: 0; left: 9.3em;
*/  }
  *:first-child+html ul#Navigation li ul {
    /*left: 9em;  /* (IE 7 in standards-compliant mode) 
	*/
    left: 14em;  /* (IE 7 in standards-compliant mode) */
  }
  ul#Navigation li ul li {
    margin: 0; padding-left: 1.4em;
  }

  ul#Navigation a, ul#Navigation span {
	font-size: 12px;
	display: block;
	width: 12em;
	/*    width: 7em; */
    font-family: "Trebuchet MS", "Century Gothic", Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	padding: 0.2em 1em;
	border: 1px solid #900;
	/* border-left-color: #c96; */
	border-top-color: #c96;
	color: #FF9;
	background-color: #1b46ff; /* BLAU */
	background-color: #c00; /* ROT */
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 14em;
    w\idth:13em;  /* (IE 6 in standards-compliant mode) */
/*
	width: 9em;
    w\idth: 7em;  /* (IE 6 in standards-compliant mode) 
*/
}
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell:hover {
    border-color: #c96;
    border-left-color: #900; border-top-color: #900;
    background-color: #e00;
  }
  li a#aktuell {
    border-right-color: #300; border-bottom-color: #300;
    background-color: #900;
  }
  ul#Navigation li ul span {
    border-color: #900; border-left-color: #c96;
    color: #900; background-color: white;
  }
  ul#Navigation li a:active {
    color: black; background-color: #f00;
  }

/* dynamisches Ein-/Ausblenden */
  ul#Navigation li ul {
    display: none;
  }
  ul#Navigation li:hover>ul {
    display: block;
  }
  ul#Navigation>li:hover>a {
    width: 13.2em;
/*
	width: 8.2em;
    background: url(images/NavNext.gif) no-repeat center right;
*/
    background: #c00 url(images/NavNext.gif) no-repeat center right;
  }

/* dynamisches Ein-/Ausblenden der JavaScript-generierten Klasse im IE */
  * html ul#Navigation li.hoverIE {
    margin-right:0;  /* reservierten Platz freigeben */
    margin-bottom:-2.15em;  /* Fehlerkorrektur, ggfls. anpassen */
  }
  * html ul#Navigation li.hoverIE ul {
    display: block;
  }
  * html ul#Navigation li .hoverIE {
    width: 10.3em;
    w\idth: 8.2em;  /* (IE 6 in standards-compliant mode) */
    background: #c00 url(images/NavNext.gif) no-repeat center right;
  }
