html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0 none;
  padding: 0;
}

div.aussentable {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0 none;
  padding: 0;
  display: table;
}

div.aussentd {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0 none;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  text-align:center;
}

body {
  background-color: #3b444f;
  color: #533f3c;
  font: 14px/18px Arial, Helvetica, Geneva, sans-serif;
}

#box {
  background: url(../img/back_body.gif) no-repeat;
  width: 835px;
  height: 481px;
  text-align: left;
  position: absolute;
  top: 50%;
  margin-left: -416px;
  left: 50%;
  margin-top: -240px;
}

#logo {
  width: 121px;
  height: 105px;
  position: absolute;
  top: 21px;
  left: 544px;
}
#content {
  position: relative;
  width: 470px;
  height: 290px;
  z-index:1;
  text-align: center;
  top: 130px;
  left: 365px;
}

#content table {
  width: 100%;
  height: 100%;
}

#content .home {
  position: absolute;
  right: 0px;
  bottom: -60px;
}

#header {
  text-align: center;
  width: 272px;
  height: 333px;
  position: absolute;
  top: 146px;
  padding: 0;
  margin: 0;
  left: 130px;
  z-index: 2;
}

h1 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 0;
}

p {
  padding: 0;
  margin-bottom: 0.5em;
  margin-top: 0;
}

#header .subheader, #headerhome .subheader {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  color: #cbc5c5;
  left: 0;
  background: url(../img/subheader.gif) no-repeat center center;
}

span {
  visibility: hidden;
}

#headerhome {
  text-align: center;
  width: 272px;
  height: 402px;
  position: absolute;
  bottom: 0;
  padding: 0;
  margin: 0;
  left: 241px;
  z-index: 2;
}

.texthome {
  background: url(../img/header_home.gif) no-repeat center top;
}

.parking {
  position: relative;
  top: -20px;
  background: url(../img/header_anfahrt.gif) no-repeat center top;
  width: 200px;
  height: 90px;
  margin: auto;
}

#content .picanfahrt {
  position: absolute;
  right: 0px;
  bottom: -60px;
}

a {
  text-decoration: none;
  color: #533f3c;
}

#submenu {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 470px;
  left: 0;
  margin: 0;
  padding: 0;
}

#submenu ul {
  margin: 0 auto 0 158px;
  padding: 0;
  list-style-type: none;
  text-align: center;
  position: relative;
}

#submenu li {
  float: left;
  width: 27px;
  height: 12px;
}

#submenu a {
  display: block;
  width: 27px;
  line-height: 12px;
}
.aussentable .aussentd #box #content ol {
  list-style-type: lower-alpha;
  width: auto;
}
.aussentable .aussentd #box #content li { width: auto; }
