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

########################################################################################################
########################################################################################################

Einteilung des CSS-Aufbaus

0. Import CSS
1. Standards
2. Layout
3. Navigation
4. Content
5. Links 

########################################################################################################
######################################################################################################*/

/* 0. Import CSS */

	@import url("lightbox.css");
	@import url("cms.css");
	@import url("clearfix.css");

/* ########################################################################################################
######################################################################################################*/   

/* 1. Standards */

html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, span, a, table, dl, dt, td, form, img, li, form, object, textarea {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	color: #666;
	font-size:12px;
}

html{ background:url(../images/bg_html.jpg) repeat;}
body {background:url(../images/bg.jpg) repeat-x center top;}

html[xmlns^="http"] {
	overflow-y: scroll;
}

h1{
	font-size: 22px;
	color: #12895c;
	font-weight:lighter;
	margin: 0 0 20px 0;
}
h1 strong{
	font-size: 22px;
	color: #edcd01;
	font-weight:lighter;
}

h2 {
	font-size: 18px;
	color: #333;
	font-weight:lighter;
	padding: 0 0 30px 0;
}

h3 {
	font-size: 18px;
	color: #333;
	font-weight:lighter;
	padding: 0 0 10px 0;
}

h4 {
	font-size: 17px;
	color: #831634;
	font-weight:lighter;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 5px 0 10px 0;
}

p {margin: 0 0 20px 0px; line-height: 18px;}
	
.unsichtbar  {display: none;}


/*######################################################################################################
######################################################################################################*/

/* 2. Layout */

#clear, .clear {
	clear:left;
	float:none;
}

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

/*---------------------------------*/

.logo{
	text-indent: -9999px;
	height: 100px;
	background: url(../images/logo-agrarshop_guestrow.gif) no-repeat 279px 0;
	margin: 0;
}

#head {
	width: 955px;
	clear: both;
	height: 141px;
	background:url(../images/bg_head.jpg) no-repeat 0 77px;
}

.editcontent{
	padding: 20px;
	min-height: 250px; 

}

#content {
	background:url(../images/bg_content.jpg) repeat-x -1px 0;
	margin: 0 27px 0 31px;
	min-height: 420px;
}

#innercontent {
	float:left;
	width: 649px;
	background: #fff;
	padding: 40px 0 0 0;
}

.dach{ 
	width: 714px; 
	height: 92px;
	display:block;
	position:absolute;
	background: url(../images/bg_dach.gif) no-repeat;
	left: 231px;
	top: 210px;
}

#footercontent{
	background: #12895c;
	line-height: 22px;
	padding: 0 20px;
}
#footercontent strong{
	color: #ffd500;
}

#footercontent p{
	color: #fff;
	margin: 0;
	padding: 0;
}

/*---------------------------------*/

#footer{
	background: url(../images/bg_footer.jpg) repeat-x;
	height: 52px;
	padding:20px;

}


/*######################################################################################################
######################################################################################################*/


/* 3. Navigation */

ul.navigation {
	width: 174px;
	height: 208px;
	background:url(../images/bg_navi.gif) no-repeat -2px 0;
	float:left;
	margin: 2px 0 0 0;
	padding: 55px 0 0 45px;

}

ul.navigation a{
	text-indent: -9999px;
	display:block;
	text-decoration: none;
	height: 33px;
	width: 136px;
}

ul.navigation a.navi1:hover{ background: url(../images/bg_navi-hover.jpg) no-repeat -1px -5px;}
ul.navigation a.navi2:hover{ background: url(../images/bg_navi-hover.jpg) no-repeat -1px -38px;}
ul.navigation a.navi3:hover{ background: url(../images/bg_navi-hover.jpg) no-repeat -1px -71px;}
ul.navigation a.navi4:hover{ background: url(../images/bg_navi-hover.jpg) no-repeat -1px -104px;}
ul.navigation a.navi5:hover{ background: url(../images/bg_navi-hover.jpg) no-repeat -1px -137px;}

