/* !!! Es muss beachtet werden, dass alle DIVs im screen.css auf clear: both gesetzt sind !!!! */

/* FONT SIZES

10px 	0.909em 	90.9% 	8pt
11px 	1em 		100% 		8pt
12px 	1.091em 	109.1% 	9pt
13px 	1.182em 	118.2% 	10pt
14px 	1.273em 	127.3% 	11pt
15px 	1.364em 	136.4% 	11pt
16px 	1.455em 	145.5% 	12pt
17px 	1.545em 	154.5% 	13pt
*/
@import url("jquery-ui.css");

* {
	padding: 0;
	margin: 0;
}
body{
	color: #333;
	font-size: 68.8%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #75a104;
}
body.inserate{
	background-color:#FFF;	
	padding-top:20px;
}

.clear:after { 
	content : "."; 
	display : block; 
	height: 0; 
	clear : both; 
	visibility : hidden; 
}
/* =no need to hide from IE5 Mac as its filtered out anyway */
.clear { 
	display : inline-block; 
	clear : both;
	margin : 0 !important;
}

h1, h2 {
	font-family: 'Lucida Sans Unicode',Verdana,sans-serif;
	font-size: 154.5%;
	font-weight: normal;
}
h1{
	clear: both;
	padding: 13px 0 13px 0;
}
h3{
	clear: both;
	font-size: 127.3%;
	padding: 10px 0 15px 0;
}

h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
	padding: 5px 0 15px 0;
}

a{
	color: #666;
	text-decoration: underline;
}
a:hover{
	color: #333;
	text-decoration: none;
}
ul {
	list-style: none;
}
ol {
	position: relative;
	left: 1.8em;
}
img, fieldset{
	border: none;
}
p{
	margin: 0 0 1em 0;
}
input {
	font-size: 100%;
	font-family: 'Lucida Sans Unicode',Verdana,sans-serif;
	color: #666;
}
textarea {
	overflow: auto;
	font-size: 100%;
	font-family: 'Lucida Sans Unicode',Verdana,sans-serif;
	color: #666;
}
hr {
	 height: 0;
	 display: block;
	 clear: both;
	 visibility: hidden;
}

/* Allgemeine Klassen */
p.link a.news {
	color: #333;
	margin: 2px 0 5px 0;
}
.fll {float: left;}
.flr {float: right;}
/* Top-Navi und optionaler Sprachwechsel */
div#topnavi{
	background: url(../img/layout/bg-topnavi.gif) left top no-repeat;
	right: 10px;
	text-align: right;
	position: absolute;
	padding: 3px 20px 0 20px;
	height: 27px;
	top: 0;
	overflow: hidden;
	z-index: 100;
}
img.shdwtn-l{
	position:absolute; 
	left: 0px; 
	top:0;
}
img.shdwtn-b{
	position:absolute; 
	left: 9px; 
	top:23px;
}
ul.topnavi {
	list-style: none;
	display: inline;	
	position: relative;
}
ul.topnavi li {
	float: left;
	line-height: 17px;
}

ul#header_sprachwechsel {
	float: left;
}
ul#header_sprachwechsel li{
	list-style: none;	
	line-height: 17px;
	position: relative;
	float: left;
}
ul#header_sprachwechsel li a, ul.topnavi li a{
	color: #333;
	font-size: 10px;
	line-height: 17px;
	text-decoration: none;
}
ul#header_sprachwechsel input {
	height: 13px;
	margin: 0 17px 0 8px;	
}

/* Header */
div#header{
	width: 940px;
	height: 195px;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
}

div#header h2 {
	margin: 0;
}
div#header h2 a {
	margin-top: 6px;
	display: block;
	position: absolute;
}

div#header h2 span, div#header h2 em {
	display: none;
}
div.logoholder {
	background: #FFF;
	position: relative;
	top: 50px;
	width: 198px;
	height: 172px;
	margin: 0 0 0 19px;
}
div.logoholder img.logocorner-top {
	position: absolute;
	top: -20px;
}
/* Partner Icons im Header */
div.partnericons{
	background: url(../img/layout/transr-servicenavi.png) no-repeat;
	display: block;
	height: 26px;
	position: absolute;
	right: 10px;
	top: 169px;
	width: 723px;
	z-index: 4;
}
ul.partnericons{
	display: block;
	height: 26px;
	position: absolute;
	right: 10px;
	top: 169px;
	width: 705px;
	z-index: 6;
	overflow: hidden;
}
ul.partnericons li {
	float: left;
	padding : 3px 16px 3px 0;
	position: relative;
}
ul.partnericons li a {
	display: block;
}
ul.partnericons li a img.normal, ul.partnericons li a:hover img.hover{
	display: inline-block;
	position: relative;
	z-index: 100;
}
ul.partnericons li a img.hover, ul.partnericons li a:hover img.normal {
	display: none;
	position: relative;
	z-index: 2;
	visibility: visible;
}

