.mf{visibility: hidden; z-index:1; color:#fff; font-size:14px}
.mf * {
	outline:none;
	border:none;
	padding:0;
	margin:0;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select:none;
	-o-user-select:none
}
.mf div.loader{
	position:absolute;
	text-align:center;
	z-index:10000;
	margin:0 auto;
	top:45%;
	width:100%;
	background:url(ajax_loader.gif) no-repeat 50% 0;
	padding:50px 0;
}
.mf div.caption {
	position:absolute;
	text-align:center;
	z-index:98;
	margin:1em auto;
	bottom:50px;
	width:100%;
}
.mf div.mfNav{
	position:absolute;
	z-index:99;
	margin:0 auto;
	text-align:center;
	width:100%;
	bottom:20px;
	font-size:1px;
	line-height:1px;
	width:100%;
}
.mf div.autoPlayCon{
	float:left;
	width:10%;
	padding-left:3%;
	height:24px;
}
.mf a.play, .mf a.stop{
	width:27px;
	height:24px;
	float:left;
	cursor:pointer;
}
.mf a.play{
	background:url(play.gif) no-repeat;
}
.mf a.stop{
	background:url(stop.gif) no-repeat;
}
.mf div.sliderCon{
	margin-top:5px;
	float:left;
	width:74%;
}
.mf a.sliderNext{
	background:url(left.gif) no-repeat;
}
.mf a.sliderPrev{
	background:url(right.gif) no-repeat;
}
.mf a.sliderNext, a.sliderPrev{
	text-decoration:none;
	width:25px;
	height:16px;
	cursor:pointer;
	float:left;
}
.mf div.resizeCon{
	float:right;
	width:10%;
	padding-right:3%;
	height:24px;
}
.mf a.resize{
	width:34px;
	height:24px;
	float:right;
	cursor:pointer;
	background:url(resize.gif) no-repeat;
}
.mf div.slider{
	background:url(middle.gif) repeat-x;
	height:16px;
	position:relative;
	text-align:left;
	float:left;
}
.mf div.knob{
	height:16px;
	background:url(middle-slider.gif) repeat-x right center;
}
.mf div.knobleft{
	background:url(left-slider.gif) repeat-x center;
	width:8px;
	height:16px;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: -50px;
	left: 0;
	z-index: 100;
	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: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/* MILKBOX */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
	cursor: pointer;
}

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101;
	overflow:hidden;
	left: 50%;
	top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #fff;/* set the Milkbox background color */
	border: 5px solid #fff;/* set the Milkbox border */
	margin:0; padding:5px;/* set the Milkbox padding */
}

.mbLoading{ background: #fff url(mbskin/loading.gif) no-repeat center; }/* IMAGE: loading gif */

#mbImage{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

.clear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom {
	/* set text options */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:1px solid #9c9c9c;/* set nav border */
}


#mbCount{
	width:55px;
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; /* count font size */
}

#mbCloseLink, #mbPrevLink, #mbNextLink{
	outline:none;
	display:block;
	float:right;
	height:20px;
	cursor: pointer;
}


#mbPrevLink, #mbNextLink{ width:17px; }
#mbPrevLink{ background: transparent url(prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(next.gif) no-repeat; }/* IMAGE: next */

/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; }

#mbCloseLink {
	width:20px;
	background: transparent url(close.gif) no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:justify;
}

.gallery {
	position: relative;
	height: 60px;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float: left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background: url(../hori_large.png) no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	cursor: pointer;
	font-size: 1px;
}

/* right */
a.right {
	background-position: 0 -30px;
	clear: right;
	margin-right: 0px;
	position: absolute;
	right: 3px;
	top: 10px;
	opacity: 0.9;
}

a.right:hover {
	background-position: -30px -30px;
}

a.right:active {
	background-position: -60px -30px;
}

/* left */
a.left {
	margin-left: 0px;
	position: absolute;
	left: 2px;
	top: 10px;
	opacity: 0.9;
}

a.left:hover {
	background-position: -30px 0;
}

a.left:active {
	background-position: -60px 0;
}

/* up and down */
a.up,a.down {
	background: url(../hori_large.png) no-repeat;
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover {
	background-position: -30px 0;
}

a.up:active {
	background-position: -60px 0;
}

/* down */
a.down {
	background-position: 0 -30px;
}

a.down:hover {
	background-position: -30px -30px;
}

a.down:active {
	background-position: -60px -30px;
}

/* disabled navigational button */
a.disabled {
	visibility: hidden !important;
}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 225px;
	height:55px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:225px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	padding: 2px;
	background-color:#fff;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	right: 0;
}

#lbPrevLink:hover {
	background: transparent url(../prevlabel.gif) no-repeat 100% 15%;
}

#lbNextLink {
	left: 0;
}

#lbNextLink:hover {
	background: transparent url(../nextlabel.gif) no-repeat 0 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: right;
	border: 10px solid #fff;
	border-top-style: none;
	direction: rtl;
}

#lbCloseLink {
	display: block;
	float: left;
	width: 66px;
	height: 22px;
	background: transparent url(../closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-left: 71px;
}

#lbCaption {
	font-weight: bold;
}
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
body {
  font-family:Arial;
  font-size:12px;
}
div.example-desc {
  margin:3px 0;
  padding:5px;
  background-color:#EFEFEF;
}

/********************
Default Example
*********************/
#waterwheel-carousel-default {
  width:560px;
  height:290px;
  font-family: Arial;
  font-size:14px;
  position:relative;
  clear:both;
  overflow: hidden;
  margin-bottom: 20px;
}
#waterwheel-carousel-default a {
  color:#222;
}
#waterwheel-carousel-default .carousel-images img {
  visibility:hidden;
  cursor:pointer;
}
#waterwheel-carousel-default .carousel-controls .carousel-prev {
  position:absolute;
  bottom:0px;
  left:30px;
}
#waterwheel-carousel-default .carousel-controls .carousel-next {
  position:absolute;
  bottom:0px;
  right:30px;
}

/********************
High Arch
*********************/
#waterwheel-carousel-higharch {
  width:960px;
  background-color:#CCC;
  border:1px solid #222;
  height:300px;
  font-family: Arial;
  font-size:14px;
  position:relative;
  clear:both;
  overflow:hidden;
}
#waterwheel-carousel-higharch a {
  color:#222;
}
#waterwheel-carousel-higharch .carousel-images img {
  visibility:hidden;
  cursor:pointer;
}
#waterwheel-carousel-higharch .carousel-controls .carousel-prev {
  position:absolute;
  bottom:50px;
  left:30px;
}
#waterwheel-carousel-higharch .carousel-controls .carousel-next {
  position:absolute;
  bottom:50px;
  right:30px;
}

/********************
Horizon
*********************/
#waterwheel-carousel-horizon {
  width:960px;
  background-color:#CCC;
  border:1px solid #222;
  height:250px;
  font-family: Arial;
  font-size:14px;
  position:relative;
  clear:both;
  overflow:hidden;
}
#waterwheel-carousel-horizon a {
  color:#222;
}
#waterwheel-carousel-horizon .carousel-images img {
  visibility:hidden;
  cursor:pointer;
}
#waterwheel-carousel-horizon .carousel-controls .carousel-prev {
  position:absolute;
  bottom:20px;
  left:30px;
}
#waterwheel-carousel-horizon .carousel-controls .carousel-next {
  position:absolute;
  bottom:20px;
  right:30px;
}

/********************
Flat
*********************/
#waterwheel-carousel-flat {
  width:960px;
  background-color:#CCC;
  border:1px solid #222;
  height:250px;
  font-family: Arial;
  font-size:14px;
  position:relative;
  clear:both;
  overflow:hidden;
}
#waterwheel-carousel-flat a {
  color:#222;
}
#waterwheel-carousel-flat .carousel-images img {
  visibility:hidden;
  cursor:pointer;
}
#waterwheel-carousel-flat .carousel-controls .carousel-prev {
  position:absolute;
  bottom:20px;
  left:30px;
}
#waterwheel-carousel-flat .carousel-controls .carousel-next {
  position:absolute;
  bottom:20px;
  right:30px;
}


