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

.horizon {
  text-align: center;
}

.container {
  width: 900px;
  padding: 0px;
  margin: auto;
  text-align: left;
}

.header-line {
  clear: both;
  background: url('../images/ui/header-line.png') top left repeat;
  width: 900px;
  height: 7px;
  font-size: 7px;
  margin: 0px;
  padding: 0px;
}

.header-logo {
  position: relative;
  clear: both;
  width: 900px;
  height: 110px;
  color: #808080;
}

.header-logo-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 465px;
  height: 110px;
  background: url('../images/ui/logo-banner.png') top left no-repeat;
  z-index: 10;
}

.header-logo-der {
  position: absolute;
  top: 20px;
  left: 140px;
  color: #000000;
  font-size: 18pt;
  font-weight: bold;
}

.header-logo-josefhof {
  position: absolute;
  top: 30px;
  left: 200px;
  font-size: 40pt;
  font-weight: bold;
}

.header-logo-smokeless {
  position: absolute;
  top: 20px;
  left: 470px;
  width: 73px;
  height: 70px;
  background: url('../images/ui/smokeless.jpg') top left no-repeat;
}

.header-logo-question {
  position: absolute;
  right: 30px;
  top: 32px;
  text-align: right;
  font-size: 10pt;
}

.header-logo-number {
  color: #000000;
  font-size: 11pt;
  margin-top: 2px;
  font-weight: bold;
}

.header-logo-mail {
  color: #000000;
  font-size: 10pt;
  margin-top: 0px;
}

.header-logo-mail a{
  color: #000000;
  text-decoration: none;
}

.header-logo-mail a:hover {
  color: #B4011A;
  text-decoration: underline;
}

.header-section {
  clear: both;
  position: relative;
  background: url('../images/ui/header.png') top left repeat;
  width: 900px;
  height: 129px; /*155px;*/
  color: #FFFFFF;
  text-align: right;
}

.header-section-title {
  position: absolute;
  top: 0px;
  width: 186px;
  height: 45px;
  background: url('../images/ui/header-seperator.gif') top right no-repeat;
  color: #FFFFFF;
  padding: 20px;
  padding-top: 64px;
}

* html .header-section-title {  /* nur fuer Internet Explorer */
  width: 226px;     /* Version 5.x */
  w\idth: 186px;    /* Version 6 */
  height: 129px;     /* Version 5.x */
  he\ight: 45px;    /* Version 6 */
}

.header-section-image {
  position: absolute;
  top: 0px;
  left: 226px;
  background: url('../images/banner.jpg') top right no-repeat;
  padding: 0;
  margin: 0;
  height: 129px;
  width: 337px;
}

.diashow-image {
  background: url('../images/diashow.gif') top left no-repeat;
}

.diashow-position {
  font-size: 12px;
}

.header-section-image-frame {
  position: absolute;
  top: 0px;
  left: 226px;
  background: url('../images/ui/header-seperator.gif') top right no-repeat;
  padding: 0;
  margin: 0;
  height: 129px;
  width: 337px;
  z-index: 99;
}

.header-spacer {
  clear: both;
  background: #DEDEDE;
  width: 900px;
  height: 32px;
  margin-top: 1px;
}

.header-spacer-nav {
  background: #666666; /*#222222*/
  display: block;
  line-height: 32px;
  width: 215px;
  border-right: 1px solid #FFFFFF;
  color: #FFFFFF; /*#FFFFFF*/
  text-align: right;
  vertical-align: middle;
  padding-right: 10px;
  font-weight: bold;
  letter-spacing: 0.1ex;
  text-transform: uppercase;
}

* html .header-spacer-nav {  /* nur fuer Internet Explorer */
  width: 226px;     /* Version 5.x */
  w\idth: 215px;    /* Version 6 */
}

.header-print {
  position: absolute;
  top: 245px;
  left: auto;
  background: #DEDEDE;
  width: 150px;
  height: 32px;
  margin-top: 1px;
}

