* {
	margin:0;
	padding:0;
}

html {
	background: #539b12;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #e7f8ce;
	background:url(../images/bg-body.jpg) top center no-repeat;
	height: 100%;
}

p {
	margin: 0 0 12px 0;
} 

p.quote {
	font-style: italic;
	float: right;
	margin: 0 0 15px 0;
	color: #66875c;
}

div#content p {
	color: #686868;
}

div#content {
	color: #686868;
}

div#content strong {
	color: #478411;
	font-weight: bold;
}

strong {
	color: #f5ffe7;
	font-weight: bold;
}

a {
	color: #339214;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

.clear {
	float: none;
	clear:both;
}

address {
	font-style: normal;
	margin: 0 0 20px 0;
}

.spacer {
	display: block;
	float: left;
	width: 50px;
}

.spacer-wide {
	display: block;
	float: left;
	width: 150px;
}

img {
	border: none;
}

.float-left {float:left;margin:0 10px 0 0;}
.float-right {float:right;margin:0 0 0 10px;}

/*****************************/
/******* accessibility *******/
/*****************************/

div#accessibility {
   display:none;
   height:1px;
   width:1px;
}

/***********************************/
/************* =branding ***********/
/***********************************/

h1.branding a {
	width: 220px;
    height: 90px;
    display: block;
    text-indent: -99999px;    
    background: url(../images/bg-branding.jpg) 0 0 no-repeat;   
	position: absolute;
	left: 40px;
	top: 25px;
}

/***********************************/
/************* =content ************/
/***********************************/

div#header {
	width: 880px;
	margin: 0 auto;
	height: 420px;
	position: relative;
	z-index: 1;
}

div#slideshow-container {
	position: absolute;
	width: 580px;
	height: 310px;
	float: right;
	left: 300px;
	top: 65px;
	z-index: 1;	
}

div#content-container-outer {
	width: 100%;
	background: url(../images/bg-content-container-outer.jpg) bottom center no-repeat;
	z-index: 1;	
}

div#content-container {
	width: 880px;
	margin: 0 auto;
	z-index: 1;	
}

div#content-main {
	float: right;
	width: 550px;
	margin: 0 30px 0 0;
	background: url(../images/bg-content-main.jpg) top right repeat-y;		
	z-index: 1;	
}

* html div#content-main {
	margin: 0 15px 0 0;
}

div#content {
	width: 460px;
	background:url(../images/bg-content.jpg) top center no-repeat;
	padding: 24px 60px 20px 30px;	
	z-index: 1;	
	min-height: 325px;	
}

div#content-sidebar {
	float: left;
	width: 220px;
	background:url(../images/bg-content-sidebar.jpg) 0 0 no-repeat;
	padding: 20px 40px 0 40px;
	height:  348px;
	z-index: 1;	
}

div#footer-container {
	width: 100%;
	height: 70px;
	background: url(../images/bg-footer-container.jpg) top center no-repeat;
	z-index: 1;	
}

div#footer {
	width: 880px;
	height: 70px;
	margin: 0 auto;
	z-index: 1;	
}


/***********************************/
/************* =navi ***************/
/***********************************/

ul#navi {	
	list-style: none;
	position: absolute;
	width: 220px;
	top: 168px;
	left: 40px;
	z-index: 9999;
}

ul#navi li {
	height: 35px;
}

ul#navi li a {
	display: block;
	width: 220px;
	height: 35px;
	line-height: 35px;
	background:url(../images/bg-navi.jpg) no-repeat;
	text-indent: -9999px;	
}

ul#navi li a.index {
	background-position: 0 0;
}

ul#navi li a.index:hover {
	background-position: 0 -210px;
}

ul#navi li.active a.index {
	background-position: 0 -420px;
}

ul#navi li a.aktuelles {
	background-position: 0 -35px;
}

ul#navi li a.aktuelles:hover {
	background-position: 0 -245px;
}

ul#navi li.active a.aktuelles {
	background-position: 0 -455px;
}