/********************
Vertical
*********************/
#waterwheel-carousel-vertical {
  width:330px;
  background-color:#CCC;
  border:1px solid #222;
  height:600px;
  font-family: Arial;
  font-size:14px;
  position:relative;
  clear:both;
}
#waterwheel-carousel-vertical a {
  color:#222;
}
#waterwheel-carousel-vertical .carousel-images img {
  visibility:hidden;
  cursor:pointer;
}
#waterwheel-carousel-vertical .carousel-controls .carousel-prev {
  position:absolute;
  top:30px;
  right:30px;
}
#waterwheel-carousel-vertical .carousel-controls .carousel-next {
  position:absolute;
  bottom:30px;
  right:30px;
}
/* istok-web-regular - latin */
@font-face {
	font-family: 'Istok Web';
	font-style: normal;
	font-weight: 400;
	src: url('../istok-web-v20-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../istok-web-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../istok-web-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../istok-web-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../istok-web-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../istok-web-v20-latin-regular.svg#IstokWeb') format('svg'); /* Legacy iOS */
}

* {
	font-family: Arial;
	font-size: 12px;
	color: #222;
	padding: 0;
	margin: 0;
}

img {
	border:none;
}

h1 {
	font-family: 'Istok Web';
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 15px;
}

h2 {
	font-family: 'Istok Web';
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 15px;
	line-height: 23px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

body {
	background: url('../background_body.jpg') repeat-x #fefefe;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#container {
	position: relative;
	width: 979px;
	margin: auto;
	margin-top: 50px;
	min-height: 750px;
	height: auto !important;
	height: 750px;
	overflow: hidden;
}

#container_fb {
	position: relative;
	width: 500px;
	overflow: hidden;
}

#balken_top {
	background: url('../balken.jpg') top left repeat-x;
	width: 979px;
	height: 13px;
}

#top {
	width: 100%;
	height: 91px;
	margin-bottom: 30px;
}

#logo {
	background: url('../logo.png') top left no-repeat;
	width: 200px;
	height: 91px;
	margin-left: 20px;
	float: left;
}

#navigation_main {
	position: relative;
	height: 47px;
	padding: 70px 9px 0;
	margin-left: 250px;
	color: #009640;
}

#navigation_main div {
	float: left;
	padding: 0 8px;
	color: #009640
}

#navigation_main a {
	color: #009640;
	font-size: 12px;
}

#navigation_main a.active {
	text-decoration: underline;
}

.submenu {
	position: absolute;
	display: none;
	background: #fff;
	opacity: 0.91;
	padding: 15px !important;
	top: 84px;
	margin-left: -17px;
	z-index: 12;
	line-height: 25px;
	min-width: 140px;
}

.submenu a {
	color: #009640 !important;
	font-size: 12px !important;
	line-height: 20px;
	white-space: nowrap;
}

#header {
	position: absolute;
	top: 121px;
	width: 979px;
	z-index: -1;
}

#header_right {
	margin-left: 722px;
	padding: 75px 45px;
}

#header_left {
	position: relative;
	margin-left: 0px;
	height: 453px;
	width: 722px;
	overflow: hidden;
	float: left;
}

#header_left img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	background: transparent;
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"
		; /* IE8 */
	filter: progid :     DXImageTransform.Microsoft.gradient (    
		startColorstr =  
		  #00FFFFFF, endColorstr =     #00FFFFFF ); /* IE6 & 7 */
	zoom: 1;
	display: none;
}

#header_left img.active {
	z-index: 10;
	display: block;
}

#header_left img.last-active {
	z-index: 9;
}

#content {
	position: relative;
	z-index: 100;
	margin-top: 412px;
	margin-bottom: 50px;
}

#content_fb {
	position: relative;
	z-index: 100;
	margin-bottom: 50px;
}

#breadcrumb {
	position: absolute;
	top: 10px;
	left: 25px;
	height: 30px;
	font-size: 11px;
	z-index: 10;
}

#breadcrumb a {
	font-size: 11px;
}

