html, body {height: 100%;}
body {
  margin: 0;
  padding: 0;
  background-image: url(../images/gruener_balken.gif);
  background-repeat: repeat-y;
  background-color:#EBF6DF;
}
#kopf {
  display: none;
}


iframe {
  position: absolute;
  border: 0;
  top: 0;
  left: 0;
  background-color: #036A31;
  background-image: url(../images/kopf.gif);
  background-repeat: no-repeat;
}

#kopfzeile {
  white-space: nowrap;
  background-color: #73BE1E;
}
#kopfzeile img{
   margin-right: 3px;
}

#menueleiste {
  position: absolute;
  top: 78px;
  left: 0;
  background-color: #036A31;
  background-image: url(../images/logo_hintergrund.gif);
  background-repeat: no-repeat;
  width: 100%;
  height: 32px;
  padding: 0;

}
#buttons {
  margin-left: 172px;
  margin-top: 8px;
}




#menueleiste a:link,#menueleiste a:visited{
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  border: 1px white solid;
  padding: 2px 5px 2px 5px;
  background-color: #73BE1E;
  margin-left: 3px;
}
#menueleiste a:hover,#menueleiste a:active, #menueleiste a:link.auswahl, #menueleiste a:visited.auswahl,#menueleiste a:hover.auswahl,#menueleiste a:active.auswahl{
  background-color: #FF8200;
}

#menuelinks{
  min-height: 100%; 
  position: relative;
}

#menuelinks img {
  margin: 110px 0 10px 0;
}
#footer {
  position: absolute; 
  bottom: 0; 
  left: 0; 
  clear: both;
}
#footer img{
 margin: 0;
}

#buttonslinks {
  float: left;
  margin-left: 0px;
  margin-bottom: 270px;
}
#navigation {
 border: 0;
 border-bottom: 1px solid white;
}



#buttonslinks a:link,#buttonslinks a:visited{
  clear: both;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  border: 0;
  border-top: 1px white solid;
  padding: 5px 5px 4px 20px;
  background-color: #73BE1E;
  display: block;
  width: 146px;
  margin: 0;

}
#buttonslinks a:hover,#buttonslinks a:active, #buttonslinks a:link.auswahl, #buttonslinks a:visited.auswahl,#buttonslinks a:hover.auswahl,#buttonslinks a:active.auswahl{
  background-color: #FF8200;
}

#content {
  position: absolute;
  left: 200px;
  top: 145px;
}

h1 {
  color: #036A31;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
}
p, li {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.textbreite {
  width: 80%;
}

.klickpfad{
  min-width: 200px;
  color: #4F8314;
}

.klickpfad a:link, .klickpfad a:visited {
  color: #4F8314;
  text-decoration: none;
}

.klickpfad a:hover, .klickpfad a:active {
  color: black;
  text-decoration: underline;
}

a:link, a:visited {
  color: #036A31;
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
}

.fuss {
  padding: 0;
  margin: 0;
  clear: both;
  color: #036A31;
  border-top:  #036A31 1px solid;
  margin-top: 20px;
  padding-top: 5px;
  width: 100%;
  font-size: 11px;
  white-space: nowrap;
}


.box {
  margin: 10px 0 0 0;
  clear: both;  
}

.csc-uploads td{
  vertical-align: top;
}
.csc-uploads p{
  margin: 0 10px 0 0;
}

.contenttable{
  border-collapse:collapse;
}
.contenttable p{
  margin: 0;
}
.contenttable td{
  border: solid 1px #036A31;
  padding: 3px;
vertical-align: top;
}
.contenttable tr{

vertical-align: top;
}

.tr-0 {
  background-color:  #036A31;
}
.tr-0 p {
  font-weight: bold;
  color: white;

}



.csc-caption{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-top: 10px;
}
