/* --------------------------------------------------------------

HIRZ Screen Style
* by nckck.com
* uses parts 960.gs

-------------------------------------------------------------- */

@import "reset.css";
@import "text.css";
@import "960.css";

/* Page
------------------------*/

body, html {
  background: #3673C2;
  color: #000;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat-x;
  background-position: center top;
}

/*html {
    overflow: -moz-scrollbars-vertical;
}*/

.js {
    display: none;
}

.print, .printlogo {
    display: none;
}

a {
color: #2398CE;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

.container {
  background-image: url(../img/bg.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  background-color: #fff;
}

.clearer {
  clear: both;
  margin: 0; padding: 0; line-height: 0; height: 0;
}

/* Header
------------------------*/

.header {
  background-image: url(../img/bg_header.png);
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  height: 333px;
  width: 960px;
}

.headerimg {
  height: 260px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.header .topMenu {
  position: absolute;
  list-style-type: none;
  z-index: 10;
  margin: 8px 0 0 0;
  width: 100%;
  text-align: right;
  color: #1023B0;
}

.header .topMenu ul {
  list-style-type: none;
  display: inline;
  z-index: 10;
  margin: 0 20px 0 0;
  padding: 0;
}

.header .topMenu li {
  display: inline;
  margin: 0;
  padding: 0 3px;
  font-size: 0.85em;
  font-weight: bold;
}

.header .topMenu li a {
  color: #005DA5;
  text-decoration: none;
}

.header .topMenu li.active a {
  color: #005DA5;
  text-decoration: underline;
}

.header .topMenu li a:hover {
  color: #2194CD;
  text-decoration: none;
}

/* menu
------------------------*/

.menubar {
    /*margin-top: -8px;*/
    position: absolute;
    top: 260px;
    width: 235px;
    height: 65px;
    overflow: hidden;
}

.menu {
    float: left;
    width: 235px;
    height: 65px;
    cursor: pointer;
}

.menu.DE a, .menu.DE a .hover {
  background-image: url(../img/menuDE.png);
}

.menu.FR a, .menu.FR a .hover {
  background-image: url(../img/menuFR.png);
}
  
.menu a, .menu a .hover {
  background-repeat: no-repeat;
  position: relative;
  display: block;
  width: 235px;
  height: 65px;
  background-repeat: no-repeat;
  background-position: center top;
  text-indent: -1000em;
  overflow: hidden;
}

.menu a .hover {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.menu.aktuell a {
  background-position: 0px 0px;
}
.menu.produkte a {
  background-position: -235px 0px;
}
.menu.gutzuwissen a {
  background-position: -470px 0px;
}
.menu.rezepte a {
  background-position: -705px 0px;
}

.menu.aktuell a .hover, .menu.aktuell.active a {
  background-position: 0px -65px;
}
.menu.produkte a .hover, .menu.produkte.active a {
  background-position: -235px -65px;
}
.menu.gutzuwissen a .hover, .menu.gutzuwissen.active a {
  background-position: -470px -65px;
}
.menu.rezepte a .hover, .menu.rezepte.active a {
  background-position: -705px -65px;
}

/* Content
------------------------*/

li.hidden {
    display: none;
}

li.active ul li.hidden {
    display: list-item;
}

.main {
padding-top: 1em;
}

.js {
    /*display: none;*/
}

.main .sidebar {
display:inline;float:left;position:relative;
width: 240px;
background-image: url(../img/box_sidebar.png);
background-repeat: no-repeat;
background-position: center bottom;
margin: 78px 0 10px 0;
}

.main .sidebar h1 {
background-image: url(../img/box_sidebar.png);
background-repeat: no-repeat;
background-position: center top;
padding: 9px 15px 1em 22px;
font-size: 1.1em;
font-weight: normal;
height: 55px;
margin-top: -78px;
}

.sidebar .csc-header {
  margin-bottom: -45px;
}

.main .sidebar .content {
  margin: -55px 0 1em 0;
}

.main .sidebar p {
  padding: 0 22px;
}

.main .sidebar ul {
  margin: 0 15px 1em 35px;
  list-style-type: image; list-style-image: url(../img/bullet_small.png);
}

.main .sidebar ul a {
  text-decoration: none;
  color: #005DA5;
}

.main .sidebar ul li {
  padding: 0;
  margin: 0;
  margin: 0.4em 0 0.4em 0;
  line-height: 1.1em;
}

.main .sidebar a.active {
  font-weight: bold;
}

.main .sidebar ul li ul {
  padding: 0;
  margin: 0 15px 0 15px;
  list-style-type: image !important;
  list-style-image: url(../img/bullet_small.png) !important;
}

#main .lc1box {
    display:inline;float:left;position:relative;
    width: 700px;
    background-image: url(../img/box.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin: 66px 0 10px -12px;
}

#main .lc1box h1 {
    display: block;
    background-image: url(../img/box.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 9px 25px 0 25px;
    font-size: 1.1em;
    font-weight: bold;
    height: 57px;
    margin: -66px 0 -32px 0;
    text-shadow: none;
}

#main .lc1box.blue, #main .lc1box.blue h1 {
    background-image: url(../img/box_blue.png);
    color: #303030;
}
#main .lc1box.green, #main .lc1box.green h1 {
    background-image: url(../img/box_green.png);
    color: #0C530E;
}
#main .lc1box.brown, #main .lc1box.brown h1 {
    background-image: url(../img/box_brown.png);
    color: #453213;
}
#main .lc1box.red, #main .lc1box.red h1 {
    background-image: url(../img/box_red.png);
    color: #541A08;
}
#main .lc1box.yellow, #main .lc1box.yellow h1 {
    background-image: url(../img/box_yellow.png);
    color: #544409;
}
#main .lc1box.pink, #main .lc1box.pink h1 {
    background-image: url(../img/box_pink.png);
    color: #54094B;
}


