body {
  background-color: #8C1000;
  background-image: url(bg.png);
  background-repeat: repeat-x;
  padding: 0px;
  margin: 0px;
  font-family: Trebuchet MS;
  font-size: 12px;
}

a { color: #FFFFFF;text-decoration:none; }
a:hover {color: #BBBBBB;text-decoration: underline; }

div#svedka {
  position: absolute; right: 10px; bottom: 0px;
}
div#koeh {
  position: absolute; top: 5px; right: 148px;
}
div#stadtgedanken {
  position: absolute; top: 14px; right: 10px;
}
div#header {
  position: absolute;
  left: 0px;
  top: 0px;
}
div#content {
  position: absolute;
  height: 330px;
  left: 10px;
  top: 148px;
}
div#content a img {
  border: 0px;
}
div#content #box {
  background-color: #bb352b;
  background-image: url(boxbackground.png);
  background-repeat: repeat-x;
  
  color: #FFFFFF;

  font-family: Trebuchet MS;
  font-size: 12px;

  position: absolute;
  left: 350px; /* 380 :) */
  top: -45px;
  
  padding: 10px;
  
  overflow: auto;
  
  height: 320px;
  width: 560px;
}
div#content #box h1 {
  font-size: 15px;
}

div#content #box td {
  vertical-align: top;
  padding: 3px;
}
div#content #box form table tr td input,textarea {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: transparent;
  width: 500px;
}
div#content #box form table tr td input.b {
  width: 100px;
}
div#content #box form table tr td.c {
  text-align: center;
  vertical-align: bottom;
  height: 50px;
}
div#content #box div.programm table {
  border-bottom: 1px solid #FFFFFF;
  width: 100%;
}
div#content #kontakt {
  position: absolute; top:90px; left:110px;
}
div#content #programm {
  position: absolute; top:-20px; left:-30px;
}
div#content #residents {
  position: absolute; top:20px; left:56px;
}
div#content #galerie {
  position: absolute; top: 52px; left:-20px;
}
div#content #impressum {
  position: absolute; left: -13px; top: 52px;
}
div#content .anfahrtbilder {
  position: relative;
  top: 180px;
  left: 50px;
}

div#footer {
  position: absolute; left: 0px; top: 450px;
}