/*	Reset styles by Eric Meyer; http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/	*/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
img {
	border: 0;
	display: block;
}
/*	End of reset styles	*/

html {
	font-size: 16px;
	line-height: 1.125em;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	overflow-y: scroll;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em;	/* => 12px */
	color: #555;
	background: #FFF;
}
a:link, a:visited, a:focus, a:hover, a:active {
	color: #555;
	text-decoration: none;
}
#content a:focus, #content a:hover, #content a:active {
	color: #888;
}
.hidden, #header h1 span {
	position: absolute;
	left: -9999px;
}
.clearfix:after, #mainnav ul:after, #pagenav ul:after, #header:after, #content:after,
#formwrap:after, #gallery:after, #slideshow:after, div.nav-controls:after, .images:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#page {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}
/* Header Start */
#header {
	background: url(../img/icon.gif) 0 52px no-repeat;
}
#header h1 {
	float: left;
	margin-top: 52px;
	background: url(../img/logo.gif) 49px top no-repeat;
}
#header h1, #header h1 a {
	display: block;
	width: 340px;
	height: 62px;
}
/* Header End */

/* Navigation Start */
#mainnav {
	float: right;
	position: relative;
	right: -5px;
	width: 470px;
	min-width: 470px;
}
#mainnav li {
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	margin-right: 5px;
	/* width ~ Laufweite + 16px Reserve + 2 x 5px Padding / >> unbedingt style_ie anpassen*/
}
#mainnav li.itm1 {
	min-width: 97px;		/* 71px */
}
#mainnav li.itm2 {
	min-width: 74px;		/* 48px */
}
#mainnav li.itm3 {
	min-width: 89px;		/* 63px */
}
#mainnav li.itm4 {
	min-width: 60px;		/* 34 */
}
#mainnav li.itm5 {
	min-width: 73px;		/* 55px */
}
#mainnav li.itm6 {
	min-width: 52px;		/* 35px */
	margin-right: 0;
/*	float: right;	*/
}
#mainnav li a {
	color: #6e6e6e;
	display: block;
	float: left;
	padding: 22px 5px 5px;
}
#mainnav a.act {
	background: url(../img/arr_down.gif) center 12px no-repeat;
}
#mainnav li.itm6 a, #mainnav li.itm4 .itm2 a {
	position: absolute;
	right: 0;
}
#mainnav li ul {
	position: absolute;
	left: 0;
	top: 45px;
	display: none;
}
#mainnav .itm4 ul {
	left: 275px;
}
#mainnav li li {
	text-transform: none;
	margin-right: 0;
	/* width ~ Laufweite + 6px Reserve + 2 x 5px Padding */
}
#mainnav .itm2 .itm1 {
	min-width: 66px;		/* 50px */
}
#mainnav .itm2 .itm2 {
	min-width: 51px;		/* 35px */
}
#mainnav .itm2 .itm3 {
	min-width: 88px;		/* 72px */
}
#mainnav .itm2 .itm4 {
	min-width: 128px;		/* 112 */
}
#mainnav .itm2 .itm5 {
	min-width: 76px;		/* 63px */
}
#mainnav .itm2 .itm6 {
	min-width: 61px;		/* 48px */
}
#mainnav .itm4 .itm1 {
	min-width: 90px;
}
#mainnav .itm4 .itm2 {
	min-width: 105px;
}
#gal, #lnk {
/*	background: url(../img/arr_down.gif) center 12px no-repeat;	*/
}
#mainnav li li a {
	padding-top: 2px;
}
#mainnav .curr ul {
	display: block;	/*	aktuelles Submenu	*/
}
#mainnav:hover li ul {
/*	display: none;	*/	/* Submenus temp. verstecken */
}
#mainav:hover li:hover ul {
/*	display: block !important;	*/
}
#mainnav li:hover ul, #mainnav li.over ul {
/*	display: block;
	z-index: 6000;
	background: #fff;	*/
}
#mainnav li a:focus, #mainnav li a:hover, #mainnav li a:active {
	color: #919f20;
}
#mainnav a.act {
	background: url(../img/arr_down.gif) center 12px no-repeat;
	color: #919f20;
}

