html, body {
  font-size: 12px;
  font-family: Arial;
  color: #4E4E4D;
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: 100%;
  }

#rahmen {
  min-height: 100%;
  width: 100%;
  text-align: center;
  background-image: url(hintergrund.gif);
  background-position: center top;
  background-repeat: repeat-y;
  }

* html #rahmen {
  height: 100%;
  }

#abstand {
  height: 50px;
  width: 100%;
  text-align: center;
  margin: 0;
  }

#header {
  height: 80px;
  width: 100%;
  text-align: center;
  background-color: #000000;
  }

#headergrafik {
  height: 50px;
  width: 760px;
  margin: 0 auto;
  background-image: url(header.gif);
  background-position: left top;
  background-repeat: no-repeat;
  text-align: left;
  }

* html #headergrafik {
  background-position: center top;
  }

#logo {
  height: 80px;
  width: 760px;
  margin: 0 auto;
  background-image: url(logo.gif);
  background-position: left top;
  background-repeat: no-repeat;
  text-align: left;
  }

#logo a {
  display: block;
  height: 80px;
  text-decoration: none;
  }

#logo a.spital {
  width: 180px;
  float: left;
  }

#logo a.index {
  width: 580px;
  float: left;
  }

#content {
  clear: both;
  width: 760px;
  margin: 0 auto;
  text-align: left;
  }

#stream {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  }

#stream img {
  margin-top: 20px;
  }

#spalte {
  float: left;
  width: 180px;
  height: 150px;
  margin-left: 40px;
  }

#band {
  width: 760px;
  height: 150px;
  margin: 0 auto;
  clear: both;
  }

#border {
  clear: both;
  width: 20px;
  height: 150px;
  float: left;
  }

#image1 {
  width: 270px;
  height: 150px;
  float: left;
  text-align: right;
  }

#image2 {
  width: 170px;
  height: 150px;
  float: left;
  text-align: right;
  }

#info1 {
  width: 470px;
  height: 150px;
  float: left;
  text-align: left;
  background-image: url(verlauf1.gif);
  background-position: left center;
  background-repeat: no-repeat;
  }

#info2 {
  width: 570px;
  height: 150px;
  float: left;
  text-align: left;
  background-image: url(verlauf2.gif);
  background-position: left center;
  background-repeat: no-repeat;
  }

#bandname {
  height: 66px;
  }

#description {
  height: 18px;
  }

#link {
  height: 66px;
  }

#footer {
  clear: both;
  width: 760px;
  margin: 0 auto;
  margin-top: 50px;
  height: 100px;
  text-align: center;
  }

#content p {
  padding: 0 20px 10px 20px;
  margin 0;
  }

#content p.upper {
  padding: 20px;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  }

p {
  padding: 30px;
  font-size: 13px;
  }

p.center {
  text-align: center;
  }

p.info {
  color: #FFFFFF;
  }

p.info a {
  color: #B0B0B0;
  }

a {
  color: #4E4E4D;
  }

a.mehr {
  color: #41738C;
  font-weight: bold;
  }

img {
  border: 0;
  }

h1 {
  font-size: 26px;
  padding: 30px 0 0 0;
  margin: 0;
  }

h2 {
  font-size: 12px;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  }

h3 {
  font-size: 20px;
  color: #640000;
  padding: 10px 0 0 0;
  margin: 0;
  }

#spalte h3 {
  font-size: 14px;
  color: #640000;
  padding: 0;
  margin: 0;
  }

h1 a {
  text-decoration: none;
  color: #4E4E4D;
  }
