/* CSS Reset */
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 caption {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline
}
:focus {
	outline:0;
}
ol, ul {
	list-style:none;
}

strong {
	font-weight:bold;
}
em {
	font-style:normal;
}
a {
	text-decoration:none;
	cursor:pointer;
}
body {
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
	background:#1b3207 url(images/body_bg.png) center top repeat-x;
}
.clear {
	clear: both;
}
/* Header and Slider (Monitor)*/
#header {
	margin:0 auto;
	width:900px;
	position:relative;
}
#header h1, #header h2 {
	display:none;
}
#teaser_bg {
	height: 320px;
	background: url(images/header_bg.jpg) center bottom no-repeat;
}
/* Start Content */
#page_header {
	margin:0 auto;
	width:900px;
	height:110px;
	background:url(images/page_header.jpg) center top no-repeat;
}
#page_header p {
	display:none;
}
#page {
	width:900px;
	margin:0 auto;
	background:url(images/page_bg.jpg) 50% 47px no-repeat;
}
#slider {
	width:800px;
	margin:0 auto;
	position:relative;
}
#page .navigation {
	height: 47px;
	
	padding: 0;
}
#page .navigation li {
	float: left;
}
#page .navigation li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 47px;
	background: url(images/page_navigation_bg.jpg) bottom no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}
#page .navigation li#eins a {
	left: 0;
	width: 129px;
	background-position: 0 0;
}
#page .navigation li#zwei a {
	left: 129px;
	width: 103px;
	background-position: -129px 0;
}
#page .navigation li#drei a {
	left: 232px;
	width: 158px;
	background-position: -232px 0;
}
#page .navigation li#vier a {
	left: 390px;
	width: 100px;
	background-position: -390px 0;
}
#page .navigation li#fuenf a {
	left: 490px;
	width: 129px;
	background-position: -490px 0;
}
#page .navigation li#sechs a {
	left: 619px;
	width: 182px;
	background-position: -619px 0;
}
#page .navigation li#eins a:hover, #page .navigation li#eins a.selected {
	background-position: 0 -47px;
}
#page .navigation li#zwei a:hover, #page .navigation li#zwei a.selected {
	background-position: -129px -47px;
}
#page .navigation li#drei a:hover, #page .navigation li#drei a.selected {
	background-position: -232px -47px;
}
#page .navigation li#vier a:hover, #page .navigation li#vier a.selected {
	background-position: -390px -47px;
}
#page .navigation li#fuenf a:hover, #page .navigation li#fuenf a.selected {
	background-position: -490px -47px;
}
#page .navigation li#sechs a:hover, #page .navigation li#sechs a.selected {
	background-position: -619px -47px;
}
#page .navigation a:focus {
	outline:none;
}
#page .scroll {
	height:990px;
	width:760px;
	margin:0 auto;
	overflow:auto;
	position:relative;
	clear:left;
}
#page .scrollContainer .panel {
	padding:0 10px 20px;
	height:970px;
	width:740px;
	overflow:hidden;
}
#page .panel p {
	padding:0 0 1em 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	color:#3e414c;
}
#page .panel ul {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3e414c;
	font-weight: bold;
}
#page .panel div.left {
	/*width:50%;*/
	width:355px;
	float:left;
	padding: 0;
	margin:10px 20px 0 5px;
	display:inline;
}
#page .panel div.right {
	/*width:50%;*/
	width:355px;
	float:left;
	margin:10px 0 0 0;
	padding: 0;
}
#page .panel div.left h2 {
	color:#668428;
	font-weight:200;
	margin:0px 0px 2px 0;
}
#page .panel div.left div.subDesignText {
	margin:0 0 20px;
}
#page .panel div.left div.subDesignText h2 {
	margin:0 0px 10px 0px;
	padding: 0 0 0 95px;
}
#page .panel div.left div.subDesign img {
	
	margin:0 0 0 90px;
}
#page .panel div.right div.subDesignText {
	margin:0 0 20px;
}
#page .panel div.right div.subDesign img {
	
	margin:0 0 0 10px;
}
#page .panel div.right div.subDesignText h2 {
	color:#668428;
	font-weight:200;
	margin:0 0px 2px 15px;
}
page .panel div.right h2 {
	font-size:12px;
	padding:0;
	letter-spacing:-2px;
	color:#668428;
	font-weight:bold;
}
#page .panel h3 {
	font-size:28px;
	padding:0;
	letter-spacing:-2px;
	color:#000;
	font-weight:bold;
}
#page .panel h4 {
	padding:0;
	font-size:12px;
	
	font-weight:bold;
	color:#668428;
}
#page .panel strong {
	color:#33333e;
}
#page .panel em {
	font-style:italic;
}
#page .panel a {
	white-space:nowrap;
	color:#668428;
	font-weight:bold;
}
#page .panel a:hover {
	text-decoration:underline;
}
#page .panel .thumbnail {
	float: left;
	margin: 0 18px 15px 0;
}
#page .panel .thumbnail_right {
	float: right;
	margin: 0 0 0 5px;
}
#page .panel .gallery {
	text-align:center;
}
#page .scrollButtons {
	width:30px;
	height:30px;
	position:absolute;
	top:400px;
	cursor:pointer;
}
#page .scrollButtons a {
	display:block;
	height:30px;
	width:30px;
}
#page .scrollButtons span {
	display:none;
}
#page .scrollMeLeft {
	left:-40px;
}
#page .scrollMeLeft a {
	background:url(images/left_right.png) 0 0 no-repeat;
}
#page .scrollMeLeft a:hover {
	background:url(images/left_right.png) 0 -30px no-repeat;
}
#page .scrollMeRight {
	right:-40px;
}
#page .scrollMeRight a {
	background:url(images/left_right.png) -30px 0 no-repeat;
}
#page .scrollMeRight a:hover {
	background:url(images/left_right.png) -30px -30px no-repeat;
}