#main .lc1box p {
  margin: 1em 0 1em 0;
  padding: 0 25px;
  color: #000;
}

#main .lc1box table {
  margin: 1em 0 1em 25px;
  width: 670px;
}

#main .lc1box table .r {
  text-align: right;
}

#main .lc1box table .c {
  text-align: center;
}

#main .lc1box table .red {
  color: red;
  width: 80px;
}

#main .lc1box table .green {
  color: green;
  width: 80px;
}

#main .lc1box table th {
  text-align: left;
  margin-right: 10px;
  padding: 3px 20px 2px 0;
}

#main .lc1box table tbody {
  font-size: 0.9em
}

#main .lc1box table tfoot td {
    padding: 10px 0 0 0;
    font-size: 0.9em;
    text-align: center;
}

#main .lc1box table td {
  margin-right: 10px;
  padding: 0 20px 0 0;
}

#main .lc1box table p {
  margin: 0;
  padding: 0;
}

#main .lc1box .important { color: red; font-weight: bold; }
#main .lc1box .box-important {
    background-image: url(../img/lines.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    height: 28px;
    margin: -0.4em 10px 0.8em;
    padding: 5px 25px 0 25px;
    font-weight: bold;
}

#main .lc1box.blue .box-important {
    background-position: center -36px;
    color: #303030;
}
#main .lc1box.green .box-important {
    background-position: center -72px;
    color: #0C530E;
}
#main .lc1box.brown .box-important {
    background-position: center -108px;
    color: #453213;
}
#main .lc1box.red .box-important {
    background-position: center -144px;
    color: #541A08;
}
#main .lc1box.yellow .box-important {
    background-position: center -180px;
    color: #544409;
}
#main .lc1box.pink .box-important {
    background-position: center -216px;
    color: #54094B;
}

.main .center h1 {
  padding: 7px 0 0 0;
  font-size: 1.4em;
  margin: 0 0 0.5em 0;
}
.main .center h2 {
  padding: 0;
  font-size: 1.1em;
  margin: 0 0 0.5em 0;
}

.main .center {
  position: relative;
  padding: 0 10px;
}

.main .center p {
  padding: 0;
  margin: 0 0 0.5em 0;
}

.main .grid_8 .column_2 {
    clear: both;
}

.main .grid_8 .column_2 .clearfix {
    width: 100%;
    height: 1px;
}

.main .grid_8 .bodytext, .main .grid_8 .csc-header {
    clear: left;
}

.main .grid_8 .column_2 .c {
    display:inline;float:left;position:relative;
    width: 220px;
}

.main .grid_8 .column_2 .c li {
    margin-left: 1em;
    margin-right: 1em;
}

.main .grid_8 .csc-header h2 {
    margin-top: 1.2em;
}

.main .grid_8 .column_2 .c h2 {
    margin-top: 0em;
}

.main .grid_8 .csc-bulletlist {
    margin-bottom: 0.8em;
}

.main .grid_8 .csc-bulletlist li {
    margin-left: 1em;
    margin-right: 1em;
}

.subtitle {
    font-size: 90%;
    display: block;
    margin-top: -0.5em;
    margin-bottom: 1em;
}

h1 {
    text-shadow: 0px 2px 3px #96BAEA;
}

.productsstatic ul {
  list-style-type: none;
  width: 100%;
  clear: both;
}

.productsstatic ul, .productsstatic ul li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.productsstatic ul li, .productsstatic ul li ul li {
  float: left;
  margin: 0 5px;
  padding: 0;
}

