@charset "UTF-8";

/* CSS Document */


/* Merzettel / Warenkorb */
#product-order { display: block; margin-bottom: 10px; background-color: #f2f2f2; border: 1px solid #7DA514; padding: 10px 15px;  }

#product-order a.button { color: #FFF;}
#product-order a.button:hover { color: #000;}

#product-order a { color: inherit;}
#product-order a.button:hover { color: inherit;}



h3.merkzettel-title { margin-bottom: 20px;}


/* Merkzettel Produkt */
.merkzettel-block,
.product { display: block; width: 100%; position: relative; border-bottom: 1px solid #999; padding-bottom: 10px; margin-bottom: 10px; }

.product-title { display:block; }
.product-image { float: left; width: 200px; margin-right: 30px;}
.product-desc  { float: right; width: 420px;}
.product-price { margin-top: 10px; text-align: right;}
.product-price span { font-size: 28px; }
.product-basket {clear: both; display: block; text-align: right;}


.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 10px 0;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .5em 1em;
}
.small {
	font-size: 12px;
	padding: .2em 1em .275em;
}


/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}


/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}


/* ABSTAND DER MODULE ------------------------------------------------------------*/
.textbox, .column_modul, table.tabelle, .logo_gallery, .googleMap, .banner,
hr.Linie, .news_block, .jwplayer { margin-bottom: 15px; }

/* TEXTBOX MODUL ------------------------------------------------------------*/
div.textbox { float: left; width: 100%; }

