html, body, div#page {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

html>body div#page {
  height: auto;
}

* {
  margin: 0;
  padding: 0;
}

a:link {
  color: #3c78b5;
}

a:visited {
  color: #9f65b2:
}

a:hover {
  text-decoration: none;
}

body {
  background-color: #ccc;
  background-image: url(/images/body_bg.jpg);
  background-position: top center;
  background-repeat: repeat-y;
  color: #4c4c4c;
  line-height: 1.4em;
  font-family: Lucida Grande, Tahoma, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
}

div#page {
  position: absolute;
  top: 0;
  left: 0;
}

div#nonFooter {
  position: relative;
  width: 760px;
  margin: 0 auto;
  text-align: left;
  height: auto;
  padding-bottom: 3em;
}

.hidden {
  position: absolute;
  left: -10000px;
}

div#header {
  height: 66px;
  margin: 0 0 14px 0;
  padding: 4px;
  background-color: #036;
}

span.logo {
  height: 66px;
  width: 50px;
  padding: 0 16px;
  background: url(/images/stop.gif) no-repeat center;
}

h1#title {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 38px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}

h1#title a {
  color: white;
  text-decoration: none;
}

div#menu {
  float: left;
  width: 150px;
  margin-left: 10px;
  height: auto;
}

div#menu ul {
  list-style-type: none;
  background-color: #687f97;
  line-height: 20px;
}

ul.menu {
  background: url(/images/menu_top.gif) no-repeat;
  padding: 14px 14px 0 20px;
}

ul.submenu {
  padding-left: 10px;
}

div#menu ul li a {
  color: black;
}

div#menu div.bottom {
  background: url(/images/menu_bottom.gif) no-repeat;
  width: 150px;
  height: 15px;
  margin-bottom: 20px;
}

div#news {
  position: relative;
  width: 466px;
  margin-left: 200px;
  margin-bottom: 1em;
}

div#news h2 {
  background: url(/images/news_top.gif) no-repeat;
  background-color: #b90000;
  font-size: 14px;
  color: white;
  padding: 2px 14px;
}

div#news ul {
  background-color: #fae06c;
  padding: 10px 0 0 0;
}

div#news ul li {
  padding: 2px 22px 4px 2px;
  position: relative;
  Left: 14px;
  list-style-type: none;
}

div#news div.bottom {
  background: url(/images/news_bottom.gif) no-repeat;
  width: 466px;
  height: 15px;
}

div#content {
  margin: 10px 10px 20px 190px;
  height: auto;
}

div#content ul {
  padding: 0 0 20px 20px;
}

h2 {
  font-size: 20px;
  line-height: 23px;
  padding: 10px 0;
  margin-top: 30px;
}
h3 {
  font-size: 16px;
  line-height: 19px;
  text-decoration: underline;
  padding: 10px 0;
}

div#footer {
  clear: both;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2em;
  width: 100%;
  text-align: center;
}

div#footer a {
  color: #4c4c4c;
}

div#portrait {
  float: right;
}

div#desc {
  padding-bottom: 3em;
}

div#bilder {
  clear: both;
}

td {
  vertical-align: top;
}

table#terminplan {
  margin: 0;
  padding: 12px 0 0 0;
  border: 0;
}

table#terminplan tr td {
  padding: 2px;
}

table.preise {
  margin: 0;
  padding: 12px 0 0 0;
  border-collapse: collapse;
  border: 1px solid #e5eff8;
}

table.preise tr td {
  padding: 2px 10px;
  margin: 0;
  border-bottom: 1px solid #e5eff8;
}
table.preise tr.odd td {
  background-color: #f7fbff;
}
table.preise tr td.preis {
  text-align: right;
  padding-left: 20px;
}

tr.total td {
  border-top: 1px solid #000;
  border-bottom: 3px double #000;
  font-weight: bold;
}

p {
  margin-bottom: 1em;
}

.error {
  border: 1px solid #880000;
}

.error-message {
  color: #880000;
}

