body {
  background: white url('images/background.png') repeat-x;
  color: #333;
  font-family: Times, Serif;
  text-align: center;
  font-size: 14pt;
  /* font-variant: small-caps; */
  margin: 0;
  padding: 0;
}

a, a:visited {
  color: #000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3 {
  font-weight: normal;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

strong {
  
}

p {
  line-height: 1.4em;
}

#wrapper {
  margin: 0 auto;
  width: 800px;
}

#head {
  background: url('images/head.png') no-repeat;
  background-position: 50% 0;
  height: 200px;
}

#head h1, #head h2, #head p {
  display: none;
}

#navigation {
  border-top: 4px solid #dedede;
  padding-top: 20px;
}

#navigation ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
  height: 48px;
  width: 800px;
  position: relative;
}

#navigation a {
  display: block;
  width: 200px;
  margin: 0;
  
  overflow: hidden;
  height: 0px !important;
  height /**/:48px;
  padding-top: 48px;
  
  position: absolute;
  top: 0;
}

#nav_start a {
  background: url('images/start.png') no-repeat;
  left: 50px;
}

#nav_leistungen a {
  background: url('images/service.png') no-repeat;
  left: 300px;
}

#nav_kontakt a {
  background: url('images/contact.png') no-repeat;
  left: 550px;
}

#content {
  clear: both;
  border-top: 1px solid #fff;
}

#content div h2 {
  margin-top: 0;
}

#content div.left {
  float: left;
  width: 48.5%;
}

#content div.right {
  padding: 0;
  margin-left: 52.5%;
}

#content p.frame {
  margin: 0 0 20px 0;
}

#content p.frame img {
  padding: 4px;
  border: 2px solid #dedede;
}

#contact {
  float: left;
  width: 50%;
  margin: 1em 0;
}

#contact p {
  margin: 1.5em 0;
}

#service {
  margin: 1em 0 0 50%;
}

#content ul {
  margin: 1.5em 0;
  padding: 0;
  list-style-type: none;
}

#content ul li {
  margin: 0 0 1.0em 0;
  padding: 0;
}

#foot {
  border-top: 4px solid #dedede;
  clear: both;
}

p.flyer {
  width: 80%;
  margin-left: 7.5%;
  padding: 0.5em;
  border: 2px solid #dedede;
  font-size: 0.9em;
}

.clear {
  clear: both;
}

.pt {
  margin-top: 5%;
}