.menu {
  float: left;
  width: 225px;
  margin-top: 1px;
  letter-spacing: 0.1ex;
}

.content {
  float: left;
  width: 600px;
  margin-top: 1px;
  padding: 20px;
  padding-left: 30px;
  padding-top: 12px;
  padding-right: 10px;
}

.footer {
  clear: both;
  text-align: right;
  font-size: 8pt;
  color: #FFFFFF;
}

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

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

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

.menu-branch-closed .menu-branch-title {
  clear: both;
  display: block;
  width: 215px;
  height: 24px;
  color: #000000;
  text-align: right;
  display: block;
  vertical-align: middle;
  padding-right: 10px;
  padding-top: 8px;
  border-bottom: 1px solid #FFFFFF;
  background: #CBCBCB url('../images/ui/arrow-closed.gif') top left no-repeat; /*#B2B2B2*/
  background-position: 10px 10px;
  cursor: pointer;

}

* html .menu-branch-closed .menu-branch-title {  /* nur fuer Internet Explorer */
  width: 225px;     /* Version 5.x */
  height: 32px;
  w\idth: 215px;    /* Version 6 */
  hei\ght: 24px;
}

.menu-branch-open .menu-branch-title {
  clear: both;
  display: block;
  width: 215px;
  height: 24px;
  color: #000000;
  text-align: right;
  display: block;
  vertical-align: middle;
  padding-right: 10px;
  padding-top: 8px;
  border-bottom: 1px solid #FFFFFF;
  background: #CBCBCB url('../images/ui/arrow-open.gif') top left no-repeat; /*#B2B2B2*/
  background-position: 10px 10px;
  cursor: pointer;
}

* html .menu-branch-open .menu-branch-title {  /* nur fuer Internet Explorer */
  width: 225px;     /* Version 5.x */
  height: 32px;
  w\idth: 215px;    /* Version 6 */
  hei\ght: 24px;
}

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

.menu-leaf {
  clear: both;
  display: block;
  background: #DEDEDE; /*#DDDDDD*/
  width: 215px;
  height: 24px;
  color: #222222;
  text-align: right;
  vertical-align: middle;
  padding-right: 10px;
  padding-top: 8px;
  border-bottom: 1px solid #FFFFFF;
  cursor: pointer;
}

* html .menu-leaf {  /* nur fuer Internet Explorer */
  width: 225px;     /* Version 5.x */
  height: 32px;
  w\idth: 215px;    /* Version 6 */
  hei\ght: 24px;
}

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

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

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

.menu-leaf-chosen {
  clear: both;
  background: #818181;
  width: 215px;
  height: 24px;
  color: #FFFFFF;
  text-align: right;
  display: block;
  vertical-align: middle;
  padding-right: 10px;
  padding-top: 8px;
  border-bottom: 1px solid #FFFFFF;
}

* html .menu-leaf-chosen {  /* nur fuer Internet Explorer */
  width: 225px;     /* Version 5.x */
  height: 32px;
  w\idth: 215px;    /* Version 6 */
  hei\ght: 24px;
}

.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;
  background: #DEDEDE; /*#DDDDDD*/
  width: 215px;
  height: 43px;
  color: #222222;
  text-align: right;
  vertical-align: middle;
  padding-right: 10px;
  padding-top: 8px;
  border-bottom: 1px solid #FFFFFF;
  cursor: pointer;
}

* html .menu-leaf-large {  /* nur fuer Internet Explorer */
  width: 225px;     /* Version 5.x */
  height: 52px;
  w\idth: 215px;    /* Version 6 */
  hei\ght: 43px;
}

.menu-leaf-large:hover {
  background-color: #EFEFEF;
  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: 215px;
  height: 43px;
  color: #FFFFFF;
  text-align: right;
  display: block;
  vertical-align: middle;
  padding-right: 10px;
  padding-top: 8px;
  border-bottom: 1px solid #FFFFFF;
}

