@IMPORT url(oekoinform.css);
@IMPORT url(ecards.css);

/* Abstaende zuruecksetzen */
* {
	padding: 0;
	margin: 0;
	background: none;
}

/* Keine Unterstreichungen fuer Links */
a {
	text-decoration: none;
	background: none;
	color: black;
}

/* Keine Rahmen fuer verlinkte Biler */
a img {
	border: none;
	
}

/* Standardschriftart und -farbe und Seitenhintergrundfarbe und -bild */
body, samp, dfn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background: #FFCC00 url(../images/layout/bg_wellen.jpg);
	color: black;
}

samp, dfn {
	background: none !important;
	font-style: italic;
  }

select {
	background: white;
}

/* Generell bei Listen keine Bullets anzeigen */
ul, ol {
	list-style-type: none;
}

/* box_container ist ein blockelement, das den gesamten seiteninhalt umfasst und zentriert wird */
#box_container {
	margin: auto;
        width: 770px;
}

/* Link zur anderssprachigen Version der Seite */
#headline_changelanguage {
	float: left;
	padding-left: 10px;
	margin-top: 1px;
}

/* Blockelement, das headline_changelanguage und das menue oben umfasst */
#headline {
	height: 26px;
	background-color: #005640;
        background-image: url(/DE/images/layout_new/bg_top_navi.png);
        background-repeat: repeat-x;
}

/* Blockelement, das das Menue oben umschliesst.
   Kleiner Hack, um ENGLISCH und das Menu oben auf eine Hoehe zu bekommen */
#headline_menu_wrapper {
  //soda element
}

/* liste fuer das menue oben */
.headline_menu {
        float:right;
	list-style-type: none;
	white-space: nowrap;
        padding-right: 10px;
        margin-top: 5px;
}

/* listenelemente des oberen menues in eine zeile setzen */
.headline_menu li {
        float: left;
        display: block;
        margin-left: 2px;
        cursor: pointer;
}
.headline_menu li a{
        display: block;
	padding-left: 3px;
        padding-top: 1px;
        color: #FFF;
	font-size: 11px;
        font-family: Arial, sans-serif;
        font-weight: bold;
}
.headline_menu li a:hover, .headline_menu li a.active {
        color: #DDD;
}

/* das große foto im kopfbereich. Dient hier als Fallback. Das Foto wird im Quelltext
   pro Kategorie gesetzt */
#header {
	margin-top: 2px;
	background-image: url(../images/header/blaetter.jpg);
	width: 770px;
	height: 133px;
}

/* Blockelement, das der Positionierung des Logos dient */
#header_logo {
	position: relative;
	top: 1px;
	left: 10px;
}

/* link im h1 in header_logo, der als block dargestellt wird und das logo als hintergrundbild enthaelt */
#header_logo h1 a {
	display: block;
	background-image: url(../images/layout/lb_logo_2009.png);
	width: 133px;
	height: 133px;
}

/* Logo ist folgendermassen aufgebaut: <div id=header_logo><h1><a><span>Lebensbaum ...
   Alle Elemente im a werden jetzt ausgeblendet. Dadurch erscheint mit css das grafische Logo
   und im Textbrowser steht eine ganz normale Ueberschrift */
#header_logo h1 a * {
	display: none;
}

/* Liste fuer das Menue links */
          #menu {
            margin-top: 4px;
            float: left;
            width: 150px;
          }
          /* alle li erstmal anpassen */
          #menu * li {
            font-family: Arial;
            font-weight: bold;
						font-size: 11px;
            padding: 0;
            margin: 0;
          }
          /* Navi erste ebene */
          #menu ul li a.active, #menu ul li a:hover {
            background-position: 0 -21px;
          }
          #menu ul li a.open_entry {
            background-position: 0 -42px;
          }
          #menu ul li a {
            display:block;
            height: 18px;
            padding: 3px 0 0 20px;
            margin-bottom: 1px;
            color: #FFF;
            background-image: url(/DE/images/layout_new/bg_left_navi_1.png);
            background-repeat: no-repeat;
            cursor: pointer;
          }
          
          /* Navi zweite ebene */
          #menu ul li * li a.active, #menu ul li * li a:hover {
            background-position: 0 -63px;
          }
          #menu ul li * li a {
            padding: 3px 0 3px 30px;
	    height: auto;
	    min-height: 15px;
	    _height:15px;
            background-image: url(/DE/images/layout_new/bg_left_navi_2.png);
          }

/* Suchfeld */
#searchfield {
  background-color: #67942A;
  height: 54px;
  margin-top: 1px;
}
#searchfield * {
  border:none;
}
#searchfield input.field {
  background-image: url(/DE/images/layout_new/bg_searchfield.png);
  background-repeat: no-repeat;
  font-size: 10px;
  color: #333;
  width: 117px;
  height: 20px;
  margin: 5px 0 0 16px;
  padding: 3px;
}
#searchfield input.btn {
  font-size: 11px;
  font-family: Arial;
  font-weight: bold;
  color: #FFF;
  background-color: #67942A;
  background-image: url(/DE/images/layout_new/bg_arrow_right_yellow.gif);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 5px;
  margin-left:45px;
}

/* Footer */
#footer {
  background-image: url(/DE/images/layout_new/bg_bottom_navi.png);
  background-repeat: repeat-x;
  margin-left: 154px;
  height: 37px;
}


/* Blockelement, das den gesamten Inhalt umschliesst
   Abstaende, Hintergrund und Ausrichtung:
 */
#content {
	margin: 4px 0 4px 4px;
	padding: 5px 0 30px 0;
	background-color: white;
	float: left;
	width: 616px;
}

/* Umfrage Nachhaltigkeitsbericht */
#contentumfrage {
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 30px;
	background-image:url(/feedback-nachhaltigkeitsbericht/back_01.png);
        background-repeat: repeat-x;
	background-color: white;
	float: left;
	width: 613px;
	margin-left: 5px;
	color: #666666;
}
#contentumfrage p {
	margin-top: 0px;
	margin-bottom: 10px;
}
#contentumfrage h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 16pt;
	color: #97A019;
	padding-bottom: 5px;
	border-bottom: 1px solid #97A019;
}
#contentumfrage tr {
	height: 25px;
}
#contentumfrage br {
	height: 40px;
}
#contentumfrage input {
	padding:2px;
	color:#777;
}
#contentumfrage textarea {
	margin-left: 82px;
	padding:2px;
        width:390px;
	border:1px solid #CCC;
	height:100px;
	display:block;
	color:#777;
}
/* Alle Absaetze im #content */
#content p {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Alle Links im content Farbe und Dicke zuweisen */
#content a {
	color: #005640;
	font-weight: bold;
}

/* Auch bei MouseOver keine Unterstreichung fuer Links */
#content a:hover {
	text-decoration: underline;
}

/* Standard-Ueberschrift - h1 ist für den Lebensbaumtitel vorbehalten */
#content h2, #right_col_home * h2, #content .marked, .big-date {
	font-weight: normal;
	font-style: normal;
	font-size: 19px;
	color: #075A3F;
	padding:6px 0 6px 0;
	//border-bottom: 1px solid #999999;
}

#right_col_home{
  margin-left:2px; float:left; width:202px; padding:0;
}
#right_home {
  background-color:#FFF;
  height:892px;
  padding:0;
}
#tipofmonth{
  background-color:#FFF; margin-top:5px; height:120px;
}
#right_home_genuss {
  border-top: 5px solid #FFCC01;
  border-bottom: 5px solid #FFCC01;
} 
#right_col_home * h2 {
  font-size:16px;
}

/* Zweite Ueberschrift */
#content h3,div.productview h3 a {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #66922A;
	font-size: 17px;
	text-decoration: none !important;
	font-weight: normal !important;
}

/* Dritte Ueberschrift */
#content h4 {
	font-weight: bold;
	color: #34A100;
	font-size: 10pt;
	line-height: 140%;
}

/*
 * Fuer die Produktsuche:
 */

/* Andere Hintergrundfarbe fuer h3 */
#product-search h3 {
	background-color: #005640;
}

/* Seitenraender fuer das Forumlar */
#product-search form {
	margin-top: 5px;
	margin-left: 5px;
}

/* Schriftgroesse fuer alle Formelemente */
#product-search form * {
	font-size: 9pt;
}

/* 
 *  Rezeptsuche
 */

/* Skyscraper-Banner rechts */
#rezepte-banner {
	float: right;
	margin-right: 14px;
}

/* Blockelement, das die Suche enthaelt */
#rezepte-search {
	width: 417px;
}

/* Hintergrundfarbe fuer Ueberschrift */
#rezepte-search h3 {
	margin-top: 10px;
	background-color: #cccccc;
}

