  body {
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: black; background-color: #ffffff;
    margin: 0em;
  }

  ul#Navigation {
    margin: 0; padding: 0.3em;
    text-align: center;
    background-color: #eeeeee;
    background: url(gradient_inv.png) repeat-x bottom;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0.2em; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
    padding: 0.3em 0.5em;
    text-decoration: none;
    font-weight: bold;
    color: #BC0826;
  }

  ul#Navigation a:hover, ul#Navigation span {
    color: white; background-color: #bbbbbb;
    background: url(nav_hl.png) repeat-x;
  }

  h1 {
    margin: 0em;
  }


#content {
    width: 760px;
    margin: 0 auto 5px auto;
    padding: 20px 0 20px 0;
    overflow: hidden;
    min-height: 400px;
}

#content .cleft {
   float:left;
   width: 360px;
   padding: 0 9px 9px 9px;
   background: url(boxbody.png) no-repeat bottom;
   min-height: 250px;
}

#content .cright {
   width: 360px;
   float: right;
   padding: 0 9px 9px 9px;
   background: url(boxbody.png) no-repeat bottom;
   min-height: 250px;
}

#footer {
    margin: 0; padding: 0.3em;
    text-align: center;
    background-color: #eeeeee;
    background: url(gradient.png) repeat-x;
    font-size: 0.75em;
    color: #aaaaaa;
  }

#footer a {
    color: #888888;
    text-decoration: none;
}

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

#header {
    width: 760px;
    margin: 0 auto 5px auto;
    padding: 10px 0 10px 0;
    overflow: hidden;
}

#header .headertext {
    text-align: right;
    font-size: 0.8em;
    color: #aaaaaa;
}

#header .headertext a {
    color: #888888;
    text-decoration: none;
}

#header .headertext a:hover {
    color: #888888;
    text-decoration: underline;
}

h2 {
    margin: 0px;
    padding: 0 0 5px 0;
}

h2.box {
    text-align: center;
    margin: 0px;
    padding: 5px;
    background: url(boxheader.png) no-repeat;
}


ul {
    margin: 0px;
    padding: 0 0.5em 0 1.5em;
    line-heigth: 1.1em;
}

li.inhalt {
    padding: 0 0 0.3em 0;
}