html {
  background-image: url("images/backgrnd.png");
  background-repeat: repeat-y;
  background-color: #7a7ace;
  font-size: 14px;
}
body,html {
  margin: 0;
  padding: 0;
}
/* Navigations-Menue ab hier */
#navigation {
  background-image: url("images/top.jpg");
  background-repeat: no-repeat;
  width: 743px;
  height: 131px;
  position: relative;
  margin: 0;
  padding: 0;
}
#navlist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navtitletext {
  display: none;
}
a.navlink span {
  display: none;
}
li.navitem {
  display: block;
  position: absolute;
  bottom: 20px;
  background-image: none;
  background-color: transparent;
}
a.navlink {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.subnavlist {
  display: none;
}
li:hover .subnavlist, li.IEhover .subnavlist {
  display: block;
  position: absolute;
  width: 7em;
  left: 0;
  top: 100%;
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-image: url("images/bgbluetr.png");
  background-repeat: repeat;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  list-style-type: none;
  z-index: 1;
}
.subnavlist li a, .subnavlist li a:visited {
  color: white;
  text-decoration: none;
  font-size: 80%;
}
#navangebot {
  left: 8px;
  width: 112px;
  height: 29px;
}
#navbrillen {
  left: 120px;
  width: 103px;
  height: 29px;
}
#navlinsen {
  left: 223px;
  width: 104px;
  height: 29px;
}
#navkontakt {
  left: 327px;
  width: 102px;
  height: 29px;
}
#navanfahrt {
  left: 429px;
  width: 102px;
  height: 29px;
}
#navyouoptik {
  width: 64px;
  height: 64px;
  left: 21px;
  top: 13px;
}
#contentrulertop {
  display: block;
  background-image: url("images/contentbgtop.png");
  width: 779px;
  height: 21px;
  margin-left: 28px;
  margin-top: 2px;
}
#content {
  display: block;
  background-image: url("images/contentbgmid.png");
  background-repeat: repeat-y;
  margin-top: 0;
  margin-left: 28px;
  width: 719px;
  padding: 0;
  padding-right: 40px;
  padding-left: 20px;
  text-align: center;
  line-height: 16px;
  border-style: solid;
  border-width: 0px;
  border-color: black;
}
.paragraph {
  position: relative;
  text-align: left;
}
#contentrulerbottom {
  background-image: url("images/contentbgbottom.png");
  background-repeat: no-repeat;
  display: block;
  width: 779px;
  height: 45px;
  margin-left: 28px;
  margin-top: 0;
}
.headline, .subheadline {
  display: block;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 22px;
  text-align: left;
  padding: 0;
  padding-top: 1px;
  padding-bottom: 1px;
}
.bottomnavbutton img {
  border-style: none;
  border-width: 0;
  margin-bottom: 20px;
}
#bnavlist {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 422px;
  height: 56px;
}
#bnavlist li {
  display: inline;
  margin: 0;
  padding: 0;
}
#bnavlist li span {
  display: none;
}
#bnavlist li a {
  display: block;
  width: 56px;
  height: 56px;
  margin: 0;
  margin-left: 2px;
  margin-right: 2px;
  float: left;
}
#bnavstart {
  background-image: url("images/startseite.gif");
  background-repeat: no-repeat;
}
#bnavangebot {
  background-image: url("images/angebote.gif");
  background-repeat: no-repeat;
}
#bnavbrillen {
  background-image: url("images/brillen.gif");
  background-repeat: no-repeat;
}
#bnavlinsen {
  background-image: url("images/linsen.gif");
  background-repeat: no-repeat;
}
#bnavkontakt {
  background-image: url("images/kontakt.gif");
  background-repeat: no-repeat;
}
#bnavanfahrt {
  background-image: url("images/anfahrt.gif");
  background-repeat: no-repeat;
}
#bnavoben {
  background-image: url("images/oben.gif");
  background-repeat: no-repeat;
}
#bnavfiller {
  display: block;
  width: 1px;
  height: 1px;
}
