/* CSS Document */

/* Aufbau CSS 

01. Grundformatierungen
02. Headerformatierungen
03. Navigationformatierungen
04. halbtransparente Unternavigation
05. Contentformatierungen
06. Breadcrumbs
07. Foooterformatierungen
08. allgemeine Formatierungen
09. HTML-Formatierungen
10. für Drag'n'Drop Ansicht
11. Image PopUp 

*/

/* 01 - Grundformatierungen */

* {
	margin: 0;
	padding: 0;
	font-family: "Arial", "Helvetica", "sans-serif";
}

html, body {
	height: 100%;
}

body {
	color: #7b4c1a;
	margin: 0;
	padding: 0;
	font: 75% "Arial", "Helvetica", "sans-serif";
	line-height: 19px;
	background: #c6a45b url(../img/layout/bg-website.gif) top repeat-x;
}

div#wrapper {
	background: url(../img/layout/bg-inhalt.gif) top left repeat-y;
	margin: 0 auto;
	float: left;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height:100%;
	position: relative;
	width: 100%;
}

div#holder {
	background: url(../img/layout/bg-navi.gif) top left repeat-x ;
	position: relative;
	width: 1000px;
	float: left;
	padding-bottom: 46px;
}


/* 02 - Headerformatierungen */

div#header_content {
	background: url(../img/layout/rand-orange.gif) top right no-repeat;
	height: 299px;
	padding-right: 100px;
	position: relative;
}

.headerbild {
	position: absolute;
	left: 249px;
	top: 99px;
}

ul#servicenavi {
	float: right;
	list-style: none;
	margin: 7px 0 0 0;
}
ul#servicenavi li {
	display: inline;
	
}
ul#servicenavi li a {
	color: #c6925b;
	font-size: 91.66%;
	letter-spacing: 0.18em;
	text-decoration: none;
	text-transform: uppercase;
}
ul#servicenavi li a:hover {
	color: #7B4C1A;
}
ul#servicenavi li span {
	cursor: default;
	padding: 0 12px;
}

ul#produktnavi {
	left: 0;
	list-style: none;
	position: absolute;
	top: 179px;
}
ul#produktnavi li a {
	font-size: 133.33%;
	color: #FFF;
	display: block;
	line-height: 40px;
	text-decoration: none;
   width: 249px;
	text-indent: 73px;
	text-transform: uppercase;
}
ul#produktnavi li a:hover, a.current {
	font-weight: bold;
}

ul#produktnavi li a span {
	cursor: pointer;
	float: right;
	left: 150px;
	position: absolute;
}
/* IE 7*/
*+html ul#produktnavi a span, *+html ul#produktnavi a:visited span {
	margin-top: -12px;
}


/* 03 - Navigationformatierungen */
ul#navigation {
	list-style: none;
	float: left;
	width: 175px;
	margin: 94px 0 0 73px;

}
ul#navigation li img {
	margin: 45px 0 0 0;
}
ul#navigation li a {
	color: #c6925b;
	font-size: 120%;
	text-decoration: none;
	line-height: 30px;
}
ul#navigation li a:hover {
	color: #7B4C1A;
}

/* 04 - halbtransparente Unternavigation */
div#subnavbg {
	height: 120px;
	left: 249px;
	position: absolute;
	top: 179px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	width: 200px;
	z-index: 2;
}
div#subnavbg.obst {
	background: #ffb400;
}
div#subnavbg.gemuese {
	background: #b6d600;
}
div#subnavbg.kartoffeln {
	background: #c6a45b;
}

ul#subnavcontent {
	height: 120px;
	left: 249px;
	position: absolute;
	top: 180px;
	width: 200px;
	z-index: 2;
	margin: 9px 0 0 14px;
	list-style: none;
}
ul#subnavcontent li a {
	font-size: 100%;
	color: #FFF;
	line-height: 20px;
	text-decoration: none;
}
ul#subnavcontent li a:hover {
	font-weight: bold;
}

/* 05 - Contentformatierungen */
div#content {
	background: url(../img/layout/rand-braun-o.gif) top right no-repeat;
	padding: 15px 100px 35px 0;
	width: 652px;
	float: right;
	position: relative;
}

/* 06 - Breadcrumbs */
div#content ul#breadcrumbs {
	 color: #C6A45B;
	 display: block;
	 margin: 0;
	 padding: 6px 0 35px 0;
	 width: 650px;
}
div#content ul#breadcrumbs li {
 	margin: 0;
	display: inline;
	list-style: none;
}
div#content ul#breadcrumbs li a {
	color: #C6A45B;
	text-decoration: none;
	padding: 0 7px 0 4px;
	margin: 0;
}
div#content ul#breadcrumbs li a:hover {
	text-decoration: underline;
}
div#content ul#breadcrumbs li span {
	margin: -4px 0 0 0;
}


/* 07 - Foooterformatierungen */
div#footer_content {
	background: url(../img/layout/bg-footer-one.gif) bottom repeat-x;
	height: 16px;
	width: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
}

div#footer_one {
	background:#FFF url(../img/layout/rand-braun-u.gif) bottom right no-repeat;
	height: 30px;
	width: 1000px;
	top: -30px;
	position: absolute;
}
div#footer_one a {
	color: #C6A45B;
	font-size: 91.66%;
	margin: 0 0 30px 249px;
	text-decoration: none;
	text-transform: uppercase;
}

div#footer_one a:hover {
	color: #7B4C1A;
}

/* 08 - Allgemeine Formatierungen */

.obst {
	background: #ffb400;
}
.gemuese {
	background: #b6d600;
}
.kartoffeln  {
	background: #c6a45b;
}
.festkochend  {
	background: #33af05;
}
.fruehsorten  {
	background: #992415;
}
.mehligkochend  {
	background: #105eac;
}
.mehligspez  {
	background: #e1221a;
}


.fll {
float: left;
}
.flr {
float: right;
}

.clear {
clear: both;
}


/* 09 - HTML-Formatierungen */

a {
	color: #7c8a2a;
}

h1 {
	font-size: 183.33%;
	color: #7b4c1a;
	font-weight: normal;
}

h2 {
	font-size: 100%;
	color: #7c8a2a;
}

h3 {
	font-size: 100%;
	font-weight: normal;
	color: #7c8a2a;
	margin-bottom: 25px;
}

h4 {
	font-size: 120%;
	font-weight: normal;
	color: #6a7912;
}

img {
	display: block;
}

/* 10 - für Drag'n'Drop Ansicht */
div#Library img {
	display: inline;
}
div#Library {
	z-index: 999 !important;
}

a img {
	border: none;
}


/* 11 - Image PopUp */
div#PopDiv {
	position: absolute;
	background: #FFF;
	border: 1px solid #999;
	padding: 10px;
	z-index: 20;
}
div#PopDiv a {
	display: block;
	text-align: right;
	padding: 0;
	margin: 0 0 10px 0;
}
div#PopDiv img {
	display: block;
	border: 1px solid #000;
}
img#loading-popup {
	position: absolute;
	padding: 10px;
	border: 1px solid #DDD;
	background: #FFF;
}
p#imgCaption {
	font-size: 110%;
	text-align: center;
	padding: 5px 0 0 0;
}
