*{
	margin:0px;
	padding:0px;
} 
html
	{
		background-color:#fff;
	}

.spamfilter {
	display: none;
}
div.googlemaps {
font-family: Verdana;

}
.infoBoxDemo {
    background-color: #fff;
    border: 1px solid #89c81b;
    box-shadow: 3px 3px 3px #afafaf;
    padding: 8px 10px 10px;
    position: relative;
    padding: 15px 30px;
    width: 940px;
    font-family: Verdana;
    font-size: 12px;
}

#googlemaps {
font-family: Verdana;
font-size: 12px;

	} 	
	
#wrapper
	{
		width:1000px;
		margin: 0 auto;
	}

#banner
	{
/*		background-image:url(sonnenblume.jpg); */
		height: 170px;
		margin-top:20px;
	}

#content
	{
		display: block;
		margin-top: 3em;
		margin-left: 18em;
		
	}

#footer
	{
		clear:left;
		margin-top:1em;
		background:#ffffff;
		text-align:center;
		padding:10px;
		font-family: Verdana;
		font-size: 8px;
		text-decoration: none; 
	}

/* Vertikale Navigation */
  div#Tmenu {
		margin-top: 2em;
		padding: 0em;
		height:264px;
		float: left;
		font-size: 94%;
		width: 10em;
		padding: 0.1em;
		border: 1px solid white;
		background-color: #fff;
  }
  * html div#Tmenu {
		float: left;
		width: 14.3em;
		w\idth: 16em;  /* (IE 6 in standards-compliant mode) */
  }
  
  div span#text {
		font-family: Verdana;
		font-size: 14px;
		text-decoration: none; 
  }
  
  div span#textfett {
		font-family: Verdana;
		font-size: 14px;
		text-decoration: none; 
		font-weight: bold;
		color: #a9cc72;
  }
  
  div span#address {
		font-family: Verdana;
		font-size: 14px;
		text-decoration: none; 
  
  }
  
  div span#ueberschrift {
		font-family: Verdana;
		font-size: 18px;
		font-weight: bold;
		color: #89c81b;
		text-decoration: none; 
  }
  
  div span#thema {
		font-family: Verdana;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none; 
  }
 
  ul#Navigation {
		margin: 0; padding: 0;
		text-align: left;
  }

  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: 12em;
                z-index: 9999;
  }
  ul#Navigation li ul li {
		margin: 0; padding-left: 3.4em;
  }

  ul#Navigation a, ul#Navigation span {
		width: 12em;
		display: block;
		font-family: Verdana ;
		text-decoration: none; 
		padding: 0.2em 1em;
		border: 1px solid #000;
		border-left-color: #000; border-top-color: #000;  border-right-color: #000; border-bottom-color: #000;
		color: black; background-color: #fff;
  }
  * html ul#Navigation a, * html ul#Navigation span {
		width: 11em;
		w\idth: 13em;  /* (IE 6 in standards-compliant mode) */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell:hover {
		border-color: #000;
		border-left-color: #000; border-top-color: #000; border-bottom-color: #000; border-left-color: #000;
		background-color: #a9cc72;
  }
  
  li a#noborder, li a#noborder:hover {
		border-left-color: #000; border-top-color: #fff; border-bottom-color: #fff; border-left-color: #000;
  }
  li a#notopborder, li a#notopborder:hover {
		border-left-color: #000; border-top-color: #fff; border-bottom-color: #000; border-left-color: #000;
  }
  
  li a#nobottomborder, li a#nobottomborder:hover {
		border-left-color: #000; border-top-color: #000; border-bottom-color: #fff; border-left-color: #000;
  }
 
  li a#aktuell {
		border-right-color: #000; border-bottom-color: #000;
		background-color: #fff;
  }
  ul#Navigation li ul span {
		border-color: #000; border-left-color: #000;
		color: #fff; background-color: #fff;
  }
  ul#Navigation li a:active {
		border-left-color: #000; border-top-color: #000; border-bottom-color: #000; border-left-color: #000;
		color: black; background-color: #fff;
  }

/* dynamisches Ein-/Ausblenden */
  ul#Navigation li ul {
		display: none;
  }
  ul#Navigation li:hover>ul {
		display: block;
  }
  ul#Navigation>li:hover>a {
		width: 13.2em;
  }
  td {
		font-family: Verdana;
		font-size: 14px;
		text-decoration: none; 
  
  }
  
 span#link>a {
		font-family: Verdana;
		font-size: 14px;
		color: #000;
		text-decoration: underline; 
  
  }
 
  td#formdata {
	background-color: #a9cc72;
  }
  
  select {
	height: 22px;
	width: 200px;
 
  }
  
  input  {
	height: 22px;
	width: 200px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ggg;
    -webkit-box-shadow: inset 0 0 4px 2px rgba(0,0,0, 0.1);
    -moz-box-shadow: inset 0 0 4px 2px rgba(0,0,0, 0.1);
    box-shadow: inset 0 0 4px 2px rgba(0,0,0, 0.1);
}

  input:focus {
    outline:0;
    border:1px solid #a9cc72;
    -webkit-box-shadow: 0 0 5px 4px rgba(36,184,194, 0.10);
    -moz-box-shadow: 0 0 5px 4px rgba(36,184,194, 0.10);
    box-shadow: 0 0 5px 4px rgba(36,184,194, 0.10);
}