img.transl-servicenavi {
	position: absolute;
	bottom: 27px;
	left: -19px;
}
div#header ul#symbol_servicenavi{
	position: relative;
	display: block;
	top: 120px;
	width: 198px;
	height: 24px;
	background: url(../img/layout/back_servicenavigation.gif) no-repeat;
}

div#header ul#symbol_servicenavi li{
	width: 33px;
	height: 24px;
	display: block;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

div#header ul#symbol_servicenavi a{
	width: 33px;
	height: 24px;
	display: block;
	margin: 0;
	padding: 0;
}

/* Content */
div#wrapper{
	background: #7faf01 url(../img/layout/bg-wrapper.jpg) center bottom repeat-x;
	padding-bottom: 16px;
}

div#contentbg {
	background: url(../img/layout/bg-content.jpg) center top no-repeat;
	margin: 0 auto;
	position: relative;
	top: 0 !important;
	width: 960px;
}
div#content, div#content_nlreg {
	background: #FFF;
	margin: 27px auto 0 auto;
	padding: 0 0 20px 0;
	width: 940px;
	min-height: 560px;
}
/* Content Startseite */
div#startcontent{
	margin: 27px auto 0 auto;
	width: 940px;
	min-height: 560px;
	background: #fff url(../img/layout/bg-startnavi.gif) center top no-repeat;
}

div#startcontent div#inhalt{
	width: 470px;
	float: left;
	margin: 0;
}

div#linkespalte {

	float: left;
	padding: 0 30px;
	width: 175px;
}

/* Navigation mit DropDown */
div#navi_dd{
	width: 940px;
	position: relative;
	top: -27px;
	float: left;
	font-family: 'Lucida Sans Unicode',Verdana,sans-serif;
	background: url(../img/layout/bg-navi.gif) center top no-repeat;
	z-index : 100;
}
div#startcontent div#navi_dd{
	background: none !important;
	top: 0;
}

div#navi_dd ul{
}

div#navi_dd ul li{
	list-style: none;
	padding: 0;
	float: left;
	text-indent: 30px;
	width: 235px;
	display: block;
	height: 35px;
}

div#navi_dd ul li a{
	background: url(../img/layout/bg-mainnav.gif) left top repeat-x;
	text-decoration: none;
	font-size: 136.4%;
	color: #FFF;
	display: block;
	width: 235px;
	line-height: 33px;
	padding: 0 0 5px 0;
	position: relative;
}
div#navi_dd ul li a.active span  {
	background: url(../img/layout/navi-activeshadow.png) left top repeat-x;
	position: absolute;
	left: -10px;
	top: 0;
	height: 33px;
	width: 10px;
}
div#startcontent div#navi_dd ul li a{
	background: none;
	color: #333;
	padding: 20px 0 5px 0;
	line-height: normal;
}
div#startcontent div#navi_dd ul li.Laden a {
	color : #009036;
}
div#startcontent div#navi_dd ul li.Agrola a {
	color : #81B701;
}
div#startcontent div#navi_dd ul li.Landwirtschaft a {
	color : #D79800;
}
div#startcontent div#navi_dd ul li a:hover,div#startcontent div#navi_dd ul li a.active{
	color: #333 !important;
}
div#startcontent div#navi_dd ul li a {
	font-family: 'Lucida Sans Unicode',Verdana,sans-serif;
	font-size: 154.5%;
}

div#startcontent div#navi_dd ul li a:hover span {
	display: none;
}
div#navi_dd ul li a.active, div#navi_dd ul li a:hover, div#navi_dd ul li:hover a, div#navi_dd ul li.sfhover a{
	background-position: left bottom;
	color: #333;
	line-height: 13px;
	padding: 16px 0 9px 0;
}

div#navi_dd .main2 {
	background : #ffffff;
	color : #333333;
	float : left;
	left : -999em;
	padding : 15px 0 0 0;
	position : absolute;
	top : 33px;
	width : 705px;
	z-index : 500;
}

div#navi_dd ul li.Laden .main2 {
	border-bottom : 6px solid #009036;
}