* html .menu-leaf-chosen-large {  /* nur fuer Internet Explorer */
  width: 225px;     /* Version 5.x */
  height: 52px;
  w\idth: 215px;    /* Version 6 */
  hei\ght: 43px;
}

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

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


/* ASSISTANTS */
.assistants-info {
  vertical-align: middle;
  padding-right: 10px;
  padding-top: 8px;
  border-top: 1px solid #CBCBCB;
  background: #FAFAFA;
}

/* NEWS */

.news {
  margin-top: 20px;
  border-top: 1px solid #666666;
}

.news .entry {
  padding-top: 15px;
  border-bottom: 1px solid #666666;
}

.news .entry .text {
  float: left;
  width: 420px;
}

.news .entry .image {
  margin-left: 430px;
  width: 150px;
  height: 130px;
}

.news .entry .image img {
  width: 130px;
  max-height: 130px;
}

.news .entry a:hover img {
  width: 150px;
  border: 1px solid #B4011A;
}

.news .entry .headline, .news .entry .headline a {
  font-size: 19px;
  color: #451A20;
  padding-right: 4px;
}

.news .entry .date {
  font-weight: bold;
  margin-bottom: 6px;
}

.news .entry .description {
  margin-top: 10px;
  margin-bottom: 20px;
}


/* RECIPES */

.recipes {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #666666;
}

.recipes .entry {
  clear: both;
  height: 80px;
  margin-bottom: 10px;
  border-bottom: 1px solid #666666;
}

.recipes .entry .link {
  padding-top: 10px;
}

.recipes .entry .name, .recipes .entry .name a {
  float: left;
  width: 300px;
  font-weight: bold;
  color: #000000;
}

.recipes .entry .date {
  width: 80px;
  margin-left: 350px;
}

.recipes .entry .image {
  float: right;
  width: 120px;
  font-weight: bold;
}

.recipes .entry .image img {
  width: 90px;
  max-height: 130px;
}

.recipes .entry a:hover img {
  width: 100px;
  border: 1px solid #B4011A;
}

.recipes .current {
  clear: both;
  padding-top: 30px;
}

.recipe .more {
  padding-top: 20px;
}

.recipe .more .first, .recipe .more .second {
  clear: both;
  padding: 6px;
}

.recipe .more .first {
  background-color: #efefef;
}

.recipe .more .second {
  background-color: #dedede;
}

.recipe .more .name {
  float: left;
  width: 300px;
  font-weight: bold;
}

.recipe .more .date {
  margin-left: 300px;
  width: 150px;
}

.recipe .more .link {
  float: right;
  width: 100px;
}

.recipe .archive {
  padding-top: 30px;
}


/* DIASHOW */
.diashow-container {
  text-align: left;
}

.diashow img {
  max-width: 550px;
  padding: 8px;
  background: #dedede;
  border: 1px solid #818181;
}

.diashow-thumbnails {
  padding-right: 10px;
}

.diashow-thumbnails h3 {
  padding-bottom: 2px;
  margin-bottom: 2px;
}

.diashow-thumbnails img {
  height: 24px;
  opacity: 0.3;
  border: 0px;
}

.diashow-thumbnails .box {
  float: left;
  height: 24px;
  margin-bottom: 6px;
  margin-right: 1px;
  background: #dedede;
}

.diashow-thumbnails .active, .diashow-thumbnails a:hover img {
  height: 26px;
  border: 1px solid #B4011A;
  opacity: 1.0;
}

.diashow-description {
  clear: both;
  padding-top: 20px;
}

.diashow-javascript {
  padding-top: 10px;
}


/* 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;
}


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

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


/* TEXT FORMATING */
h1 {
  font-family: 'Arial', sans-serif;
  font-size: 22px;
  color: #451A20;
}

h2 {
  font-family: 'Arial', sans-serif;
  font-size: 19px;
  color: #910D1F;
}

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

.small {
  font-size: 8pt;
}

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

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

.gray {
  color: #808080;
}

td {
  font-family: 'Arial', sans-serif;
  font-size: 10pt;
  vertical-align: top;
}

area {
  outline: none;
}
