body {
  font-family: 'Arial', sans-serif;
  font-size: 10pt;
  padding: 0px;
  margin: 0px;
  text-align: left;
  background: #f7f7f7;
  /* background: url('../images/ui/background.png') top left repeat; */
}

.container {
  position: relative;
  display: block;
  margin: auto;
  width: 800px;
  padding: 0px;
  text-align: center;
  border: 1px solid #464b31;
  border-top: 0px;
}

* html .container {  /* nur fuer Internet Explorer */
  width: 802px;     /* Version 5.x */
  w\idth: 800px;    /* Version 6 */
}

.header-background {
  padding: 0px;
  width: 800px;
  height: 200px;
  background: url('../images/ui/header-background.png') top left repeat;
}

* html .header {  /* nur fuer Internet Explorer */
}

*+html .header {  /* nur fuer Internet Explorer 7.0 */
}

.header-logo {
  height: 200px;
  width: 100%;
  background: url('../images/ui/logo.png') center no-repeat;
}

.header-text-left {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 200px;
  width: 100px;
  background: url('../images/ui/header-text-left.gif') top right no-repeat;
}

.header-text-right {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 200px;
  width: 200px;
  background: url('../images/ui/header-text-right.gif') top right no-repeat;
}

.navigation {
  width: 100%;
  height: 40px;
  padding: 0px;
  background: #5d6844;
  vertical-align: middle;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Arial', sans-serif;
  font-size: 13px;
  border-top: 1px solid #464b31;
  border-bottom: 1px solid #464b31;
}

* html .navigation {  /* nur fuer Internet Explorer */
  height: 42px;     /* Version 5.x */
  hei\ght: 40px;    /* Version 6 */
}

.navigation-container {
  position: absolute;
  top: 201px;
  left: 0px;
  margin: auto;
  text-align: center;
}

.banner-right {
  width: 80px;
  background: url('../images/ui/header-background.png') top left repeat;
  border: 0px;
  border-left: 1px solid #464b31;
  text-align: center;
  vertical-align: top;
  padding-top: 30px;
  border-spacing: 0px;
}

.content-container {
  width: 800px;
  padding: 0px;
  border: 0px;
  border-spacing: 0px;
}

.content {
  background: #FFFFFF;
  padding: 20px;
  padding-top: 30px;
  font-family: 'Arial', sans-serif;
  font-size: 13px;
  line-height: 145%;
  letter-spacing: 0.6px;
  vertical-align: top;
  color: #000000;
  text-align: left;
  border: 0px;
  border-spacing: 0px;
}

.footer {
  position: relative;
  top: 0px;
  background: #5d6844;
  border-top: 1px solid #464b31;
  color: #f8c643;
  font-size: 10px;
  text-align: center;
  padding-left: 60px;
}

.footer a {
  color: #f8c643;
}

.hidden {
  display: none;
  font-size: 1px;
}

/* MENU */
.menu a {
  text-decoration: none;
}

.menu-branch {
  position: absolute;
  top: 0px;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  border-right: 1px solid #464b31;
}

.menu-branch a {
  text-decoration: none;
}

.menu-branch .menu-branch-title {
  clear: both;
  display: block;
  color: #FFFFFF;
  height: 40px;
  cursor: pointer;
}

.menu-branch-title:hover {
  background-color: #36412E;
  border-left: 1px solid #23291F;
  border-right: 1px solid #23291F;
  border-top: 1px solid #23291F;
  cursor: pointer;
}

.menu-branch .menu-branch-title-choosen {
  clear: both;
  display: block;
  height: 40px;
  color: #FFFFFF;
  background-color: #36412E;
  border-left: 1px solid #23291F;
  border-right: 1px solid #23291F;
  border-top: 1px solid #23291F;
  cursor: pointer;
}

.menu-sub {
  display: none;
  position: absolute;
  top: 41px;
  width: 150px;
  color: #FFFFFF;
  background-color: #36412E;
  border: 1px solid #23291F;
}

.menu-leaf {
  display: block;
  clear: both;
  width: 115px;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  padding: 4px;
  padding-left: 31px;
  border-bottom: 1px solid #23291F;
  cursor: pointer;
  text-decoration: none;
}

* html .menu-leaf {  /* nur fuer Internet Explorer */
  width: 150px;     /* Version 5.x */
  height: 31px;
  w\idth: 115px;    /* Version 6 */
  hei\ght: 22px;
}

.menu-leaf:hover {
  background: url('../images/ui/arrow.gif') center left no-repeat;
  background-color: #EEC143; /*#65704C;*/
  color: #23291F; /*#FCC72F;*/
  cursor: pointer;
}

