/* Allgemein */
html {
  height: 100%;
  }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background:#006538;
  font-family: verdana, Arial, sans serif;
  font-size: 11px;
  color: #333333;
  }
  
* html, * html body {
    margin:0;
    padding:0;
    height:100%;
    overflow:hidden;
}
  

#container {
  width: 955px;
  }


/* Header */
#header {
  width: 955px;
  height: 188px;
  background: url(../bilder/header.jpg) no-repeat;
  }

#quicklinks {
  padding: 117px 6px 0 0px;
  float: right;
  }

#quicklinks ul li a {
  font-size: 11px;
  color: #E0DDDD;
  text-decoration: none;
  }

#quicklinks ul li a:hover {
  color: #F6EF8D;
  }

#quicklinks ul {
  margin: 0;
  padding: 0;
  }

#quicklinks li {
  padding-left: 10px;
  padding-top: 2px;
  display: inline;
  background: url(../bilder/punkt.gif) no-repeat 0px 7px; 
  }

#quicklinks .nodot {
  padding-left: 0;
  background: none;
  }

#ticker {
  width: 622px;
  position: absolute;
  top: 142px;
  margin-left: 326px;
  font-size: 11px;
  color: #006538;
  }

#ticker a {
  color: #006538;
  text-decoration: none;
  }

#ticker a:hover {
  text-decoration: underline;
  }


/* Navigation */

#menu {
  background: url(../bilder/navi_start.gif) no-repeat;
  float: left;
  padding: 0 3px 0 33px;
  font-size: 11px;
  width: 160px;
  }
  
#menu_in { 
  padding: 4px;
  }

#menu_ende {
  background: url(../bilder/navi_ende.gif) no-repeat;
  height: 6px;
  font-size: 4px;
  }

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 143px;
	border-bottom: 1px solid #bfd8cd;
	}
	
#menu ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px;
	}

#menu li {
  margin: 0;
  padding: 0;
  }
  
#menu ul li {
	position: relative;
	}
	
#menu li ul {
	position: absolute;
	left: 143px;
	top: 0;
	display: none;
	background: #94B3A3;
	}

#menu li ul ul {
	position: absolute;
	left: 200px;
	top: 0;
	display: none;
	}
		
#menu ul li a {
	display: block;
	text-decoration: none;
	padding: 4px;
	color: #000000;
	border-top: 1px solid #bfd8cd;
	width: 138px;
	}		

#menu ul li a:hover{
  color: black;
  background-color: #D4D4D3;
  }
  
* html #menu ul li {
  float: left;
  height: 1%;
  }

* html #menu ul li a {
  height: 1%;
  }

#menu li:hover ul, #menu li.over ul {
  display: block;
  }

#menu li:hover ul ul, #menu li.over ul ul {
  display: none;
  }

#menu ul li ul li:hover ul, #menu ul li ul li.over ul {
  display: block;
  }

#menu ul li ul li a {
	width: 152px;
 }


/* Main */
#main {
  width: 755px;
  float: right;
  }

#content {
  width: 515px;
  float: left;
  padding-bottom: 20px;
  }

#content .willkommenstext {
  color: #006538;
  font-weight: bold;
  }

#content h1 {
  height: 25px;
  padding: 10px 0 0 38px;
  margin:0 0 10px 0;
  background: url(../bilder/content_h1.jpg) no-repeat;
  font-size: 11px;
  color: #FFFFFF;
  }

#content h2 {
  display: inline;
  font-size: 11px;
  color: #006538;
  margin-bottom:15px;
  }

#content h3 a {
  font-size: 11px;
  color: #006538;
  text-decoration: none;
  display: inline;
  }

#content p {
  display: inline;
  }

#content p a {
  display: block;
  font-size: 11px;
  color: #006538;
  font-weight: bold;
  text-decoration: none;
  }

#content a {
  color: #006538;
  font-weight: bold;
  text-decoration: none;
  }

#content .news_img {
  margin: 0 7px 0px 0;
  border: 1px solid #006538;
  }

#content .middot {
  font-size: 11px;
  font-weight: bold;
  }

#content .trennlinie {
  margin: 15px 0;
  }

#info {
  width: 220px;
  float: right;
  padding-bottom: 20px;
  }

.infobox {
  width: 208px;
  margin-right: 13px;
  margin-bottom: 11px;
  background: #D4D4D3;
  border: 1px solid #006538;
  }

.infobox .balken {
  height: 27px;  
  margin: 2px;
  background: url(../bilder/info_h1.jpg) no-repeat;
  }

.infobox .balken h1 {
  margin-left: 35px;
  position: relative;
  top: 6px;
  display: inline;
  font-size: 11px;
  color: #FFFFFF;
  }

.infobox .content {
  width: 202px;
  margin: 2px;
  background-color: #FFFFFF;
  border: 1px solid #006538;
  }

.infobox .content p {
  padding: 8px;
  font-size: 11px;
  color: #006538;
  line-height: 15px;
  }

.infobox .content p a {
  color: #006538;
  font-weight: bold;
  text-decoration: none;
  }

.infobox .content .ergebnisse {
  text-align:center;
  }

.infobox .content .ergebnisse a {
  color: #006538;
  font-weight: bold;
  text-decoration: none;
  }

/* Footer */
#footer {
  clear: both;
  width: 955px;
  height: 76px;
  position: fixed;
  bottom: 0;
  background: transparent url(../bilder/footer.gif) no-repeat;
  }
  
* html #footer {
    height:5%;
    padding-top:1%;
}


.sponsor {
  
  }

.submit {
  background: #006538;
  color: #FFFFFF;
  font-weight: bold;
  border:1px solid #333333;
  }

.row1 {
  background: #EEEEEE;
  }

.row2 {
  background: #F2F4F6;
  }

#bg_nm {
  float:left;
  background: #006538 url(../bilder/background.gif) repeat-y;
  }
  
* html #bg_nm  {
    padding:0;
    height:95%;
    overflow:auto;
}
  