.maulwurf{
	width: 261px;
	height: 181px;
	position:absolute;
	background:url(../images/bg_maulwurf.gif) no-repeat;
	left: 0px;
	top: 465px;
}


/*----------------- PNG-Filter/Position Hacks fr IE6 -------------------*/



/*------------------------------- Subnavi  -------------------------------*/

ul.subnavi{
	padding:  97px 0 0 658px;

}

ul.subnavi li{
	float: left;
}

ul.subnavi a{
	text-indent: -9999px;
	display: block;
	text-decoration: none;
	height: 25px;
}

ul.subnavi a.sub1{ width: 64px;}
ul.subnavi a.sub2{ width: 78px;}
ul.subnavi a.sub3{ width: 89px;}

ul.subnavi a.sub1:hover{ background:url(../images/bg_subnavi.jpg) no-repeat 0 1px;}
ul.subnavi a.sub2:hover{ background:url(../images/bg_subnavi.jpg) no-repeat -64px 1px;}
ul.subnavi a.sub3:hover{ background:url(../images/bg_subnavi.jpg) no-repeat -142px 1px;}

	
/*######################################################################################################
######################################################################################################*/

/* 4. Content */

.bildborder {
	border: 1px solid #666;
	padding: 2px;
	background:#FFF url(../images/progress.gif) no-repeat center center;
	margin: 4px 8px 4px 0;
	cursor: url(../images/zoomin.cur), pointer;
    outline: none;
}

.bildborder:hover{
	border: 2px solid #edcd01;
	padding: 1px;
}

.bildbordernohover {
	border: 1px solid #666;
	padding: 2px;
	background:#FFF url(../images/progress.gif) no-repeat center center;
	margin: 4px 4px 0 0;
}

/*---------------------------------*/

.floatleft{
	float: left;
}

.marginright10px{
	margin: 0 10px 0 0;
}

.floatright {
	float: right;
}

/*---------------------------------*/

ul.liste, ul.produkte{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

ul.liste li {
	padding: 5px 0 5px 10px;
	border-bottom: dashed 1px #ccc;
	margin: 0 10px 0 0;
	line-height: 18px;
	list-style:none;
	float:left;
	width: 175px;
}

ul.produkte li {
	padding: 10px 0 10px 15px;
	border-bottom: dashed 1px #ccc;
	margin: 0 10px 0 0;
	line-height: 18px;
	list-style:none;
	float:left;
	width: 270px;
}


ul.liste li:hover, ul.produkte li:hover {
	color:#333;
	background: #f7f8f8;
}

*html ul.liste li {height: 20px;}
*html ul.produkte li {height: 20px;}

/*---------------------------------*/

dl.footerdaten dt{ float:left; color: #fff; line-height: 18px;}
dt.dtanschrift{ width: 200px;}
dt.dtkontakt{ width: 200px;}
dt.dtoeffnungszeiten{ width: 200px;}
dl.footerdaten dt strong{ clear:both; font-weight:bold; color:#ffd500; display:block;}
span.tag{	display:block; width: 60px; float:left; color:#FFF;}


dl.chronik dt{ float:left; line-height: 18px; width: 100px;}
dl.chronik dt strong{ clear:both; font-weight:bold; }
dl.chronik dd{ float:left; line-height: 18px; width: 480px; padding:0; margin:0;}

#rotator img
{
	display: none;
	position: absolute;
	z-index: 100;
}

/*######################################################################################################
######################################################################################################*/


/* 5. Links */

a:link, a:visited, a:active, a:focus, .escape span{
	text-decoration: underline;
	color: #047c4e;
	outline: none;
}

a:hover, a:hover span{
	text-decoration:none;
	color:#edcd01;
}

/*---------------------------------*/

.gototop{
	position:fixed;
	right:10px;
	bottom:10px;
	color:#999;
	font-size:10px;
	text-decoration:none;
	_display:none;
}

/*######################################################################################################
######################################################################################################*/