.menu-leaf-chosen {
  display: block;
  clear: both;
  width: 115px;
  height: 22px;
  line-height: 22px;
  background: url('../images/ui/arrow-choosen.gif') center left no-repeat;
  color: #FFFFFF;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  padding: 4px;
  padding-left: 31px;
  border-bottom: 1px solid #23291F;
  cursor: pointer;
  text-decoration: none;
}

* html .menu-leaf-chosen {  /* nur fuer Internet Explorer */
  width: 150px;     /* Version 5.x */
  height: 31px;
  w\idth: 115px;    /* Version 6 */
  hei\ght: 22px;
}


/* SHOP */
.product {
  width: 205px;
  border-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 10px;
  margin-top: 10px;
}

.back-forward {
  margin-top: 40px;
  margin-bottom: 20px;
}

.back-forward a {
  text-decoration: none;
  color: #CB9002;
}

.back.forward a:hover {
  text-decoration: underline;
  color: #CB9002;
}

.back {
  margin-left: 5px;
  width: 150px;
  text-align: left;
  float: left;
}

.forward {
  margin-right: 30px;
  text-align: right;
}

.description {
  font-size: 9pt;
  line-height: 130%;
  letter-spacing: 0.3px;
  padding-left: 7px;
  width: 98px;
}

.price {
  width: 85px;
  padding-left: 9px;
  padding-top: 3px;
  padding-bottom: 5px;
  float: left;
}

.euro {
  font-size: 14px;
  font-weight: bold;
  /* color: #464b31; */
}

.shipping {
  width: 90px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 5px;
  text-align: right;
  vertical-align: middle;
  float: right;
  display: none;
}

.shop-heading {
  margin-left: 6px;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1px;
  color: #083403; /* #464b31; */
}

.shopping-cart-heading {
  height: 22px;
  vertical-align: middle;
  padding: 5px;
  padding-left: 0px;
  font-size: 15px;
  color: #083403;
}

.shopping-cart-cash-heading {
  height: 15px;
  vertical-align: middle;
  padding: 5px;
  padding-left: 0px;
  font-size: 11px;
  color: #5d6844;
}

.euro-cash {
  font-size: 14px;
  color: #23291F;
}

.shopping-cart-cash-text {
  font-size: 11px;
}

.shopping-cart-warning {
  font-size: 16px;
  color: #990000;
}


/* LINKS */
.links {
  /*font-size: 15px;*/
  /*color: #910D1F;*/
}

.links a {
  text-decoration: none;
  font-size: 18px;
  color: #B4011A;
  /* background-color: #EDEDED; */
}

.links a:hover {
  font-size: 18px;
  text-decoration: underline;
  color: #B4011A;
  /* background-color: #EDEDED; */
}

.links-url {
  font-size: 12px;
  color: #666666;
}


/* ERROR 404 DOCUMENT */
.error-404 {
  vertical-align: middle;
  font-family: 'Arial', sans-serif;
  font-size: 10pt;
  text-align: left;
  margin: auto;
  width: 500px;
  background: #F7F7F7;
  border: 1px solid #464B31;
}

.error-404-header {
  text-align: center;
  background-color: #5D6844;
  color: #FFFFFF;
  padding: 18px;
  font-size: 20px;
  border-bottom: 1px solid #464B31;
}

.error-404-content {
  padding: 20px;
  background: url('../images/ui/header-background.png') top left repeat;
}

.error-404-footer {
  vertical-align: middle;
  text-align: center;
  padding: 5px;
  background-color: #5D6844;
  color: #FFFFFF;
  border-top: 1px solid #464B31;
}

.error-404-link {
  text-align: center;
  padding: 10px;
}

.error-404-link a {
  text-decoration: none;
  color: #CB9002;
}

.error-404-link a:hover {
  text-decoration: underline;
  color: #CB9002;
}


/* IMAGE FORMATING */
.content img {
  border: 0px;
}

/* LINK FORMATING */
.content a {
  text-decoration: underline;
  color: #000000;
}

.content a:hover {
  text-decoration: underline;
  color: #CB9002;
}


/* TEXT FORMATING */

h1 {
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  color: #464b31;
}

h2 {
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  color: #36412E;
}

h3 {
  font-family: 'Arial', sans-serif;
  font-size: 13.5px;
  color: #23291F;
}

.small {
  font-size: 8pt;
}

.emph {
  font-weight: bold;
  color: #21251e;
}

.emph-large {
  font-weight: bold;
  font-size: 15px;
  color: #3c402d;
}

.small-gray {
  font-size: 8pt;
  color: #808080;
}

.gray {
  color: #808080;
}

td {
  font-family: 'Arial', sans-serif;
  font-size: 13px;
}

ul {
  list-style-image: url('../images/ui/arrow.gif');
}
