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

/*==================================*/
/* Website bio-baeckerei-bachmann.de*/
/* Datum: Januar 2009				*/
/* Autor: graugans-design			*/
/*==================================*/

/*==============================*/
/* Inhalt:						*/
/* I.	allgemeine Format.		*/
/* II.	wrapper					*/
/* III.	header					*/
/* IV. 	navi					*/
/* V. 	wrapper_content 		*/
/* Va.	content					*/
/* Vb. 	spalte_links			*/
/* Vc. 	spalte_rechts			*/
/* Vd. 	accordion				*/
/* VI.	footer					*/
/* VII.	sonstiges				*/
/*==============================*/

/*==============================*/
/* Farben:						*/
/* hg 				#fff		*/
/* hg content		#e9bb6e		*/
/* text				#684615		*/
/* hg navi			#684615		*/
/*==============================*/

/*==============================*/
/* Teil I. 						*/
/* allg. Format.				*/
/*==============================*/

* {
	margin:0;
	padding:0;
} 

html, body { 
	height:101%; 
}	/* scrollbalken firefox immer sichtbar */

body {
	background-image:url(_img/hintergrund_wolken.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#684615;
}

h2 {
	font-size:16px;
	line-height:1.4em;
}

h4 {
	font-size:14px;
}

a {
	color:#684615;
}

#index_temp h2 {
	margin-bottom:5px;
}
	
/*tag der offenen tuer link unterstreichen */
.thickbox h2 {
	text-decoration:underline;
}

.thickbox:hover h2 {
	color:#342106;
}

/*==============================*/
/* Teil II. 					*/
/* wrapper						*/
/*==============================*/

#wrapper {
	position:relative;
	width:822px;
	margin:0 auto 20px auto;
}

/*==============================*/
/* Teil III. 					*/
/* header						*/
/*==============================*/

#header {
	height:171px;
	background-image:url(_img/header.jpg);
	background-repeat:no-repeat;
}

h1 {
	text-indent:-9999px;
	visibility:hidden;
}

/*==============================*/
/* Teil IV. 					*/
/* navi							*/
/*==============================*/

#navi {
	width:822px;
	height:30px;
	background-image:url(_img/navigation.jpg);
	background-repeat:no-repeat;
}

#navi ul {
	border-bottom:solid 3px #684615;
	/*overflow:hidden;*/
	height:25px;
	margin-left:33px;
	margin-right:35px;
	padding-left:10px;
}

#navi li {
	float:left;
	list-style:none;
	margin-right:10px;
}

#navi a {
	display:block;
	text-decoration:none;
	padding:4px 8px;
	font-weight:bold;
}

#navi a:hover,
#navi a:focus {
	background-color:#684614;
	color:#e9bb6e;
}

#index_temp li.index a {
	background-color:#684614;
	color:#e9bb6e;
}	/* aktive Seite markiert! */

#unternehmen li.unternehmen a {
	background-color:#684614;
	color:#e9bb6e;
}	/* aktive Seite markiert! */

#herstellung li.herstellung a {
	background-color:#684614;
	color:#e9bb6e;
}	/* aktive Seite markiert! */

#backwaren li.backwaren a {
	background-color:#684614;
	color:#e9bb6e;
}	/* aktive Seite markiert! */

#biologisch li.biologisch a {
	background-color:#684614;
	color:#e9bb6e;
}	/* aktive Seite markiert! */

#bezug li.bezug a {
	background-color:#684614;
	color:#e9bb6e;
}	/* aktive Seite markiert! */

/*==============================*/
/* Teil V.	 					*/
/* wrapper_content				*/
/*==============================*/

#wrapper_content {
	width:822px;
	background-image:url(_img/content_streifen.gif);
	background-position:top;
	background-repeat:repeat-y;
}

/*==============================*/
/* Teil Va.	 					*/
/* wrapper_content				*/
/*==============================*/

#content {
	width:822px;
	background-image:url(_img/content_oben.jpg);
	background-position:top;
	background-repeat:no-repeat;
	overflow:hidden;
	padding-top:45px;
	padding-bottom:20px;
}

/*==============================*/
/* Teil Vb.	 					*/
/* linke_spalte					*/
/*==============================*/

#linke_spalte {
	float:left;
	width:445px;
	padding:0 30px 20px 50px;
	border-right:solid 1px #684615;
	border-collapse:collapse;
}


#index_temp #linke_spalte {
	border:none;
	height:640px;
}

#index_temp #rechte_spalte {
	border:none;
}

#eroeffnungsfoto {
	position:absolute;
}

/*#index_temp #wrapper {
	margin-bottom:50px;
}*/

.versteckt {
	position:absolute;
	top:-9999px;
	left:-9999px;
	visibility:hidden;
}

.einzug {
	margin-left:2.9em;
} /*öffnungszeiten bündig*/
/*==============================*/
/* Teil Vc.	 					*/
/* rechte_spalte				*/
/*==============================*/

#rechte_spalte {
	margin-left:525px;
	border-left:solid 1px #684615;
	border-collapse:collapse;
	padding:0 50px 20px 30px;
}

.bildunterschrift {
	font-size:12px;
	margin-top:5px;
}

/*==============================*/
/* Teil Vd.	 					*/
/* accordion					*/
/*==============================*/

.fett {
	font-weight:bold;
	margin-top:10px;
}
	
/*==============================*/
/* Teil IV.	 					*/
/* footer						*/
/*==============================*/

#footer {
	height:30px;
	background-color:#684615;
	margin-left:10px;
	margin-right:12px;
	text-align:center;
	line-height:26px;
	margin-bottom:20px;
}


#footer li {
	display:inline;
}

#footer a {
	color:#e9bb6e;
	list-style:none;
	font-size:12px;
}

#footer a:hover,
#footer a:focus {
	color:#f4a431;
}
