body {
  font-family: 'Verdana,Arial,Helvetica', sans-serif;
  font-size: 11pt;
  padding: 0px;
  margin: 0px;
  text-align: left;
  /*background: #f6f6f6;*/
}

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

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

.header {
  padding: 0px;
  width: 100%;
  height: 170px;
  text-align: center;
  /*border-bottom: 1px solid #999999;*/
  background: url('../images/ui/logo.png') center center no-repeat;
}

.navigation {
  float: left;
  width: 150px;
  font-family: 'Verdana', sans-serif;
  font-size: 9pt;
  padding-top: 40px;
}

.navigation a {
  text-decoration: none;
}

.content {
  float: left;
  width: 690px;
  text-align: left;
  padding: 30px;
  padding-top: 0px;
  line-height: 130%;
}

.login-info {
	float: right;
	text-align: right;
	vertical-align: bottom;
	padding-top: 10px;
	padding-right: 35px;
	height: 20px;
	line-height: 20px;
  font-size: 8pt;
  color: #6B6A6A;
}

.login-info a {
	color: #D03505;
}

.footer {
  clear: both;
  background: #a03601;
  color: #FFFFFF;
  border-top: 1px solid #999999;
  font-size: 10px;
  height: 15px;
  line-height: 15px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: right;
  vertical-align: middle;
}

.footer a {
  text-decoration: underline;
  color: #FFFFFF;
}

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

/* MENU */

.menu-branch-blank {
  clear: both;
  display: block;
  width: 150px;
  height: 27px;
  color: #FFFFFF;
}

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

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

.menu-branch-closed .menu-branch-title-chosen {
  clear: both;
  display: block;
  width: 144px;
  padding-left: 6px;
  height: 26px;
  line-height: 26px;
  color: #FFFFFF;
  text-align: left;
  display: block;
  vertical-align: middle;
  border-bottom: 1px solid #FFFFFF;
  background: #993300 url('../images/ui/arrow-closed.gif') top left no-repeat;
  background-position: 10px 10px;
  cursor: pointer;

}

* html .menu-branch-closed .menu-branch-title-chosen {  /* nur fuer Internet Explorer */
  width: 150px;     /* Version 5.x */
  height: 27px;
  w\idth: 144px;    /* Version 6 */
  hei\ght: 26px;
}

.menu-branch-closed .menu-branch-title {
  clear: both;
  display: block;
  width: 144px;
  padding-left: 6px;
  height: 26px;
  line-height: 26px;
  color: #FFFFFF;
  text-align: left;
  display: block;
  vertical-align: middle;
  border-bottom: 1px solid #FFFFFF;
  background: #d03505 url('../images/ui/arrow-closed.gif') top left no-repeat;
  background-position: 10px 10px;
  cursor: pointer;

}

* html .menu-branch-closed .menu-branch-title {  /* nur fuer Internet Explorer */
  width: 150px;     /* Version 5.x */
  height: 27px;
  w\idth: 144px;    /* Version 6 */
  hei\ght: 26px;
}

.menu-branch-open .menu-branch-title {
  clear: both;
  display: block;
  width: 144px;
  padding-left: 6px;
  height: 26px;
  line-height: 26px;
  color: #FFFFFF;
  text-align: left;
  display: block;
  vertical-align: middle;
  border-bottom: 1px solid #FFFFFF;
  background: #993300 url('../images/ui/arrow-open.gif') top left no-repeat;
  background-position: 10px 10px;
  cursor: pointer;
}

* html .menu-branch-open .menu-branch-title {  /* nur fuer Internet Explorer */
  width: 150px;     /* Version 5.x */
  height: 27px;
  w\idth: 144px;    /* Version 6 */
  hei\ght: 26px;
}

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

.menu-leaf {
  clear: both;
  float: right;
  background: #d2d2d2; /*#DDDDDD*/
  width: 115px;
  padding-left: 15px;
  height: 26px;
  line-height: 26px;
  color: #222222;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #FFFFFF;
  cursor: pointer;
}

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

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

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

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

.menu-leaf-chosen {
  clear: both;
  float: right;
  background: #d2d2d2;
  width: 115px;
  padding-left: 15px;
  height: 26px;
  line-height: 26px;
  color: #993300;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #FFFFFF;
}

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

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

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

/* GUESTBOOK */

.guestbook table {
	width: 90%;
	border: 1px solid #999999;
	margin-top: 7px;
}

.guestbook td {
	font-size: 12px;
}

.guestbook .name {
	padding: 3px;
}

.guestbook .entry {
	vertical-align: top;
	border-top: 1px solid #999999;
	padding-top: 8px;
	padding-left: 3px;
	padding-right: 3px;
}

.guestbook .date {
	vertical-align: middle;
	font-size: 8px;
	line-height: 10px;
	padding-top: 8px;
	padding-bottom: 2px;
	padding-left: 3px;
}

/* 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: 13px;
  padding-bottom: 4px;
}

.links a {
  text-decoration: none;
  font-size: 14px;
  color: #d03505;
}

.links a:hover {
  font-size: 14px;
  text-decoration: underline;
  color: #993300;
}

.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 #999999;
}

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

.error-404-content {
  padding: 20px;
}

.error-404-footer {
  vertical-align: middle;
  text-align: center;
  padding: 3px;
  background-color: #d03505;
  color: #FFFFFF;
  border-top: 1px solid #999999;
}

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

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

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


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

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

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


/* TEXT FORMATING */

h1 {
  font-family: 'Verdana', sans-serif;
  font-size: 22px;
  color: #6b6a6a;
}

h2 {
  font-family: 'Verdana', sans-serif;
  font-size: 19px;
  color: #767676;
}

h3 {
  font-family: 'Verdana', sans-serif;
  font-size: 17px;
  color: #767676;
}

.small {
  font-size: 9pt;
}

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

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

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

.gray {
  color: #767676;
}

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

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