/* Formular fuer Rezeptsuche */
#rezepte-search_form {
	margin-bottom: 25px;
}

/* Rezeptsuche-Formular: linke Spalte mit den ComboBoxen */
#rezepte-search_leftcolumn {
	width: 205px;
	float: left;
}

/* Combobox Kategorien */
#rezepte-search_category {
	width: 195px;
	margin-bottom: 10px;
}

/* Combobox Zutaten */
#rezepte-search_ingredient {
	width: 195px;
}

/* Suchfeld Label */
#rezepte-search_keyword-label{
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}

/* Suchfeld */
#rezepte-search_keyword {
	width: 200px;
}

/* Abschicken-Button */
#rezepte-search_submit {
	margin-top: 10px;
	background-color: #999999;
}

/* Kategorieauswahl (A-Z) */
#rezepte-search_categories {
	margin-top: 10px;
}

/* Kategorieauswahl (A-Z) Menuitems */
#rezepte-search_categories li {
	font-size: 11pt;
	margin-right: 10px;
	display: inline;
}

#rezepte-search_categories li a {
	color: #999999;
}

/* Abstaende fuer die drei inhaltlichen Bloecke */
#rezepte-search div.teaser {
	margin-top: 5px;
	padding-top: 10px;
	margin-bottom: 15px;
}

/* Abstaende fuer die Block-Ueberschriften */
#rezepte-search div.teaser h3 {
	margin-bottom: 5px;
}

/* Abstaende fuer die Hauptueberschriften */
#rezepte-search div.teaser h2 {
	margin-bottom: 3px;
}

/* Ueberschriften, die mit einer horizontalen Linie anfangen, keinen Abstand nach unten */
#rezepte-search h2.starts-with-border {
	margin-bottom: 0 !important;
}

/* 
 *  Suchergebnis -> Rezepte
 */
 
/* Ergebnisliste */
#rezepte-result_list {
	margin-top: 30px;
	background: url(../images/banner/kerbel.jpg) no-repeat 443px 20px;
	padding-right: 189px;
}

#rezepte-result_list-kinder {
	margin-top: 30px;
	background: url(/media//ferdi-besen.jpg) no-repeat 443px 20px;
	padding-right: 189px;
}

/* Skycraperbanner rechts */
#rezepte-result_banner {
	float: right;
	width: 149px;
	height: 311px;
	margin: 30px 10px 10px 20px ;
}


#unternehmen_rezeptsearch_keywordlabel {
	margin-top: 10px;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	display: block;
}


h3.teaser.default {
		background-color: #005640;
}

/* Für Blockelement im einspaltigen Layout */
.full-column {
	width: 612px;
	float: left;
}

/* Für Blockelement im zweispaltigen Layout 1:1 */
.column {
	width: 306px;
	float: left;
}

/* Für Blockelement im zweispaltigen Layout 2:1 */
.two-third-column {
	width: 400px;
	float: left;
}

.short-columns .two-third-column {
	width: 380px;	
	float: left;
}

.short-columns .two-third-column .column-content {
	margin-right: 25px;	
}

.one-third-column {
	width: 202px;
	float: left;
}

.column-content {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 12px;
}

.column-content p {
	line-height: 140%;
}


.column-content-doku {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 12px;
}

.column-content-doku p {
	line-height: 140%;
}

.column-content-doku li{
	list-style-type: disc !important;
	margin-left: 20px !important;
	line-height: 18px !important;
}

div.frontteaser, div.frontteaser * {
	width: 296px;	
}

div.frontteaser h3 {
	width: 286px;	
}

div.teaser h3, div.frontteaser h3, h3.teaser, h3.newsblock {
	padding-left: 10px;	
}

div.teaser h3, div.frontteaser h3, #rezepte-search h3, h3.teaser, a.teaser, .submit-form, h3.newsblock {
	color: white !important;
	letter-spacing: 3px !important;
	font-size: 10pt !important;
	font-variant: small-caps !important;
	font-weight: bold !important;
	padding-top: 0 !important;
	padding-bottom: 1px !important;
	
}


div.frontteaser.rezepte h3 {
	background-color: #34A100;
}

div.frontteaser.kinderwelt h3 {
	background-color: #FFD600;
}

div.frontteaser.exklusiv h3 {
	background-color: #F34F00;
}