#right {
	width: 225px;
	margin-top: 15px;
	margin-left: 740px;
}

#left {
	float: left;
	padding: 25px;
	padding-top: 35px;
	padding-right: 100px;
	background: #fff;
	width: 597px;
	opacity: 0.89;
}

#left a {
	color: #009640;
}

#left img {
	opacity: 1;
}

#footer {
	height: 36px;
	background: #555;
	width: 100%;
}

#footer_content {
	position: relative;
	width: 979px;
	margin: auto;
	font-size: 11px;
	color: #fff;
}

#footer_content_fb {
	position: relative;
	width: 760px;
	margin: auto;
	font-size: 11px;
	color: #fff;
}

#footer_content a {
	color: #fff;
	font-size: 11px;
}

#footer_content_fb a {
	color: #fff;
	font-size: 11px;
}

#metanavigation {
	position: absolute;
	top: 13px;
	font-size: 11px;
	color: #fff;
}

#footer_text {
	position: absolute;
	top: 5px;
	right: 100px;
	font-size: 11px;
	color: #fff;
}

#volle_breite {
	width: 100%;
	background: #fff;
	opacity: 0.89;
	padding: 25px;
	padding-top: 35px;
}

#volle_breite .txt-img {
}

.box {
	background: #F4F4F4;
	margin-bottom: 10px;
	border: 1px solid #DDDDDD;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.box .box_headline {
	background: url("/shop/templates/linzgieseder/themes/retro_shop2/images/box_right.png") repeat-x scroll 0 0 transparent;
	color: #FFFFFF;
	font-size: 1em !important;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 4px 0 4px 5px;
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold;
}

.box .box_content {
	padding: 20px 15px 0;
}

.box .box_html_content {
	padding-top: 15px;
}

.kategorieliste {
	width: 697px;
	margin-top: -10px;
}

.kategorie {
	width: 190px;
	height: 150px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 5px;
	margin-bottom: 20px;
	border: 1px solid #fff;
}

.kategorie:hover {
	border: 1px solid #547F54;
}

.container_kat {
	position: absolute;
	background-color: #fff;
	opacity: 0.8;
	height: 30px;
	width: 190px;
	bottom: 0;
	left: 0;
	text-align: center;
	display: block;
	padding-top: 10px;
}

.txt-img {
	margin-right: 20px;
}

ul {
	margin-left: 15px;
}

.rechte_galerie img {
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 4px;
}

#page-wrap {
	width: 910px;
	padding: 0 0 0 15px;
	margin: 0 auto;
	height: 650px;
	overflow-x: scroll;
}

#container-page-wrap {
	width: 1250px;
}

.info-col {
	float: left;
	width: 100px;
	height: 100%;
}

.info-col h2 {
	text-align: center;
	font-weight: normal;
	padding: 25px 0;
}

.image {
	height: 184px;
	text-indent: -9999px;
	display: block;
	border-right: 1px solid white;
}

dt {
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-left: 1px solid #efefef;
}

dd {
	position: absolute;
	left: -9999px;
	top: -9999px;
	background: #fff;
	padding: 10px;
	border-right: 1px solid #efefef;
	border-left: 1px solid #efefef;
	height: 275px;
	overflow-y: scroll;
}

.curCol {
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	z-index: 1;
	position: relative;
}

.bildergalerie_verlinkung .content_block {
	float: left;
	margin-bottom: 20px;
	margin-right: 30px;
}

.bildergalerie_verlinkung img {
	float: left;
}

.bildergalerie_verlinkung .description {
	padding: 5px;
	margin-left: 110px;
}

.download {
	margin-top: 20px;
}

ul.dropdown {
	position: relative;
	margin-left: 0;
}

ul.dropdown li {
	float: left;
	zoom: 1;
	list-style: none;
	padding: 0 4px;
}

ul.dropdown li.no_dropdown {
	float: left;
	zoom: 1;
	list-style: none;
	font-size: 14px;
	padding-top: 2px;
}

ul.dropdown a:hover {
	color: #000;
}

ul.dropdown a:active {
	color: #ffa500;
}

