/* General */
* {
  margin: 0px;
  padding: 0px;  
}

html {
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
}

body { 
  background-color: #5d865b;
  background-image: url('../gfx/design/body_bg.png');
  background-repeat: repeat-x; 
  background-position: top;
  font-size: 12px;
  color: #085324;
}

h1, h2, h3 {
  color: #085324;    
}

h2 {
  font-size: 1.2em;    
}

h3 {
  font-size: 1.1em;   
}

h1 {  
  font-size: 1.3em;
}

p {  
  margin:0.6em 0em;    
}

a {
 text-decoration: none;  
 color:  #085324;
}

#text div.no-underline a {
 text-decoration: none;
}

#text a {
 text-decoration: underline;
}

#sitemap a {
 text-decoration: none;
}

#text div.optionsbox a{
 text-decoration: none;
}

ul {
	margin: 3px 0px 3px 15px;
}

.abfragenauswahl ul {
  margin-top: 0px;
}

/* Layout */
#bg {
  background: url('../gfx/design/body_bg_c.png') no-repeat top left;
  width: 100%;
  height: 100%; 
  position: absolute;   
}

#pagecontainer {
  margin: 10px 0px 0px 10px;
  position: absolute;
  width: 985px;
}

#content {
  width: 985px;
  background-color: #edf3ec;
  border: 1px solid #fcfcfc;  
}

#left {
  float: left;
  width: 190px;    
}

#main {
  float: left; 
  width: 610px;   
}

#maincontainer {
  width: 610px;
}

#right {
  float: left; 
  width: 185px;   
}

#footer {
  position: absolute;
  left: 500px;
  margin-top: 5px; 
  padding-bottom: 20px;   
  font-size: 11px;
  color: #ffffff;
}

#footer a {
  color: #ffffff; 
}

#stripes {
  position: absolute;
  bottom: 0px;   
  right: 0px;
  width: 54px;
  height: 94px; 
}

/* Navigation */

#nav {
   background: url('../gfx/design/navbg.png') no-repeat 0px 0px;
   width: 190px;
   min-height: 170px;
   padding-top: 8px; 
   margin-bottom: 25px;
   padding-left: 10px; 
}

.navitem {
  display: block;
  height: 25px;
  width: 159px;
  margin: 1px 0px 1px 0px;
  padding: 0px 0px 0px 9px; 
  background-color: #d9ebe3;
  border: 1px solid #dcece5;  
  font-weight: bold;
  color: #085324;
  font-size:1em;
  line-height: 25px;
}
.navitem-hover,
.navitem-active {
  background-color: #8cae9f
}

.navitemsub-hover
{
  background-color: #8cae9f;
}
.navitemsub-active {
  font-weight: bold
  
}

.navitem a,
.navitemsub a {
  text-decoration: none;  
  color:  #085324;
  padding-left: 9px;
}

.navitemsub {
  display: block;
  margin-left: 2px;
  font-size: 0.9em;
  border-bottom: 1px solid #96b5a0; 
  width: 158px;
  line-height: 16px;
  margin-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  overflow: hidden;
}

.navitemsub2 {
  padding-left: 22px; 
  width: 144px;
}

.navitemsubfirst{
  margin-top: 8px;
}

.last{
  border-bottom: 0px;
}


/* Search */ 

#search {
  background: url('../gfx/design/search_bg.png') no-repeat 0px 0px;
  width: 186px;
  position: relative;
  padding-top:1px;
  min-height: 164px;
  height: auto !important;
  height: 164px;
}

#search-inner {
  position: relative;
    margin-top: 24px;
    margin-left: 14px;
    /*: 24px 9px 9px 14px;*/
}

.searchlinks {
  margin: 10px 0px 0px 5px;
  list-style-image: none;
  list-style-type: none; 
}

.searchlinks li {
  background-image: url(../gfx/design/bullet.png);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 15px;
  line-height: 15px;
}

.searchbutton {
  height: 20px; 
  width: 60px;
  margin-left: 5px; 
  border-top: 1px solid #3d7853; 
  border-left: 1px solid #07461e;
  border-bottom: 1px solid #1d5532;
  border-right: 1px solid #598b6c;
  background-color: #085324; 
  color: white;     
}

.searchfield {
  width: 80px;    
}

/* Main */
#maintop {
  background: url('../gfx/design/content_top_img.png') no-repeat top;  
  padding: 5px 0px 0px 8px;
  min-height:172px;
  height:auto !important;  
  height:172px;  
}

.topimage {
  float: left; 
  margin-left: 3px;   
}
.topimagefirst { 
  margin-left: 0px;   
}


.news {
  float: left;
  width: 198px;    
}
.news-top,
.news-main {
  padding: 5px;    
}
.news-main {
  color: #000000;
  min-height: 110px;
  height:auto !important;  /* für moderne Browser */
  height:110px;  /*für den IE */    
}

.news-main a{
  color: #000000  
}

#newstop {
  width: 594px;
  margin-left: 3px;
  background-color: #fdfdfd;   
  padding: 5px;
}
.news-first .news-main {
  background-color: #d9ebe3;    
}
.news-middle .news-main {
  background-color: #93b49d;    
}
.news-last .news-main {
  background-color: #eef4ed;    
}
.news h2{
  font-size: 1em;
}

/* Content */
#contentmain {
  position: relative;
  background: #f0f5f0 url('../gfx/design/main.png') no-repeat 0px 0px;
  padding: 5px 5px 15px 5px;    
  min-height: 310px;
  height:auto !important;
  height:310px; 
}

#breadcrumb {
  position: absolute;
  right: 20px;
  margin-top: 5px;
  color: #464648;
  font-size: 0.9em;
}

#contentmain div.headline {
  position: relative;
  top: 27px;
  left: 10px;
  margin-bottom: 15px;
  color: #464648;    
}

#contentmain h1 {
  font-weight: bold; 
  display: inline;
  margin-right: 4px; 
}

#text {
  position: relative;
  margin: 40px 0px 0px 10px;
  width: 580px;       
}

.morebutton {
  border: 0px;    
}

/* Datatable */
table td {
 font-size: 12px;
}

table.datatable {
  border-collapse: collapse;
  font-size: 1em;
}

table.datatable-small,
table.datatable-small td {
  font-size: 0.9em;
}

table.datatable td, 
table.datatable th {
  border: 1px solid #96b5a0;
  padding: 3px;
}
table.datatable th {
  background-color: #588158;
  color: #ffffff;
}
table.datatable th.nob,
table.datatable td.nob {
  background-color: #ffffff;  
  color: #ffffff;
  border: 0px;
}

table.datatable td {
  text-align: right;
  padding-left: 5px;
  padding-right: 5px;	
}

table.datatable td.number {
  white-space: nowrap;
}

table.datatable td.auspr {
  background-color: #edf3ec;
  text-align: center;	
}

table.datatable tr.odd {
  background-color: #fbfdfa;    
}
table.datatable tr.even {
  background-color: #edf3ec;    
}
table.datatable tr.highlight {
  background-color: #588158;  
  color: #ffffff;
  font-weight: bold;   
}

table.datatable td.odd {
  background-color: #fbfdfa;    
}
table.datatable td.even {
  background-color: #edf3ec;    
}
table.datatable td.highlight {
  background-color: #588158;  
  color: #ffffff;
  font-weight: bold;   
}

p.ueberschrift_gross {
  font-size: 1.1em;
  font-weight: bold;    
}

#informationen {
  padding-bottom: 20px;
  padding-top: 20px;
  width: 700px;
}
#contentspacer {
  height: 5px;
  background-color: #f1f5f0;
  width: 610px;
}