div.frontteaser.qualitaet h3 {
	background-color: #005640;
}

h3.newsblock {
	background-color: #FFD600;		
}

div.teaser-row {
	float: left;
	width: 602px;	
}

ul.overviewlist,ul.categorylist {
	list-style-type: none;
	list-style-position: inside;
	border-bottom: 1px solid #E2E2E2;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.overviewlist li,ul.categorylist li {
	border-top: 1px solid #E2E2E2;
}

ul.overviewlist li a.lose, ul.overviewlist li a.beutel {
	display: block;
	height: 25px;
	vertical-align: center;
	padding-left: 50px;
}

ul.overviewlist li a.lose {
	background: url(/DE/images/losek.gif) left top no-repeat;
}

ul.overviewlist li a.beutel {
	background: url(/DE/images/beutelk.gif) left top no-repeat;
}

ul.overviewlist li, a.productview h3,div.product-description-block h3,ul.categorylist li
{
	padding-top: 5pt;
	padding-bottom: 5pt;
}

ul.overviewlist li,ul.overviewlist li a,ul.overviewlist li a:hover,a.productview h3,div.product-description-block h3, ul.categorylist li h3 a
	{
	color: #999999 !important;
	font-size: 15pt !important;
	text-decoration: none !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-indent: 0 !important;
}

ul.categorylist {
	margin-top: 0 !important;
	border-bottom: 1px solid #999999;	
}

ul.categorylist li {
	padding: 0 0 5px 0 !important;	
	margin: 0 !important;
	border-top: 1px solid #999999;
}

ul.categorylist li h3 a {
	display: block;
	padding: 3px 0 7px 0;
	height: 20px;
	margin: 0 0 5px 0;
	color: #999999 !important;
	border-bottom: 1px solid #E2E2E2;
}

ul.categorylist li span {
	line-height: 140%;

}

ul.categorylist li img {
	float: left;
	padding-right: 10px;
}

ul.linklist {
	border-top: 1px solid #E2E2E2;
	margin-bottom: 20px;
}

ul.linklist li {
	text-indent: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #E2E2E2;	
}

ul.linklist li ol li {
	margin-left: 15px !important;	
}

div.productview {
	border-bottom: 1px solid #999999;
	border-collapse: collapse;
}

div.productview a:hover {
	text-decoration: none !important;
}

div.productview h3 {
	padding-left: 5px !important;
	font-weight: normal !important;
	padding-top: 7px !important;
	height: 24px;
}

div.productview h3 a {
	color: #999999 !important;
	text-decoration: none;
	font-weight: normal !important;
}

div.productview img {
	float: left;
	margin-right: 5px;
}

div.productview p {
	margin-top: 2px !important;
	padding-top: 5px;
	border-top: 1px solid #E2E2E2;
	color: black !important;
	font-weight: normal !important;
}

div.default-block h3 {
	background-color: #FFD600 !important;
	color: #CC0000 !important;
}

div.default-block p {
	padding: 5px;
}

.big-date {
	font-weight: normal !important;
	font-size: 14pt !important;
	border-bottom: none !important;
	border-top: 1px solid #E2E2E2;
}		

a.teaser, .submit-form {
	color: white;
	text-indent: 1px;
	text-align: left;
	letter-spacing: 3px;
	font-variant: small-caps;
	font-weight: normal !important;
	font-size: 10pt;
	border: none;
	margin-bottom: 2px;
	
	padding: 0 15px 0 0 !important;
	height: 18px;
	background: url(../images/layout/pfeil.png) #79B800 right no-repeat;
}

ul.simple li {
	line-height: 200%;
	border-top: #E2E2E2 1px solid;
}

ul.simple {
	border-bottom: 1px solid #999999;	
}

a.teaser {
	padding-left: 5px;	
}

a.teaser:hover {
	text-decoration: none !important;	
}

.header-space h2 {
	border-top: 1px solid #999999;
	padding-top: 3px;
	margin-top: 30px;
}

.header-space h2.secondary {
	margin-top: 0 !important;	
	border: none;
}

.header-space.secondary.starts-with-border {
	border-top: 1px solid #E2E2E2;	
}

.header-space form {
	margin: 10px auto 10px auto;	
}

.header-space p {
	margin-top: 10px !important;	
}

input.submit-form {
	display: block;
	background-color: #999999 !important;
	border: none !important;	
	padding-bottom: 10px !important;
	padding-top: 0;
}

