@charset "utf-8";
/**
 *Website der Frischkeim Naturkost GmbH
 *
 *@link		http://www.frischkeim.de
 *@version	1.0 */

/*alternativ könnte man daraus zwei css (print und screen) machen und in die default.css nur zwei import-Regeln (@import url(screen.css bzw. print.css);) schreiben */

@media print
{

  /* (de) Wechsel der der Schriftgrößen-Maßheinheit zu [pt] - Probleme mit Maßeinheit [px] in Gecko-basierten Browsern vermeiden */
  body {
    font-size: 12pt; 
    font-family: Garamond, serif;
    padding: 30pt 30pt 30pt 50pt;
    }

  /* (de) Für den Druck nicht benötigte Container des Layouts abschalten */
  #sidebar, #head ul, #footer { display: none !important; }
  a[href="#anfang"] {display: none !important;}
  img {display: none !important;}


  /* Frischkeim-Logo f&uuml;r den Druck wieder zuschalten */
  img {border: 0;}
  img[src="images/frischkeim.gif"] {display: block !important;}
  img[src="../images/frischkeim.gif"] {display: block !important;}


  /* (de) Allgemeine CSS Klasse, um beliebige Elemente in der Druckausgabe auszublenden */
  .noprint { display:none; }

    /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
  h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }

  h1 {color: #7F0c00; font-size: 16pt;}
  h2 {color: #3C6331; font-size: 14pt; page-break-after: avoid;}
  
  p {
      page-break-inside: avoid;
  }
  
  li {
      padding: 2pt 0;
  }

  a:link, a:visited {
 color: #481D54;
 text-decoration: none;
  }
}

@media screen, projection
{

/*==================== Browser Reset =======================*/

* {
  margin: 0;
  padding: 0;
 }

 
ul {
 list-style-type:none;
 }

a img {
 border: 0;
 }

/*==================== Zeichensatz und -farbe =======================*/

body, td, th {font: normal 82.5%/150% "Lucida MS", Helvetica, sans-serif;}
 td, th {f\ont-size: 100%}

body {
 color: #3b2b20;
  }

 /*==================== Layout =======================*/

/*Allgemeine CSS Klasse, um beliebige Elemente in der Bildschirmausgabe auszublenden */
.noscreen { display:none; }

#rahmen {
 max-width: 900px;
 margin: auto;
 background: #FFFFFF url(images/sidex.png) repeat-y;
 overflow: auto;
 position: relative;
 }

/* IE6: s. stylesheet*/ 
 

/*==================== Überschriften und Absätze =======================*/

h1 {
 color: #DD0039;
 font-size: 1.4em;
 font-weight: normal;
 line-height: 1.1;
 border-bottom: 1px solid #dd0039;
 padding-top: 20px;
 }

h2 {
 color: #3C6331;
 font-size: 1.3em;
 line-height: 1.3;
 margin: .8em 0;
  }

/*Für die Rezepte:*/  
h2.topline, h3.topline{
    border-top: 1px solid #3C6331;
    margin-top: 30px;
    padding-top: 30px;
}

h3 {
 font-weight: normal;
 font-size: 1.2em;
 margin: 1.2em 0;
 }

p {
  margin: 1em 0;
  }

  /*==================== Links =======================*/

a:link {
 color: #273F21;
 background-color: transparent;
 }
a:visited {
 color: #5A836C;
 background-color: transparent;
 }
a:hover, a:focus, a:active {
 color: #7F0c00;
 background-color: transparent;
 text-decoration: none;
 }

/* ==================== Dropshadow ================== */
/* wird zur Zeit nicht benutzt, ist aber angelegt, auch die Grafik-Datei dropshadow.png */
.dropshadow_box {
      background: url(images/dropshadow.png) no-repeat bottom right;
      padding: 0 !important;
      margin: 10px 10px 10px 10px;
  }
.dropshadow_box img {
    padding: 0 !important;
    margin: -5px 5px 5px -5px !important;
  }
/*==================== Head =======================*/

#head {
 background: #F4F4F4 url(images/header7.jpg) top right no-repeat;
 max-width: 900px;
 height: 188px;
 position: relative;
 }
 
/*wechselnde Hintergrundbilder im Head*/
.sortiment #head {
 background: #F4F4F4 url(images/header1.jpg) top right no-repeat;    
}
.service #head {
 background: #F4F4F4 url(images/header2.jpg) top right no-repeat;
}
.video #head {
 background: #F4F4F4 url(images/header6.jpg) top right no-repeat;
}
.infos #head {
 background: #F4F4F4 url(images/header5.jpg) top right no-repeat;
}
.kontakt #head {
 background: #F4F4F4 url(images/header4.jpg) top right no-repeat;
}
.logo {
    padding: 15px;
}

.logo em {
    display: block;
    color: #DD0039;
    font-weight: bold;
    padding: 5px 0 0 30px;
}

/*==================== Navigation =======================*/

#head ul {
 max-width: 900px;
 background-color: #F4F4F4;
 margin-top: 15px;
}

#head ul li {
 float: left;
 margin: 0;
 list-style: none;
 border: 1px solid #d2c9c2;
 }

#head ul a, #head ul strong {
 display: block;
 padding: 0.5em 1.7em;
 font-variant: small-caps;
 /*font-size: 13px; hält die Linkleiste bei Textzoom im IE8 konstant - Firefox kümmert sich da nicht drum */
 text-decoration: none;
 background: #FBFFFF; /*url(images/button.gif) center left repeat-x;*/ 
 }

#head ul a:hover, #head ul a:focus, #head ul a:active, #head ul strong {
 color: white;
 background: #DD0039; /*url(images/buttonactive.gif) center left repeat-x;*/
 }