.productsstatic li.title {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.products {
    width: 680px;
    height: 180px;
    overflow: auto;
    margin: 1em 0 2em 0;
}

.products ul, .products ul li ul {
  list-style: none;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}

.products ul li, .products ul li ul li {
  display: inline;
  margin: 0 5px;
  padding: 0;
}

.products .title {
  display: none;
}

.scrollMe {
  position: relative;
  width: 680px;
  height: 155px;
  margin-top: 1em;
  overflow: hidden;
}

.grid_8 .scrollMe {
  position: relative;
  width: 440px;
  height: 155px;
  overflow: hidden;
}

.scrollMe ul, .scrollMe ul li ul {
  position: absolute;
  list-style: none;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}

.scrollMe ul li, .scrollMe ul li ul li {
  display: inline;
  margin: 0 5px;
  padding: 0;            
}

.scrollMe ul li.title {
  display: inline;
}

.scrollMe ul li.spacing {
  padding: 40px;
}

.slider {
  background-image: url(../img/slider_bg.png);
  width: 672px;
  position: relative;
  height: 19px;
  padding: 4px;
  color: white;
  font-size: 0.9em;
  cursor: pointer;
  margin: 0 0 1em 0;
  overflow: hidden;
}

.grid_8 .slider {
  background-image: url(../img/slider_bg_short.png);
  width: 432px;     
  overflow: hidden;
}

/*.slider .paddle {
  position: absolute;
  background-image: url(../img/slider_paddle.png);
  width: 196px;
  height: 19px;
}

.slider .paddle.trans {
  position: absolute;
  background-image: url(../img/px.gif);
  width: 196px;
  height: 19px;
  z-index: 10;
}*/

.slider .titles {
  position: absolute;
  width: 672px; 
  top: 0;
  z-index: 5;       
}

.slider .paddle {
  position: absolute;
  background-image: url(../img/slider_paddle_short.png);
  width: 150px;
  height: 19px;
}

.slider .paddle.trans {
  position: absolute;
  background-image: url(../img/px.gif);
  width: 150px;
  height: 19px;
  z-index: 10;
}

.grid_8 .slider .paddle {
  background-image: url(../img/slider_paddle_short.png);
  width: 150px;
}

.grid_8 .slider .paddle.trans {
  background-image: url(../img/px.gif);
  width: 150px;
}

.slider span {
  position: absolute;
  left: 40px;
  top: 5px;
}

#productdetails h1 {
    padding-left: 5px;
}
#productdetails table {
    width: 100%;
    font-size: 0.9em;
    margin-bottom: 10px;
}

#productdetails th {
    padding: 5px;
    text-align: left;
}

#productdetails td {
    padding: 3px 5px;
    vertical-align: top;
}

#productdetails td.b {
    width: 140px;
    font-weight: bold;
    color: #444;
}

#productdetails p {
    margin-bottom: 0;
}

#productdetails td ul {
    list-style-type: none;
    list-style-image: inherit;
    margin: 0;
    padding: 0;
}

#productdetails td ul li {
    float: left;
    margin: 0;
    padding: 0 4px 0 0;
}

#productdetails td ul li:after{
    content: ", ";
}

#productdetails td ul li:last-child:after{
    content: "";
}

#productdetails tr.mondo td.b {  
    background: url(../img/mondo.png) no-repeat 5px 2px;
    padding-left: 25px;
    width: 115px;
}

#productdetails tr.zutaten td.b {  
    background: url(../img/information.png) no-repeat 5px 2px;
    padding-left: 25px;
    width: 115px;
}

tr.red td {   background-color: #FFC1A9; }
tr.red td.b { background-color: #FF8152; }

tr.orange td {   background-color: #FFD4AA; }
tr.orange td.b { background-color: #FFAB55; }

tr.brown td {   background-color: #E0C2AE; }
tr.brown td.b { background-color: #C48557; }

tr.yellow td {   background-color: #FFFCBC; }
tr.yellow td.b { background-color: #FFFA77; }

tr.green td {   background-color: #E8EB87; }
tr.green td.b { background-color: #D4DB2E; }

tr.blue td {   background-color: #C2E0E7; }
tr.blue td.b { background-color: #88C7E2; }

.newsletterform {
    margin-top: -5px;
    padding: 0 20px;
}

.newsletterform div {
    margin-left: 5px;
    margin-bottom: 5px;
}
.newsletterform label {
    font-weight: bold;
    font-size: 0.85em;
}

.newsletterform div input {
    width: 180px;
}

#productContainer img {
    float: left;
    margin: 2em 0 0 0;
}

/* Footer
------------------------*/

.footer {
background-image: url(../img/bg_footer.png);
background-repeat: repeat-x;
width: 100%;
clear: both;
}

.footer .grid_4, .footer .grid_3 {
color: white;
padding-top: 48px;
text-align: right;
}

.footer .grid_4 .sitemap, .footer .grid_3 .sitemap {
    text-align: left;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:visited {
    color: white;
}

.footer h1 {
background-image: url(../img/footer_line.png);
background-repeat: no-repeat;
background-position: left bottom;
padding: 0 0 8px 8px;
font-weight: normal;
font-size: 1.2em;
margin-bottom: 0.2em;
    text-align: left;
}

.footer ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.footer li {
  margin: 3px 0 5px 0;
  padding: 0 0 0 8px;
  text-align: left;
  line-height: 1em;
}

.footer .copy {
clear: both;
color: white;
text-align: center;
font-size: 0.8em;
padding: 5px;
}

.footer img {
    
}

#now {
    font-size: 1.5em;
}