#mainnav .curr span {
	border-top: 22px solid #919f20;
	display: block;
}
#mainnav .curr a {
	padding-top: 0;
}
#mainnav .curr li a {
	border-top: 0;
	padding-top: 2px;
}
#mainnav li li a:focus, #mainnav li li a:hover, #mainnav li li a:active {
	color: #888;
}
#mainnav .curr .curr a {
	color: #919f20;
}

/* Navigation End */

#content {
	margin-bottom: 36px;
	margin-top: 54px;
	min-height: 594px;
	min-height: 624px;
}
h2 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #888;
	color: #999;
	font-weight: normal;
	margin-bottom: 82px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
/*	color: #888;	*/
	color: #6e6e6e;
}
h4 {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
p {
	margin: 12px 0;
}
/* Footer Start */
#footer {
	border-top: 1px solid #6e6e6e;
	font-size: 10px;
	text-transform: uppercase;
	height: 36px;
	clear: both;
}
ul#pagenav {
	float: left;
}
#pagenav li {
	float: left;
	margin-right: 36px;
	color: #6e6e6e;
}
#pagenav a {
	color: #c85326;
}
#footer a.top {
	display: block;
	float: right;
	width: auto;
	font-weight: bold;
	color: #6e6e6e;
/*	margin-top: -18px;	*/
	position: relative;
	top: -20px;
	padding-right: 18px;
	background: url(../img/arr_up.gif) right center no-repeat;
}

/* Footer End */

/* Startseite Start */

#index #content {
	background: url(../img/bg_start.jpg) center bottom no-repeat;
}
#index blockquote {
/*	width: 440px;	*/
	padding-left: 120px;
	padding-top: 84px;
	font-size: 15px;
/*	font-weight: bold;	*/
	font-style: italic;
	color: #5c5c5c;
	line-height: 1.5;
	background: url(../img/quote.gif) 85px 85px no-repeat;
}

/* Startseite End */

/*	Login Form Start	*/

#panel {
	background: #6e6e6e;
	padding: 20px 0;
	display: none;
}
#formwrap {
	width: 940px;
	margin: 0 auto;
}
#login {
	position: relative;
	float: right;
}
#login h2 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 26px;
	letter-spacing: 0;
}
#login div {
  position: relative;
  float: left;
  margin-right: 10px;
  padding: 0;
}
div#close {
	margin-right: 4px;
}
div#close, div#close a {
	width: 26px;
	height: 26px;
}
div#close a {
	display: block;
	background: url(../img/btn_close.gif) center 0 no-repeat;
}
div#close a:focus, div#close a:hover, div#close a:active {
	background-position: center -30px;
}
input#email, input#password, input#submit {
	width: 154px;
	border: 0;
	padding: 5px 3px;
	font-family: Helvetica, Arial, sans-serif;
	color: #444;
	font-size: 13px;
	margin: 0;
}
label.overlabel {
	color: #999;
}
label.overlabel-apply {
	position:absolute;
	top: 4px;
	left: 4px;
	z-index:1;
	color:#999;
	cursor: text;
	font-size: 13px;
}
input#submit {
	padding: 4px 0;
	width: 80px;
	font-weight: bold;
	color: #919f20;
	background: #e0e0e0;
}

/*	Login Form End	*/