/*==================== Sidebar =======================*/

#sidebar { 
 width: 200px;
 padding: 20px 20px 20px 30px;
 float: left;
 }
 
#sidebar a{
    text-decoration: none;
    display: block;
    padding: 6px 8px 11px 30px;
    margin: -6px -8px -11px -30px;
    width: 200px;
    }
/* für den IE6 und IE7: s. stylesheet*/ 


#sidebar li{
    border-top: #5A836C solid 1px;
    padding-top: 4px;
    margin: 10px 0;
    font-size: 0.9em;
}

/* Schmaleres Sidebar-Menü auf den Rezeptseiten */
#sidebar.ul_rezepte li {
    font-size: 0.8em;
    margin: 0;
    padding: 0;
}

#sidebar.ul_rezepte a {
    padding: 1px 5px 1px 30px;
    margin: -1px -5px -1px -30px;
}

#sidebar.ul_rezepte a:hover {
    background: #Dd0039 url(images/pfeil.gif) no-repeat 25px 6px; 
}

#sidebar li strong{
    display: block;
    font-size: 1.1em;
}

#sidebar a:hover{
    background: #Dd0039 url(images/pfeil.gif) no-repeat 25px 12px;
    padding-left: 46px;
    color: #fff;
    border: none;
}
/*wenn der Effekt mal nicht sein soll */
#sidebar .kein_a_hover a:hover {
    background: #efefef;
    padding: 0;
    margin: -1px 0 0 -1px;
    border: 1px solid #dd0039;
}

/* für den IE6: s. stylesheet*/

/*==================== Content =======================*/

#content {
 margin-left: 275px;
 padding: 20px 20px 20px 30px;
 }
 
#content .floatright {
 float: right;
 margin: 10px;
 }

#content .floatleft {
 float: left;
 margin: 20px;
 }

 .clear {
 clear: both; 
}

#content h2 {
 padding-top: 10px;
 }

 #content h4 {
 color: #3C6331;
 }

 #content ul li {
 background-image:url(images/listenpunkt.gif);
 background-repeat:no-repeat;
 background-position:0px 4px;
 padding-left:20px;
 padding-top: 3px;
 margin-top: 5px;
 }
 
 #content .aktuell {
     border: 1px solid #aaa;
     background-color: #f1f1f1;
     padding: 10px;
 }

/*==================== Content: Startseite =======================*/

#content .siegel {
    float: right;
}

#content .siegel p {
    font-style: italic;
    padding-left: 120px;
}

#content .suche {
    width: 90%;
}

/*==================== Content: Bild auf Sortimente =======================*/
 
#content .img_sortiment {
    width: 112%;
    margin-bottom: -4.5%;
    margin-left: -8.5%;
/*  width: 645px;
    height: 537.5px;    
    margin-bottom: -25px;
    margin-left: -50px; */
}

/* Bildgröße für IE6 und IE7: s. stylesheet */

/* =================== Content: Galerie =======================*/
div#mediaspace {
    padding-top: 10px;
}

#sidebar.weihnacht img {
    width: 96px;
    float: left;
    
}
#sidebar.weihnacht a {
    display: block;
    display: inline-block;
    width: 96px;
    border: 1px solid #000;
    padding: 0;
    margin: 0;
}
#sidebar.weihnacht a:hover {

    padding: 0;
    border: 1px solid red;
}
/*==================== Content: Rezepte =======================*/

.bildcontainer {
    float: right;
    width: 200px;
    padding-left: 20px;
}
/* Positionierung des Druckbefehls auf den Rezeptseiten */
#content a[href^="javascript"] {
padding: 20px 0 0 400px;
font-style: italic;}

/*==================== Tabelle mit Farbwechsel =======================*/

.hg1 {background: #F9FBFF;/* #acc8f0; */}

.hg2 {background: #EAF1FF;/*#dde8f9;*/}

  table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; border-top: 2px #888 solid; border-bottom: 2px #888 solid;}
  table caption {text-align: left; font-variant:small-caps; }

  th,td { padding: 0.3em; }
  thead th { color: #000; border-bottom: 2px #800 solid; }
  tbody th { background: #e0e0e0; color: #333; }

  tbody th { border-bottom: 1px solid #fff; text-align: left; }
  tbody td { border-bottom: 1px solid #eee; }
  tbody tr:hover td { background: #fff8f8; }

/*==================== Kontaktseite mit Mikroformaten =======================*/
/* -moz-border-radius, -webkit-border-radius, border-radius, zoom: kein valides CSS 2.1*/
.vcard {
  border: 2px solid #e0e7b8;
  padding: 5px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 5px 0;
    /* small IE-Fix for background images */
  zoom:1;
  font-style: normal;
  width: 75%;
}
 
.vcard {background:#f8f8ec}
.vcard a { padding-left: 11px; background:url(images/external_link.gif) top left no-repeat; color: #4A6C09; }

.vcard .block {
    display: block;
}

.vcard .org, .vcard .fn {
    font-weight: bold;
}

.mitarbeiterfoto {
    width: 133px; height: 200px;
    float: left;
    padding: 10px;
}

address {
    height: 220px;
}
 
#sidebar .vcard {
    width: 90%;
    padding: 10px;
    margin-left: -10px;
}

#sidebar .vcard a {
    background: none;
}
/*Abschalten des hover-Effekt für links in der sidebar auf der Seite Kontakte*/
#sidebar .vcard a:hover{
    padding-left: 30px;
    color: #679A06;
}

/*==================== Footer =======================*/

#footer {
 clear: both;
 background-color: #EFEFEF;
 padding: 5px 0 5px 30px;
 }

 }
