@charset "UTF-8";
/* CSS Document */


/* Copyright: */
/* Boschmedia Kommunikationsdesign */
/* Oliver Bosch */
/* www.boschmedia.de */
/* Alle Rechte vorbehalten */
/*-------------------------------------------------------------------------*/


/* Globaler Reset */
* {
	padding: 0;
	margin: 0;
}

/* Standard-Elemente und Typografie */
/*-------------------------------------------------------------------------*/

html {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color:#000000;
	/* Blinden Scrollbalken im IE/PC entfernen */
	overflow-y: scroll;
}
	
body {
	background-color: #f0f5ed;
	color: #000;
	background-image: url(img/body-bg.jpg);
	background-repeat: repeat-x;
	}
	
p {
	margin-bottom: 8px;
}
a  {
	color: #007c30;
	border-bottom: none;
	text-decoration: underline;
}

a:hover {
	color:#000;
}
ul {
	list-style-position: inside;
	margin-top: 0px;
	margin-left: 20px;
}


h1 {
	font-size: 26px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 26px;
}

h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h3 {
	color: #007c30;
	margin-bottom: 8px;
}
h4 {
	color: #007c30;
	font-size: 13px;
	margin-bottom: 8px;
}
ul.features {
	margin: 20px 0px 20px 10px;
}
ul.features li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #e3000f;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 3px;
}

p.artikelnummer {
	color: #999;
}

h2 a {
	color: #000000;
	boder-bottom:none;
	text-decoration:none;
	border-bottom: 1px soild #007c30;
}
h2 a:hover {
	color: #007c30;
	boder-bottom:none;
	text-decoration:none;
}




/* Layout und Bereiche */
/*-------------------------------------------------------------------------*/
 
 #header
 {
	margin: 0 auto 0;
	height: 185px;
	position: relative;
	width: 960px;
	margin-top:0px;
}
#header div.inside {
	padding: 5px 20px 0px 20px;
}

#wrapper	{
	margin: 0 auto 0;
	width: 960px;
	background-image:url(img/content_bg.png);
	background-repeat:repeat-y;
	min-height:500px;
	/* es folgt ein Hack für min-height auch im IE6 */
	/*	http://www.dustindiaz.com/min-height-fast-hack/ */	
	height:auto !important;
	height:500px;
	position: relative;
}
div#wrapper div.inside {
	padding: 26px 70px 20px 70px;
}


div.clear	{
	clear:both;
}


div.halbebreite {
	width: 390px;
	margin-bottom: 30px;
}
div.biosiegel {
	position: absolute;
	right: 357px;
	z-index: 20;
	top: -5px;
}

div.fzsiegel {
	position: absolute;
	right: 155px;
	z-index: 20;
	top: 1px;
}
div.fzsiegel_en {
	position: absolute;
	right: 278px;
	z-index: 20;
	top: 1px;
}
div.biosiegel_en {
	position: absolute;
	right: 397px;
	z-index: 20;
	top: -5px;
}




.toplogo {
	margin-top: 30px;
	margin-bottom: 20px;
}

#left {
	width: 220px;
	position: absolute;
	left: 60px;
	top: 381px;
}

#right {
	float: right;
	width: 520px;
}

div#schnittencollage {
	width: 492px;
	height: 455px;
	position: absolute;
	z-index: 10;
	left: 490px;
}

div.toggler {
	height: 40px;
	border-bottom: 1px solid #007c30;
	margin: 0px 0px 20px 0px;
	position: relative;
}
img.togglerbild {
	margin-right: 12px;
}
div.produkt {
	margin-bottom: 20px;
}
div.produkttext  {
	width: 390px;
	float: right;
}
div.produktbild  {
	float: left;
}

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

#footer {
	margin: 0 auto 0;
	width: 960px;
	height:69px;
	position: relative;
	background-image:url(img/fruchtschnitten-riegel-naturavita-footer.png);
	background-repeat:no-repeat;
}
#footer div.inside {
	padding: 0px 70px 0px 70px;
}

#footer ul {
	list-style-type: none;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	color: #007c30;
	text-decoration: none;
	border: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-image: url(img/pfeil-icon.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	margin-left: 12px;
	background-position: 0px 2px;
}
#footer ul li a:hover ,#footernav ul li .active{
	color: #000000;
	border: none;
	background-image: url(img/pfeil-icon_hover.gif);
}
#footer .footeraktiv    a {
	color: #666666;
	cursor: default;
}
#footer .inside #sprachen {
	float: left;
	width: 100px;
}
#footer .inside #footernav {
	float: right;
	margin-top: 4px;
}




/* Sonstige Klassen */
/* ------------------------------------------------------------------------- */

.clearelement {
	clear: both;
	height: 10px;
}

.displaynone	{
display:none	}

/* Es folgt die Clearfixlösung. Siehe  http://little-boxes.de/?p=149 */
/* ------------------------------------------------------------------------- */

/* Der Kern von Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE-Patches für Clearfix */
.clearfix { display: inline-block; }
/* Vor IE5/Mac verstecken mit dem Commented Backslash Hack \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }



