body {
	background-color : #FFF0D8; 	
	margin: 0px; 
	padding: 0px; 
	}

body, p, div, td, th, ul, li , h1,  h2, h3, h4, caption{
    font-family: Arial, Geneva, Helvetica, sans-serif;
    color: #004020;
}

h1, h2, .hervorgehoben{
	font-family: "Trebuchet MS", Arial,  Helvetica, sans-serif;
}

strong, h3, h4{
	color: #006A35;
}

/* Absätze */

h1, h2, h3, h4, h5{
	margin: 0px;
}

p { /* Netscape 4.* off /*/
	line-height : 130%;
	margin-top: 0.75em;
}   /* Netscape 4.* on */

hr{
	margin: 1em 0;
	height: 0;
	border-bottom: 1px dashed #ccc;
 	border-top: 0px;
}


.top_0{
	margin-top: 0;
}
.top_05{
	margin-top:  0.5em;
}
.top_1{
	margin-top: 1em;
}
.top_2{
	margin-top: 2em;
}
.top_3{
	margin-top: 3em;
}
.bottom_0{
	margin-bottom: 0;
}
.bottom_05{
	margin-bottom: 0.5em;
}
.bottom_1{
	margin-bottom: 1em;
}
.bottom_2{
	margin-bottom: 2em;
}
.bottom_3{
	margin-bottom: 3em;
}

.align-left{
	text-align: left;
}
.align-right{
	text-align: right;
}

.absatz-viertel {
	margin-top: 0px;
	margin-bottom: 0.25em;
}

.absatz-halb {
	margin-top: 0px;
	margin-bottom: 0.5em;
}

.absatz-einfach{
	margin-bottom: 1em;
}

.absatz-doppelt{
	margin-bottom: 2em;
}

.absatz-viertel-vor {
	margin-top: 0.25em;
}

.absatz-halb-vor{
	margin-top: 0.5em;
}

.absatz-einfach-vor{
	margin-top: 1em;
}

.absatz-doppelt-vor{
	margin-top: 2em;
}

.absatz-einzug{
	margin-left : 50px;
}

.align-right{
	text-align: right;
}
.align-center{
	text-align: center;
}

.nobreak { 
	white-space: nowrap;
 }
 
 .info{
 	color: #5E8C5E;
 }
 
 .caption{
	padding: 4px 0 0 15px;
 	font-size: xx-small;
	display: block;
	margin: 0;
	line-height: normal;
 }
 
 .hide_text{
 	display: none;
 }
 
/* Listen und Listenartige */
ul{
	margin-top: 0px;
	margin-bottom: 0px;
}

li{
	margin-bottom: 0.5em;
	padding-left: 10px;
	vertical-align : middle;
	line-height: 120%;
}

ul.compact{
	list-style: circle;
	list-style-image: none;
	font-size: 90%;
}

.compact li{
	margin-bottom: 0.2em;
	padding-left: 10px;
	line-height: normal;
}

/* Absatz mit Listeneinzug */

.absatz-liste{
	margin : 0 0 0.5em 60px;	
	text-indent : -30px;
}

.colorbox .absatz-liste{
	margin-left : 40px;	
}



 
 
 /* Float */
 
 .float-rechts{
	float : right;
	width: auto;
}

.float-links{
	float: left;
	width: auto;
}

.rechts{ /* Notwendig? */
		display : block;
		float : right;
		padding : 10px 2% 0 30px;
}
  
 .breaker, .clear{
    margin: 0px;
	padding: 0px;
	clear : both;
	overflow : hidden;
	height : 1px;
}


/******* Bilder *******************************************************/

/* IMAGE */

a img { color: #FFF0D8; } /* hide the border in Netscape 4 
                                                Bildfarbe = Farbe des Hintergrundes */ 
@media all { /*  Netscape 4 * off*/ 

a img { color: inherit; /* undo the rule above */ 
border: none; /* hide from Netscape 4 */ 
} 

#MittelSpalte a img{		
	vertical-align : middle;
	margin-right: 6px;
	/* margin-left: 9px; */
}

#MittelSpalte .box .miniMenu a img {
	margin : 0 3px 0 0;	
	padding : 0;
}

#MittelSpalte .print-link a img{
	margin-right:-3px;
}

#RechteSpalte a img{
	margin-right: 4px;
}

/*Bildbreite 20px als Norm*/
.absatz-liste img{
	margin-right: 10px;	
	vertical-align : middle;	
}
} 


/* Bilder Positionierung mit float */

.rahmen{	/*Nestcape 4.* off /*/
	border : 1px solid #DCDCDC;
}/* Nestcape 4.* on */	

.bild-links{
	float: left;
	margin: 0.3em 20px 10px 0;	
	width: auto;
	font-size: xx-small;
}

.bild-rechts{
	float: right;
	display: inline; /* for IE */
	margin:0.3em  0 10px 20px ;	
	padding-right: 3%;
	width: auto;
	font-size: xx-small;
}

span.bild-ganzrechts{
/* Nestcape 4.* off /*/
	margin: 0  -8% 10px 20px;	
/* Nestcape 4.* on */
	float: right;
	width: auto;
}

.thumbs{
	clear: both;
	margin-right: -100px;
}

.thumbs a{
	float: left;
	margin-top: 1em;
	margin-right: 6px;
	padding: 8px 0 8px 6px;
	width: 162px;
	text-align: center;
}

/* for Internetexplorer floating a-tag causes negative indent!? */
p span.thumbs a {
    float: none;
	margin: 0;
	padding: none;
	width: auto;
}
p span.thumbs {
	float: left;
	margin-right: 20px;
	padding: 8px 0 8px 0;
	width: 162px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}




/* Link FARBEN einheitlich */
    
/* Normaler Link */    
a:link   { text-decoration: none; color:  #0033CC;}
a:visited, a.email:link { text-decoration: none; color:  #0033CC;}
a:hover   { color: #5070F0; text-decoration: underline;}

.email{
	white-space: nowrap;
}

/* Link in der Navigation */
a.navi:link{ color: #7F7F7F;text-decoration: none;}
a.navi:visited { color: #7F7F7F;text-decoration: none;}
a.navi:hover {color: #0033CC; text-decoration: underline;}

/*  Link zum Einblenden von Text */
a.mehr-info:link , a.mehr-info:visited{ text-decoration: none; color: #75758A; font-weight: normal;}
a.mehr-info:hover   {	color: #FF9933; 	text-decoration: underline;}

a.info{
	cursor: pointer;
}


/****** B O X E N ****************************************************
     Größen und Formatierungen innerhalb */

/* Hervorgehobener Einzel-Link*/

.linkbox{
	padding: 0  6px 0 0;
	background-color: #FFF5D4;
	border: 1px solid #DDD;
}

.linkbox a{
	text-decoration: none;
}

.linkbox span{/*  Erster Buchstabe */
	font-weight: bold;
	color: #FFF;
	padding: 0 4px;
	margin-right: 6px;
}

/* Helle Box */
.box{
	margin : 2em 0 2em 0;
	padding : 4px  1em;
	height : auto;
	border : 1px solid #DCDCDC;
	background-color: #FFF6E6;
	background-image: none;
	color: #7F7F7F;
	/* Nestcape 4.* off /*/
	}
* html .box{
	 /* fuer IE*/
	position: relative;
	z-index: 5;
}

.box p{
	margin-top: 6px;
	margin-bottom: 6px;
	color: #7F7F7F;
}

.box p.groesser{
	color: #666;
}

.wunsch{	
	margin : 1em 0 2em 0;
	padding : 0.5em  2em;
	height : auto;
	text-align: center;
	border : 1px solid #FFCC00;
	background-color: #FFF6E6;
	background-image: url(../bilder/grafiken/stern1.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	position: relative; /* fuer IE*/
}
.wunsch div{
	padding : 0.5em  0;
	background-image: url(../bilder/grafiken/stern2.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
}
.wunsch p{
	color: #5078C0;
	font-weight: bold;

}

#MittelSpalte .box{
	background-color : #FFF7E8;	
}

#MittelSpalte .box p{
	color: #555;
}



/* Farbige Box 
   Rahmenfarbe und Ueberschrift jeweils bei
   farbe.css
*/	
.colorbox {
	/* Netscape 4.* off  /*/
	margin: 0px 0px 3em 0px;
	/* Netscape 4.* on  */
	padding: 0.75em 10px 0.5em 30px;
	background-color : #FFF7E8;	
	background-image: none;
}

	
.colorbox p { margin: 0 0 0.5em 0; }
.colorbox ul { margin-top: 0;  }
.colorbox li { margin-bottom: 0.25em; }


/**-----------------------------------------------------------------------------
               SEITEN BEREICHE 
--------------------------------------------------------------------------------**/
.relMaxBreite{
	width: 80%;
}

.MaxBreite{
	Max-width:1000px;
	width: 1000px;
}

/**** LinkeSpalte *******************************************
         Farbstreifen mit Bild und Bioland-Link */

#LinkeSpalte{
	position: absolute;
	width: 220px;
	left: 4px;
	top: 129px;
	/* Nestcape 4.* off  /*/
	left: 0px; 
	top: 136px;/* Netscape 4.* on */
}

#LinkeSpalte p{
	margin: 0px;
}

#LinkeSpalte .bioland-link{
	margin: 1em 50px 0 8px;
	border-top: 1px #FFDD55 solid;
	border-bottom: 1px #FFDD55 solid;
	text-align: center;
}

#LinkeSpalte .bioland-link a{
	font-size: 13px;
	color: #FFDD55 ;
}	
	
/**** MittelSpalte *******************************************
         Haupt Seiteinhalt */	
	
#MittelSpalte {
   margin:  160px  0 12px  240px;
   padding-right: 240px;
}


#MittelSpalteB {
	 max-width: 700px;
    width:expression(document.body.clientWidth > 1020 ?  "700px" :  "auto" );	 
    margin:  160px  0 12px  240px; 
	 padding-right: 5%;
}

#MittelSpalte table{
	width: auto;
}


.MittelSpalte-breit{
	margin-right: -160px;
}


/***** Rechte Spalte ******************************************
           Teaser, weiterführende Links, Mitarbeiter usw.*/
#RechteSpalte{
	margin: 1em 0 0 240px;
	width: 50%;
/* Netscape 4.* off /*/
	margin: 0px;
	
	position: absolute;
	top: 146px;
	right: 20px;
	width: 185px;
	/* Netscape 4.* on */
	padding : 10px  0 12px 0;		
	color: #777;
}