div.textbox .textbox_title {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

div.textbox .img_box { }
div.textbox .img_box img.textbox_img { margin-top: 4px; margin-bottom: 3px; }
div.textbox p { }
div.textbox p.picture_text { font-size: 11px; text-align: left; margin-bottom: 10px; }

div.textbox ul { margin: 5px 0; padding: 0; }
div.textbox ul li { margin-left: 15px; margin-bottom: 8px; list-style:disc; }

div.textbox .block_img { margin: 10px 0;}
div.textbox .block_text { }


/* COLUMN MODUL ------------------------------------------------------------*/
div.column_modul { position: relative; float: left; }

div.column_modul h1 { font-size: 16px; }
div.column_modul h2 { font-size: 14px; }
div.column_modul h3 { font-size: 12px; }
div.column_modul h4 { font-size: 11px; }

div.column_modul h1,
div.column_modul h2,
div.column_modul h3,
div.column_modul h4
{
	background-color: #CCC;
	color: #000;
	font-weight: bold;
	padding: 8px 5px 2px 10px;
	margin: 0 0 3px 0;
}

div.column_modul a.title_link { color: #FFF; }
div.column_modul img.column_img { position: relative; margin-bottom: 5px; z-index:10; }
div.column_modul a.column_img_link { }
div.column_modul span { display:block; width: 93%; overflow:hidden; margin-bottom: 5px; }


/* TABLE MODUL ------------------------------------------------------------*/
table.tabelle {
    border-bottom: 1px solid #CCCCCC;
    margin-left: 15px; 
    width: 620px;
	margin-top: 15px;
	
}

table.tabelle th,
table.tabelle td { padding: 5px 10px; vertical-align: top; }

table.tabelle th { background-color: #CF2208; color: #FFF; }
table.tabelle td {}

table.tabelle tr.odd { background-color: #CCC; font-weight: bold; text-align: left; color: #000; }


.tableImgs {
	float: left;
    width: 40px;
    margin-bottom: 5px;
    margin-top: 5px;
}

table#tabelle,
#tabelle td,
#tabelle tr,
#tabelle th { vertical-align: middle; }

table#tabelle input { margin-right: 5px; }


/* googleMAP MODUL ------------------------------------------------------------*/
.googleMap { float: left; width: 100%; }
.googleMap .map_adress{ }
.googleMap .map { }

.googleMap iframe { padding: 0; margin: 0; }

/* googleMAP Routenplaner - Simple ------------------------------------------------------------*/
#googlemap_simple {}
#googlemap_simple h2 {
	display: block;
	padding: 3px 5px 3px 15px;
	margin-bottom: 5px;
	color: #000;
	background-color: #999;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
#googlemap_simple .column_box {
	display: block;
	padding: 3px 5px 3px 15px;
	margin-bottom: 5px;
}

#googlemap_simple form {
	margin-top: 10px;
}
#googlemap_simple input.inputfield { border: 1px solid #CCC; padding: 2px 4px; width: 90%;}
#googlemap_simple input.submit { margin-top: 8px;}


/* GALLERY MODUL ------------------------------------------------------------*/
.LightBox { }

.gallery
{
	float: left;
	display:block;
	width: 100%;
}

.gallery .thumb
{
	float: left;
	/* boder-width kommt vom Modul */
	border-style: solid;
	border-color: #CCC;
	text-align: center;
	background-color: #FFF;
	overflow: hidden;
}

.gallery .thumb:hover { border-color: #CF2208; }


/* LOGO GALLERY MODUL ------------------------------------------------------------*/
div.logo_gallery
{
	float:left;
	width: 100%;
}

div.logo_gallery ul
{
	clear: both;
	margin: 0;
	padding: 10px 0;
}

div.logo_gallery ul li
{
	float: left;
	text-align: center;
}

div.logo_gallery ul li.item
{
	margin-left: 10px;
	display: inline;
}

div.logo_gallery ul li.start
{
	margin: 0;
	display: inline;
}


/* NEWS AddOn - Modul "Normal" ------------------------------------------------------------*/

.news_box_first {float: left; margin: 0; padding: 0; overflow: hidden;  }
.news_box {float: left; margin-left: 25px; overflow: hidden; }
.news_box_last {float: left; margin-left: 25px; padding: 0; overflow: hidden; }

.news_box_first, .news_box, .news_box_last{margin-bottom: 20px;}

.news_image_box { display: block; width:99%; height: 125px; text-align: center; border: 1px solid #CCC; margin-bottom: 10px; overflow: hidden; }
.news_image_box img {}
p.news_date { }

h1.news_headline { font-size: 16px; font-weight: bold; }
.news_desc {}

a.news_int_link { clear: both;float: left; margin-top: 5px;padding: 0 5px 2px 5px; background-color: #f2f2f2; color: #7b7b7b; font-weight: normal; text-decoration: none; }
a.news_int_link:hover { color:#e2001a; }
a.news_ext_link { }

/* news Facebook Stuff */
.news_line{}
.news_facebook { }

span.fbreplace { float: left; width: 100%; margin: 10px 0;}


/* LINIE/ANKER MODUL ------------------------------------------------------------*/
hr.Linie
{
	clear: both;
	display: block;
	width: 100%;
	/* background: transparent url("img/hr_linie.gif") repeat-x; */
	height: 1px;
	border:0;
	border-top: 1px solid #CCC;
}

div.Anker
{
	float: right;
	padding: 0;
	margin-bottom: 5px;
	text-align: right;
}

div.Anker a
{
	text-align: left;
	padding-right: 15px;
	text-decoration: none;
	background: transparent url("img/arrow_up.gif") no-repeat right 5px;
}

div.Anker a:hover { text-decoration: underline; }


/* -------------- Newsletter/Groupletter ------------- */

.newsletter { float: left; width: 100%; border: 1px solid #CDCDCD; }
.newsletterForm { position: relative; float: left; overflow: hidden; }
.newsletterForm p { clear: both;  margin:0; padding: 0;}
.newsletterForm p.send { margin-left: 150px;}
.newsletterForm p.send input { cursor: pointer; }
.newsletterForm form { float: left; padding: 15px; }
.newsletterForm label { float: left;width:150px; cursor:auto;}
.newsletterForm input { float: left; width: 200px; border:1px solid #ccc; margin: 3px 0;}
.newsletterForm select {
	font-family: "Arial", "Verdana", sans-serif;
	border:1px solid #ccc;
	padding:2px;
	width:75px;
	font-size: 12px;
	line-height: 18px;
	color: #505050;
	}

.newsletter .warning {float:left; width: 100%; background-color: #E3001B; }
.newsletter .warning p {padding: 5px 10px; color:#FFF; font-weight: bold;}

.newsletter p.danke { padding: 15px;}


/* BANNER Modul ------------------------------------------------------------*/
div.banner { float: left; width: 100%; overflow: hidden; }


/* Video Modul (LongTail)------------------------------------------------------------*/
div.jwplayer {display: block; width: 100%; text-align: center; }



/* jQuery PopUp / INFOFENSTER ------------------------------------------------------------*/
#popupBackground {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	top:0; left:0;
	height:100%;
	width:100%;
	background-color: #000;
	z-index:998;
}

#popupContent {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:300px;
	width:400px;
	background:#FFF;
	color: #000;
	border:2px solid #CCC;
	z-index:999;
	padding:15px;
	overflow: hidden;
}
#popupContent_Text {
	padding: 10px 0;
	font-size: 15px;
	overflow: hidden;
}

#popupContent_Close {
	position: absolute;
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#CCC;
	font-weight:bold;
	display:block;
	z-index: 100;
}

#popupContent a {
	cursor: pointer;
	text-decoration:none;
}

#popupContent a:hover {
	text-decoration: underline;
}


/* VERANSTALTUNGSKALENDER ------------------------------------------------------------*/

/* Komplett */
div#month_container { overflow:hidden; width:99%; }

ul.month {
	overflow:hidden;
	margin:0;
	padding:0;
	height:20px;
}

ul.month li {
	display:block;
	float:left;
	list-style-type:none;
	text-align:center;
	margin:0;
	padding:0 10px;
	line-height:20px;	
	margin-right:1px;		
	background: #CCC;
}
ul.month li a { font-weight:normal; text-decoration:none; color: #000; }
ul.month li a:hover { text-decoration:underline; }
ul.month li.on { background: #666; }
ul.month li.on a{ font-weight:bold; color: #FFF; }


div.eventcalendar { margin-bottom:10px; }
div.events { background:#FFF; padding:5px; }
div.event { padding:5px 2px; border-bottom:1px solid #925A5A; }
div.event:hover { background:#EFE0E0; }


div.event_date {
	float:left;
	width:15%;
	text-align: center;
	padding: 8px 0;
	margin-right: 15px;
	border: 1px solid #DFDFDF;
}

div.event_data { float:left; width:60%; }
div.event_data u  { color:#863C38; font-weight: bold; text-decoration: none;}
div.event_data a { font-weight:normal; text-decoration:none; }

div.event_place { float:left; width:20%;}
div.event_detail { padding:15px; width:500px; }

.events_short { float: left; width: 100%; padding: 10px 0; margin: 0; }
.events_short_block { padding: 0; margin: 0 0 8px 0; }
.events_short_date { display: block; width: 100%; padding: 2px 0; background-color: #CCC; text-align: center; color: #000; }
.events_short_data { border: 1px solid #CCC; border-top:0; background-color: #FFF; padding: 3px 5px; text-align: center;}

.events_short_title h2 {
	background-color: #000;
	color: #FFF;
	font-size: 17px;
	line-height: 21px;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	margin: 0;}



/* SLIDESHOW ------------------------------------------------------------*/
div#slideshow,
div#slideshow ul#slides,
div#slideshow-arrows { width: 940px; }

div#slideshow
{
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}

div#slideshow ul#slides
{
	position: absolute;
	margin: 0 auto;
}

div#slideshow-arrows
{
	margin: 0 auto;
	height: 57px;
	z-index: 900;
}

div#slideshow img#prev,
div#slideshow img#next
{
	position: absolute;
	top:135px;
}

div#slideshow img#prev
{
	left: 0;
	z-index: 20;
}

div#slideshow img#next
{
	right: 0;
	z-index: 21;
}

#slideshow-nav
{
	display: block;
	position: absolute;
	overflow: hidden;
	bottom: 2px;
	right: 10px;
	z-index: 20;
}

#slideshow-nav a
{
	display: block;
	float: left;
	background: url("/css/img/slidebutton.png") no-repeat;
	height: 15px;
	width: 15px;
	text-indent: -9000px;
	margin-right: 5px;
}

#slideshow-nav a.activeSlide { background: url("/css/img/slidebutton-over.png") no-repeat; }


/* Lightbox */
#jquery-overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img { border: none; }

#lightbox-container-image-box
{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image { padding: 10px; }

#lightbox-loading
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { left: 0; }

#lightbox-nav a { outline: none; }

#lightbox-nav-btnPrev,
#lightbox-nav-btnNext
{
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev
{
	left: 0;
	float: left;
}

#lightbox-nav-btnNext
{
	right: 0;
	float: right;
}

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

#lightbox-container-image-data
{
	padding: 0 10px;
	color: #666;
}

#lightbox-container-image-data #lightbox-image-details
{
	width: 70%;
	float: left;
	text-align: left;
}

#lightbox-image-details-caption { font-weight: bold; }

#lightbox-image-details-currentNumber
{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose
{
	width: 75px;
	float: right;
	padding-bottom: 0.7em;
}


/* Guestbook - Eintraege ------------------------------------------------------------*/

.gbook {}

.gbook div.gb_block { margin-bottom: 15px;}
.gbook p.gb_title{ display: block; padding: 2px 5px; background-color:#F2F2F2; border-bottom: 1px solid #CCC; }
.gbook p.gb_message{ display: block; padding: 10px; margin-bottom: 5px; }
.gbook p.gb_comment{ display: block; padding: 10px; font-style: italic; border: 1px solid #F2F2F2; }


.gbook ul.pagination{ display: block; width: 100%; text-align: center; margin-bottom: 10px;}
.gbook ul.pagination li { display: inline; padding: 0 5px; }
.gbook ul.pagination li a { color: #666; font-weight: normal; }
.gbook ul.pagination li a:hover { text-decoration: underline; }
.gbook ul.pagination li a.currentpage { color: #000; border: 1px solid #FF9900; padding: 0 2px; }
.gbook ul.pagination li a.currentpage:hover { }

.gbook .pagecount { display: block; width: 100%; text-align: center; border-top: 1px solid  #999; padding-top: 5px; }





