
/* ------------------------------------------------------- */

.zvmgallery_flvplayer {
	position: absolute;
}


/* ------------------------------------------------------- */


.zvmgallery_thumbview {
	overflow: hidden;
	position: relative;
}

.zvmgallery_thumbview .scrollable {
	position:relative;
}

.zvmgallery_thumbview .sheet {
	float: left;
	padding: 0 14px 0 0;
	overflow-x: hidden;
}


.zvmgallery_thumbview .item {
	float: left;
	width: 135px;
	margin: 0 14px 14px 0;
}
.zvmgallery_thumbview .item.last {
	margin-right: 0;
}

ul.zvmgallery_thumbview_pagenavi {
	display: block;
	text-align: center;
}

ul.zvmgallery_thumbview_pagenavi li {
	list-style: none;
	display: inline;
	padding: 5px 5px 5px 5px;
	background: transparent url(imgs/diddl_lo.png) 5px 5px no-repeat;
	cursor: hand;
	cursor: pointer;
	margin: 0;
}

ul.zvmgallery_thumbview_pagenavi li a {
	width: 10px;
	visibility: hidden;
	overflow: hidden;
	display: inline-block;
	zoom: 1;
	padding: 0;
	margin: 0;
}

ul.zvmgallery_thumbview_pagenavi li:hover {
	background-image: url(imgs/diddl_hover.png);
}

ul.zvmgallery_thumbview_pagenavi li.active {
	background-image: url(imgs/diddl_hi.png);
}


/* ------------------------------------------------------- */

.tx_zvmgallery_form{
	background: url("imgs/gradient_gross.gif") repeat-x scroll 0 0 #D9E8DD;
 border: 1px solid #D2E3D0;
 float: left;
	/*
 margin-bottom: 30px;
 padding-bottom: 5px !important;
	*/
}
div.light_green{
	background:none!important;
}

.tx_zvmgallery_form ul.yeartabs {
	background: transparent url(imgs/search/hg_reiter.gif) 0 bottom repeat-x;
	padding: 0 !important;
	margin: 0 !important;
	height: 36px;
}

.tx_zvmgallery_form ul.yeartabs li {
	float: left;
	padding: 12px 15px 0 15px;
	border-right: 1px solid #fff;
	margin: 0 !important;
	list-style: none;
	height: 24px;
}

.tx_zvmgallery_form ul.yeartabs li a {
	color: #fff;
}

.tx_zvmgallery_form ul.yeartabs li.selected {
	background-color: #eff5f0;
	border-right: none;
}

.tx_zvmgallery_form ul.yeartabs li.selected a {
	color: #2F814C;
}

.tx_zvmgallery_form .inputs select {
	font-size: 11px;
}

.tx_zvmgallery_form select.month,
.tx_zvmgallery_form select.month option {
	width: 90px;
}

.tx_zvmgallery_area_form {
	padding: 0 0 0 0;
	margin-bottom: 20px;
}

.tx_zvmgallery_area_form .area {
	display: inline;
	padding: 0 0 0 20px;
}

.tx_zvmgallery_area_form .area select {

}


/* ------------------------------------------------------- */

#zvmlightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	display: none;
}

.zvmlightbox_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	background-color:#000;
}

.zvmlightbox_img {
	z-index:90;
	position: absolute;
	top: 0;
	left: 0;
	
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=0, Strength=6)
	progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=45, Strength=5)
	progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=90, Strength=6)
	progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=5)
	progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=180, Strength=6)
	progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=225, Strength=5)
	progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=260, Strength=6)
	progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=305, Strength=7);
	-moz-box-shadow: 0px 2px 10px #222;
	-webkit-box-shadow: 0px 2px 10px #222;
	box-shadow: 0 2px 10px #222;

	display: none;	
}

.zvmlightbox_close,
.zvmlightbox_navi .back, 
.zvmlightbox_navi .next {
	background: transparent url(imgs/lightbox_assets.png) 0 0 no-repeat;
	cursor: pointer;
	cursor: hand;
}


.zvmlightbox_close {
	width: 35px;
	height: 35px;
	z-index: 95;
	position: absolute;
	background-position: 0 -75px;
}
.zvmlightbox_close:hover {
	background-position: -46px -75px;
}

