body {
  font-family: 'Arial', sans-serif;
  font-size: 10pt;
  padding: 0px;
  margin: 0px;
  text-align: left;
}

.background {
  position: absolute;
  top: 0px;
  left: 0px;
  float: left;
  width: 100%;
  height: 107px;
  background: url('../images/ui/background.jpg') top left repeat;
}

.container {
  position: relative;
  display: block;
  margin: auto;
  width: 800px;
  padding: 0px;
  text-align: center;
}

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

.header {
  display: none;
}

.header-left {
  background: url('../images/ui/header-left.jpg');
}

.header-right {
  display: none;
}

.header-container {
  display: none;
}

.header-title {
  display: none;
}

.header-edge {
  display: none;
}

.header-edge-left {
  display: none;
}

.header-edge-right {
  display: none;
}

.header-edge-bottom {
  display: none;
}

.header-number {
  display: none;
}

.header-flower {
  display: none;
}

.navigation-top {
  display:none;
}

.leftbar-top {
  position: absolute;
  left: 750px;
  float: right;
  width: 50px;
  height: 37px;
  background: url('../images/ui/left-top.jpg');
}

.leftbar {
  width: 50px;
  background: url('../images/ui/left-background.jpg');
}

.navigation-table {
  width: 200px;
  border: 0px;
  background: url('../images/ui/navigation-background.jpg');
  text-align: left;
  padding-bottom: 25px;
}

.navigation {
  text-align: left;
  margin-left: 12px;
  padding: 0px;
  font-family: 'Arial', sans-serif;
  font-size: 13px;
}

.navigation-border {
  margin-left: 12px;
  width: 144px;
  border-bottom: 1px solid #8d9888;
  height: 1px;
  font-size: 1px;
}

.content-container {
  position: absolute;
  left: 0px;
  top: 276px;
}

.headline {
  margin-left: 200px;
  height: 35px;
  background: white;
  font-size: 15px;
  color: #006600;
  text-align: left;
}

.content {
  font-family: 'Arial', sans-serif;
  font-size: 13px;
  line-height: 120%;
  color: #000000;
  text-align: left;
  padding-bottom: 15px;
}

.footer {
  display: block;
  width: 100%;
  background: #c9d7b4;
  border-bottom: 1px solid #8d9887;
  border-top: 1px solid #8d9887;
  font-size: 10px;
  text-align: center;
  padding-left: 60px;
}

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

.menu-branch-open {
  width: 110px;
}

.menu-branch-closed {
  width: 110px;
}

.menu-branch-closed .menu-branch-title {
  clear: both;
  display: block;
  width: 138px;
  height: 22px;
  line-height: 22px;
  color: #006600;
  text-align: left;
  display: block;
  vertical-align: middle;
  padding-left: 20px;
  /* border-bottom: 1px solid #8d9888; */
  background: url('../images/ui/navigation-title-closed.jpg'); /* #c9d7b4 */
  cursor: pointer;

}

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


* html .menu-branch-closed .menu-branch-title {  /* nur fuer Internet Explorer */
  width: 158px;     /* Version 5.x */
  w\idth: 138px;    /* Version 6 */
}

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

.menu-branch-open .menu-branch-title {
  clear: both;
  display: block;
  width: 138px;
  height: 22px;
  line-height: 22px;
  color: #006600;
  text-align: left;
  display: block;
  vertical-align: middle;
  padding-left: 20px;
  /* border-bottom: 1px solid #FFFFFF; */
  background: url('../images/ui/navigation-title-open.jpg') top left no-repeat; /*#c9d7b4 */
  cursor: pointer;
}

* html .menu-branch-open .menu-branch-title {  /* nur fuer Internet Explorer */
  width: 158px;     /* Version 5.x */
  w\idth: 138px;    /* Version 6 */
}

.menu-branch-title:hover {
  background-color: #BABABA;
  cursor: pointer;
}

.menu-leaf {
  clear: both;
  display: block;
  /* background: #c9d7b4; /*#DDDDDD*/ 
  width: 120px;
  height: 18px;
  line-height: 18px;
  color: #FFFFFF;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  padding: 4px;
  padding-left: 21px;
  border-bottom: 1px solid #c9d7b4;
  cursor: pointer;
}

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

