body { background-color:#ffffcc; }
p { margin:0 0 0 0; }
ul { margin-top: 0em; }


#aussencontainer {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
    width: 99%;
    text-align: center;
	border:0px solid yellow;
	overflow: visible;
    visibility: visible;
    display: block;
	top: 0px;
}

#top {
  position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
  width:950px;
  height:285px;
  }
  
#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border: solid #008035;
 border-top-width: 1px;
	border-bottom-width:1px; 
	border-left-width:1px;    
	border-right-width:1px; 
	width:950px;
	top: 0px;
	text-align: left;
  background-color:#ffffcc;
}

#menu_vert {
  float: left;
  left: 0px;
  width: 230px;
margin-top: 20px;
}

#ueberschrift {
	padding:0px;
	border-bottom:0px solid blue;
	margin-right: 0px;
	float:left;
	width:380px;
	margin-top: 40px;
	font-size: 14px;
	font-family: arial, helvetica,sans-serif;
	color: #008035;
	text-align: left;
	font-weight:bold;
}
#text_mitte {
	padding:0px;
	border:0px solid blue;
	margin-right: 0px;
	float:left;
	width:420px;
	margin-top: 10px;
	font-size: 13px;
	font-family: arial, helvetica,sans-serif;
	color: #008035;
	line-height: 14px;
	text-align: left;
line-height: 17px;
	font-weight:normal;
}

#termine {
	padding:5px;
	border-width:1px; 
	border-style:solid;
	border-color:#008035;
	margin-right: 0px;
	float:left;
	width:243px;
  	margin-left:35px;
	margin-top: -10px;
  	font-size: 13px;
	font-family: arial, helvetica,sans-serif;
	color: #008035;
	line-height: 17px;
	text-align: left;
  font-weight:normal;
}
 
#clearer {
	clear: both;
	border:0px dotted green;
	text-align: right;
	margin-right: 10px;
	
}


/*--- TEXTAUSZEICHNUNGEN---*/


.text {
	font-size: 13px;
	font-family: arial, helvetica,sans-serif;
	color: #008035;
	font-style: normal;
	line-height: 15px;
	text-align: left;
}

a:link { 
 color: #008035; 
 font-size: 13px; 
 font-style: normal;
 text-decoration: underline; 
}

a:visited { 
 color: #008035; 
 font-size: 13px; 
 font-style: normal;
 text-decoration: underline; 
}

a:active { 
 color: #333333; 
 font-size: 13px; 
 font-style: normal;
 text-decoration: underline; 
}

a:hover { 
 color: #000000; 
 font-size: 13px; 
 font-weight: normal; 
 text-decoration: underline; 
}

#eu_cookiebox {
	display: block;
	z-index: 100;
	position: fixed;
	bottom: 0px;
	min-height: 30px;
	padding: 5px;
	margin: 0;
	width: 100%;
	color: #555;
	border: 1px solid black;
	border-bottom: none;
	background: #fff;
}
/* Stylesheet: webcss Modified On 2018-06-21 10:55:49 */
/******************** MENU *********************/

li {
margin-left: 5px;
padding-left: 0px;
list-style:none;
}
ul{ 
margin-left: 5px;
padding-left: 0px; 

}


/* fix stupid IE6 bug with display:block; */

* html #menu_vert li a {
	height: 1%;
}
* html #menu_vert li hr {
	height: 1%;
}
/** end fix **/

<!--listenpunkte vorweg -->
#menu_vert ul {
  line-height: 25px;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #008035;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
}


/* Hauptliste der Links */
div#menu_vert a {
display: block;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding: 0 0 0 0;
min-height: 1em;  /* Fixes IE7 whitespace bug */
  font-family:Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #008035;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  line-height: 25px;

}
/* Unterliste */
div#menu_vert ul ul a {
display: block;
	  font-family:Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #008035;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding: 0 0 0 0;
}

/* hover für die Links des ersten Levels */
div#menu_vert ul a:hover {
	color:#000000;
  text-decoration: none;
}

/* hover für die Links des zweiten Levels */
div#menu_vert ul ul a:hover {
	color:#000000;
  text-decoration: none;
}


div#menu_vert a.parent {
display: block;
	color: #008035;
  text-decoration: none;
  <!-- zum Abschalten von "Elternelementen"... cursor: default; ... -->

}
div#menu_vert a.parent:hover {
display: block;
	color: #333333;
  text-decoration: none;
  <!-- zum Abschalten von "Elternelementen"... cursor: default; ... -->
}


/* BIG NOTE: I didn't do anything to these, never tested */
/* section header */
div#menu_vert li.sectionheader {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  line-height: 28px;
  cursor: default;
}



/* Stylesheet: navi Modified On 2013-10-08 09:46:54 */
