* {
  font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

body {
  margin: 0px;
  padding: 0px; 
  text-align: justify;
}


h1{

  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  color: #009E42;
  text-decoration:bold;
  font-size: 14px;
} 

p {
	margin-bottom: 10px;
}

img {
  border: 0px;
}

a:link, a:active, a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

.headergreen {
  position: absolute;
  background-color: #9ACA3C;
  height: 86px;
  width: 100%;
  left: 0px;
}

.container { 
  position: relative;
  margin: auto;
  width: 960px;
  min-height: 452px;
  height: auto !important;
  height: 452px;
  z-index:1;
}

.header {
  position: relative;
  height: 86px;
  z-index:2;
}

#navigation {
  position: absolute;
  width: 600px;
  padding-top: 71px;
  padding-left: 270px;
  z-index: 1;
}

.navigation_blume {
  position: absolute;
  width: 40px;
  height: 39px;
  margin-top: 20px;
  background-image: url(images/nav/blume.jpg);
}


.subnav {
  position: absolute;
  background-color: #FFFFFF;
  top: 13px;
  padding-top: 2px;
  left: -1px;
  display: none;
}


#logo {
  position: absolute;
  height:120px;
  width:242px;
  top: 30px;
  left: 11px;
  z-index:3;
}


.news_container {
  position: relative;
  float: left;
  margin-top: 91px;
  width: 251px;
}


.news_top {
  position: relative;
  background-color: #cc0000;
  height: 2px;
  /* background-image: url(images/green_links/bg_top.jpg);
  height: 7px; */
}



.news_content {
	position: relative;
	background: #e0efc4 url(images/green_links/hgVerlauf_infobox.jpg) repeat-x;
	min-height: 300px;
	padding: 20px 20px 40px;
	line-height: 25px;
}


a.news_main:link, a.news_main:active, a.news_main:visited, a.news_main:hover {
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

a.newsletter_main:link, a.newsletter_main:active, a.newsletter_main:visited, a.newsletter_main:hover {
  text-transform: uppercase;
  font-weight: bold;
  color: #009F42;
  text-decoration: none;
}



a.news_sub:link, a.news_sub:active, a.news_sub:visited, a.news_sub:hover {
  color: #000000;
  text-decoration: none;
}



a.anfrage:link, a.anfrage:active, a.anfrage:visited, a.anfrage:hover {
  color: #009E42;
  text-decoration:none;
  font-size: 11px;
}



.news_bottom {
	position: relative;
	background: #e0efc4 url(images/green_links/hgSchwung_infobox.jpg) no-repeat;
	height:20px;
}



.blume{
  position: absolute;
  height: 82px;
  width: 85px;
  top: -35px;
  left: 75px;
  background-image: url(images/blume_rosa.gif);
}

.partnerLogos {
	width: 200px;
	text-align: center;
	margin-bottom: 5px;
}
.nletter{
  position: relative;
  height: 82px;
  width: 85px;
  top: 80px;
  left: 37px;
}



.content_container {
  position: static;
  float: left;
  width: 709px;
  margin-top: 86px;
}



.content {
  position: static;
  padding-left: 20px;
  padding-right: 20px;
  /* background-image: url(images/blume_gelb_tansp.jpg);
  background-repeat: no-repeat;
  background-position: right bottom; */
  min-height: 452px;
  height: auto !important;
  height: 452px;
}

.content ul {
	margin-left:18px;
}

.partnerlinks {
	vertical-align: top;
	border-top: solid 1px #009E42;
	padding: 5px 0px;
}


.impressum {
  position: relative;
  font-size: 11px;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}



input,textarea {
  border: 0px solid #9ACA3C;
  padding: 0px;
  margin: 0px;
  background-color: #DFEFC2;
  font-size: 12px;
  color: #000000;
}


a.main:link, a.main:active, a.main:visited, a.main:hover {
  color:  #009E42;
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 700px; /*For KHTML*/
  list-style: none;
  height: 16px;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 16px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  /*width: 150px;*/
  list-style: none;
  display: none;
  position: absolute;
  top: 16px;
  left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  /*width: 150px;*/
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background-color: #9ACA3C;
  color: black;
  line-height: 13px;
  font-size: 8pt;
  text-align: left;
  letter-spacing: 2px;
  padding-left: 0px;
  padding-right: 0px;
  border-left: 0px solid white;

  height: auto !important;
  height: 1%; /*For IE*/
}

/* Submenus */
ul#navmenu ul a,
ul#navmenu ul ul a,
ul#navmenu ul ul ul a
{

	letter-spacing: 0px;
  font-weight: normal;
  text-align: left;
  font-size: 9pt;
  border: 0px solid black;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #9ACA3C;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #ffffff;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #ffffff;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #9ACA3C;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #009966;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #336699;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #009966;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 150px;
  padding-top: 0px;
}

/* Do Not Move - Must Come Before display:block for Gecko*/
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}


/* Do Not Move - Must Come Before display:block for Gecko
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul {
  display: block;
}
*/