ul#navi li a.leistungen {
	background-position: 0 -70px;
	cursor: default;
}

ul#navi li a.leistungen:hover {
	background-position: 0 -280px;
}

ul#navi li.active a.leistungen {
	background-position: 0 -490px;
}

ul#navi li a.galerie {
	background-position: 0 -105px;
}

ul#navi li a.galerie:hover {
	background-position: 0 -315px;
}

ul#navi li.active a.galerie {
	background-position: 0 -525px;
}

ul#navi li a.unternehmensinfo {
	background-position: 0 -140px;
}

ul#navi li a.unternehmensinfo:hover {
	background-position: 0 -350px;
}

ul#navi li.active a.unternehmensinfo {
	background-position: 0 -560px;
}

ul#navi li a.kontakt {
	background-position: 0 -175px;
}

ul#navi li a.kontakt:hover {
	background-position: 0 -385px;
}

ul#navi li.active a.kontakt {
	background-position: 0 -595px;
}

ul#navi li ul.leistungen {
	display: none;
	list-style: none;
	position: relative;
}

ul#navi li.iehover {
	display: inline;
}

ul#navi li:hover ul.leistungen,
ul#navi li.iehover ul.leistungen {
	display: block;
	z-index: 10;
	position:absolute;
	left: 219px;
	top: 70px;	
	width: 200px;
	background: #64a329;
	height: 170px;
	line-height: 35px;
	z-index: 9999;
}

ul#navi li ul.leistungen li a {
	display: block;
	height: 35px;
	line-height: 35px;
	width: 200px;
	background: url(../images/bg-navi-leistungen.jpg) 0 0 no-repeat;
}

ul#navi li.leistungen:hover a.leistungen,
ul#navi li.iehover a.leistungen {
	background-position: 0 -280px;
}

ul#navi li ul.leistungen li a.leistungen-baumschule {
	background-position: 0 0;
}

ul#navi li ul.leistungen li a.leistungen-baumschule:hover {
	background-position: 0 -173px;
}

ul#navi li ul.leistungen li.active a.leistungen-baumschule {
	background-position: 0 -346px;
}

ul#navi li ul.leistungen li a.leistungen-garten-center {
	background-position: 0 -35px;
}

ul#navi li ul.leistungen li a.leistungen-garten-center:hover {
	background-position: 0 -208px;
}

ul#navi li ul.leistungen li.active a.leistungen-garten-center {
	background-position: 0 -381px;
}

ul#navi li ul.leistungen li a.leistungen-gartengestaltung {
	background-position: 0 -70px;
}

ul#navi li ul.leistungen li a.leistungen-gartengestaltung:hover {
	background-position: 0 -243px;
}

ul#navi li ul.leistungen li.active a.leistungen-gartengestaltung {
	background-position: 0 -416px;
}

ul#navi li ul.leistungen li a.leistungen-gartenaccessoires {
	background-position: 0 -105px;
}

ul#navi li ul.leistungen li a.leistungen-gartenaccessoires:hover {
	background-position: 0 -278px;
}

ul#navi li ul.leistungen li.active a.leistungen-gartenaccessoires {
	background-position: 0 -451px;
}

ul#navi li ul.leistungen li a.leistungen-service {
	background-position: 0 -140px;
}

ul#navi li ul.leistungen li a.leistungen-service:hover {
	background-position: 0 -313px;
}

ul#navi li ul.leistungen li.active a.leistungen-service {
	background-position: 0 -486px;
}

/***********************************/
/********** =navi-add-top **********/
/***********************************/

ul#navi-add-top {
	position: absolute;
	top: 35px;
	left: 560px;
	list-style: none;
}

ul#navi-add-top li {
	background: url(../images/bg-navi-add-top.jpg) 0 6px no-repeat;
	float: left;
	padding: 0 12px 0 12px;		
}

ul#navi-add-top li.first,
ul#navi-add-bottom li.first {
	background: none;
}

ul#navi-add-top li a {
	display: block;
	height: 20px;
	color: #858585;
	text-decoration: none;
	float: left;
}

