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

/* 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: 4px;
	background-image: url(/DE/images/layout_new/header_dummy.jpg);
	width: 770px;
	height: 171px;
        overflow: hidden;
}
#header #innerheader {
  position: absolute;
  height: 171px;
}

/* Breadcrump */
#breadcrump {
  position: relative;
  top: -28px;
  left: 150px;
  width: 600px;
  height: 29px;
  padding: 7px 10px 0 10px;
  background-image: url(/DE/images/layout_new/bg_breadcrump.png);
  background-repeat: repeat-x;
  font-size:11px;
  font-family:Arial;
  color: #333;
  z-index: 11;
}
/* my livingtree */
#mylb {
  position: relative;
  top: 0px;
  left: 0px;
  width: 130px;
  height: 21px;
  background-image: url(/DE/images/layout_new/bg_mylb_btn.png);
  font-size: 11px;
  color: #005640;
  cursor: pointer;
  display:block;
  padding-top: 7px;
  padding-left: 20px;
  z-index: 11;
}
#mylb.is_active,
#mylb:hover {
  background-position: 0 -28px;
}
#loginform_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 150px;
  height: 143px;
}
#loginform {
  background-image: url(/DE/images/layout_new/bg_login.png);
  font-size: 11px;
  color: #FFF;
  display:none;
  padding-top: 7px;
  padding-left: 20px;
  z-index: 10;
  width: 130px;
  height: 0px;
  top: 143px;
  position: relative;
  overflow: hidden;
  
}
#loginform .input {
  width: 100px;
  background-color: #FFF;
  color: #333;
  border: 1px solid #999;
  padding: 3px 2px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
#loginform span {
  display:block;
  margin-top: 5px;
}
#loginform a {
  color: #fff;
}
#loginform a:hover {
  text-decoration: underline;
}
#loginform .btn {
  margin: 5px 25px; 0 0px;
  float:right;
  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;
  border: none;
}

/* Blockelement, das der Positionierung des Logos dient
#header_logo {
	position: relative;
	top: 1px;
	left: 10px;
        display:none;
}
#header_logo h1 a {
	display: block;
	background-image: url(/DE/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;
          }
          
          /* 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;
  _margin-left: 15px;
}

#banner img {
  margin-top: 8px;
}


/* FIX fuer die Startseite */
#homepage_wrapper {
  float:left;
  width: 770px;
}
#right_col_home{
  margin-left: 4px;
  margin-top: 4px;
  float:left;
  width:202px;
  padding:0;
}
#right_col_home #social {
  margin-bottom: 4px;
}
#right_col_home .inner_block {
  background-image: url(/DE/images/layout_new/bg_news.png);
  background-repeat : repeat-x;
  background-color: #F6E697;
  font-size: 11px;
  min-height: 36px;
  padding: 0 15px;
}
#right_col_home #info {
  margin-top : 4px;
  height: 267px;
}
#right_col_home #info .img {
  text-align:center;
  margin-bottom:6px;
  margin-top:4px;
}
#right_col_home #news {
  height: 351px;
  background-color: #F6E697;
}
#right_col_home #news .img{
  width:80px;
  height: 55px;
  overflow: hidden;
  margin-top:2px;
}
#top_teaser {
  margin-bottom: 4px;
}

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



/* Blockelement, das den gesamten Inhalt umschliesst
   Abstaende, Hintergrund und Ausrichtung:
 */
#content {
	margin: 4px 0 4px 4px;
	padding: 0 0 30px 0;
	background-color: white;
	float: left;
	width: 616px;
        _height: 400px;
        min-height: 400px;
  color: #333;
  _overflow-x: hidden;
  _display: inline;
}

