BODY
      {
        background: #fff;
        font-size: 12px;
        font-family: Lucida Sans, Lucida Sans Unicode, Tahoma, Trebuchet MS, Arial, Verdana;
        margin: 0px;
        padding: 0px;
      }

      #logo
      {
        text-align: center;
        width: 100%;
      }

      #banner
      {
        position: relative;
        background: #FFFFFF url(img/bannerBg.jpg) repeat-x left top;
        height: 49px;
        z-index: 1;
        margin: 0px;
      }

      #buttonbar
      {
        width: 800px;
        margin: 0px auto;
        text-align: center;
        margin-top: 40px;
        padding-left: 130px;
        position: relative;
      }

      #topLinks
      {
        position: absolute;
        right: 20px;
        top: 5px;
        padding: 0;
        margin: 0;
        height: 12px;
        text-align: right;
        color: #FFFFFF;
     }


a, a:visited { text-decoration: underline; color: #749abe; }
a:hover, a:active { text-decoration: none; }

a.atkbutton, a.atkbutton:visited
{
  background-image: url(img/button.gif);
  display: block;
  width: 127px;
  color: white !important;
  height: 22px;
  padding-top: 5px;
  text-decoration: none;
  text-align: center;
  font-size: 14px !important;
  font-weight: bold;
  margin-left: 20px;
  margin-right: 20px;
  float: left;
}

a.atkbutton:hover, a.atkbutton:active
{
  color: #414141 !important;
}

#body
{
  margin-left: 30px;
}

.boxtitel
{
  margin-top: 50px;
  color:#990000;
  display:block;
  font-size:18px;
  font-weight:bold;
  letter-spacing:-2px;
  margin:0px;
  padding:0px 0px 5px;
  text-decoration:none;
  margin-bottom: 10px;
}

#topLinks a,
#topLinks a:visited
{
  color: #FFFFFF;
  text-decoration: none;
}

#topLinks a:hover,
#topLinks a:active
{
  color: #FFFFFF;
  text-decoration: none;
}

