html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

body {
  line-height: 1.5;
  background: #fff;
  margin: 1.5em 0; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a img {
  border: none; }

html {
  height: 101%; }

body {
  color: #333333;
  font-family: Verdana;
  font-size: 11px;
  
  margin: 0;
  text-align: center; }

a {
  color: #333333; }

#page {
  background: url(../images/backgrounds/main.png) no-repeat left bottom;
  text-align: left;
  width: 780px;
  margin: 0 auto;
  padding-bottom: 140px; }

#header {
  background: url(../images/backgrounds/header.png) no-repeat;
  height: 242px;
  position: relative; }
  #header h1 {
    color: #FFF;
    font-size: 1.4em;
    position: absolute;
    left: 30px;
    top: 45px;
    text-transform: uppercase; }

#menu {
  position: absolute;
  left: 30px;
  top: 15px;
  z-index: 99; }
  #menu a {
    background: url(../images/icons/double-arrows.png) no-repeat left .3em;
    font-size: 10px;
    padding: 0 12px 0 14px;
    text-decoration: none;
    text-transform: uppercase; }
    #menu a:hover {
      background-position: .2em .3em; }
    #index #menu a#en_link, #index_de #menu a#de_link, #imprint #menu a#imprint_link {
      color: #000; }

#main {
  background: url(../images/backgrounds/page_headline.png) no-repeat;
  position: relative;
  padding: 1px 0; }
  #main h2 {
    border-bottom: 1px solid #f6f4f6;
    color: #d33c35;
    font-size: 1.4em;
    min-height: 109px;
    margin: 0 -240px 16px -30px;
    padding: 0 30px 0;
    position: relative;
    text-transform: uppercase; }
    * html #main h2 {
      height: 109px; }
    #main h2 span {
      bottom: 2px;
      display: block;
      position: absolute;
      width: 510px; }
  #main #content {
    padding-left: 30px;
    width: 510px; }
    #main #content p {
      margin: 1em 0; }
