/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

a {
  color: #00e;
}

a:visited {
  color: #551a8b;
}

a:hover {
  color: #06e;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
html {
  height: 100%;
}

body {
  overflow-x: hidden;
  background: #0678AB url("../img/bg_gradient.gif") left top repeat-x;
  height: 100%;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #422402;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0;
}

div#noJs {
  position: absolute;
  top: 0;
  left: 50%;
  width: 960px;
  margin: 0 0 0 -500px;
  background: red;
  color: #ffffff;
  padding: 10px 20px;
  z-index: 2000;
  font-weight: bold;
}

div#noJs a {
  color: #ffffff;
}

.wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1000px;
  height: 600px;
  margin: 0 0 0 -500px;
  background: transparent none left top no-repeat;
  background-image: url("../img/bg_home.png");
}

#homeFruits {
  position: absolute;
  left: 77px;
  top: 246px;
}

header {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1000px;
  margin: 0 0 0 -500px;
  z-index: 20;
}

#logo {
  position: absolute;
  z-index: 10;
  left: 337px;
  top: 18px;
  display: block;
}

#logo img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}

footer {
  position: absolute;
  top: 579px;
  left: 50%;
  width: 1000px;
  margin: 0 0 0 -500px;
  z-index: 6;
}

footer nav {
  position: relative;
}

footer nav ul {
  list-style-type: none;
  margin: 0 0 0 18px;
}

footer nav ul li {
  float: left;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  margin: 0 12px 0 0;
}

footer nav ul li a,
footer nav ul li a:visited,
footer nav ul li a:hover,
footer nav ul li a:focus {
  text-decoration: none;
  color: #3b1a04;
  font-size: 10px;
  line-height: 10px;
}

#logoStorck {
  position: absolute;
  left: 827px;
  bottom: 0px;
}

/******* IMPRINT / PRIVACY ********/
.layer {
  display: block;
  position: absolute;
  top: -557px;
  left: 50%;
  width: 612px;
  height: 503px;
  margin: 0 0 0 -472px;
  background: transparent url("../img/layer_net.png") left top no-repeat;
  z-index: 400;
  padding: 27px 44px;
  text-align: left;
}

.layer  h1 {
  margin: 112px 350px 20px 30px;
}

.layer h2,
.layer h3 {
  margin: 0 0 5px 0;
}

.layer h2 {
  font-size: 14px;
}

.layer h3 {
  font-size: 13px;
}

.layer p {
  margin: 0 0 15px 0;
}

.layer p a {
  color: #422402;
}

a.close {
  display: block;
  height: 26px;
  width: 26px;
  position: absolute;
  right: 65px;
  text-indent: -200000px;
  background: transparent url("../img/close_button.png") center center repeat-y;
}

a.scrollTop,
a.scrollBottom {
  display: block;
  height: 26px;
  width: 26px;
  margin: 10px 0;
  position: absolute;
  left: -6px;
}

a.scrollTop {
  top: -36px;
  background: transparent url("../img/arrow_top.png") center center repeat-y;
}

a.scrollBottom {
  bottom: -36px;
  background: transparent url("../img/arrow_bottom.png") center center repeat-y;
}

.scrollContent {
  width: 580px;
  clear: both;
  margin: 20px 0 10px 30px;
  white-space: normal;
}

.scrollContent .viewport {
  height: 315px;
  width: 520px;
  overflow: hidden;
  position: relative;
}

.scrollContent .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
}

.scrollContent .scrollbar {
  position: relative;
  float: right;
  width: 16px;
}

.scrollContent .track {
  background: transparent url("../img/scroll_track.png") center center repeat-y;
  height: 100%;
  width: 16px;
  position: relative;
  padding: 0;
}

.scrollContent .thumb {
  background: transparent url("../img/scroll_thumb.png") center center no-repeat;
  height: 53px;
  width: 16px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.scrollContent .thumb .end {
  overflow: hidden;
  height: 0px;
  width: 16px;
}

.scrollContent .disable {
  display: none;
}

#teaser {
  width: 250px;
  height: 223px;
  position: absolute;
  left: 440px;
  top: 365px;
  padding-left: 209px;
  padding-top: 10px;
  padding-right: 30px;
  background: url('../img/schild.png');
}

.pl,
.de {
  display: block;
  margin-top: 12px;
}

.pl a,
.de a {
  color: #422402;
  text-decoration: none;
}

.pl a *,
.de a * {
  color: #422402;
  text-decoration: none;
  border: 0 none;
}

.pl h2,
.de h2 {
  margin: 0 0 5px 0;
}

.de h2 img {
  margin-right: 3px;
}

.pl p,
.de p {
  margin: 0 0 5px 0;
}

img.flag {
  float: left;
  margin-right: 13px;

}
/*
#plTeaserClickArea {
  position: absolute;
  top: 2px;
  left: 214px;
  z-index: 1;
}

#plTeaserClickArea,
#plTeaserClickArea img {
  width: 278px;
  height: 133px;
}
*/
.pl h2 img {
  vertical-align: bottom;
  margin-right: 5px;
}

#countrySelection {
  width: 237px;
  height: 171px;
  position: absolute;
  background: url('../img/karte.png');
  left: 680px;
  top: 150px;
  padding: 32px 35px 0 35px;
}

#countrySelection h2 {
  margin: 10px 0 5px;
}

#countrySelection p {
  line-height: 13px;
  margin: 0;
}

#countrySelection ul {
  list-style: none;
  width: 160px;
  padding: 3px 7px;
  margin: 0;
  position: absolute;
  top: 130px;
  left: 70px;
  z-index: 10;
}

#countrySelection ul:hover {
  background: white;
  border-radius: 5px;
}

#countrySelection li {
  display: none;
  line-height: 22px;
}

#countrySelection li a {
  text-decoration: none;
  color: #422402;
  display: block;
}

#countrySelection li a:hover {
  color: #00863d;
}

#countrySelection ul:hover li {
  display: block;
  border-bottom: 1px #f3efe8 solid;
}

#countrySelection ul:hover li:last-child {
  border-bottom: none;
}

#countrySelection li span {
  float: right;
  display: none;
}

#countrySelection li:hover span {
  display: block;
  color: #00863d;
}

#countrySelection li:first-child {
  display: block;
}

#countrySelection ul:hover li:first-child {
  display: none;
}

#countrySelection li:first-child span {
  display: block;
}

@media only screen and (min-width: 35em) {

}

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
