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

* {
	margin:0;
	padding:0;
	}
	
html, body, #wrap {
	height:100%;
	}
	
body > #wrap {
    height:auto;
    min-height:100%;
}

body {
	background-color:#ffffff;
	background-image:url(images/bg_body.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#666;
}

a:link {
	color:#177331;
	text-decoration:underline;
}
	
a:visited {
	color:#177331;
	text-decoration:underline;
}

a:hover {
	color:#333;
	text-decoration:none;
}

h1 {
	color:#177331;
	font-size:130%;
	margin-bottom:4px;
}

h1 a:link {
	color:#177331;
	text-decoration:none;
}
	
h1 a:visited {
	color:#177331;
	text-decoration:none;
}

h1 a:hover {
	color:#177331;
	text-decoration:underline;
}

h2 {
	color:#666;
	font-size:110%;
	margin-bottom:7px;
}

h3 {
	color:#177331;
	margin-bottom:3px;
	font-size:110%;
}

p {
	margin-bottom:8px;
}


#wrap {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#header {
}

#spacer_logo {
	height:35px;
	min-height:35px;
}

#logo {
	width:350px;
	height:36px;
	min-height:36px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:35px;
}

#logo img {
	width:348px;
	height:34px;
	min-height:34px;
	border:none;
}

#navigation {
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:90%;
	margin-bottom:25px;
}

#navigation ul {
	list-style-type:none;
}

#navigation li {
	display:inline;
	margin-left:10px;
	margin-right:10px;
}

#navigation a:link {
	color:#666;
	text-decoration:none;
}
	
#navigation a:visited {
	color:#666;
	text-decoration:none;
}

#navigation a:hover {
	color:#177331;
	text-decoration:none;
}

#navigation li#active a {
	color:#177331;
}

#bildcontainer {
	height:270px;
	min-height:270px;
	margin-bottom:20px;
	background-image:url(images/bg_bc.jpg);
	background-repeat:repeat-x;
}

#main {
	padding-bottom:150px;  /* Muss genau so hoch sein wie der Footer */
}

#side {
	width:285px;
	float:right;
}

#sidebar {
	height:28px;
	background-color:#177331;
	color:#FFF;
	line-height:28px;
	text-align:center;
	font-size:120%;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:20px;
}

#side_padding {
	padding:20px;
}

#side .csc-default {
	margin-bottom:15px;
	background-image:url(images/swirl.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:25px;
}

#side .csc-default img {
	border:6px solid #ccc;
	width:239px;
	margin-bottom:10px;
}

#content {
	width:615px;
	float: left;
}

#content_padding {
	padding:20px;
}

#content .csc-default {
	margin-bottom:30px;
}

#content .csc-default img {
	margin-bottom:10px;
}

#content_padding ul {
	margin-left:20px;
	list-style-type:disc;
	list-style-position:outside;
	margin-bottom:10px;
}

#content_padding li {
	margin-bottom:2px;
}

.csc-textpic-imagewrap {
	margin:0px;
	padding:0px;
}

table {
	margin-bottom:10px;
}

caption {
	text-align:left;
	padding-left:15px;
	height:25px;
	vertical-align:middle;
	font-weight:bold;
}

.td-0 {
	background-color:#bad7c3;
	width:100px;
	height:20px;
	text-align:center;
	vertical-align:middle;
}

.td-1 {
	padding:3px 10px 3px 10px;
	vertical-align:middle;
	text-indent:-4px;
}

a.media {
	display: block;
}

.name {
	display:block;
	font-weight:bold;
}

.beschreibung {
	display:block;
	font-style:italic;
}

#news_bilder {
	width:575px;
	height:120px;
	overflow:hidden;
	margin-bottom:15px;
}

#news_bilder img {
	min-width:575px;
	max-width:575px;
	min-height:120px;
	border:none;
}

#footer {
    position:relative;
	margin-top:-110px; /* Negativer Wert der Footer-Höhe */
	height:110px;
	clear:both;
	background-image:url(images/bg_footer.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#spacer_footer {
	height:65px;
	min-height:65px;
}

#footer_content {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#footer_website {
	text-transform:uppercase;
	font-size:120%;
	font-weight:bold;
	color:#ccc;
}

#footer_info {
	font-size:80%;
	color:#ccc;
}
#footer_info a {
	color:#ccc;
}