div#navi_dd ul li.Agrola .main2 {
	border-bottom : 6px solid #81B701;
}

div#navi_dd ul li.Landwirtschaft .main2 {
	border-bottom : 6px solid #D79800;
}

div#navi_dd ul li.withSub a img.inactive{
	display : inline !important;
	position : relative;
	left : 10px;
	top : -2px;	
}

div#navi_dd ul li.withSub a.active img.active, div#navi_dd ul li.withSub a:hover img.active, div#navi_dd ul li:hover a img.active, div#navi_dd ul li.sfhover a img.active{
	display : inline !important;
	position : relative;
	left : 10px;
	top : -2px;
}

div#navi_dd ul li.Laden:hover .main2, div#navi_dd ul li.sfhover .main2 {
	left : auto;
	*margin-left : -30px;
}

div#navi_dd ul li.Agrola:hover .main2, div#navi_dd ul li.Agrola.sfhover .main2 {
	left : auto;
	margin-left : -25%;
	*margin-left : -28.2%;
}

div#navi_dd ul li.Landwirtschaft:hover .main2, div#navi_dd ul li.Landwirtschaft.sfhover .main2 {
	left : auto;
	right : 0px !important;
}

div#navi_dd .main2 li{
	float : none;
	height : auto;
	padding : 0 0 10px 0;
	width : 173px;
	*width : 169px;
}

div#navi_dd .main3 li {
	padding : 0;
}

div#navi_dd .main2 li a, div#navi_dd .main2 li a:hover {
	color : #333333;
	line-height : normal !important;
	font-size : 100%;
	font-weight : bold;
	padding : 0 0 5px 0 !important;
	width : 173px;
	*width : 169px;
}

div#navi_dd .main3 li a, div#navi_dd .main3 li a:hover {
	color : #333333;
	line-height : normal;
	font-size : 100%;
	font-weight : normal !important;
	padding : 0 0 5px 0 !important;
	white-space:nowrap;
	width : 173px;
	*width : 169px;
}

div#navi_dd .main2 li a:hover, div#navi_dd .main2 li a.active{
	text-decoration : underline;
	color: #333333;
	line-height : normal !important;
	padding : 0 0 5px 0 !important;
}

div#navi_dd .main2 .floatLayer {
	float : left;
}

/* Navigation */
div#navi{
	width: 940px;
	position: relative;
	top: -27px;
	float: left;
	font-family: 'Lucida Sans Unicode',Verdana,sans-serif;
	background: url(../img/layout/bg-navi.gif) center top no-repeat;
}
div#startcontent div#navi{
	background: none !important;
	top: 0;
}

div#navi ul{
}

div#navi ul li{
	list-style: none;
	padding: 0;
	float: left;
	text-indent: 30px;
	width: 235px;
	display: block;
	height: 35px;
}

div#navi ul li a{
	background: url(../img/layout/bg-mainnav.gif) left top repeat-x;
	text-decoration: none;
	font-size: 136.4%;
	color: #FFF;
	display: block;
	width: 235px;
	line-height: 33px;
	padding: 0 0 5px 0;
	position: relative;
}
div#navi ul li a:hover span, div#navi ul li a.active span  {
	background: url(../img/layout/navi-activeshadow.png) left top repeat-x;
	position: absolute;
	left: -10px;
	top: 0;
	height: 33px;
	width: 10px;
}
div#startcontent div#navi ul li a{
	background: none;
	color: #333;
	padding: 20px 0 5px 0;
	line-height: normal;
}
div#startcontent div#navi ul li.Laden a {
	color : #009036;
}
div#startcontent div#navi ul li.Agrola a {
	color : #81B701;
}
div#startcontent div#navi ul li.Landwirtschaft a {
	color : #D79800;
}
div#startcontent div#navi ul li a:hover,div#startcontent div#navi ul li a.active{
	color: #333 !important;
}
div#startcontent div#navi ul li a {
	font-family: 'Lucida Sans Unicode',Verdana,sans-serif;
	font-size: 154.5%;
}

div#startcontent div#navi ul li a:hover span {
	display: none;
}
div#navi ul li a:hover,div#navi ul li a.active{
	background-position: left bottom;
	color: #333;
	line-height: 13px;
	padding: 20px 0 5px 0;
}