/* Galerie Start */
body.gallery h2 {
	margin-bottom: 54px;
}
#thumbs {
	float: left;
	width: 340px;
}
#thumbs ul, .images ul {
	margin-top: 27px;
	position: relative;
	left: -3px;
}
#thumbs li, .images li {
	float: left;
	width: 86px;
	height: 86px;
	padding: 3px;
	background: #fff url(../img/bg_thumb.gif) top left no-repeat;
	margin: 0 4px 4px 0;
}
#thumbs li a, .images li a {
	display: block;
	width: 76px;
	height: 76px;
	padding: 5px;
}
div.pagination {
	clear: left;
}
.pagination span, .pagination a {
	margin-top: 6px;
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	background-color: #6e6e6e;
	text-align: center;
	font-weight: bold;
	color: #fff !important;
	margin-right: 9px;
	font-size: 12px;
}
.pagination span {
	background-color: #919f20;
}
#gallery {
	margin-left: 360px;
}
div#slideshow {
	float: left;
	background: url(../img/bg_img_tr.gif) right top no-repeat;
	margin-left: -6px;
}
#gallery div#iewrap {
	float: left;
}
span.image-wrapper {
	display: block;
	float: left;
	background: url(../img/bg_img_br.gif) right bottom no-repeat;
}
.image-wrapper span {
	display: block;
	float: left;
	background: url(../img/bg_img_tl.gif) left top no-repeat;
}
.image-wrapper span span {
	background: url(../img/bg_img_bl.gif) left bottom no-repeat;
	padding: 6px 11px 12px 7px;
}
#gallery img {
	padding: 15px;	
	background: #fff;
}
#controls {
	float: left;
}
div.nav-controls {
	float: left;
	padding-bottom: 6px;
	font-size: 12px;
}
.nav-controls .prev {
	display: block;
	float: left;
	padding-left: 18px;
	background: url(../img/arr_prev.gif) left center no-repeat;
	margin-right: 24px;
}
.nav-controls .next {
	display: block;
	float: left;
	padding-right: 18px;
	background: url(../img/arr_next.gif) right center no-repeat;
}
.nav-controls a {
	color: #6e6e6e;
}
.gallery .content {
/*	min-height: 435px;	*/
}
.gallery #content div.text {
	margin-top: 18px;

}
/*	Leistungen Start	*/
#content div#intro {
	margin-left: 360px;
	margin-bottom: 36px;
	font-weight: bold;
}
#service h3 {
	float: left;
	width: 340px;
	text-transform: none;
	clear: both;
	margin-bottom: 18px;
}
#content .text {
	float: right;
	width: 580px;
	margin-bottom: 36px;
}
#content .text h3 {
	float: none;
	width: auto;
	border: 0;
	clear: none;
	text-transform: none;
}
#content .text p {
	margin-top: 0;
}
.text li {
	margin-bottom: 12px;
	padding-left: 18px;
	background: url(../img/bullet.gif) left 7px no-repeat;
}
#about .text ul {
	margin-bottom: 24px;
}
#about .images img {
	padding: 20px 25px 26px 21px;
	background: #fff url(../img/bg_self.gif) no-repeat;
	position: relative;
	left: -5px;
}
#about .text a, .gallery div.text a {
	color: #838f1d;
}
#about .text a:hover, .gallery #content .text a:hover {
	color: #838f1d;
	border-bottom: 1px solid #919f20;
}
.nowrap {
	white-space: nowrap;
}
div.images {
	clear: left;
	width: 340px;
/*	margin-bottom: 36px;	*/
}
.images ul {
	margin-top: 0;
	float: left;
	margin-bottom: 12px;
}
.images ul li {
	margin-bottom: 0;
}
.images ul a {
/*	cursor: url('img/magnify.cur'), -moz-zoom-in, -webkit-zoom-in;	*/
}
#links div.text {
	clear: both;
	margin-top: 3px;
	margin-bottom: 24px;
}
#links .images img {
	float: left;
	padding: 5px;
	border: 1px solid #CCC;
	margin-bottom: 24px;
}
#links .images ul {
	margin-bottom: 36px;
}
#links .images li img {
	padding: 0;
	border: 0;
	margin-bottom: 0;
}
#links .text h3 {
	margin-bottom: 6px;
}
#links .text p {
	margin-top: 6px;
	margin-bottom: 6px;
}
a.more {
	display: block;
	padding-left: 18px;
	margin-top: 6px;
	margin-bottom: 36px;
	background: url(../img/arr_next.gif) left center no-repeat;
	font-size: 12px;
	color: #6e6e6e;
	clear: left;
}
#links .text a {
	padding-left: 18px;
	background: url(../img/arr_right_gr.gif) left center no-repeat;
}
#links .text h3 a {
	padding: 0;
	background: none;
}
h3 a:link, h3 a:visited, h3 a:focus, h3 a:hover, h3 a:active {
	color: #6e6e6e;
}
h3 a:focus, h3 a:hover, h3 a:active {
	color: #919f20 !important;
}
#contact .images a.more {
	background-image: url(../img/arr_right_gr.gif);
}
#contact .text p {
	margin-bottom: 18px;
}
#contact .text a {
	color: #838f1d;
	border-bottom: 1px solid #919f20;
}
#contact .add {
	clear: both;
}
iframe#map {
	width: 278px;
	height: 278px;
	border: 1px solid #CCC;
	overflow: auto;
}
#tooltip{
	position: absolute;
	border: 1px solid #6e6e6e;
	background: #fafafa;
	padding: 3px 5px;
	display: none;
}