.check, .checkList .check {
	padding:0 0 25px 0;
	margin:0;
}
.check li, .checkList .check li {
	background:url(images/check.gif) no-repeat left 50%;
	line-height:20px;
	padding-left:20px;
	list-style:none;
}
/* ---------- gallery styles start here ----------------------- 
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	width:330px;
}
.gallery li {
	margin: 5px;
	padding: 0;
	float: left;
	position: relative;
	width: 100px;
	height: 69px;
	display:inline;
}
.gallery img {
	background: #fff;
	
	padding: 4px;
}
.gallery span {
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}
.gallery .photo {
	background: url(images/photo.png) no-repeat;
}
.gallery .video {
	background: url(images/video.gif) no-repeat;
}
.gallery a {
	text-decoration: none;
}*/

/* Footer */
#page_footer {
	width:900px;
	margin:0 auto;
}
#page_footer h5 {
	padding:20px 60px 0;
	font-size:28px;
	letter-spacing:-2px;
	font-weight:bold;
	color:#3c508e;
}
#page_footer p {
	padding:0 70px 30px 70px;
	font-size:13px;
	color:#fff;
	line-height:1.5em;
}
#page_footer p a {
	color:#fff;
}
#page_footer p a:hover {
	text-decoration:underline;
}
/*  Footer */
#footer {
	height:90px;
	border-top:solid 1px #25450a;
	background:#000 url(images/footer_bg.jpg) center top no-repeat;
	font-size:13px;
	font-family: "Lucida Grande", Calibri, Arial;
}
#footer p {
	width:900px;
	overflow:hidden;
	margin:0 auto;
	color:#83a435;
}
#footer span {
	display:block;
	height:90px;
	line-height:90px;
}
#footer .left {
	float:left;
}
#footer .right {
	float:right;
}
#footer a {
	color:#83a435;
}
#footer a:hover {
	text-decoration:underline;
}
div#fancy_overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:90;
	width:100%;
	background-color:#333;
}
div#fancy_loading {
	position:absolute;
	height:40px;
	width:40px;
	cursor:pointer;
	display:none;
	overflow:hidden;
	background:transparent;
	z-index:100;
}
div#fancy_loading div {
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:480px;
	background:transparent url(images/fancy_progress.png) no-repeat;
}
div#fancy_close {
	position:absolute;
	top:-12px;
	left:-12px;
	height:30px;
	width:30px;
	background:transparent url(images/fancy_closebox.png);
	cursor:pointer;
	z-index:100;
	display:none;
}
div#fancy_content {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	z-index:96;
}
#fancy_frame {
	position:relative;
	width:100%;
	height:100%;
	display:none;
}
img#fancy_img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:92;
	cursor:pointer;
}
div#fancy_title {
	position:absolute;
	bottom:-35px;
	left:0;
	width:100%;
	z-index:100;
	display:none;
}
div#fancy_title table {
	margin:0 auto;
}
div#fancy_title div {
	color:#FFF;
	font:bold 12px Arial;
	padding-bottom:2px;
}
td#fancy_title_left {
	height:32px;
	width:15px;
	background:transparent url(images/fancy_title_left.png) repeat-x;
}
td#fancy_title_main {
	height:32px;
	background:transparent url(images/fancy_title_main.png) repeat-x;
}
td#fancy_title_right {
	height:32px;
	width:15px;
	background:transparent url(images/fancy_title_right.png) repeat-x;
}
div#fancy_outer {
	position:absolute;
	top:0;
	left:0;
	z-index:90;
	padding:18px 18px 58px 18px;
	margin:0;
	overflow:hidden;
	background:transparent;
	display:none;
}
div#fancy_inner {
	position:relative;
	width:100%;
	height:100%;
	border:1px solid #fff;
	background:#fff;
}
a#fancy_left, a#fancy_right {
	position:absolute;
	bottom:10px;
	height:100%;
	width:35%;
	cursor:pointer;
	background-image:url(images/data:image/gif;base64,AAAA);
	z-index:100;
}
a#fancy_left {
	left:0px;
}
a#fancy_right {
	right:0px;
}
a#fancy_left:hover {
	background:transparent url(images/fancy_left.gif) no-repeat 0% 100%;
}
a#fancy_right:hover {
	background:transparent url(images/fancy_right.gif) no-repeat 100% 100%;
}
#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
}
div#fancy_bg {
	display:none;
}
div.fancy_bg {
	position:absolute;
	display:block;
	z-index:70;
}
div.fancy_bg_n {
	top:-18px;
	width:100%;
	height:18px;
	background:transparent url(images/fancy_shadow_n.png) repeat-x;
}
div.fancy_bg_ne {
	top:-18px;
	right:-13px;
	width:13px;
	height:18px;
	background:transparent url(images/fancy_shadow_ne.png) no-repeat;
}
div.fancy_bg_e {
	right:-13px;
	height:100%;
	width:13px;
	background:transparent url(images/fancy_shadow_e.png) repeat-y;
}
div.fancy_bg_se {
	bottom:-18px;
	right:-13px;
	width:13px;
	height:18px;
	background:transparent url(images/fancy_shadow_se.png) no-repeat;
}
div.fancy_bg_s {
	bottom:-18px;
	width:100%;
	height:18px;
	background:transparent url(images/fancy_shadow_s.png) repeat-x;
}
div.fancy_bg_sw {
	bottom:-18px;
	left:-13px;
	width:13px;
	height:18px;
	background:transparent url(images/fancy_shadow_sw.png) no-repeat;
}
div.fancy_bg_w {
	left:-13px;
	height:100%;
	width:13px;
	background:transparent url(images/fancy_shadow_w.png) repeat-y;
}
div.fancy_bg_nw {
	top:-18px;
	left:-13px;
	width:13px;
	height:18px;
	background:transparent url(images/fancy_shadow_nw.png) no-repeat;
}