ul.dropdown li a {
	display: block;
	padding: 4px 8px;
	color: #222;
	white-space: nowrap;
}

ul.dropdown li:last-child a {
	border-right: none;
}

ul.dropdown li.hover,ul.dropdown li:hover {
	color: black;
	position: relative;
	opacity: 0.9;
}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	margin-left: 0;
	padding-bottom: 5px;
	background: #fff;
}

ul.dropdown ul li {
	font-weight: normal;
	background: #fff;
	color: #000;
	float: none;
}

ul.dropdown ul li a {
	border-right: none;
	width: 100%;
	display: inline-block;
}

ul.dropdown ul ul {
	left: 100%;
	top: 0;
}

ul.dropdown li:hover>ul {
	visibility: visible;
}

.required {
	color: #fa3333;
}

#boxcard {
	margin: 0 auto;
	width: 625px;
	z-index: 1;
}

#boxcard div {
	float: left;
	width: 100px;
	height: 100px;
	background: #d9d9d9;
	margin: 5px;
	padding: 5px;
	border: 1px solid #999;
	cursor: pointer;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	z-index: 2;
}

#boxcard div img {
	border: none;
	z-index: 3;
}

.opacity {
	opacity: .6;
	filter: alpha(opacity = 60);
}

#boxbutton {
	text-align: center;
	padding: 20px 0;
}

.link {
	background: #449045;
}

.link, #count, #boxbutton .msg {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}

.link:hover {
	background: #999;
}

.bildergalerie_verlinkung {
	width: 600px;
}

/*
.rechte_galerie {
	height: 53px;
	width: 1400px;
	overflow-x: hidden; 
}
*/

.news_block {
	position: relative;
	border-bottom: 2px solid #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 672px;
	padding-right: 25px;
}

.news_block img {
	float: left;
}

.news_block .title, .news_block .description {
	margin-left: 185px;
}

.news_block .title {
	font-size: 14px;
	margin-bottom: 6px;
	font-weight: bold;
}

.news_block .mehr {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.news_detail .description {
	margin-left: 220px;
}

.news_detail .pdf {
	margin-bottom: 20px;
}


.news_detail > img {
	float: left;
}

.news_detail .bildergalerie {
	padding-top: 20px;
	clear: left;
}

.news_detail .bildergalerie .bild {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	width: 88px;
	height: 59px;
	text-align: center;
	border: 1px solid #ccc;
}

.news_detail .bildergalerie .bild img {
	text-align: center;
	height: 59px;
}

.news_block .bildergalerie img {
	margin-bottom: 5px;
	margin-right: 5px;
	width: 88px;
	height: 66px;
}

.event_rechter_bereich_item {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}

.eventscrollable {
	width: 600px !important;
	height: 135px !important;
}

.eventscrollable .eventitems div {
	width: 600px !important;
}

.news_detail .bildergalerie {
	position: relative;
	margin-left: 10px;
}

.news_detail .bildergalerie .eventprev {
	margin-left: -35px !important;
	margin-top: 20px;
}

.news_detail .bildergalerie .eventnext {
	margin-right: 50px !important;
	margin-top: 20px;
}

.eventscrollable .eventitems div.gallery {
    border: 1px solid #FFFFFF;
    float: left;
    height: 60px;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 85px !important;
}

.news_block .description, .news_block .description *, .news_detail .description, .news_detail .description * {
	text-align: justify;
}

.news_detail {
	width: 680px;
}

.back_button {
	margin-top: 40px;
    text-align: right;
}

.back_button a {
	font-weight: bold;
}

table.newsletter th, table.newsletter td {
	padding-bottom: 4px;
    padding-right: 30px;
    text-align: left;
    vertical-align: top;
}

.error {
	color: red;
}

#imgcontainer {
      display: none;
      position: fixed;
      z-index: 10000;
      left: 50%;
      top: 50%;
}

#imgcontainer img {
      cursor: pointer;
}

#darkcontainer {
      position: fixed;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.8;
      z-index: 9999;
      display: none;
      top: 0;
      left: 0;
}