body {
  color: #000;
  font: 13px sans-serif, Arial, "Myriad Pro";
  margin-bottom: 200px;
  background: url("images/bg.jpg");
} 

a {
  color: #2a077b;
}

h1 {
  font-weight: normal;
  font-size: 25px;
  margin-bottom: 11px;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  background: #000;
  color: #fff;
  padding: 3px;
  padding-left: 10px;
}

#container {
  position: absolute;
  left: 50%;
  top: 37px;
  margin-left: -355px;
  
  width: 710px;
  height: 600px;
}

#top {
  background: url("images/body_top.png");
  height: 173px;
}

#middle {
  padding-right: 17px;
  padding-left: 63px;
  background: url("images/body_middle.png");
}

#end {
  background: url("images/body_end.png") no-repeat;
  height: 150px;
}

#telefonnummer {
  background: url("images/telefonnummer.png");  
  height: 31px;
  width: 390px;
  position: relative;
  top: 39px;
  left: 307px;
}

#blogbutton {
  float: left;
  margin-left: -30px;
  margin-top: 50px;
}

#blogbutton img {
  border: none;
}

#navigation {
  float: left;
  margin: 50px 0 0 32px;
  padding: 0;
  list-style: none;
  width: 112px;
}

#navigation ul {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}

#navigation ul li {
  margin: 5px 0;
}

#navigation li {
  margin-bottom: 1em;
}

#navigation a {
  color: #000;
  text-decoration: none;
}

#navigation a:hover {
  color: #000;
  text-decoration: underline;
}

#navigation a img {
  border: none;
}

#main {
  float: right;
  width: 456px;
  margin: -73px 30px 4em 0;
}

#main p {
  margin: 0 0 1em 0;
  line-height: 1.5em;
}

.box {
  background: #eee;
  padding: 10px 10px 10px 10px;
  margin-bottom: 10px
}

.box h3 {
  margin: 0;
}

table {
  width: 100%;
  margin-bottom: 10px;
}

td {
  padding: 5px;
}

tr.even {
  background: #eee;
}

#footer {
  clear: both;
  font-size: 11px;
  text-align: center;
  color: #fff;
  background: #000;
  padding: 5px;
  height: 1em;
  margin: 0 5px;
}

#footer a {
  color: #fff;
  text-decoration: none;
}