body {
  margin: 0;
  padding: 0 0 50px 0;
  background: #ccd6e0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

/* ALLGEMEIN ################################################# */
/* ########################################################### */
a {
  color: #000000;
  text-decoration: none;
}
a img {
  border: none;
}
.left {
  position: absolute;
  left: 0;
}
.right {
  position: absolute;
  right: 0;
}
.top {
  position: absolute;
  top: 0;
}
.bottom {
  position: absolute;
  bottom: 0;
}
.rot {
  display: block;
  color: #f51605;
  margin-left: 130px
}


.contact {
  position: relative;
  width: 300px;
  height: 25px;
  padding-top: 3px;
}
.contact input {
  position: absolute;
  left: 130px;
  top: 0;
  width: 160px;
  height: 16px;
  font-size: 11px;
}

.contact select {
  position: absolute;
  left: 125px;
  top: 0;
  height: 20px;
  margin: 0 0 7px 5px;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.contact-textarea {
  position: relative;
  width: 440px;
  height: 80px;
  padding-top: 3px;
}
.contact-textarea textarea {
  position: absolute;
  left: 130px;
  top: 0;
  font-size: 11px;
}
.button {
  margin-left: 140px;
}
.rabatte {
  background: #ffffff;
}
.rabatte th {
  font-weight: bold;
  background: #e3e6f0;
}
.rabatte td {
  vertical-align: top;
  text-align: center;
  width: 60px;
  padding: 3px 0 3px 0;
  background: #f4f5f9;
}
.rabatte tr {
  background: url(../img/trennung.jpg) bottom no-repeat;
}

.download_link img {
  vertical-align: middle;
}


/* ENDE ALLGEMEIN ############################################ */
/* ########################################################### */


/* HEADLINES ################################################# */
/* ########################################################### */
h1 {
  position: relative;
  top: 5px;
  margin: 0 0 30px 0;
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
}
#content-right h2 {
  position: relative;
  top: 14px;
  right: 12px;
  margin: 0;
  color: #0b1f57;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  text-align: right;
  }
#content-right h3 {
  margin: 20px 0 15px 0;
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.login-box h3 {
  margin: 20px 0 15px 0;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}
#content-left h2 {
  position: relative;
  top: 10px;
  line-height: 20px;
  margin: 0 0 20px 0;
  color: #0b1f57;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  }

/* ENDE HEADLINES ############################################ */
/* ########################################################### */

/* HEADER #################################################### */
/* ########################################################### */
#header {
  position: relative;
  top: 20px;
  width: 1000px;
  height: 168px;
  background: url(../img/header-bg.jpg) repeat-x;
  z-index: 1;
}
#logo {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 402px;
  height: 186px;
  background: url(../img/logo-hv-mard.jpg) no-repeat;
}
#logo h1 {
  margin: 0;
  text-indent: -999em;
}

/* MENU ###################################################### */
#menu {
  position: absolute;
  top: 129px;
  left: 10px;
  line-height: 33px;
}
.obermenu {
  position: relative;
  float: left;
}
.obermenu a {
  display: block;
  float: left;
  height: 33px;
  padding: 0 20px 0 20px;
  font-size: 13px;
}
.submenu {
  position: absolute;
  display: none;
  z-index: 2;
  text-align: center;
}
.submenu-bg {
  overflow: hidden;
  width: 176px;
  background: url(../img/submenu-bg.png) repeat-y;
}
.submenu a {
  display: block;
  width: 172px;
  height: 30px;
  margin: 0 2px 0 2px;
  padding: 5px 0 0 0;
  background: url(../img/submenu-trennung.png) bottom no-repeat;
  font-size: 11px;
}


#submenu_produkte {
  left: -35px;
}
#submenu_wissenswertes {
  left: -18px;
}
#submenu_fragen {
  left: -4px;
}
#submenu_download {
  left: -12px;
}
#submenu_kontakt {
  top: 33px;
  left: -38px;
}


/* ENDE HEADER ############################################### */
/* ########################################################### */


/* CONTENT ################################################### */
/* ########################################################### */
#main {
  position: relative;
  left: 50%;
  width: 500px;
  margin-left: -500px;
}

#content {
  overflow: hidden;
  position: relative;
  top: 20px;
  width: 1000px;
  padding-bottom: 20px;
  background: url(../img/main-bg.png) repeat-y;
  line-height: 16px;
}

.content-img {
  float: right;
  margin: 0 10px 10px 10px;
  padding: 10px;
  border: 1px solid #ccd6e0;
  -moz-border-radius: 10px;
}


