@charset "utf-8";

/*______________________________________________________________________________________________________________________________

							     Farbangaben
________________________________________________________________________________________________________________________________

Hintergrund			e3efd1 -> Mintgrün
Headline			ffdd65 -> Orangegelb
Navigation-Schrift		1e8244 -> Dunkelgrünbläulich
Navigation-Schrift aktiv	5b431d -> Dunkelbraun
Kontaktbutton-Schrift		d7f0af -> Hellgrün
Content-HG			91c84b -> Wiesengrün
Headline Mitte			48a36a -> Blasseres/helleres Grün als Dunkelgrünbläulich
AnfrageButton HG		69a52e -> Dunkleres Grün
AnfrageButton Border		c4e394 -> Dunkleres Mintgrün
Anfrageformular Error BG	e3efd1 -> Helleres Grün als Hellgrün
Anfrageformular Border		cae2a5 -> Mintgrün aus dem Head
______________________________________________________________________________________________________________________________*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, legend,
fieldset, table, caption, tbody, tfoot, thead, tr, th, td,  form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%; /* WinIE text resize correction */
}


body {
	margin: 0;
	padding: 0;
	/* font: normal 13px 'Century Gothic', Arial, Helvetica, Tahoma, Verdana, sans-serif; */
	font: normal 14px Arial, Helvetica, Tahoma, Verdana, sans-serif;
	line-height: 20px;
	color: #000;
	background: #e3efd1 url(../images/assets/htmlbg.gif) repeat-x center top;
}

/*
_________________________________________________________________________________________________________________________________

*/

*>html body { /* Mac IE 5.x */
	font-size: 13px;
}


/*
ol, ul {
	list-style: none;
}
*/


blockquote, q {
	quotes: none;
}


blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}


del {
	text-decoration: line-through;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font: normal 20px Arial, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Tahoma, Helvetica, Verdana, sans-serif;
}


hr {
	clear: both;
	display: block;
	margin: 5px 30px 17px 0;
	_margin: 0px 30px 17px 0;
	padding: 0;
	height: 1px;
	background: #1e8244;
	color: #1e8244;
	border: #1e8244;
}

/*______________________________________________________________________________________________________________________________

							      Head
_______________________________________________________________________________________________________________________________*/

#head {
	width: 960px;
	margin: 0 auto;
	height: 120px;
	padding: 0;
	border: 0px solid red;
}

#head #logo {
	width: 189px;
	height: 190px;
	position: absolute;
	top: 22px;
	background: url(../images/assets/logo.png) no-repeat left top;
	/* Fuer IE6 klickbar machen wg transparentem png */
	cursor: pointer;
	_width: 0px;
	_height: 0px;
	_padding: 90px 95px 0px 94px;
	border: 0px solid red;
}

#head a#kontaktbtn {
	margin: 30px 0 0 520px;
	padding: 18px 49px 18px 38px;
	width: 139px;
	width: 56px;
	position: absolute;
	background: url(../images/assets/kontaktbtn.gif) no-repeat left top;
	color: #d7f0af;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	z-index: 1000; /* Transparenz von Roberto liegt über dem Button, deswegen nicht klickbar */
	border: 0px solid red;
}

#head a:hover#kontaktbtn, #head a:active#kontaktbtn {
	background-position: 0 -56px;
	color: #fff;
}

#head h1 {
	margin: 40px 0 0 160px;
	position: absolute;
	width: 340px; /* 10px more for Safari */
	font-size: 16px;
	color: #1e8244;
	border: 0px solid red;
}

#head h1 span {
	font-weight: bold;
}


#head #flashcontent {
	float: left;
	margin: 140px 0 0 200px;
	padding: 10px 30px 0 57px;
	width: 258px;
	height: 233px;
	position: absolute;
	background: url(../images/assets/claim.png) no-repeat left top;
	border: 0px solid red;
}

#head #flashcontent h1 {
	color: #48a36a;
	font-size: 23px;
	font-weight: normal;
	margin: 0 0 10px 0;
	position: relative;
}

#head #flashcontent p {
	/* float: left; */
	margin: 0 0 10px 0;
}

*:first-child+html #head #flashcontent p { /* IE7 */
	margin: 10px 0 0 0;
}

*+html #head #flashcontent p { /* IE8 */
	margin: 10px 0 0 0;
}