ul#navi-add-top li a:hover {
	color: #369418;
	text-decoration: underline;
}

ul#navi-add-top li a.active {
	text-decoration: none;
	color: #369418;
}

ul#navi-add-bottom {
	list-style: none;
	float: right;
	margin: 25px 90px 0 0;
}

* html ul#navi-add-bottom {
	margin: 25px 45px 0 0;
}

ul#navi-add-bottom li {
	background: url(../images/bg-navi-add-bottom.jpg) 0 6px no-repeat;
	float: left;
	padding: 0 12px 0 12px;		
}

ul#navi-add-bottom li a {
	display: block;
	height: 20px;
	color: #d4daac;
	text-decoration: none;
	float: left;
}

ul#navi-add-bottom li a:hover {
	color: #eaf1bf;
	text-decoration: underline;
}

ul#navi-add-bottom li a.active {
	color: #eaf1bf;
	text-decoration: none;
}


/***********************************/
/********** =headings **************/
/***********************************/

h2 {
	height: 50px;
	position: absolute;
	left: 300px;
	top: 370px;
	width: 550px;
	background: red;
	text-indent: -9999px;
	background:url(../images/bg-h2.jpg) 0 0 no-repeat;
}

h2.willkommen {
	background-position: 0 0;
}

h2.aktuelles {
	background-position: 0 -50px;
}

h2.baumschule {
	background-position: 0 -100px;
}

h2.garten-center {
	background-position: 0 -150px;
}

h2.gartengestaltung {
	background-position: 0 -200px;
}

h2.gartenaccessoires {
	background-position: 0 -250px;
}

h2.service {
	background-position: 0 -300px;
}

h2.galerie {
	background-position: 0 -350px;
}

h2.unternehmensinfo {
	background-position: 0 -400px;
}

h2.kontakt {
	background-position: 0 -450px;
}

h2.anfahrt {
	background-position: 0 -500px;
}
h2.impressum {
	background-position: 0 -550px;
}
h2.danke {
	background-position: 0 -600px;
}

h2.fehler {
	background-position: 0 -650px;
}

h3.kontakt {
	width: 65px;
	height: 35px;
	background:url(../images/h3-kontakt.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	margin: 0 0 30px 0;
}

h3.oeffnungszeiten {
	width: 110px;
	height: 35px;
	background:url(../images/h3-oeffnungszeiten.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	margin: 35px 0 25px 0;

}

h4 {
	font-size: 13px;
	color: #478411;
	margin: 0 0 15px 0;
}


h5 {
	font-size: 11px;
	color: #478411;
	margin: 0 0 15px 0;
}


.thumb {
	display: block;
	float: left;	
	width: 174px;
	height: 104px;
	padding: 3px;
	border: 1px solid #e0e0d9;
	margin: 5px 15px 8px 0;
	background: #fff;
}

.cms-thumb {
	display: block;
	float: left;	
	width: 130px;
	height: 80px;
	padding: 3px;
	border: 1px solid #e0e0d9;
	margin: 5px 20px 15px 0;
	background: #fff;
}

.cms-thumb-last {
	display: block;
	float: left;	
	width: 130px;
	height: 80px;
	padding: 3px;
	border: 1px solid #e0e0d9;
	margin: 5px 0 15px 0;
	background: #fff;
}

ul.link,
a.link {
	float: right;
	list-style: none;
	margin: 10px 5px 0 0;
}

* html ul.link,
* html a.link {
	margin: 10px 2px 0 0;
}

ul.link li,
a.link {	
	padding: 0 0 0 9px;
	background: url(../images/li-arrow.jpg) 0 8px no-repeat;	
}

ul.link li a {
	display: block;
}

div.hr {
	height: 2px;
	border-bottom: 1px solid #e0e0d9;
	margin: 25px 0 25px 0;
}

div.hr hr {
	display: none;
}

ul.liste {
	list-style: circle!important;
	margin-bottom: 20px;
}

ul.liste li {
	margin-left: 35px;
}