/* CONTENT Linke Spalte ###################################### */
#content-left {
  overflow: hidden;
  position: relative;
  width: 670px;
  margin: 40px 0 0 25px;
  float: left;
}
.content-left-lauftext {
  width: 668px;
  background: url(../img/content-bg.png) repeat-y;
}
.inhalt {
  margin: 20px 35px 40px 35px;
}
#content-left ul {
  margin-left: -20px;
  list-style: none;
  color: #000000;
}
#content-left li {
  margin: 5px 0 5px 0;
  padding-left: 25px;
  background: url(../img/list-item.png) 0 3px no-repeat;
}
.content-box {
  position: relative;
  width: 280px;
  border: 1px solid #ccd6e0;
  -moz-border-radius: 10px;
  padding: 10px 0 10px 0;
  float: left;
  text-align: center
}
.content-box img {
  margin-bottom: 5px;
}
.img {
  margin: 10px 5px 5px 5px;
  padding: 10px;
  border: 1px solid #ccd6e0;
  -moz-border-radius: 10px;
  background: #ffffff;
}
/* CONTENT Rechte Spalte ###################################### */
.content_right {
  position: relative;
  overflow: hidden;
  width: 263px;
  margin: 20px 25px 0 0;
  float: right;
}
#content-right {
  clear: right;
  position: relative;
  overflow: hidden;
  width: 263px;
  margin: 40px 25px 0 0;
  background: url(../img/right-bg.png) repeat-y;
  float: right;
  color: #ffffff;
  line-height: 18px;
}
#content-right a {
  color: #ffffff;
}
.lauftext-right {
  position: relative;
  top: 14px;
  left: 4px;
  width: 230px;
  min-height: 200px;
  margin-bottom: 15px;
  padding: 10px 15px 10px 10px;
  background: #39539d url(../img/rechts_bg.jpg) repeat-x;
}
#content-right ul {
  margin-left: -20px;
  list-style: none;
  color: #ffffff;
}
#content-right li {
  margin: 5px 0 5px 0;
  padding-left: 25px;
  background: url(../img/list-item.png) 0 3px no-repeat;
}

.content-right-box {
  position: relative;
  overflow: hidden;
  width: 263px;
  margin: 20px 25px 0 0;
  clear: right;
  float: right;
}



.content-right-box .content-box {
  width: 260px;
  border: 1px solid #ccd6e0;
  -moz-border-radius: 10px;
  padding: 10px 0 10px 0;
  text-align: center;
}
.spiegelung {
  position: absolute;
  top: 2px;
  right: 10px;

}

.login-box {
  position: relative;
  clear: right;
  float: right;
  width: 230px;
  border: 1px solid #ccd6e0;
  -moz-border-radius: 10px;
  padding: 10px 15px 10px 15px;
}


.login-box .contact {
  position: relative;
  left: 0px;
  width: 230px;
  height: 25px;
  padding-top: 3px;
  text-align: left;
}
.login-box .contact input {
  position: absolute;
  left: 85px;
  top: 0;
  width: 140px;
  height: 16px;
}
.login-button {
  position: relative;
  left: 87px;
}


/* ENDE CONTENT ############################################## */
/* ########################################################### */

#footer {
  position: relative;
  left: 50%;
  width: 1000px;
  margin-left: -500px;
}
#footer-links {
  float: right;
  margin: 10px 20px 0 0;
}
#footer-links a {
  padding: 0 10px 0 10px;
}
#footer-links a:hover {
  text-decoration: underline;
}


/* SLIDES ################################################### */
/* ########################################################## */
#myController {
  position: relative;
  top: -10px;
  cursor: pointer;
  width:600px;
}
#myController span {
  color:#000000;
  font-size:12px;
  padding: 3px 0 3px 0;
}
#jFlowSlide {
  clear: both;
  position: relative;
  top: 10px;
}
.jFlowControl {
  display: block;
  float: left;
  width: 145px;
  height: 30px;
  line-height: 30px;
  color: #000000;
  background: url(../img/subsub-menu.jpg) bottom no-repeat;
  text-align: center;
}
#myController span.jFlowSelected {
  display: block;
  float: left;
  width: 145px;
  height: 30px;
  color: #000000;
  background: url(../img/subsub-menu-active.jpg) bottom no-repeat;
  font-size:12px;
}

.jFlowPrev {
  margin-left:30px
}
.jFlowNext{

  }