#head #roberto {
	position: absolute;
	margin-left: 505px;
	width: 478px;
	height: 703px;
	background: url(../images/assets/roberto.png) no-repeat left top;
}

#head #flashcontent p img {
	float: right;
	margin: -35px 80px 0 0;
	border: 0px solid red;
}

/*______________________________________________________________________________________________________________________________

							Hauptnavigation
_______________________________________________________________________________________________________________________________*/

ul#navigation {
	position: absolute;
	margin: 0;
	margin-top: -60px;
	_height: 1%;
	top: 0;
	left: 30px;
	z-index: 5000;
	border: 0px solid red;
}


ul#navigation li {
	float: left;
	list-style: none;
	display: inline;
	margin: 0 10px 0 0;
}


ul#navigation a {
	float: left;
	margin: 0;
	text-decoration: none;
	color: #1e8244;
	height: 40px;
	padding: 65px 13px 0 13px;
	font-size: 15px;
	font-weight: bold;
	border: 0px solid red;
}


ul#navigation a#homebtn {
	padding: 65px 27px 0 27px;
	border: 0px solid red;
}

ul#navigation a#cateringbtn {
	padding: 65px 17px 0 17px;
	border: 0px solid red;
}


ul#navigation a:hover, ul#navigation a:active, ul#navigation a.selected {
	color: #5b431d;
}


ul#navigation a.selected {
	color: #5b431d;
	background: url(../images/assets/tabbg.png) no-repeat left top;
	_background: url(../images/assets/tabbg.gif) no-repeat left top;
}

/*______________________________________________________________________________________________________________________________

							   jQuery Tooltips
_______________________________________________________________________________________________________________________________*/

/*
#navigation li span {
	background: url(../images/assets/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	_height: 85px;
	position: absolute;
	top: -40px;
	margin: 0 0 0 -170px;
	/* margin: 0 0 0 -40px; */ /* Opera */
/*	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 4000;
	display: none;
} */

#navigation li span {
	background: url(../images/assets/hover.gif) no-repeat;
	width: 180px;
	height: 90px;
	position: absolute;
	top: -100px;
	margin: 0 0 0 -170px;
	/* margin: 0 0 0 -40px; */ /* Opera */
	text-align: center;
	padding: 10px 10px 0 10px;
	font-style: normal;
	z-index: 4000;
	display: none;
	opacity: .9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* reihenfolge wichtig! -> 1 */
	filter: alpha(opacity=80); /* reihenfolge wichtig! -> 2 */
	border: 0px solid red;
}

/*______________________________________________________________________________________________________________________________

								Content
_______________________________________________________________________________________________________________________________*/

/*  jQuery Coda Slider Basic Settings  */

.scroll {
	width: 960px;
	height: 415px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
}

.scrollContainer div.panel {
	width: 961px; /* 1px more for IE8 */
}

/* End jQuery Coda Slider Basic Settings */

#content {
	position: relative;
	width: 960px;
	height: 415px;
	margin: 0 auto;
	margin-top: 280px;
	background: url('../images/assets/contentbg.png') no-repeat left top;
	_background: url('../images/assets/contentbg_ie6.gif') no-repeat left top;
	border: 0px solid blue;
}

#content.imprint-privacy {
	margin-top: 20px;
	background: none;
	height: auto;
	border: 0px solid red;
}

#content.imprint-privacy h1 {
	font-size: 22px;
	margin: 130px 0 20px 30px;
	background: none;
	color: #48a36a;
}

#content.imprint-privacy h2 {
	margin: 15px 0 5px 30px;
	background: none;
	color: #48a36a;
	font-size: 16px;
}

#content.imprint-privacy p {
	margin: 0 0 15px 30px;
	color: #000;
}

#content.imprint-privacy a {
	text-decoration: underline;
	color: #000;
}

#content.imprint-privacy a:hover, #content.imprint-privacy a:active {
	text-decoration: none;
	color: #000;
}

em.hinweis {
	font-size: 12px;
	color: red;
}

#content .visual {
	float: left;
	padding: 100px 0 0 300px;
	_padding-top: 150px;
	width: 245px;
	height: 315px;
	_height: 265px;
	background: url('../images/assets/herbs335x386.png') no-repeat left 29px;
	_background: url('../images/assets/herbs.jpg') no-repeat left 29px; /* */
	border: 0px solid red;
}

#content .visual h1 {
	margin: 50px 20px 0 0;
	font-size: 18px;
	color: #ffdd65;
}

