* {
	padding: 0;
	margin: 0;
}
body {
  color: #373737;
  background-color: #FFF;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  text-align: justify;
}
p {
  line-height: 16px;
 } 
h1 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #373737;
}
h5 {
 font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
  color: red;
}
#content_all {
  width: 800px;
  margin: auto;
  position: relative;
}
#content {
  width: 798px;
  height: 460px;
  position: relative;
  top: 0px;
  left: 0px;
  border-right: 1px dotted;
  border-left: 1px dotted;
  border-color: black;
}
#header {
  width: 800px;
  height: 150px;
  position: relative;
  background-image: url(../img/header.jpg);
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
  margin: auto;
}
#header_sub {
  width: 800px;
  height: 80px;
  position: relative;
  background-image: url(../img/header_unten.jpg);
  background-repeat: no-repeat;
  bottom: 0px;
  left: 0px;
}
#logo {
  width: 300px;
  height: 50px;
  position: absolute;
  background-image: url(../img/logo_300x50.png);
  background-repeat: no-repeat;
  top: 200px;
  left: 180px;
  margin: auto;
}
#link {
  width: 550px;
  height: 30px;
  position: absolute;
  bottom: 50px;
  left: 30px;
  font-weight: bold;
}
#link a {
  text-decoration: none;
  display: inline;
  color: #339999;
  font-size: 12px;
  border: none;
  margin: 0;
}
#text_tip {
  width: 550px;
  height: 30px;
  position: absolute;
  top: 50px;
  left: 30px;
}
#text {
  width: 550px;
  height: 440px;
  position: relative;
  top: 80px;
  left: 30px;
}
#text01 {
  width: 300px;
  height: 440px;
  position: relative;
  top: 40px;
  left: 30px;
}
#text02 {
  width: 300px;
  height: 440px;
  position: absolute;
  top: 59px;
  right: 130px;
}
#text_bilder {
  width: 550px;
  height: 440px;
  position: relative;
  top: 30px;
  left: 30px;
}
#rabatt {
  width: 200px;
  height: 239px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 110px;
  right: 220px;
}
#img01 {
  width: 250px;
  height: 251px;
  background-image: url(../img/bild01.jpg);
  background-repeat: no-repeat;
  position: absolute;
  top: 250px;
  right: 30px;
  border: 1px dotted;
}
#img02 {
  width: 250px;
  height: 251px;
  background-image: url(../img/bild02.jpg);
  background-repeat: no-repeat;
  position: absolute;
  top: 100px;
  right: 30px;
  border: 1px dotted;
}
#img03 {
  width: 250px;
  height: 251px;
  background-image: url(../img/bild03.jpg);
  background-repeat: no-repeat;
  position: absolute;
  top: 250px;
  right: 30px;
  border: 1px dotted;
}
#text a {
  text-decoration: none;
  display: inline;
  color: #339999;
  font-size: 12px;
  border: none;
  margin: 0;
}
a {
  text-decoration: none;
  display: inline;
  color: #333333;
  font-size: 14px;
  border: none;
  margin-right: 30px;
}
#main {
  display: inline;
  list-style-type: none;
  font-weight: bold;
}
#main a.current {
  color: #339999;
}
#main a:active, a:hover {
  color: #339999;
}
#navigation {
  width: 700px;
  height: 20px;
  text-align: left;
  position: relative;
  top: 20px;
  left: 30px;
}
#navigation li {
  display: inline;  
}