html, body {
    font-size: 14px;
    font-family: Scada;
    line-height: 19px;
    word-spacing: 1.1px;
    color: #985316;
    height: 100%; 
}

#page {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    background-color: #transparent;
    background-image: url(../images/Hintergrund.jpg);
    background-position: bottom center;
    background-attachment:fixed;
    background-repeat: repeat-x;
    bottom: 0px;
    padding-bottom: 0px;
    background-size: 100%;
}

.output_error {color: #f00;}
.unterpunkt {margin-left: 15px;}
a {color: #985316;}
a:hover {color: #f18696;}

img {border:none;}


header {
    width: 100%; 
    height: 120px; 
    background-color: transparent;
    z-index: 1000;
    -webkit-box-shadow: 3px 10px 18px #ededed; /* webkit browser*/ 
    -moz-box-shadow: 3px 10px 18px #ededed; /* firefox */ 
    box-shadow: 3px 10px 18px #ededed;
}
.mitte, article {margin: 0 auto; width: 1100px;}
.logo {float: left; width: 250px; margin-top: 10px;}
.active {color: #c19b7a; text-decoration: underline;} 

.logo {float: left; width: 35%;}
.headline1 {float: left; width: 40%; margin: 10px 2%;}
.hotline {float: right; margin-top: 10px; width: 20%;}
.hotline b {font-size: 19px;}


.titelbild { display: none;
    width: 100%; background-image: url('../images/headerbild.jpg'); height: 300px; position: absolute; margin-top: 75px; clear: both; 
    -webkit-box-shadow: inset 0px -5px 2px #ffffff; -moz-box-shadow: inset 0px -5px 2px #ffffff; box-shadow: inset 0px -5px 2px #ffffff;}
    
article {padding: 20px 0px 50px 0px; overflow: auto; background-image: url('../images/content_trans.png');}
.content {float: left; width: 860px; border-right: 1px solid #c7cacd; padding: 10px 30px 10px 10px; margin-right: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
aside {float: left; width: 200px; padding: 10px;}
footer {
    margin: 0px 0px 0px 0px; background-image: url('../images/rauschen.png'); background-color: #f4eae3;
    border-top: 1px solid #000; font-size: 12px; line-height: 16px; padding: 5px 0px 4px 0px; color: #000;
    position: relative; line-height: 20px; margin-top: -30px; clear: both;
}
.footer_links {float: left; width: 220px; display: none;}
.footer_rechts {float: left; width: 220px; display: none;}
footer hr {display:none;}

hr {margin: 10px 0px; border-bottom:1px solid #c7cacd; border-top:1px solid #transparent; border-left:0px; border-right:0px; color: #c7cacd; width: 100%; padding: 0px;}
article hr {margin: 10px 0px; border-bottom: 1px solid #c7cacd; border-top:none; border-left:none; border-right:none; color: #c7cacd; width: 100%; padding: 0px;}

article ul {padding: 0px 40px; margin: 0px 0px 15px 0px; border: 0px solid #f18696; font-weight: 700;}
aside ul {margin: 0px 0px 0px 15px; padding: 0px;}
aside ul li {list-style: none;}
aside ul li a {text-decoration: none;}

.form_links {float: left; width: 48%; margin-right: 4%;}
.form_rechts {float: left; width: 48%;}
.zeile {float: left; width: 100%; vertical-align: middle; display: table-cell; margin-bottom: 10px;}
.text {float: left; width: 40%;}
.input {float: left; width: 60%;}
                   
.ausgleich_hoehe {height: 30px;}
.ausgleich_hoehe1 {height: 37px;}
.ausgleich_hoehe2 {height: 35px;}
.ausgleich_hoehe3 {height: 30px;}
.ausgleich_hoehe4 {height: 89px;}
.ausgleich_hoehe5 {height: 41px;}

input, select, textarea {outline: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
input[type=submit], input[type=button], input[type=reset], #login input[type=submit], button {
  cursor: pointer;
  font-family: Scada;
  color: #ffffff;
  text-shadow: 0px 0px 0px #808080;
  padding: 5px 12px;
  border-radius: 3px;
  border: none;
    background: #f18696;
    background: linear-gradient(top,  #ffb7c2,  #f18696);
    background: -ms-linear-gradient(top,  #ffb7c2,  #f18696);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffb7c2), to(#f18696));
    background: -moz-linear-gradient(top,  #ffb7c2,  #f18696);
    text-shadow: 1px 1px 0px #000;
    font-size: 14px;
}
input[type=text], input[type=email], input[type=date], input[type=time], input[type=password], select, textarea {
    width: 100%;
    font-family: Scada;
    border: none;
    background-color: #d8d8d8;
    padding: 3px 0px 3px 5px; 
    border-radius: 3px;
    font-weight: 400;
    background: linear-gradient(top,  #b8b8b8,  #d8d8d8);
    background: -ms-linear-gradient(top,  #b8b8b8,  #d8d8d8);
    background: -webkit-gradient(linear, left top, left bottom, from(#b8b8b8), to(#d8d8d8));
    background: -moz-linear-gradient(top,  #b8b8b8,  #d8d8d8);
    font-size: 14px;
}
select {width: 100%;}
textarea {width: 100%; height: 70px; font-size: 13px;}
input img {float: right; width: 30%;}
input[name="strasse"], input[name="liefer_strasse"] {width: 78%; float: left;}
input[name="hnr"], input[name="liefer_hnr"] {width: 20%; float: right;}
input[name="plz"], input[name="liefer_plz"]  {width: 25%; float: left;}
input[name="ort"], input[name="liefer_ort"]  {width: 73%; float: right;}
input[name="bis_mm"]  {width: 48%; float: left;}
input[name="bis_jj"]  {width: 48%; float: right;}
input[name="von"]  {width: 45%; float: left;}
input[name="bis"]  {width: 45%; float: right;}
input[name="agb"]  {width: 35px;}
input[name="widerruf"]  {width: 35px;}
input[name="check_code"]  {width: 30%; float: left;}
input[name="loginname"]  {width: 200px;}
input[name="subdomain_name"]  {width: 200px;}
select[name="form_monat"]  {width: 200px; margin-bottom: 10px;}
select[name="kampagnen"]  {width: 200px; margin-bottom: 10px;}


h1, h2, h3, h4, h5, h6 {margin: 0px; padding: 0px; font-weight: 700;}
h1 {color: #f18696; font-size: 23px; margin: 0px 0px 10px 0px; line-height: 23px;}
h2 {color: #000000; font-size: 18px; margin: 0px 0px 3px 0px;}
h3 {color: #000000; font-size: 16px;}
h4 {color: #f18696; font-weight: 700; font-size: 15px; border-bottom: 1px solid #c7cacd; margin: 0px 0px 12px 0px;}

.reiter {
    cursor: pointer;
    color: #ffffff;
    text-shadow: 0px 0px 0px #808080;
    padding: 5px 12px;
    width: auto;
    margin: 0px 10px 10px 0px;
    float: left;
    border-radius: 3px;
    border: none;
    background: #f18696;
    background: linear-gradient(top,  #ffb7c2,  #f18696);
    background: -ms-linear-gradient(top,  #ffb7c2,  #f18696);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffb7c2), to(#f18696));
    background: -moz-linear-gradient(top,  #ffb7c2,  #f18696);
}
.reiter a {color: #ffffff; text-decoration: none;}

.loginform {display: block; border: 0px solid; margin-top: 5px;}
.loginform img {margin-top: 5px; margin-bottom: 5px;}
.loginform {
    position: absolute; 
    z-index: 1001;
    width: 220px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    margin: 150px 0px 0px 860px;
    padding: 10px;
    color: #c19b7a;
    background-color: #f18696;
}

.sortierung {border: 1px solid #c7cacd; padding: 10px; margin: 0px 0px 10px 0px;}

.seitenzahl {border: 1px solid #b3b3b3; padding: 1px 8px 3px 8px; margin: 0px 5px; font-size: 15px;}
.seitenzahl_active {border: 1px solid #f18696; padding: 1px 8px 3px 8px; margin: 0px 5px; font-size: 15px;}

.loginform a {color: #000; float: right; font-size: 11px;}
.mobile_nav {display: none;}

.artikel {float: left; width: 250px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px; border: 1px solid #b3b3b3; margin: 0px 5px 5px 0px;}
.artikel_img {height: 280px; text-align: center;}
.artikel_beschreibung {max-height:160px; min-height: 160px;}
.artikel_list {width: 100%; margin: 0px 0px 10px 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px; border: 1px solid #b3b3b3;}
.artikel_list .artikel_img {float: left; width: 20%; height: auto;}
.artikel_list .artikel_img img {width: 100%;}
.artikel_list .artikel_beschreibung {float: left; width: 50%; margin: 0px 10px;}
.artikel_list .price_box {float: right; width: 20%;}
.artikel_list form {float: right; width: 20%; margin-right: 20px;}
.price_box {background-color: #18a0cd; padding: 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center; font-size: 22px; color: #fff; margin-bottom: 15px; -webkit-box-shadow: inset 1px -1px 13px #f18696; /* webkit browser*/ -moz-box-shadow: inset 1px -1px 13px #f18696; /* firefox */ box-shadow: inset 1px -1px 13px #f18696;}
.artikel_rows_mwst {font-size: 11px; line-height: 8px;}

.lieferanschrift_anlegen {z-index: 1000; position: absolute; display: none; background-image: url('../images/rauschen.png'); background-color: #443f3f; padding: 10px; border: 1px solid #f18696;}
.lieferanschrift_anlegen h2, .lieferanschrift_anlegen td {color: #fff;}

.artikel_detail_links {float: left; width: 510px; margin-right: 20px;}
.artikel_detail_rechts {float: left; width: 220px; background-color: #c7cacd; padding: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #f18696;}
.bilder_layer {border: 1px solid #f18696; background-image: url('../images/rauschen.png'); background-color: #443f3f; padding: 15px; margin: auto; width: 800px; color: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.bilder_layer a {color: #fff;}

.bestellung_zusammenfassung{padding: 20px 20px 10px 20px; background-color: #c7cacd; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #f18696; margin-bottom: 20px;}
.slogan {display: none; position: absolute; z-index: 999; width: 400px; margin: -250px 0px 0px 0px; color: #9a9a9a; font-size: 18px;}
.slogan h1 {color: #f18696; text-shadow: 1px 1px #333333; font-size: 32px; margin: 0px 0px 15px 0px; line-height: 32px;}
.bankueberweisung {margin-top: 10px;}
.bannerfarm {max-width: 100%;}

.kal1 {width: 30%; float: left;}
.kal2 {width: 30%; float: left; margin: 0px 5% 0px 5%;}
.kal3 {width: 30%; float: right;}

.versandkosten_links {border: 1px solid #c7cacd; padding: 10px; margin-right: 10px; width: 280px; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.versandkosten_rechts {width: 430px; float: right;}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.ansicht {float: right;}
.main_shopsuche_img {margin-right: 15px;}
.suchform_beschreibung {float: left; width: 320px; margin-right: 10px; margin-top: 3px;}
.abstand {width: 1100px; margin: 0px auto;}
.login {float: right; text-align: center; width: 200px; line-height: 30px; padding: 0px 0px 0px 0px; color: #fff; text-shadow: 1px 1px 0px #000; font-size: 14px; text-decoration: none;}

nav {
    width: 100%; height: 30px;
    background: #f18696;
    background: linear-gradient(top,  #ffb7c2,  #f18696);
    background: -ms-linear-gradient(top,  #ffb7c2,  #f18696);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffb7c2), to(#f18696));
    background: -moz-linear-gradient(top,  #ffb7c2,  #f18696);
}

#cssmenu ul, #cssmenu li, #cssmenu span, #cssmenu a {margin: 0; padding: 0; position: relative;}
#cssmenu {float: left; width: 900px; margin: 0 auto;}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}   
#cssmenu a {
    font-size: 14px; color: #fff; text-shadow: 1px 1px 0px #000; display: block; text-decoration: none;
    float: left; line-height: 30px; margin: 0px 30px 0px 0px;
}
#cssmenu ul {list-style: none; float: left;}
#cssmenu > ul {float: left;}
#cssmenu > ul > li {float: left;}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active a {
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
}
#cssmenu > ul > li:hover > a {
}
#cssmenu .has-sub {z-index: 1;}
#cssmenu .has-sub:hover > ul {display: block;}
#cssmenu .has-sub ul {display: none; position: absolute; top: 100%;left: 0;}
#cssmenu .has-sub ul li {*margin-bottom: -1px;}
#cssmenu .has-sub ul li a {background: #f18696; border-bottom: 1px dotted #000; filter: none; width:120px; font-size: 11px; display: block; line-height: 120%; padding: 10px; color: #fff;}
#cssmenu .has-sub ul li:hover a {background: #f18696;}
#cssmenu .has-sub .has-sub:hover > ul {display: block;}
#cssmenu .has-sub .has-sub ul {display: none; position: relative; left: 140px; top: -34px;}
#cssmenu .has-sub .has-sub ul li a {background: #c19b7a; border-bottom: 1px dotted #000;}
#cssmenu .has-sub .has-sub ul li a:hover {background: #c19b7a;}

.vp_pfoten li {list-style-image: url('../images/pfote-kl.gif'); background-size: 16px 16px;}
