body {
  margin: 0;
  background: url(../graphics/startbg.gif) repeat-x #CACACA;
  font: 11px Verdana;
         line-height: 16px;
         text-align: center;
  color: #505050;
}
* {
   margin: 0px;
      padding: 0px;
}
.clear {
  clear: both;
}
h1, h1.csc-firstHeader {
  font-size: 11px;
  font-weight: bold;
  line-height: 11px;
  margin-bottom: 5px;
}
#mainframe {
  margin: 0 auto;
  overflow: hidden;
  width: 602px;
  height: auto;
         text-align: left;
}
#header .csc-textpic .csc-textpic-imagewrap dl.csc-textpic-image {
  padding: 0px;
  margin: 0px;
}
#logo {
  width: 602px;
         height: 150px;
  background: url(../graphics/startlogo.gif) no-repeat;
}
#header {
  width: 600px;
         height: 371px;
  border: 1px solid #FFFFFF;
}
#content {
  width: 100%;
         height: auto;
         margin-top: 15px;
  background: url(../graphics/verline.gif) repeat-y 204px 0px;
}

#ziel h1, #them h1 {
  height: 28px;
  line-height: 21px;
  color: #FFFFFF;
  background: url(../graphics/headlinebg.gif) repeat-x;
  padding-left: 10px;
}
#ziel a, #them a {
  line-height: 23px;
  font-size: 11px;
  color: #505050;
  margin-left: 10px;
}

#ziel {
   width: 195px;
         height: auto;
         margin-right: 20px;
         float: left;
         background-color: #DCDCDC;
         padding-bottom: 6px;
  
  /* Runde Ecken */
   -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px; 
}
#them {
         width: 195px;
         height: auto;
         margin-right: 22px;
         float: left;
         background-color: #DCDCDC;
         padding-bottom: 6px;
  
  /* Runde Ecken */
   -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

#news {
         width: 170px;
         height: auto;
         float: left;
}


h1.newsheader {
  color: #FFFFFF;
  height: 17px;
  line-height: 9px;
  background: url(../graphics/horline.gif) repeat-x 0px 14px;
}
.news-latest-container {
  width: 155px;
  padding: 0px;
  margin: 0px;
}
.news-latest-container a {
  color: #7F7F7F;
  font-size: 10px;
  line-height: 16px;
}
.news-latest-item {
  font-size: 10px;
  line-height: 14px;
  padding-bottom: 8px;
  padding-left: 10px;
}
.news-latest-title {
  font-weight: bold;
}

#imp {
  margin-top: 35px;
  font-size: 10px;
  color:#505050;
  float: center;
  text-align: center;
}

#imp a:visited {
  color:#505050;
}


