*{
  margin: 0px;
  padding: 0px;
  }
body {
  background-color: #fff;
  }
#wrapper {
  position: relative;
  width: 840px;
  top: 0px;
  margin-left:auto;
  margin-right:auto;
  }
#header {
  z-index:1;
  position:absolute;
  top: 0px;
  left: 0px;
  }
#navigation {
  z-index:2;
  position:absolute;
  top: 107px;
  left: 0px;
  list-style: none;
  }
#navigation li {
  display: inline;
  }
#navigation li a {
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Courier new", serif;
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  background: url(grafik/nav_divider.gif) repeat-y left top;
  }
#navigation .first a  {
  background: none;
  }
#left {
  z-index:1;
  position:absolute;
  width: 220px;
  height: 420px;
  top: 140px;
  left: 0px;
  background: url(grafik/left_background.jpg) no-repeat top left;
}
#left h1 {
  text-decoration: underline;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Verdana", "san serif";
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  }
#left .center {
  text-align: center;
  }

#left p {
  margin-left: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: "Verdana", "san serif";
  color: #ffffff;
  font-size: 15px;
  }
#left #phone {
  position: absolute;
  top: 150px;
  left: 40px;
  }
#news {
  margin-top:10px;
  height: 400px;
  overflow: hidden;
  }
.omrust  {
  padding-top: 50px;
  font-family: "Courier new", serif;
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  
  }
#content {
  position:absolute;
  width: 620px;
  height: 420px;
  top: 140px;
  left: 220px;
  background: url(grafik/content_background.jpg) no-repeat top left;
  }
#omrusttekst {
  position: absolute;
  top: 50px;
  width: 580px;
  padding:10px;
  font-family: "Verdana", "san serif";
  text-align: center;
  color: #000;
  font-size: 18px;
  }
#kontakttekst {
  position: absolute;
  top: 150px;
  width: 620px;
  font-family: "Verdana", "san serif";
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  }
#kontakttekst a {
  text-decoration: underline;
  color: #000000;
  }  
#frontpicture{
  margin-top: 5px;
  margin-left: 5px;
  }