/* Cascading Style Sheet für Non-Scrolling per CSS */

html, body
{
  top:20px;
  left:20px;
  margin:0px;
  background-color: #006633;
  color:#000000;  
}

body { 
  overflow:auto;
  behaviour:url("fileadmin/templates/csshover.htc");
}

h1,h2,h3,h4,h5,p,div,td,th,address,blockquote,nobr,b,i {
font-family: arial, verdana, helvetica, sans-serif;
}

p,div,td,th,address,blockquote  { font-size:14px; }

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

a:hover { text-decoration:underline; }


div#menueinbau
{
  position:absolute;
  left:20px;
  top:20px;
  z-index:1;
}


div#content
{
  position:absolute;
  left:20px;
  top:199px !important;
  top:190px;
  height:403px;
  width:930px;
  overflow:auto;
  background:#FFFFFF;
  padding-right:20px;
  padding-left:20px;
  color:#000000;
}

div#kopf
{
  position:absolute;
  top:20px;
  left:20px;
  height:115px;
  width:630px;
  padding-right:20px;
  padding-left:20px;
  color:#FFFFFF;
  background:#FFFFFF;
  vertical-align: bottom;
}

div#linkbild
{
  position:absolute;
  top:20px;
  left:650px !important;
  left:619px;
  height:115px;
  width:300px;
  padding-right:20px;
  padding-left:20px;
  color:#FFFFFF;
  background:#FFFFFF;
  vertical-align: bottom;
  text-align: right;
}

div#footer1
{
  position:absolute;
  left:20px;
  top:602px !important;
  top:593px;
  height:14px !important;
  height:20px;
  width:930px;
  background:#FFFFFF;
  text-align: center;
  border-top:1px solid #006633;
  padding-top:3px;
  padding-left:20px;
  padding-right:20px;
}

p.footer {
  font-size:10px;
  margin:0px;
  vertical-align:bottom;
}


div#content a { font-weight: bold; }
  

p.bodytext { 
  line-height:22px; 
  font-size:15px;
}


div#menu2 td {
  background-color: #006633;
  width: 10%;
  text-align: center;
  vertical-align:middle;

}
div#menu2 td A {
  color: white;
  font-size: 12px;
  font-family: verdana, arial;
  text-decoration: none;
}
div#menu2 td A:hover {
  text-decoration: underline;
}
div#menu2 td.oddcell {
  background-color: #689B3B;
}
div#menu2 td.menu2-level1-act {
  background-color: #88292A;
}

td.csc-uploads-fileName a {
  font-size:70%;
}

p.csc-uploads-description {
  font-style: italic;
  color: #986900;
  font-size:80%;
}