html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  background: #ffffff;
  color: #7f7f7f;
  font-family: Arial;
  font-size: 12px;
  line-height: 16px;
  margin: 0px;
  padding: 0px;
}

#layout {
  width: 761px;
  margin: auto;
  margin-top: 40px;
}

#logo {
  clear: left;
  float: left;
  width: 97px;
  height: 64px;
  padding: 0px 0px 20px 0px;
}

#header {
  clear: left;
  float: left;
  width: 761px;
  height: 282px;
  position: relative;
  background: #ffffff url(images/header.jpg) no-repeat
}

#navi {
  font-size: 18px;
  padding: 0px;  
  position: absolute; 
  bottom: 0px;
  left: 0px;
  width: 647px;
  height: 20px;
  margin-top: 260px; 
}

#navi a {
  color: #7f7f7f;  
  text-decoration: none;
}

#navi img {
  padding: 0px 3px 0px 3px;
}

#navi a:hover, #navi a.aktiv {
  color: #b60025;
  text-decoration: none;
}

.antrag
{
  position:absolute;
  bottom: 35px;
  right:29px;
  width: 80px;
  text-align: center;
  color: #ffffff;
  text-decoration: none; 
}

a.antrag:hover {
  text-decoration: underline;
}

#content {
  clear: left;
  float: left;
  width: 761px;
  padding: 30px 0px 30px 0px;

}

#left {
  float: left;
  width: 530px;
  background: #e5e5e6;
  padding: 10px;
  min-height: 282px;  
}

*html div#left {
  min-height:282px;
  height:auto !important;
  height:282px;

}

.bild-text {
  clear: left;
  padding: 10px 0px 10px 0px;
}

.bild-text .csc-textpic {
  float: left;
  width: 140px;
  padding: 3px 0px 0px 0px;
}

.bild-text img {
  border: 1px solid;
}

.bild-text .text {
  float: left;
  width: 380px;
}

#right {
 float: right;
 width: 195px;
}

.teaser {
  clear: left;
  float: left;
  width: 195px;
  padding: 0px 0px 30px 0px;
}

.teaser .thead {
  width: 185px;
  height: 18px;  
  padding: 5px;
  background: #ad1a39 url(images/teaser_head.jpg) repeat-x;
  color: #fff;
}

.teaser .tbody {
  width: 185px;
  padding: 10px 5px 10px 5px;
  background: #e5e5e6 url(images/teaser_body.jpg) top repeat-x;
}

.teaser a {
  color: #b60025;
  text-decoration: none;
}

.teaser .grey-link {
  color: #7f7f7f;
}

.teaser .thead .grey-link {
  color: #fff;
}

#footer {
  clear: left;
  float: right;
  padding: 10px 0px 0px 0px;
}

#footer a {
  text-decoration: none;
  color: #7f7f7f;
  font-size: 10px;
  padding: 0px 0px 0px 15px;
}

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

#footer a.aktiv {
  color: #b60025;
}

img {
  border: 0px;
}

h1 { 
  font-weight: bold;
  font-size: 14px;
  color: #b60025;
  margin: 0px;
  padding: 5px 0px 5px 0px;
}

h2 { 
  font-weight: normal;
  font-size: 12px;
  color: #b60025;
  margin: 0px;
  padding: 10px 0px 0px 0px;
}

p, table {
  padding: 0px 0px 5px 10px;
  margin: 0px;
}

ul {
  list-style-type: none;
  padding: 5px 0px 5px 0px;
  margin: 0px;

}

ul li {
  background: transparent url(images/punkt.jpg) 0px 6px no-repeat;
  padding-left: 15px;
}

table td {
  float: left;
  width: 180px;
  vertical-align: top;
}

table.imp td {
  float: left;
  width: 250px;
  vertical-align: top;
}

a.download {
  color: #7f7f7f; 
  background: transparent url(images/punkt.jpg) 0px 6px no-repeat;
  padding-left: 15px;
  text-decoration: underline;
}

a {
  color: #7f7f7f; 
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}