.zvmlightbox_navi {
	position: absolute;
	z-index: 96;
	width: 80px;
}

.zvmlightbox_navi .back {
	width: 40px;
	height: 35px;
	float: left;
}

.zvmlightbox_navi .back:hover {
	background-position: -44px 0px;
}

.zvmlightbox_navi .next {
	width: 40px;
	height: 35px;
	float: right;
	background-position: -3px -36px;
}

.zvmlightbox_navi .next:hover {
	background-position: -47px -36px;
}

.zvmlightbox_preloader {
	width: 200px;
	height: 3px;
	position: absolute;
	background-color:#444;
}

.zvmlightbox_preloader .balken {
	height: 3px;
	background-color:#888;
}

.zvmlightbox_info {
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 10px 0 0 0;
	font: 11px Verdana, Arial, sans-serif;
	color: #fff;
	line-height: 20px;
}

/* ------------------------------------------------------- */

.zvmgallery_jqthumbs .location {
	/*font-size: 12px;*/
	font-size: 1.02em !important;
	color: #666;
}

.zvmgallery_jqthumbs span.organizer,
.zvmgallery_jqthumbs span.location,
.zvmgallery_jqthumbs span.category {
	padding: 0 0 0 5px;
}

.zvmgallery_jqthumbs span.date_from {
	font-weight: bold;
}

.zvmgallery_jqthumbs h1 {
	padding: 5px 0 0 0;
}

.zvmgallery_single {
	text-align: center;
	clear: both;
}

.zvmgallery_single .single_image img {
	/*display: none;*/
}

.zvmgallery_single .back_next {
	position:absolute;
	margin: 150px 0 0 0;
	z-index: 10;
	opacity: 0;
}

.zvmgallery_single .back_next .prev,
.zvmgallery_single .back_next .next {
	width: 33px;
	height: 33px;
	cursor: pointer;
	cursor: hand;
}

.zvmgallery_single .back_next .prev {
	float: left;
	background: transparent url(imgs/arrow_back.png) 0 0 no-repeat;
}

.zvmgallery_single .back_next .next {
	float: right;
	background: transparent url(imgs/arrow_next.png) 0 0 no-repeat;
}

.zvmgallery_single .info_layer {
	text-align: left;
}

.zvmgallery_single .info_layer {
	position:absolute;
	z-index: 5;
	color: #fff;
}

.zvmgallery_single .info_layer .info_inner {
	background: transparent url(imgs/hg.png) 0 0 repeat;
	min-height: 40px;
	height: auto !important;
	height: 40px;
}

.zvmgallery_single .info_layer .text {
	padding: 10px 10px 10px 20px;
}

.zvmgallery_single .info_layer .fullscreen {
	width: 30px;
	height: 40px;
	float: right;
	background: transparent url(imgs/lupe.png) 0px 10px no-repeat;
	cursor: pointer;
	cursor: hand;
}

.zvmgallery_single .info_layer .download {
	width: 30px;
	height: 40px;
	float: right;
	background: transparent url(imgs/download.png) 0px 10px no-repeat;
	cursor: pointer;
	cursor: hand;
}

.zvmgallery_single .info_layer .download a {
	width: 30px;
	height: 40px;
	display: block;
}
/* ------------------------------------------------------- */

.zvmgallery_navi {
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
}

.zvmgallery_navi .back_next {
	float: right;
}

.zvmgallery_navi .back_next .right,
.zvmgallery_navi .back_next .left {
	background-color: #d2e3d0;
	padding: 2px 5px 4px 5px;
	line-height: 20px;
	font-size: 10px; 
	margin: 0 0 0 10px;
	cursor: pointer;
	cursor: hand;
	width: 100px;	
}

.zvmgallery_navi .back_next a.prev,
.zvmgallery_navi .back_next a.next{
	display:inline-block;
	background:url(imgs/arrow_back_two.gif) center no-repeat;
	height:15px;
	width:15px;
}
.zvmgallery_navi .back_next a.next{
	background:url(imgs/arrow_next_two.gif) center no-repeat;
}

