body {
	margin-top: 10px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
 /****************Menu*/ 

  div#Rahmen {
	width: 755px;
	padding: 0em;
	border: 0px;
	background-color: #000000;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
	/* height: auto; */
	height: 1.5em; /* Menuepunkte von Hauptmenue ruecken so vertikal in die Mitte, mit 'auto' picken sie am Unterrand */
  }
  * html div#Rahmen {
	width: 755px;
	w\idth: 755px;
  }
  
  div#Rahmen div {
     clear: left;
  }
  ul#Navigation {
	margin: 0;
	padding: 0;
	text-align: center;
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0.0em; 
	padding: 0;
  }
  * html ul#Navigation li {
	margin-bottom: -1.2em; /* Rand Unterkante Menuepunkt von Untermenue */
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }

  ul#Navigation li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1.6em;
	left: -0.1em;
	display: none;
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.6em;
    lef\t: -0.1em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:#999999; 
	padding-bottom:0.2em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
	float: none;
	display: block;
	border-bottom-width:1px;
	border-bottom-color:#666666;
	text-align: left;
  }

  ul#Navigation a, ul#Navigation span {
	display: block;
	width: auto;
	padding: 0.2em 1em;
	text-decoration: none;
	font-weight: bold;
	border: 0px;
	color: #999999;
	background-color: #000000;
  }
  
  
  * html ul#Navigation a, * html ul#Navigation span {
    width: auto;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: auto;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
	border-color: white;
	color: white;
	background-color: #666666; 
										/*höhe grauer hintergrund ???? */
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: maroon; background-color: silver;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: maroon;
  }

 /***************Menu Ende*/ 


.txt_Fehler {
	font-size: 1em;
	color: #FF3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.hp_headline {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
.hp_headline_bold {
	font-family: Verdana;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
}
.hp_headline_proj {

	font-family: Verdana;
	font-size: 12px;
	color: #333333;
}
.hp_headline_bold_proj {

	font-family: Verdana;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
.Absetzbar {
	font-family: "Trebuchet MS";
	font-size: 16px;
	text-transform: uppercase;
	color: #990000;
	font-weight: bolder;
	text-decoration: underline;
	line-height: normal;
	display: run-in;
	font-style: normal;
}
.weitere {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
}
.Kapitel {
	font-family: Verdana;
	font-size: 1.5em;
	font-weight: bolder;
	color: #598258;
}
.text_normal {
	font-family: Verdana;
	font-size: 1.0em;
	color: #383838;
	line-height: 1.3em;
}
.Termine {
	font-family: Verdana;
	font-size: 1.1em;
	color: #333333;
	font-weight: bold;
}
.reddots {
	font-family: Verdana;
	font-size: 18px;
	color: #FF0000;
}
.Termine_link {
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.text_normal_link {
	text-decoration: none;
	font-family: Verdana;
	font-size: 0.8em;
	color: #383838;
	line-height: 1.2em;
}
.text_normal_ul {
	font-family: Verdana;
	font-size: 1.0em;
	color: #383838;
	line-height: 1.4em;
	list-style-type: square;
	list-style-position: outside;
}
.links_klein {

	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}

.links_klein:hover{

	text-decoration: underline;
}
.text_normal_link_bold {
	text-decoration: none;
	font-family: Verdana;
	font-size: 0.9em;
	color: #383838;
	line-height: 1.2em;
	font-weight: bold;
}
.text_normal_link_bold:hover {

	text-decoration: underline;
}
.meinmenu a:hover {
	visibility: visible;
}
table#inhalt {
	background-image: url(images/Index_gruen_d_r4_c1.jpg);
}
.kopf_exkursion {

	font-family: Verdana;
	font-size: 1.0em;
	color: #333333;
	font-weight: bold;
}
.text_klein {
	font-family: Verdana;
	font-size: 0.9em;
	color: #383838;
	line-height: 1.2em;
}
.txt_textarea {
	font-family: Verdana;
	font-size: 1.1em;
	color: #383838;
	line-height: 1.2em;
}
.txt_hochgestellt {
	text-decoration: none;
	font-family: Verdana;
	font-size: 0.6em;
	color: #383838;
	line-height: 1.2em;
	text-transform: capitalize;
}
.errorX {
	font-size: small;
	font-weight: bold;
	color: #FF0000;
}
.text_normal_bold {
	font-family: Verdana;
	font-size: 1.1em;
	color: #383838;
	line-height: 1.3em;
	font-weight: bold;
}
.text_norm_link_bold_red {
	text-decoration: none;
	font-family: Verdana;
	font-size: 0.8em;
	color: #FF0000;
	line-height: 1.2em;
	font-weight: bold;
}