.textarea-wrapper{
    box-shadow: inset 2px 2px 2px 0px #ddd;
}
  textarea {
	padding: 10px;
    background: transparent;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 0px solid #ggg;
    -webkit-box-shadow: inset 0 0 4px 2px rgba(0,0,0, 0.1);
    -moz-box-shadow: inset 0 0 4px 2px rgba(0,0,0, 0.1);
    box-shadow: inset 0 0 4px 4px rgba(0,0,0, 0.1);
}

textarea:focus {
    outline:0;
    border:1px solid #a9cc72;
    -webkit-box-shadow: 0 0 5px 4px rgba(36,184,194, 0.10);
    -moz-box-shadow: 0 0 5px 4px rgba(36,184,194, 0.10);
    box-shadow: 0 0 5px 4px rgba(36,184,194, 0.10);
}
 

/* dynamisches Ein-/Ausblenden der JavaScript-generierten Klasse im IE */
  * html ul#Navigation li.hoverIE {
    margin-right:0;  /* reservierten Platz freigeben */
    margin-bottom:-1.15em;  /* Fehlerkorrektur, ggfls. anpassen */
  }
  * html ul#Navigation li.hoverIE ul {
    display: block;
  }
  * html ul#Navigation li .hoverIE {
    width: 13.3em;
    w\idth: 14.2em;  /* (IE 6 in standards-compliant mode) */
  }
  
  #subline {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #197abc;
  }
  
    #sublinegreen {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #89c81b;
  }
  
  #rahmenkomplettKV {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #197abc;
	background-color:#fff;

	border-top-width:0.1em;
	border-top-style:solid;
	border-top-color:black;
	border-bottom-width:0.1em;
	border-bottom-style:solid;
	border-bottom-color:black;
	border-left-width:0.1em;
	border-left-style:solid;
	border-left-color:black;
	border-right-width:0.1em;
	border-right-style:solid;
	border-right-color:black;
	
	padding-top:0.5em;
	padding-right:0.5em;
	padding-left:0.5em;
	padding-bottom: 0.5em
}

#rahmenkomplett {
	
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color:#a9cc72;

	border-top-width:0.1em;
	border-top-style:solid;
	border-top-color:black;
	border-bottom-width:0.1em;
	border-bottom-style:solid;
	border-bottom-color:black;
	border-left-width:0.1em;
	border-left-style:solid;
	border-left-color:black;
	border-right-width:0.1em;
	border-right-style:solid;
	border-right-color:black;

	padding-top:0.5em;
	padding-right:0.5em;
	padding-left:0.5em;
	padding-bottom: 0.5em
}

#rahmenohneunten {
	font-weight: bold;
	background-color:#c8c8c8;
	
	border-top-width:0.1em;
	border-top-style:solid;
	border-top-color:black;
	border-left-width:0.1em;
	border-left-style:solid;
	border-left-color:black;
	border-right-width:0.1em;
	border-right-style:solid;
	border-right-color:black;
	
	padding-top:0.5em;
	padding-right:0.5em;
	padding-left:0.5em;
	padding-bottom: 0.5em
}

 #rahmenohneoben {
  background-color:#c8c8c8;
  
  border-bottom-width:0.1em;
  border-bottom-style:solid;
  border-bottom-color:black;
  border-left-width:0.1em;
  border-left-style:solid;
  border-left-color:black;
  border-right-width:0.1em;
  border-right-style:solid;
  border-right-color:black;
  
  padding-top:0.5em;
  padding-right:0.5em;
  padding-left:0.5em;
  padding-bottom: 0.5em
}

ul#listsympthome li {
	list-style-type: square;
	color: a9cc72;
	margin-bottom: 10px;
	margin-left: 20px;
}
ul#listdates li {
	list-style-type: square;
	margin-bottom: 10px;
	margin-left: 20px;
}
#bildquelle {
	font-family: Verdana;
	font-size: 6px;
	margin-left: 920px;
	display: block;
}

#termine {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #197abc;

}

#termineuebersicht {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #197abc;
}

li span {
color: #000;
}