#RechteSpalte .box{
	padding-top: 0px;
}

#RechteSpalte h3{
	margin: 1em 0 6px 0;
	line-height: normal;
	color: #888;
}

#RechteSpalte h4{
	margin: 0.5em 0 3px 0;
	line-height: normal;
	color: #888;
}

#RechteSpalte p{
	margin: 0 0 0.5em 0;
	line-height: normal;
}

#RechteSpalte  .compact .absatz-liste{
	margin : 0 0 3px  20px;
	line-height: normal;	
	text-indent : -20px;
}

 #RechteSpalte .compact  h3 {
	margin: 0.7em 0 3px 0;
}
#RechteSpalte  .compact  p{
	margin: 0 0 3px 0;
}

#RechteSpalte  .align-right{
	padding-right:12px
}



/* Linkfarbe */
#RechteSpalte a:link, 
#RechteSpalte a:visited {
	color: #669;
}
#RechteSpalte a:hover {
	color: #9999CC;
}

.rechte_spalte{
	margin-right: -220px;
	padding-left: 40px;
	float: right; 
	display: inline;
	width: 220px;
	font-size: 90%;
}

html>body .rechte_spalte{
	width: 180px;
}

.rechte_spalte p{	
	color: #777;
}




/***** menu *********************************************
Navigationsmenü ganz oben Reiter und Untermenü */

#menu{
	position: absolute;
	top: 0px;
	left: 0px;
	/*background-image: jeweilige farb.css*/
	background-repeat: no-repeat;
	background-position:  top left ;	
	background-color : #FFF0D8; 	
	height: 136px;
	width: 100%;
}

#menu div, #mainmenu{
	margin: 0px;
}

/* farbiger Schatten mit Reitern und Bereichsfarbe */
#menueruler{
	/*background-image   jeweilige farb.css*/
	background-position: top left;
	background-repeat: no-repeat;
	height: 3px;
	overflow: hidden;
	}		
	
/**** Subenmenu **************************************
Untermenü mit Navigation innerhalb eines Bereiches 
und dem Suchformular */

#menu div#submenu{
	/*background-image: jeweilige farb.css*/
	margin-top:-0.6em;
	/* Netscape 4.*  off /*/	
	margin-top: 3px;
	/* Netscape 4.*  on */
	
	margin-right: 16px;
	line-height: normal;
	text-align: right;
	}

#submenu span{
	float:left;
	margin-left: 26px;
	width: auto;
	text-align: left;
}

#submenu form{
	display: inline;
}
/* Netscape 4.*  off /*/		
#submenu  a img{
	padding: 0 0 0 6px;
}

#submenu form input,{
	vertical-align : top;
}

.umenu, .umenuaktiv{
	margin-right: 20px;
}


/****  FOOTER  **************************************************
          Fußzeile */

