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

* { margin: 0; padding: 0; } /* Löscht alle browserspezifischen Größenvorgaben. WICHTIG: Betrifft auch h1 und h2, die in IE und FF unteschiedliche Abstände haben */

html {
	height: 101%;
}

body {
	background-color: #8ab71e;
	background-attachment: fixed;
	background-image: url(../images/background.gif);
	background-position: top;
	background-repeat: no-repeat;
	color: #004d17;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

#main img {
	margin-right: 10px;
	margin-bottom: 20px;
}

a img { /* Unterstreichung und Outline entfernen */

	border: none;
}

a:link, a:visited { color: #004e18; }
a:hover, a:focus, a:active { 
	color: #f10069; 
	}

#wrapper {
	background-image: url(../images/background.jpg);
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#header {
	padding: 10px 20px 10px 20px;
}

#left {
	padding: 20px 10px 40px 20px;
	float:left;
	width:170px;
}

#main {width:570px;
	padding: 20px 20px 40px 10px;
	margin-left: 200px;
	min-hight:500px;
}

#footer {
	background: url(../images/background.png);
	height: 20px;
}

/* Navigation */

#navigation {
	margin-left: 20px;
	width: 760px;
	background: url(../images/background.png);
}

#nav {
	background: url(../images/navigation.png) no-repeat;
	height: 30px;
	margin-left: 200px;
}

#subnav, #subnav a {
	line-height: 2;
	list-style: none;
	text-decoration: none;
}

#nav span {
	display: none;
}

#nav li, #nav a {
	display: block;
	height: 30px;
}

#nav li {
	float: left;
	list-style: none;
	display: inline;
}

#nav-willkommen { width: 80px; }
#nav-gaertnerei { width: 75px; }
#nav-floristik { width: 68px; }
#nav-aktuelles { width: 70px; }
#nav-ueber-uns { width: 69px; }

#nav-willkommen a:hover { background:url(../images/navigation.png) 0px -30px no-repeat; }
#nav-gaertnerei a:hover { background:url(../images/navigation.png) -80px -30px no-repeat; }
#nav-floristik a:hover { background:url(../images/navigation.png) -155px -30px no-repeat; }
#nav-aktuelles a:hover { background:url(../images/navigation.png) -223px -30px no-repeat; }
#nav-ueber-uns a:hover { background:url(../images/navigation.png) -293px -30px no-repeat; }

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;

}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/*Formular*/

/*form {
	background-color: #eee;
	width: 370px;
	padding: 20px;
	border: 1px solid #8c8c8c;
}
*/
label {
	display: block;
	cursor: pointer;
}

input#absender,
#name,
#telefon,
textarea {
	width: 400px;
	border: 1px solid #8c8c8c;
	margin-bottom: 1em;
}

textarea {
	height: 7em;
}
input#absender:focus,
#name:focus,
#telefon:focus,
textarea:focus {
	background-color: #d9d9d9;
}