.product-description-block {
	border-bottom: 1px solid #999999;
}

.product-description-block h3 {
	padding-top: 7px !important;
	padding-bottom: 0px !important;
}

.headline-border {
	border-bottom: 1px solid #E2E2E2;
}

.starts-with-border {
	border-top: 1px solid #999999;
	padding-top: 3px;
}

.starts-with-light-border {
	border-top: 1px solid #E2E2E2 !important;	
}

.ends-with-light-border {
	border-bottom: 1px solid #E2E2E2 !important;	
}

.ends-with-border {
	border-bottom: 1px solid #999999 !important;
}

/*.secondary.starts-with-border {
	border-top: 1px solid #E2E2E2;	
}*/

.unternehmen_foto {
	margin-top: 12px;
}

div.unternehmen_right {
	text-align: right;
}

p.note {
	color: #34A100;
}

p.note2 {
	color: #34A100;
	font-size: 8pt;

}

p.pages {
	word-spacing: 0.2em;	
	color: #005640;
}

p.pages a {
	text-decoration: underline;
}

p.pages a.current {
	text-decoration: none;	
}

.lighter {
	color: #79B800 !important;
}

.ferdi {
        background-color:#FFCC01;
	color: #005640;
        font-weight:bold;
        border-top:1px solid #005640;
        border-bottom:1px solid #005640;
        border-left:1px solid #005640;
        border-right:1px solid #005640;
        background-image:url(/DE/images/ferdi-gb-inputs.jpg) !important;
}

.ferdi-text {
	color: #34A100;
}

.secondary {
	padding-top: 3px;
	color: #999999 !important;
	border-bottom: 1px solid #999999 !important;
}

h2.recipeheader {
	color: #BA8500 !important;	
	border-top: 1px solid black;
}

ul.show-bullets {
	margin-left: 15px;
	list-style-image: url(/DE/images/layout/bullet.jpg);
}

.top-space {
	margin-top: 20px !important;	
}

.bottom-space {
	margin-bottom: 20px !important;	
}

.extra-space {
	display: block;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

p.pages {
	word-spacing: 0.2em;	
	color: #005640;
}

p.pages a {
	text-decoration: underline;
}

p.pages a.current {
	text-decoration: none;	
}

.more {
	text-align: right;
}

.more a {
	color: #34A100 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-border {
	border: none !important;

}

/* headline in master-doku auf 2/3 breite */
.two-third-headline {
	width: 400px;
}

.full-headline {
	margin-left: 5px;
	margin-right: 5px;
}

.teaserblock {
	width: 296px;
}

.rowblocker {
	float: left;
	width: 604px;
}

.photo_thumb {
	float: left;
	margin: 10px 5px 10px 5px;
}

.back {
	padding-left: 15px;
	background: url(/DE/images/layout/pfeil_links.png) 0 2px no-repeat;
}

.top2 {
	padding-left: 15px;
	background: url(/DE/images/layout/top.png) 0 2px no-repeat;
}


.back-container {
	display: block;
	float: right;
	width: 400px;
	margin-right: 5px;
	text-align: right;
}

.top  { 
         background: url("/DE/images/layout/pfeil-oben.png") no-repeat 0 2px; 
         margin-left: 10px; padding-left: 15px }

.important, .important * {
	color: red !important;
}


.subscription input {
	border: 1px solid #999999;
}

table#werbemittel {
	border-collapse: collapse;
	width: 100%;
	margin-top: 30px;
}

table#werbemittel th {
	height: 30px;
	background-color: #005640;
	color: white;
	padding: 0 3px 0 3px;
}

table#werbemittel td, table#werbemittel th {
	border: 1px solid #005640;
	text-align: center;
	vertical-align: middle;
}

table#werbemittel td {
	padding: 3px;
}
.banner img,.banner a{
        float:left;
        padding-left:0px !important;
        border-left:0px !important;
        text-indent:0px !important;
}
.banner img{
        margin-bottom:7px !important;	
}
.banner-link a{
        padding-left:0px !important;
        border-left:0px !important;
        text-indent:0px !important;        
        margin-bottom:2px !important;	
}

/* we editmode darstellungstext */
.wetext {
  text-align:left;
  font-weight:bold;
  font-size:12px;
  font-family:Verdana;
}
#zutaten ul{

list-style-type: disc;
margin: 0 0 0 1.2em;

}