/*  General
-------------------------------------------*/
body {
	background: #fff url(../images/global/background.gif) top repeat-x;
	padding:0;
	margin:0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.Clear{
	clear: both;
	font-size: 1px;
	height: 1px;
	margin-bottom: -1px;
}

.Top {
	margin-top: 0px !important;
}

img {
	border:0;
}

/* Hacks
----------------------------------------------- */
.IEVariousHack {
	position: relative;
}

.IEDoubleMarginHack {
	display: inline;
}

/* Hides from IE5-mac \*/
* html .HollyHack {height: 1%;}
/* End hide from IE5-mac */

/* Text
-------------------------------------------*/
a {
	color: #060;
}

a:visited {
	color: #408C40;
}

p {
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 25px 0 25px 0;
}

h1 {
	color: #063;
	font-size: 1.8em;
	font-weight: normal;
	margin: 30px 0 25px 0;
}

h1 span {
	color: #000;
	font-size: 65%;
}

h2 {
	color: #060;
	font-size: 1.1em;
	font-weight: normal;
	margin: 25px 0 25px 0;
}

h3 {
	font-weight: bold;
	font-size: 0.8em;
	color: #404040;
	margin-bottom: -20px;
}


h4 {
	font-weight: bold;
	font-size: 0.8em;
}

ul {
	margin:25px 0 25px 0;
	padding:0;
	list-style: none;
}

li {
	font-size: 0.8em;
	line-height: 1.6em;
	padding: 0 0 0 10px;
	background: url(../images/global/black_bullet.gif) no-repeat 0px 9px;
	margin-bottom: 10px;
}

ul.CompactList li {margin-bottom: 0;}

li li {
	font-size: 100%;
	margin-bottom: 0;
}

li ul {
	margin:0;
}

.NoBullet li {
	background-image: none;
}

.ArrowList li {
	background: url(../images/global/arrow.gif) no-repeat 0px 7px;
}

.PDFlink {
	padding: 0 0 0 22px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	background: url(../images/global/pdf_icon.gif) no-repeat 0px 0px;
}

.Void {/*lets IE5 recover from the hack*/}

.LinkWithGreenArrow {
	padding: 0 0 0 10px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	background: url(../images/global/green_arrow.gif) no-repeat 0px 5px;
}

.Void {/*lets IE5 recover from the hack*/}

img.FloatLeft {
	float: left;
	margin: 0 15px 15px 0
}


/* NAVIGATION
-------------------------------------------*/

/*  Top & logo
-------------------------------------------*/
#Top {
	height: 59px;
	position: relative;
	background: #E7F3E2 url(../images/global/top_bg.gif) no-repeat 500px 0px
}

#Logo {
	position: absolute;
	top: 8px;
	left: 17px;
}

/*  Top links
-------------------------------------------*/
#TopLinks {
	display: inline;
	margin: 9px 9px 0 0;
	float: right;
	width: 360px;
}

#TopLinks li {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 5px 0 10px;
	background: url(../images/global/toplinks_seperator.gif) no-repeat 0px 9px;
	float: left;
}


#TopLinks li.First {
	background-image: none;
}

#TopLinks li a {
	color: #000;
}

/*  Banner & Breadcrumb
-------------------------------------------*/
#BreadCrumb {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	top:135px;
	z-index:99;
	left: 17px;
}

#BreadCrumbBg {
	left:0;
	top:133px;
	background-color: #6C0;
	height: 20px;
	opacity: .75; 
	filter: alpha(opacity=75); 
	-moz-opacity: .75;
	-khtml-opacity: 0.75; 
	position: absolute;
	width: 100%;
}

#BreadCrumb, #BreadCrumb a {
	color: #fff;
}

#Banner {
	position: relative;
}

#Banner img {
	border-top: 3px #6C0 solid;
	border-bottom: 4px #FFD214 solid;
}

/*  Left nav
-------------------------------------------*/
#LeftNav {
	width: 187px;
	margin: 2px 0 0 4px;
}

#LeftNav ul {
	margin-top: 0;
}

#LeftNav li {
	background-image: none;
	padding:0;
	border: 1px #E0D8AE solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
}

#LeftNav li a, #LeftNav li span {
	text-decoration: none;
	color: #5C5632;
	border-left: 8px #FFE98C solid;
	display: block;
	background-color: #FBF2C6;
	padding: 2px 5px 13px 5px;
	width:100%;/*IE5*/
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 168px; /*IE6*/
}

html>body #LeftNav li a, html>body #LeftNav li span {
	width: auto; /*Rest of world*/
}

#LeftNav li a:hover {
	border-color: #FFD214;
	background-color: #FBEA99;
}

#LeftNav li ul {
	border-top: 1px #E0D8AE solid;
	margin:0;
	margin-bottom: 1px; 
	_margin-bottom: 0px; 
	/*
	As it happens the first margin-bottom is the hack, for Mozilla who
	was not displaying the bottom border. The second hack removes this for IE,
	leaving Opera and I suppose Safari with a small gap. Not perfect but at least
	the most used browsers are OK.
	*/
} 

#LeftNav li li {
	border: none;
	margin:0;
}

#LeftNav li li a, #LeftNav li li span {
	padding: 3px 0 3px 19px;
	background-color: #FFF9E3;
	width:100%;/*IE5*/
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 159px;/*IE6*/
}

html>body #LeftNav li li a, html>body #LeftNav li li span  {
	width: auto; /*Rest of world*/
}