/* 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, #right_col_home 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;
}

#column-left .inner h3 {
  margin-top: 10px;
  margin-bottom: 3px;
}
#column-left .inner img {
  margin: 13px 0 16px;
}
#column-left .inner h3+img {
  margin-top: 0px;
}
#column-left .inner img.weBtnImage {
  margin: 0;
}

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

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

/*
 * 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;
}


/*  */
li.submenu_wrapper {
	padding: 0 !important;
	
	background: none !important;
}

li.submenu_wrapper ul {
	margin-top: 0 !important;
}


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

/* Für Blockelement im einspaltigen Layout */
.full-column {
	width: 582px;
        margin: 10px;
_display: inline;
}

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

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

.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;
        padding-top:5px;
}

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

/* Produktdetailseite */
    .field1, .field2 {
      margin-bottom: 20px;
    }
    .field1 p {
      font-size: 13px;
      color: #333;
    }
    .field2 p {
      color: #787878;
      font-size:12px !important;
    }
    .field2 h3 {
      font-size:14px !important;
    }
    hr {
      border: none;
      border-top: 1px dotted #999;
    }
    a.btn {
      background-image: url(/DE/images/layout_new/bg_btn_back.png);
      background-repeat: no-repeat;
      width: 117px;
      height: 22px;
      display:block;
      padding: 5px 0 0 15px;
      font-weight: normal !important;
      color: #206B39 !important;
      font-size: 11px !important;
    }
/* Produktdetailseite ENDE */

/* Produktliste */
    #prod_teaser {
      width: 306px;
      float:left;
    }
    #content h2.packageform {
      color: #67942A;
      font-size: 17px;
      margin-top: 20px;
      margin-bottom: 0px;
      padding-bottom: 0px;
    }
    #content h2.packageform img {
      margin-left: 4px;
      width: 30px;
      float:left;
    }
    #content h2.packageform span {
      margin-top: 6px;
      display: block;
    }
    #content .nothumb {
      margin-left: 40px;
    }
    ul.overviewlist {
      margin-left: 40px !important;
    }
    ul.overviewlist li {
      padding: 0 0 4px 0 !important;
    }
    ul.overviewlist li a {
      color: #226B39 !important;
      font-size: 14px !important;
      margin:0;
    }
    ul.overviewlist li a:hover {
      font-size: 14px !important;
      margin:0;
      color: #CCC !important;
    }
/* Produktliste ENDE */

/* Profil */
  #profil {
    margin: 10px 20px ;
  }
  #profil label {
    width: 120px;
    display: block;
    float:left;
    padding: 3px 0;
  }
  #profil .row {
    border-top: 1px solid #ccc;
    padding: 4px 1px;
    clear:both;
  }
  #profil .print {
    padding: 3px 0;
  }
  #profil .edit {
    display:none;
  }
  #profil .row .edit input, #profil .row .edit textarea {
    width: 150px;
    font-size: 13px !important;
    font-family: Arial;
    color: #206B39;
  }
  #profil .row .edit textarea {
    width: 300px;
  }
/* Profil */


/* Content Seite Bildmask + 2 spalten oder volle breite */
  #column-left {
    width: 445px;
    float:left;
    color: #333;
  }
  #column-left.full-width {
    width: auto;
    float:none;
  }
  #column-right {
    width: 100px;
    float:right;
    text-align: right;
    color: #999;
    font-size: 13px;
    margin-top: 8px;
  }
  #content #column-left h3, .head3 {
    font-size: 19px;
    font-weight: normal;
    color: #00533F;
  }
  #content #column-left h4 {
    margin-top: 8px;
  }

  #content .column-pic {
    float: right;
    overflow:hidden;
  }
  #column-left .landscape, .maskpic .landscape {
    height: 169px;
    margin: 10px 0 10px 0;
  }
  #column-left .portrait, .maskpic .portrait{
    width: 149px;
    height: 216px;
    margin: 10px 0 10px 10px;
  }

  .bild_links {
   float: left;
   margin: 10px 10px 10px 0;
  }
  .bild_rechts {
   float: right;
   margin: 10px 0 10px 10px;
  }
