* {
  font-family: sans-serif;
  line-height: 18px;
}

html, body {
  min-height: 100%;
}

body {
  margin: 0px auto;
  background-color: white;
  font-size: 12px;
}

div#wrapper {
  display: block;
  position: absolute;
  top: 50%;
  min-height: 360px;
  min-width: 100%;
  margin-top: -220px;
}

div#top {
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #00558c;
  margin-bottom: 8px;
}

div#logos {
  display: block;
  margin: 0 auto;
  width: 820px;
  height: 70px;
  padding-top: 10px;
}

div#middle {
  display: block;
  background-image:url('gfx/bg.gif');
  background-repeat: repeat-x;
  height: 311px;
}

div#innerwrapper {
  display: block;
  height: 311px;
  width: 1230px;
  margin: 0 auto;
}

div#left {
  display: block;
  background-image:url('gfx/bg_left.gif');
  height: 311px;
  width: 205px;
  float: left;
}

div#center {
  margin: 0 auto;
  height: 311px;
  min-height: 100%;
  width: 780px;
  float: left;
  background-color: white;
  overflow: auto;
  text-align: center;
  padding: 20px;
  padding-top:0px;
  padding-bottom:0px;
}

div#right {
  display: block;
  background-image:url('gfx/bg_right.gif');
  height: 311px;
  width: 205px;
  float: left;
}

div#bottom {
  display: block;
  margin: 0 auto;
  margin-top: 1px;
  background-color: #ef6022;
  padding-top: 11px;
  padding-bottom: 10px;
  text-align: center;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: white;
}

div#bottom a {
  color: white;
  text-decoration: none;
  padding-right: 30px;
}

h1, h2, p {
  color: #00558c;
}

h1 {
  font-size 16px;
  margin-top: 10px;
}

h2 {
  font-size: 14px;
  padding-bottom: 0px;
  margin-bottom: -11px;
}

table {
  color: #00558c;
  border-spacing: 0px;
}

table#preise {
  text-align:center;
  border: 1px solid #00558c;
}

td, th {
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

table#preise td, table#preise th {
  border: 1px solid #00558c;
}

label {
  display: block;
  float: left;
  width: 120px;
  color: #00558c;
  margin-top: 6px;
}

input, textarea {
  border: 1px solid #00558c;
  color: #00558c;
  background-color: white;
  width: 300px;
  margin-top: 6px;
}

input.submit {
  background-color: #00558c;
  color: white;
  width: 140px;
  margin-left: 120px;
}