body { 
  background: #B9B9B9;
  font-family:Verdana,sans; font-size:12px; line-height: 1.5em;
  margin-top: 0px; margin-bottom: 0px;
  color: #333333;
}

#container { 
  position:relative;
  width: 942px; 
  margin: auto;
}

#navi_head { 
  float:left;
  width: 702px; height: 32px;
  background: url("/files/navi_head.png") no-repeat;
  padding-left: 240px;
  text-transform:uppercase;
}

  #navi_head ul { float:left; list-style:none; margin: 0px; }
  #navi_head li { float:left;  height: 32px; }
  #navi_head a, #navi_head a:visited { border-left: 10px solid #FFFFFF;
    float:left; text-align: center;
    height: 21px;
    padding-left: 10px; padding-right: 17px; padding-top: 8px; padding-bottom: 3px;
    font-weight: bold;
    text-decoration: none;
    color: #777777;
  }
  #navi_head a:hover { border-left: 10px solid #00519E; color: #00519E; }

#header { 
  clear:both;
  width: 942px; height: 326px;
  background: url("/files/header.png");
}

  #header_img { position:absolute;
    float: right;
    width: 640px; height: 321px; /* width: 640px; height: 321px; */
    left: 280px; top:32px;
  }
  #header_img img { width: 640px; height: 321px; }

#content {
  float:left;
  width: 942px; 
  background: url("/files/content.png");
}

#sidebar { 
  float: left;
  margin-left: 55px; margin-top: 20px;
  width: 200px; height: 320px;
}
  ul.nav2nd { list-style:none; margin: 0px; padding:0px; }
  #sidebar li { margin: 0px; padding: 0px; }
  #sidebar a, #sidebar:visited {
    text-transform:uppercase; text-decoration: none; font-weight: bold;
    color: #747474;
  }
  #sidebar a:hover { color: #00519E; }
  #nav_heading { font-size: 130%; margin-bottom: 20px; letter-spacing: 2px;}

#article { 
  float: left;
  margin-left: 50px; margin-top: 20px;
}

#footer { 
  clear: both;
  width: 902px; height: 28px;
  background: url("/files/footer.png");
  padding-top: 12px; padding-right: 40px;
  text-align: right;
  margin-bottom: 10px;
}

  #footer img { border: 0px; padding-left: 7px; float: right; }
  #footer a, #footer a:visited { font-size: 11px; text-transform:uppercase; text-decoration: none; font-weight: bold; color: #747474; }
  #footer a:hover { color: #00519E; }

  #impressum { float: right; padding-left: 7px; height: 13px; line-height: 1em; }

fieldset { border: 0px; }
h1 { margin-top: 0px; margin-bottom: 20px; }
h2 { margin-top: 20px; margin-bottom: 10px; }
h3 { margin-top: 10px; margin-bottom: 5px; }