.zvmgallery_navi .disabled {
	background-color: #fff;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}


/* ------------------------------------------------------- */

a:focus, a img, a:focus img, a img:focus { 
	outline: none !important; 
}


.zvmgallery_scrollable {
	margin: 10px 0 0 0;
	border-top: 1px solid #D1D1D1;
	position:relative;
	overflow:hidden;
}

.zvmgallery_thumbs.slider_navi_hidden {
	margin: 15px 0 0 0;
}

.zvmgallery_items .zoom span {
	display: none;
	visibility: hidden;
}

.zvmgallery_items {
	position:absolute;
}

.zvmgallery_items .sheet {
	float:left;
	line-height: 0;
}

.zvmgallery_items .row {
	padding: 10px 0 0 0;
}

.zvmgallery_items .row.first {
	padding: 15px 0 0 0;
}

.zvmgallery_items div a {
	display: inline !important;
	padding: 0 10px 0 0;
}

.zvmgallery_items a.full {
	display: none;
	visibility: hidden;
	padding: 0;
}

.zvmgallery_items div a.last {
	padding-right: 0;
}

.zvmgallery_items div a img {
	padding: 0;
	display: inline !important;
	border: 1px solid #ddd;
}

ul.zvmgallery_pagenavi {
	display: inline;
	padding: 0 10px 0 10px !important;
	margin: 0 !important;
}

ul.zvmgallery_pagenavi li {
	display: inline;
	padding: 0 3px 0 3px !important;
	margin: 0 !important;
}

ul.zvmgallery_pagenavi li a {
	background-color: #d2e3d0;
	padding: 2px 5px 2px 5px;
	line-height: 20px;
	font-weight: normal !important;
	font-size: 10px; 
	color: #414040;
	text-decoration: none;
}

ul.zvmgallery_pagenavi li.active a {
	background-color: #008838;
	color: #fff;
}

/* ------------------------------------------------------- */

.zvmgallery_slideshow {
	background-color: #444;
	margin: 0;
}

.zvmgallery_slideshow .slide {
	position: absolute;
}

.zvmgallery_slideshow .lowlevel {
	z-index:1;
}

.zvmgallery_slideshow .toplevel {
	z-index:3;
}

/* ------------------------------------------------------- */

.zvmgallery_list {
	
}

.zvmgallery_list .item {
	padding: 15px 0 8px 0;
}

.zvmgallery_list .item .image {
	float: left;
	padding: 7px 0 0 0;
}

.zvmgallery_list .item .image img {
	border: 5px solid #fff;
	-moz-box-shadow: 0px 2px 10px #bbb;
	-webkit-box-shadow: 0px 2px 10px #bbb;
	box-shadow: 0 2px 10px #bbb;
}

.zvmgallery_list .item .info {
	float: left;
	padding: 10px 0 0 0;
}

.zvmgallery_list h1 {
	font-size: 14px;
	line-height: 20px;
	padding: 3px 0 2px 0;
	margin: 0;
}

.zvmgallery_list p {
	padding: 0 0 0 0 !important;
	margin: 0 !important;
}

.zvmgallery_list a {
	text-decoration: none;
}

.zvmgallery_list span.organizer,
.zvmgallery_list span.location,
.zvmgallery_list span.category {
	padding: 0 5px 0 0;
}

.zvmgallery_list a.titlebar {
	/*
	display: block;
	background: #E4EFE4 url(imgs/totop.gif) 99% center no-repeat;
	border: 1px solid #CED4CE;
	padding: 4px 10px 4px 12px;
	text-transform: uppercase;
	font-weight: normal;
	color: #414641;
	letter-spacing: 0.1em;
	font-size: 10px;
	line-height: 13px;
	*/
	padding:0.5% 5% 0.5% 1%;
	margin-bottom:2%;
	font-size:1.02em!important;
	display:block;	
	background:url(imgs/bg_h2.gif) right top no-repeat #d9e8dd;
	color:#414040!important;
	border:1px solid #d2e3d0!important;
	font-weight: normal;
}

.zvmgallery_list a.titlebar span.date_from {
	font-weight: bold;
	font-size: 11px;
	padding: 0 5px 0 0;
}

/* ------------------------------------------------------- */

.wait_sheet {
	position: absolute;
	overflow: hidden;
}

.wait_sheet .wheel {
	position: absolute;
	text-align: center;
	background: transparent url(imgs/warten.gif) center center no-repeat;
	width: 40px;
	height: 40px;
}

.wait_sheet .bg {
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}