* {
  margin: 0;
  padding: 0;
}

body {
  background: #5E5E5D;
  font-family:  Tahoma, Arial, sans-serif;
  font-size: 0.70em;
  line-height: 1.35em;
  color: #000;
  text-align: center;
}

/* ----------------------- Container ---------------------- */

#wrapper {
  background: #FFE3C5 url(gfx/bg_wrapper.jpg) 0 0 no-repeat;
  margin: 30px auto 0;
  width: 950px;
  height: 666px;
  text-align: left;
}

#header {
  position: relative;
  height: 110px;
}
#info {
  padding: 15px 0 0 20px;
  color: #FFF;
}
#info a {
  color: #FFF;
}

#content {
  position: relative;
}
#wir_bieten {
  position: absolute;
  top: 45px;
  left: 70px;
  width: 190px;
  height: 150px;
}
#ausstattung {
  position: absolute;
  top: 200px;
  left: 250px;
  width: 150px;
  height: 150px;
}
#garten {
  position: absolute;
  top: 330px;
  left: 65px;
  width: 150px;
  height: 80px;
}
#sport {
  position: absolute;
  top: 335px;
  left: 340px;
  width: 470px;
  height: 50px;
}
#scheibenberg {
  position: absolute;
  top: 370px;
  left: 515px;
  width: 290px;
  height: 100px;
}
#scheibenberg p {
  padding-bottom:0;
}
#scheibenberg p.zwei {
  padding-left: 70px;
}




/* ----------------------- verschiedenes ---------------------- */

p, table, ul {
  padding: 0 0 5px 0;
}

h1, h2, h3, h4, h5, h6 {
  padding: 20px 0 15px 0;
}
h1 {
  font-size: 1.5em;
  font-weight: normal;
}
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1.1em;
}

a {
  color: #000;
  text-decoration: underline;
}
a:active, a:focus {outline: none}

ul, li {
  list-style: none;
}

li {
  background: transparent url(gfx/bg_li.gif) 0 7px no-repeat;
  padding: 0 0 0 10px;

}

.clear {
  clear: both;
}