.menu-leaf:hover {
  background-color: #e8f1dd;
  color: #006600;
  cursor: pointer;
}

.menu-branch-open .menu-leaf {
  display: block;
}

.menu-branch-closed .menu-leaf {
  display: none;
}

.menu-leaf-chosen {
  clear: both;
  /* background: #818181; */
  width: 120px;
  height: 18px;
  line-height: 18px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  padding: 4px;
  padding-left: 21px;
  display: block;
  vertical-align: middle;
  border-bottom: 1px solid #c9d7b4;
}

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

.menu-branch-open .menu-leaf-chosen {
  display: block;
}

.menu-branch-closed .menu-leaf-chosen {
  display: none;
}

/* LARGE MENU FOR DOUBLE LINE TEXT */
.menu-leaf-large {
  clear: both;
  display: block;
  width: 120px;
  height: 36px;
  color: #FFFFFF;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  padding-right: 4px;
  padding-top: 9px;
  padding-bottom: 0px;
  padding-left: 21px;
  border-bottom: 1px solid #c9d7b4;
  cursor: pointer;
}

* html .menu-leaf-large {  /* nur fuer Internet Explorer */
  width: 145px;     /* Version 5.x */
  height: 44px;
  w\idth: 120px;    /* Version 6 */
  hei\ght: 36px;
}

.menu-leaf-large:hover {
  background-color: #e8f1dd;
  color: #006600;
  cursor: pointer;
}

.menu-branch-open .menu-leaf-large {
  display: block;
}

.menu-branch-closed .menu-leaf-large {
  display: none;
}

.menu-leaf-chosen-large {
  clear: both;
  /* background: #818181; */
  width: 120px;
  height: 36px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  padding-right: 4px;
  padding-top: 9px;
  padding-bottom: 0px;
  padding-left: 21px;
  display: block;
  vertical-align: middle;
  border-bottom: 1px solid #c9d7b4;
}

* html .menu-leaf-chosen-large {  /* nur fuer Internet Explorer */
  width: 145px;     /* Version 5.x */
  height: 44px;
  w\idth: 120px;    /* Version 6 */
  hei\ght: 36px;
}

.menu-branch-open .menu-leaf-chosen-large {
  display: block;
}

.menu-branch-closed .menu-leaf-chosen-large {
  display: none;
}


/* SHOP */
.product-left {
  width: 245px;
  /*border: 1px solid grey;*/
  border-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
}

.product-right {
  width: 245px;
  /*border: 1px solid grey;*/
  border-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
}

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

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

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

.description {
  font-size: 8pt;
}

* html .description {  /* nur fuer Internet Explorer */
  margin-top: 12px;
}

*+html .description {  /* nur fuer Internet Explorer 7.0 */
  margin-top: 12px;
}

.price {
  width: 110px;
  float: left;
}

.euro {
  font-size: 14px;
  color: #006600;
}

.shipping {
  padding-right: 10px;
  width: 90px;
  float: right;
  text-align: right;
}

.shop-heading {
  margin-left: 6px;
  font-size: 16px;
  color: #006600;
}

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

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

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

.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;
  text-align: left;
  margin: auto;
  width: 500px;
  padding: 15px;
  background: #DEDEDE;
  border: 1px solid #818181;
}

.error-404-header {
  text-align: center;
  padding: 5px;
}

.error-404-footer {
  vertical-align: middle;
  text-align: center;
  padding: 30px;
}

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

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

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


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

/* LINK FORMATING */
.content a {
  text-decoration: none;
  color: #006600;
  /* background-color: #EDEDED; */
}

.content a:hover {
  text-decoration: underline;
  color: #006600;
  /* background-color: #EDEDED; */
}


/* TEXT FORMATING */

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

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

h3 {
  font-family: 'Arial', sans-serif;
  font-size: 13px;
  color: #003300;
}

.small {
  font-size: 8pt;
}

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

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

.gray {
  color: #808080;
}

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