/* xxxxxxxxxxxxxxxxxxxx LIGHTBOX BILDER CSS xxxxxxxxxxxxxxxxxxxx */

/*#thumbs {
	width:100px;
	height:100px;
	min-height:100px;
	overflow:hidden;
	border:1px solid #177331;
	margin:0 5px 5px 0;
}

#thumbs img {
	min-width:100px;
	max-width:160px;
	min-height:100px;
	border:none;
}*/

a img {
	border:none;
	margin-right:5px;
}

/* xxxxxxxxxxxxxxxxxxxx ENDE LIGHTBOX BILDER CSS xxxxxxxxxxxxxxxxxxxx */


/* xxxxxxxxxxxxxxxxxxxx KONTAKTFORMULAR CSS xxxxxxxxxxxxxxxxxxxx */

.csc-mailform {
}

.csc-mailform-field {
	display:block;
}

fieldset {
	border:none;
	display:block;
	margin-left:20px;
	padding:0;
	width:400px;
}

#content label {
	color:#6b6b6b;
	cursor:pointer;
	padding:0 20px 0 0;
}

#content input { 
	font-family:"Lucida grande",Arial;
	color:#6b6b6b;
	padding:2px 5px;
}

#content textarea {
	font-family:"Lucida grande",Arial;
	font-size:14px;
	color:#6b6b6b;
}

#content input {
	width:370px;
	background:#fff;
	color:#6b6b6b;
	margin:2px 20px 10px 0;
	padding:5px 5px;
	border:1px solid #c4c4c4;
}

#content .csc-mailform-check input {
	width:25px;
	margin:3px 5px 15px 0;
	float:right;
}

#content textarea {
	width:374px;
	background:#fff;
	color:#6b6b6b;
	margin:2px 0 10px 0;
	padding:5px 3px;
	border:1px solid #c4c4c4
}

#content .csc-mailform-field .csc-mailform-label {
	color:#207232;
}

#content div.csc-mailform-label {
	margin:10px 0;
}

#mailformnewsletter {
}

#content .csc-mailform-field input.csc-mailform-submit {
	cursor:pointer;
	border:solid 1px #c4c4c4;
	color:#fff;
	font-weight:normal;
	width:auto;
	padding:5px 20px;
	font-size:12px;
	float:right;
	background-image: url('images/bg_absenden.jpg');
	background-repeat:repeat-x;
}

#content .csc-mailform-field input.csc-mailform-submit:hover {
	background-image: url('images/bg_absenden2.jpg');
	background-repeat:repeat-x;
}


/* xxxxxxxxxxxxxxxxxxxx ENDE KONTAKTFORMULAR CSS xxxxxxxxxxxxxxxxxxxx */




/* xxxxxxxxxxxxxxxxxxxx FANCYBOX CSS xxxxxxxxxxxxxxxxxxxx */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('images/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('images/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('images/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('images/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('images/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('images/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('images/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

/* xxxxxxxxxxxxxxxxxxxx ENDE FANCYBOX CSS xxxxxxxxxxxxxxxxxxxx */



/* xxxxxxxxxxxxxxxxxxxx LIGHTBOX CSS xxxxxxxxxxxxxxxxxxxx */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* xxxxxxxxxxxxxxxxxxxx ENDE LIGHTBOX CSS xxxxxxxxxxxxxxxxxxxx */



/* xxxxxxxxxxxxxxxxxxxx SLIDER CSS xxxxxxxxxxxxxxxxxxxx */

#slider1 {
    width: 900px; /* important to be same as image width */
    height: 270px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 900px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}

.slider1Image img {
	border:none;
}


.slider1Image span {
    position: absolute;
	font: 15px Arial, Helvetica, sans-serif;
    padding: 30px 20px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 25px;
}
.left {
	top: 0;
    left: 50px;
	width: 200px !important;
	height: 270px;
}
.right {
	right: 50px;
	top: 0;
	width: 200px !important;
	height: 270px;
}
ul { 
	list-style-type: none;
}

/* xxxxxxxxxxxxxxxxxxxx ENDE SLIDER CSS xxxxxxxxxxxxxxxxxxxx */

/* xxxxxxxxxxxxxxx Clearfix Hack xxxxxxxxxxxxxxx */

.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Bereich nicht für IE-mac Anfang \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Bereich nicht für IE-mac Ende */