/* Subnavigation */
ul#subnavi {
	background-color: #FFF;
	display: block;
	width: 205px;
	padding: 30px 0 0 30px;
	float: left;
}
ul#subnavi li {
	padding: 0 0 2px 0;
}
ul#subnavi li a {
	text-decoration: none;
}
ul#subnavi li a.nosub {
	display: inline-block;
	padding: 0 0 30px 0;
}
ul#subnavi li a.active {
	color: #333;
	font-weight: bold;
}
/* Zweite */
ul#subnavi ul {
	padding: 2px 0 30px 0;
}
ul#subnavi ul a.active  {
	color : #000000;
	font-weight : normal;
}
/* Dritte */
ul#subnavi ul ul {
	padding: 7px 0 7px 20px;
}
ul#subnavi ul ul a, ul#subnavi ul ul a.active{
	color: #000;
}
/* Vierte */
ul#subnavi ul ul ul {
	padding: 7px 0 7px 20px;
}
ul#subnavi ul ul li a.active {
	color: #333;
	font-weight: bold;
}
ul#subnavi ul ul ul a, ul#subnavi ul ul ul a.active{
	color: #4d4d4d;
}

ul#subnavi ul.sortiment {
	position: relative;
	margin-top: -30px;
}

/* Breadcrumbs */
div#breadcrumbs {
	float: left;
	height: 10px;
	margin: 0 0 0 30px;
	padding: 0 0 3px 0;
	position: relative;
	width: 470px;
	z-index : 1;
}
div#breadcrumbs ul{
	font-size: 90.9%;
	position: absolute;
	bottom: 0;
	z-index : 1;
}

div#breadcrumbs ul li{
	float: left;
}
div#breadcrumbs ul li a#breadcrumb_HomeLink {
	background: none;
	padding: 0 1.2em 0 0;
}

div#breadcrumbs ul li a{
	background: url(../img/layout/breadcrumb-icon.gif) no-repeat left .5em;
	display: block;
	padding: 0 1.2em 0 1.6em;
	text-decoration: none;
}

div#breadcrumbs ul a:hover{
}

/* Inhalt und Seitenleiste */
div#inhalt{
/*	background: url(../img/layout/SCHM-bgzurtrennung.gif); ONLY FÜR LAYOUT - SCHM */
	width: 470px;
	float: left;
	margin: 0 0 10px 30px;
	padding: 0;
}
div#content_nlreg div#inhalt{
	width: 660px;
}

div#seitenleiste {
	float: right;
	margin: 3px 0 0 30px;
	/*_margin: 3px 0 0 0;*/
	width: 175px;

}
* html div#seitenleiste{
	margin: 3px 0 0 0;
}

/* Footer */
div#footer{
	width: 940px;
	margin: 12px auto 25px auto;
	font-size: 90.9%;
	background: #fafafa url(../img/layout/bg-footer.gif) no-repeat;
	padding: 30px 0 20px 0;
	color: #9a9a9a;
	clear: both !important;
	float: none;
	/*hasLayout: -1;*/
	position: static;
	
}



div#footer div.left {
	float: left;
}
div#footer div.left ul, div#footer ul li {
	clear: left;
}
div#footer ul {
	padding: 0 0 10px 30px;
	float: left;
	width: 205px;
}
div#footer ul li {
	padding: 0 0 2px 0;
}
div#footer strong{
	padding: 0 0 5px 0;
	display: block;
	margin: 0;
	float: left;
}

div#footer a{
	color: #9a9a9a;
	text-decoration: underline;
}
div#footer a:hover{
	color: #000;	
}
div#footer ul.servicenavi{
	text-align: right;
	float: right;
	margin: 0 20px 0 0;
	padding: 0;
}

div#footer ul.servicenavi li{
	list-style: none;
	float: left;
}

div#footer ul.servicenavi li a{
	margin: 0 0 0 20px;
	font-size: 90.9%;
	line-height: 26px;
	text-decoration: none;
	color: #000;
	letter-spacing: 0.1em;
	display: block;
}


div#bottom{
	color: #FFF;
	height: 100px;
	font-size: 90.9%;
	margin: 0 auto;
	padding: 0;
	width: 940px;
	text-align:center;
}

div#bottom p, div#bottom ul {
	text-align:center;
}
div#bottom ul li {
	display: inline;
}
div#bottom a {
	color: #FFF;
	text-decoration: none;
}

table.prognose img {
	/*width: 45px;*/
}

/* Landing Pages */
/* Inhalt und Seitenleiste */
div#viertelbreite{
	width: 675px;
	float: left;
	margin: 0 0 10px 30px;
	padding: 0;
}
div#viertelbreite div.part_bildtext {
	width: 675px !important;
}



