/* Begin CSS Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/* End CSS Reset */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

body {
  background-color: white;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  color: black; }

a {
  text-decoration: none;
  color: black; }

img {
  border-style: none; }

#page {
  background-image: url("../images/background.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: white;
  margin: 0px auto;
  width: 1104px; }

#header {
  width: 1104px;
  height: 131px;
  background-image: url("../images/header.png");
  background-repeat: no-repeat;
  background-position: center top; }

#navigation {
  width: 1104px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center top; }
  #navigation.active0 {
    background-image: url("../images/navigation_0.png"); }
  #navigation.active1 {
    background-image: url("../images/navigation_1.png"); }
  #navigation.active2 {
    background-image: url("../images/navigation_2.png"); }
  #navigation ul {
    padding: 17px 0px 0px 0px; }
    #navigation ul li {
      display: inline-block;
      list-style-type: none;
      width: 318px;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 0px; }
      #navigation ul li.active {
        color: #9e2b2b; }
      #navigation ul li a:hover {
        color: #9e2b2b; }

#content {
  padding-left: 46px;
  padding-right: 414px;
  min-height: 400px;
  margin-bottom: 20px; }
  #content .leftcolumn {
    float: left;
    padding-right: 23px;
    width: 483px; }
  #content .rightcolumn {
    float: left;
    padding-left: 23px;
    width: 483px; }
  #content p {
    margin-top: 20px;
    line-height: 1.4em; }
  #content h1 {
    margin-bottom: 10px;
    font-size: 130%;
    font-weight: bold; }
  #content h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 120%;
    font-weight: bold; }
  #content h3 {
    margin-top: 20px;
    margin-bottom: 7px;
    font-size: 105%;
    font-weight: bold; }
  #content ul {
    margin-top: 10px;
    margin-bottom: 10px; }
  #content li {
    line-height: 1.2em;
    padding-top: 0.2em;
    margin-left: 40px;
    list-style-type: disc; }
  #content a {
    color: #656565; }
  #content a:hover {
    color: #9e2b2b; }
  #content table {
    margin-left: 30px; }
    #content table td {
      vertical-align: top;
      text-align: left;
      padding: 5px; }

#footer {
  width: 1104px;
  height: 106px;
  background-image: url("../images/footer.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-left: auto;
  margin-right: auto; }
  #footer .leftcolumn {
    float: left;
    width: 358px;
    text-align: left;
    padding: 45px 0px 0px 20px; }
  #footer .centercolumn {
    float: left;
    width: 358px;
    text-align: center;
    padding-top: 15px; }
  #footer .rightcolumn {
    float: left;
    width: 358px;
    text-align: right;
    padding-top: 15px; }

form.reservieren td.label {
  width: 120px;
  vertical-align: top;
  padding-top: 3px; }
