@charset "utf-8";
/* CSS Document */

body {
  margin: 0px;
  border: 0px;
  padding: 0px;
}

img {
  border: 0px;
}

#main {
  text-align: center;
  margin:0em 20%
}

#hintergrund {
  background-color: #000000;
  width: 100%;
  height: 100%;
}


#header {
  background-color: #4C0000;
  width: 100%;
  height: 1%;
/*  min-height: 86px;*/
  float: none;
}

#content {
  background-image: url(images/hintergrund_content.png);
  background-repeat: no-repeat;
  width: 634px;
  height: 616px;
  float: left;
  margin-left: auto;
  margin-right:	auto;
  text-align: left;
}

#mitte-hintergrund {
  background-image: url(images/hintergrund_verlauf.png);
}

#body-links {
  background-image: url(images/hintergrund_verlauf.png);
  background-repeat: repeat-x; 
  margin-left: auto;
  height: 616px;
  float: left;
  display: block;
}

#body-rechts {
  background-image: url(images/hintergrund_verlauf.png);
  background-repeat: repeat-x;
  /*width: auto;*/
  height: 616px;
  display: block;
}


#footer {
  background-color: #8C0000;
  width: 100%;
  height: 1%;
  text-align: center;
  font-size: 8px;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  color: #666666;
/*  min-height: 82px;*/
}

#visual {
  margin: 0;
  margin-top: 50px;
  margin-left: 21px;
  margin-bottom: 25px;
  padding: 0;
}

#seitentitel {
  margin-left: 230px;

}

#copy {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  color: #808080;
  margin-left: 230px;
  margin-top: 8px;
  width: 295px;
}


/* Navigationselemente */

#hauptnavigation {
  float: left;
  margin-left: 110px;
  margin-top: 3px;
}

.menupunkt-main-boutique {
  display: block;
}
.menupunkt-main-angebot {
  display: block;
  margin-top: 17px;
}
.menupunkt-main-zeiten {
  display: block;
  margin-top: 14px;
}
.menupunkt-main-kontakt {
  display: block;
  margin-top: 14px;
  margin-bottom: 40px;
}