#footer{
   margin: 0;
   padding: 0.25em 0 0.25em 0;
    color : #7F7F7F;
	text-align : center;	
}

/*Farbe für  footer Ähnliches */
.footer, #footer td,
#footer a:link, #footer a:visited{	
    color : #7F7F7F;
}

.footer span{
	white-space: nowrap;
}

.footerline{
   width: 100%;
   text-align : center;
}
/*Netscape 4.* off /*/
.footerline div{
	background : url(../bilder/layout/footer_l.gif) no-repeat left;
}
 .footerline div div{
	background : url(../bilder/layout/footer_r.gif) no-repeat right;
}
 .footerline div div div{
	background : url(../bilder/layout/footer.gif) repeat-x center;
	margin-left : 35px;
	margin-right : 35px;
}
/* Netscape 4.* on */


.footerline-menu{
    color : #7F7F7F;
	background-color : #FFF0D8;
}




/**** Diverse Einzelformatierungen ************************/

.print-link{
	font-size: 90%;
	text-align: right;
}

	/* Tabellen  Farben auch farb.css */

table.nice {
	border-collapse: collapse; 	
	font-size : x-small;
	color :  #666;
	background-color:  #FFFBF2;
}
table.nice th, table.nice td { 
	padding: 2px 3px 2px 6px;
	vertical-align: top;
	border:1px #8CB79B solid; 
} 
table.nice th{
	padding: 6px; 
	color:#fff;
	background-color: #8CB79B; 
}

/* Bestell-Tabelle */
.bestellung {
margin-top: 0.5em;
border: solid 1px  #93C894;
background-color : #FFF3DF;	
}

.bestellung th{
	text-align : left;
	color: #FFF;
	background-color: #28A050;
	background-color: #5078C0;
	font-weight : bold;
	padding:3px 12px;
}

.bestellung tr.bg2{
	background-color : #FFFBF2;
}

.bestellung td{
	padding:3px 12px;
	font-size: x-small;
}

/* Visitenkarten Formatierung */
#visitenkarte{background-image: none;}
#visitenkarte h2{padding:0 0 0 25px;color:#FFF;background-color:#BD3231;}
#visitenkarte h2.first{padding-top: 0.5em;}
#visitenkarte .box{width:100%;margin:0 0 2em 0;padding:1em 0 1em 25px;}
#visitenkarte ul{margin-bottom: 3em;padding-right:6px;}
#visitenkarte p{margin:0;padding:1em 6px 1em 50px;line-height:150%;border:1px solid #DD8F83;}
#visitenkarte .box p{line-height:normal;color:#444;margin:0;border:1px solid #FFF6E6;}

/* Termine */
.termin p{
	margin: 0 0 0.5em 50px;
}

.termin .datum{
	margin: 2em 0 4px 12px;
}

.termin .titel{	
	font-family: "Trebuchet MS", Arial,  Helvetica, sans-serif;
	font-weight: bold;
	font-size: 120%;
	color:#5078C0;
	margin: 0;
	padding-left:12px;
	border-bottom: 1px solid #DFDFDF;
}

.termin .beschreibung{
	font-size:90%;
}

/* Hoffeste */

#MittelSpalte .hoffeste .adresse,
.adresse a{
	margin-top:0.5em;
	color: #666;
}

.hoffeste .mehrtext b, .hoffeste strong{
	color: #006A35;
}

/* Reportagen */

.reportage{
	margin: 1em 0 2em 0;
}

.reportage p{
	margin: 0 0 0.2em 0;
}

.reportage p.frage{
	margin: 1em 0 0.2em 0;
	font-weight: bold;
	color: #C03028;
	
}

.info-table{
	font-size: 90%;
	/*border-collapse:collapse;*/
	width: auto;
	background-color : #FFF7E8;	
	border: 1px solid #FFAE5B;
	position: relative;
}

.info-table th {
	text-align: left;
	vertical-align: top;
	padding: 0 20px 0 1em;
	color: #E46E20;
}

.info-table td {
	padding: 0 1em 0 0;
	vertical-align: top;
}

.info-table td p{
	margin: 0 0 0.5em 0;
}

.zutaten-table{
	margin: 0.5em 0 1em 0;
	border-collapse: collapse;
}
.zutaten-table td.align-right{
	padding-right: 0.5em;
}


/* --->>> global settings needed for thickbox <<<--- */

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

/* --->>> thickbox specific link and font settings <<<--- */
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* --->>> thickbox settings <<<--- */
/*  */
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../bilder/grafiken/tb_macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	/*
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
*/
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