#LeftNav li.Current {
	font-weight: bold;
}

#LeftNav li.Current ul {
	font-weight: normal;
}

/*  Footer
-------------------------------------------*/

#Footer {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em; 
	background: url(../images/global/dots_horizontal.gif) repeat-x top;
	padding: 15px 0 0 0;
	margin: 40px 0 20px 0;
}

#Footer a {
	color: #666;
}

/* LAYOUT
-------------------------------------------*/

/*  Containers
-------------------------------------------*/
#PageContainer {
	margin:0px auto;
	text-align: left;
	width: 759px;
}

#MainContent {
	width: 478px;
	float: right;
	margin-right: 29px;
}

.Promo {
	border: 1px #90AD9A solid;
	background-color: #E7F3E2;
}

.Promo p  {
	margin: 16px 0 0 0;
}

.Promo img {
	float: left;
	margin-right: 15px;
}


/* Drop shadow
-------------------------------------------*/
.ShadowTopLeft {background: url(../images/global/shadow_topleft.gif) no-repeat top left;padding-left: 4px;}
.ShadowTopRight {background: url(../images/global/shadow_topright.gif) no-repeat top right;padding-right: 4px;}
.ShadowLeft {background: url(../images/global/shadow_left.gif) repeat-y left;}
.ShadowRight{background: url(../images/global/shadow_right.gif) repeat-y right;}

.ShadowBottom {background: url(../images/global/shadow_bottom.gif) repeat-x bottom}
.ShadowBottom div {background: url(../images/global/shadow_botleftcorner.gif) no-repeat bottom left;}
.ShadowBottom div div {background: url(../images/global/shadow_botrightcorner.gif) no-repeat bottom right;height: 6px;font-size: 1px;}

.Page {background:#fff url(../images/global/nav_background.gif) repeat-y left;height: 610px;}
html>body .Page {height: auto;min-height: 610px;}


/* Layers
-------------------------------------------*/
.Layer {
	width: 515px;
	position:absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	z-index: 99;

}

.Layer .TopShadow {
	background: url('../images/global/popups/landscape_top.png') no-repeat bottom left;
	height: 15px;
}

.Layer .MiddleShadow {
	background: url('../images/global/popups/landscape_middle.png') repeat-y;
	padding:  3px 20px 12px 20px;
}

.Layer .BottomShadow {
	background: url('../images/global/popups/landscape_bottom.png') no-repeat top left;
	height: 15px;
}

.Portrait {width: 441px;}
.Portrait .TopShadow {background-image: url('../images/global/popups/portrait_top.png');} 
.Portrait .MiddleShadow {background-image: url('../images/global/popups/portrait_middle.png');} 
.Portrait .BottomShadow {background-image: url('../images/global/popups/portrait_bottom.png');} 

/* Farm search
-------------------------------------------*/
.Form {
	border: 1px #1f6f3a solid;
	background-color:#f0f5eb;
	padding: 10px 0 5px 10px;
}
.Form td {padding: 2px;font-size: 0.8em;white-space: nowrap;}
.Form td.Label {text-align: left}
.Form td.SectionTitle {padding-top: 15px;}
	
.SearchResults {
	border-bottom: 2px #1f6f3a solid;
	margin-bottom: 40px;
}	

.SearchResults td, .SearchResults th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	vertical-align: top;
	text-align: left;
	padding: 5px 5px 5px 5px;
}

 .SearchResults th {
	color: #fff ;
	background-color: #1f6f3a;
 }

.SearchResults tr.Alternate td {background-color:#f0f5eb;}

.SearchResults td li {font-size: 100%;}

.PrizeWinner {
	font-size: 0.8em;
	font-weight: bold;
	color: #005220;
	border-top: 2px #1f6f3a solid;
	border-bottom: 2px #1f6f3a solid;
	float: right;
	padding: 9px 17px;
	background-color: #e7f3e2;
	width: 150px;
	text-align: center;
}

html>body .PrizeWinner {width: auto; max-width: 180px;}

/* Farm Profile
-------------------------------------------*/
.FarmSummary {
	border: 1px #90ad9a solid;
	background-color: #e7f3e2;
	width: 100%;
	margin-bottom: 16px;
}

.FarmSummary td {
	padding: 11px 13px;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

.FarmSummary ul, .FarmSummary li {margin:0;}

.FarmSummary td li, .FarmSummary td p {font-size: 100%;}

/* Alle Preisetraeger table
-------------------------------------------*/
.AllePreisetraeger{
	border-bottom: 2px #1f6f3a solid;
}

.AllePreisetraeger ul {margin: 10px 0 0 0;}

.AllePreisetraeger li {
	background: url(../images/global/arrow.gif) no-repeat 0px 7px;
	margin-bottom: 0;
}
			
.AllePreisetraeger h3, .AllePreisetraeger td, .AllePreisetraeger li, .AllePreisetraeger p {
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

 .AllePreisetraeger td p, .AllePreisetraeger td li {font-size: 100%;}

.AllePreisetraeger h3 {
	margin: 14px 0 0 0;
	background-color: #1f6f3a;
	color: #fff;
	padding: 2px 6px 2px 6px;
}

.AllePreisetraeger table {
	width: 100%;
	border-collapse: collapse;
}

.AllePreisetraeger td {
	vertical-align: top;
	padding: 9px 12px 9px 12px;
}

.AllePreisetraeger img {margin-right: -12px;}

.AllePreisetraeger tr.Alternate {background-color: #f0f5eb;}