/* Standard-Einstellungen */
* {padding: 0; margin: 0; border: 0;}
html {overflow-y: scroll;}

body {
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  background: rgba(0, 0, 0, 0) url("shop/images/headerbgg.jpg") repeat-x scroll 0 0;
  color: #252525;
  position: top;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

H2 {
  font-size: 17px;
  font-weight: bold;
  color: #252525;
  padding-bottom: 5px;
}

H3 {
  font-size: 15px;
  font-weight: bold;
  color: #252525;
}

HR {
  color: #252525;
  background-color: transparent;
  height: 2px;
  margin: 0px;
  padding: 0px;
}

.base-table {
  width: 950px;
  height: 100%;
  border-collapse: collapse;
}

/* ------------------------------------------------------------------------------------------------------ */
/*   Seitliche Banner auf der order-Seite 
*/
#main {
  width: 950px;
  min-height: 1000px;
  display: table-cell;
  text-align: left;
}


#header {
  height: 230px;
  width: 100%;
  background: #a9d156 url("images/header.jpg") repeat-x scroll center top;
}


.base {
  background-color: #a9d156;
  min-height: 800px;
}


/* ------------------------------------------------------------------------------------------------------
   Hauptnavigation auf allen Seiten ("Startseite, Online bestellen, Zustand der Bestellung, Impressum").
*/
#navigation {
  height: 32px;
  width: 950px;
  font-size: 12px;
  font-variant: small-caps;
}

#navigation a {
  height: 26px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: bottom center;
  text-decoration: none;
  float: left;
  background-color: #a9d156;
  color: #fff;
  font-weight: bold;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 0px;
  padding-left: 8px;
  border-radius: 0;
}

#navigation a:hover {
  background: #9cc34c none repeat scroll 0 0;
  color: #fff;
}

#navigation a.active {
  color: #fff;
  background: #9cc34c none repeat scroll 0 0;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 0px;
  padding-left: 8px;
}


/* ------------------------------------------------------------------------------------------------------ */
#order {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 20px 10px 0;
  height: 100px;
  background-image: url("images/order_background.jpg");
  background-repeat: repeat-y;
  border-radius: 0 100px 100px 0;
  box-shadow: 2px 2px 15px rgba(225, 225, 225, 0.8);
}

#order a {
  display: inline-block;
  height: 67px;
  width: 800px;
  padding-left: 100px;
  padding-top: 33px;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  font-variant: small-caps;
}

#offline {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 20px 10px 0;
  height: 250px;
  padding-left: 70px;
  padding-top: 30px;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  font-variant: small-caps;
  background-image: url("images/order_background.jpg");
  background-repeat: repeat-y;
  border-radius: 0 100px 100px 0;
  box-shadow: 2px 2px 15px rgba(225,225,225,0.8);
}


#info {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 600px;
  margin-top: 3px;
  padding: 10px;
  background-repeat: repeat-y;
  border-radius: 0 100px 0 0;
}


#info .header {
  height: 20px;
  background-color: #FF9498;
  border: #EA1D24 0px solid;
  border-radius: 15px;
  color: white;
  width: 250px;
  padding: 10px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: bold;
  font-variant: small-caps;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

#info .text {
  margin: 10px 0 20px 0;
  background-color: #F1F1F1;
  border-radius: 15px;
  color: #252525;
  width: 500px;
  padding: 15px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
  box-shadow: 2px 2px 15px rgba(225, 225, 225, 0.8);
}


#impressum {
  margin: 5px 15px 20px 10px;
  background-color: #ffffff;
  color: #252525;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-radius: 15px;
  box-shadow: 2px 2px 15px rgba(225, 225, 225, 0.8);
}

#impressum .text {
  width: 270px;
  color: #252525;
}

#impressum .text_large {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #252525;
}

#impressum .button {
  font-size: 13px;
  font-weight: bold;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  height: 22px;
  cursor: hand;
  border: 0px;
  margin-bottom: 1px;
  padding-bottom: 2px;
  width: 200px;
}

#impressum .info {
  font-size: 13px;
  font-weight: normal;
  color: orange;
  line-height: 20px;
  text-decoration: none;
}

#impressum a {
  font-weight: bold;
  font-size: 15px;
  color: #DD2024;
  text-decoration: none;
  cursor: hand;
}

#impressum .section {
  height: 30px;
  padding-top: 25px;
}