#content .visual h2 {
	margin: 20px 20px 0 0;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

#content .static {
	width: 949px;
	padding: 30px 10px 0 0;
	float: left;
	border: 0px solid red;
}

#content .static img {
	float: left;
	/* width: 420px;
	height: 300px; */
	margin: 42px 35px 0 30px;
}

#content .static h1 {
	float: left;
	width: 400px;
	font-size: 22px;
	color: #ffdd65;
}

#content .static h2 {
	float: left;
	width: 400px;
	margin: 10px 0 10px 0;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}

#content .static p {
	float: left;
	/*padding: 0 20px 15px 0;*/ /* Margin würde jQuery Scrollpane-Error im IE erzeugen */
	/*_padding: 0 25px 2px 0;*/
	margin: 0 20px 15px 0;
	width: 400px;
	font-size: 14px;
	line-height: 19px;
	border: 0px solid red;
}

#content .static div.scroll-pane img {
	float: right;
	margin: 3px 30px 15px 10px;
	padding: 0;
	/* width: 180px;
	height: 120px; */
	border: 0px solid red;
}

#content .static div.scroll-pane p img {
	float: right;
	margin: 3px 0 15px 10px;
	padding: 0;
	/* width: 180px;
	height: 120px; */
	border: 0px solid red;
}

#content .static ul {
	float: left;
	list-style: disc outside;
	_list-style: disc inside;
	padding: 0 10px 20px 15px;
	_padding: 0 10px 20px 0;
	border: 0px solid red;
}

/* Eine schicke Linie fuer normale Browser... */
#content .static div.scroll-pane hr {
	clear: both;
	display: block;
	margin: 0px 30px 12px 0;
	width: 400px;
	height: 50px;
	padding: 0;
	background: url(../images/assets/hrbg.png) no-repeat center top;
	border: none;
}

/* ...und eine simple Linie fuer IE6 */
* html #content .static div.scroll-pane hr {
	_margin: 0 30px 17px -10px;
	_height: 1px;
	_background: #1e8244;
	_color: #1e8244;
	_border: #1e8244;
}


/*    jQuery Scrollpane Settings    */

.holder {
	float: left;
	margin: 40px 0 0 0;
}

.scroll-pane {
	float: left;
	padding-bottom: 100px; /* Changed from 0 to 100 */
	_padding-bottom: 50px; /* IE6 */
	width: 445px;
	height: 200px; /* Changed from 300 to 200 */
	_height: 250px; /* IE6 */
	overflow: auto;
	border: 0px solid red;
}

/*  Ende jQuery Scrollpane Settings  */

#content .mehr {
	width: 361px;
	height: 325px;
	float: left;
	background: url('../images/assets/mehrbg.jpg') no-repeat -5px 47px; /* 407*352 */
	padding: 80px 10px 10px 30px;
	color: #fff;
	border: 0px solid red;
}

#content .mehr h1, #content .mehr h2 {
	font-size: 18px;
	color: #ffdd65;
}

#content .mehr h2 {
	margin: 5px 0 20px 0;
}

#content .mehr ul {
	margin: 20px 0 20px 15px;
	list-style-type: disc;
}

#content a#mehrbtn {
	position: absolute;
	margin: 0 0 0 100px;
	_margin: -20px 0 0 120px;
	top: 300px;
	_top: 330px;
	padding: 30px 70px 30px 60px;
	_padding: 15px 50px 15px 45px;
	background: url('../images/assets/mehrbtn.png') no-repeat left top;
	_background: url('../images/assets/mehrbtn.gif') no-repeat left top;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #5b431d;
	border: 0px solid red;
}

#content a:hover#mehrbtn, #content a:active#mehrbtn {
	color: #fff;
}

#content a.videobox {
	float: left;
	margin: 0 0 10px 0;
	width: 321px;	/* 345px ImageWidth  */
	height: 60px;	/*  80px ImageHeight */
	padding: 10px 10px 10px 14px;
	_padding: 10px 10px 0px 14px;
	background: url('../images/assets/videobtnbg.png') no-repeat left top;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 0px solid red;
}

#content a:hover.videobox, #content a:active.videobox {
	background-position: left -80px;
}

#content a.videobox img {
	float: left;
	margin-right: 10px;
}

#content a.videobox span {
	margin: 5px 0 0 0;
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

