@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; }
  a[href="#anfang"] {display: none;}
  img {display: none;}

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


  /* (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;}
  h2 {color: #3C6331; 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;
 }

/*==================== 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 {
 position: absolute;
 max-width: 900px;
 top: 150px;
 background-color: #F4F4F4;
}

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

#head ul a, #head ul strong {
 display: block;
 padding: 0.5em 1em;
 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;
}

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


/*==================== Fotogalerie, z.Zt. nicht in Gebrauch =======================*/

 /*Spezielle Auszeichnungen f&uuml;r die Fotogalerie auf Galerie 3

a.gallery, a.gallery:visited {display:block; color:#000; text-decoration:none; border:1px solid #000; width:67px; height:67px; float:left; margin:4px; z-index:50;}
a.slidea {background:url(images/galerie3/1996th.jpg);}
a.slideb {background:url(images/galerie3/1997th.jpg);}
a.slidec {background:url(images/galerie3/1998th.jpg);}
a.slided {background:url(images/galerie3/1999th.jpg);}
a.slidee {background:url(images/galerie3/2000th.jpg);}
a.slidef {background:url(images/galerie3/2001th.jpg);}
a.slideg {background:url(images/galerie3/2002th.jpg);}
a.slideh {background:url(images/galerie3/2003th.jpg);}
a.slidei {background:url(images/galerie3/2004th.jpg);}
a.slidej {background:url(images/galerie3/2005th.jpg);}
a.slidek {background:url(images/galerie3/2006th.jpg);}
a.slidel {background:url(images/galerie3/2007th.jpg);}
a.slidem {background:url(images/galerie3/2008th.jpg);}
a.sliden {background:url(images/galerie3/2009th.jpg);}
a.gallery em, a.gallery span {display:none;}
a.gallery:hover {border:1px solid #fff;}

#container {position:relative; width:800px; height:620px; background:#d1c8c3; border:1px solid #a49188; margin:1em auto 0em auto; }
#container img {border:0;}
#container .thumbs {width:160px; position:absolute; right:0; top:0;}
#container a.gallery:hover span {display:block; position:absolute; top:410px; left:-185px; padding:5px; font-style:italic; color:#fff; z-index:10;}
#container a.gallery:hover span:first-line {font-style:normal; font-weight:bold; font-size:1.3em; color:#000;}
#container a.gallery:active, #container a.gallery:focus {border:1px solid #000;}
#container a.gallery:active em, #container a.gallery:focus em {display:block; position:absolute; width:402px; height:250px; top:5px; left:-625px; padding:5px; color:#000; z-index:50;}
#container h2 {float: left; margin:0px; padding-top:80px; padding-left:50px; width:300px; text-align:center; font-family: georgia, "times new roman", serif; font-size:3em; font-weight:normal; color:#fff;}
#container h3 {clear:both; margin:0; padding-top:20px; text-align:center; font-family: georgia, "times new roman", serif; font-size:1.2em;} */


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

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

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

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

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

#content .siegel {
    position: absolute;
    right: 20px;
}

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

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

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


/*==================== 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: #679A06; }

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

 }