#content a:hover.videobox span, #content a:active.videobox span {
	color: #355f1a;
}

/*______________________________________________________________________________________________________________________________

							Externe URLs kennzeichnen
_______________________________________________________________________________________________________________________________*/

a[href^="http:"] {
	background: transparent url('../images/extlink.gif') 100% 50% no-repeat;
	color: #000;
	text-decoration: underline;
	padding-right: 10px;
}

#content .static a { /* IE6 */
	color: #000; text-decoration: underline;
}

a[href^="http:"]:hover, a[href^="http:"]:active {
	background: url('../images/extlink_hover.gif') 100% 50% no-repeat;
	color: #fff;
	text-decoration: none;
}

#content .static a:hover, #content .static a:active { /* IE6 */
	color: #fff; text-decoration: none;
}

/*______________________________________________________________________________________________________________________________

								Footer
_______________________________________________________________________________________________________________________________*/

p#footer {
	width: 960px;
	height: 20px;
	text-align: right;
	margin: 10px auto;
}


p#footer a {
	text-decoration: none;
	color: #1e8244;
}


p#footer a:hover, p#footer a:active {
	color: #fff;
	background: #91c84b;
}


p#footer .selected {
	color: #fff;
}

/*______________________________________________________________________________________________________________________________

						Wenn User JavaScript deaktiviert hat
_______________________________________________________________________________________________________________________________*/

#nojavascript {
	position: absolute;
	left: 0;
	z-index: 100;
	float: left;
	width: 100%;
	background: #900;
	/* border-bottom: 1px solid #b00; */
}

#nojavascript p {
	width: 860px;
	margin: 0 auto;
	text-align: center;
	padding: 5px 0;
	color: #ffebb0;
	font-weight: bold;
	border: 0px solid red;
}
/*
_________________________________________________________________________________________________________________________________

*/

/*
--------------------- Anfrage-Button und Formular --------------------
*/

/* Open Button */
#content a.open {
	clear: left;
	/*position: relative;*/ /* Neu 18.07.09 */
	width: 210px;
	height: 20px;
	/* margin: 0 auto; */
	margin: 0 0 30px 85px;
	display: block;
	padding: 10px;
	background: #69a52e url(../images/assets/btnbg.gif) no-repeat center -20px;
	text-align: center;
	outline: none;
	text-decoration: none;
	color: #d7f0af;
	font: bold 15px Arial, Helvetica, Tahoma, Verdana, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 3px solid #c4e394;
}

#content a:hover.open, #content a:active.open {
	color: #fff;
}

#close {
	position: absolute;
	top: 15px;
	left: 700px;
	outline: none;
}

/* Form-Div */
#anfrage {
	/* */ display: none;
	position: absolute;
	top:50%;
	left:50%;
	width:700px;
	height:500px;
	margin-left:-370px;
	margin-top:-250px;
	padding: 0 10px 0 30px;
	background: #fff;
	opacity: .95;
	filter:alpha(opacity=95);
	z-index:6000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 5px solid #cae2a5;
}

#anfrage form {
	margin: 35px 0 0 0;
	width: 280px;
}

#anfrage fieldset {
	border: none;
}

#anfrage label, #anfrage input, #anfrage textarea, #anfrage select {
	display: block;
	width: 280px;
	margin: 5px 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;

}

#anfrage input, #anfrage textarea, #anfrage select {
	padding: 2px;
	border: 1px solid #d7f0af;
	background: #f8f8f8;
	font: normal 14px Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	font-size: 12px;
}

#anfrage input.error {
	background: #e3efd1;
}

#anfrage textarea {
	height: 100px;
}

#anfrage h1 {
	margin: 60px 0 20px 0;
	float: left;
	color: #48a36a;
	width: 290px;
	display: block;
}

#anfrage h2 {
	float: left;
	color: #000;
	font-size: 15px;
	width: 290px;
}

#anfrage .column {
	width: 345px;
	float: left;
}

#anfrage .sendbutton {
	position: absolute;
	width: 200px;
	height: 50px;
	left: 30px;
	top: 250px;
	background: #69a52e url(../images/assets/btnbg.gif) no-repeat center -20px;
	color: #d7f0af;
	font: bold 15px Arial, Helvetica, Tahoma, Verdana, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 3px solid #c4e394;
	cursor: pointer;
}

#anfrage .sendbutton:hover {
	color: #fff;
}


