body {
    padding:0;
    margin:0;
    font-family: sans-serif;
	font-size: 15px;
}

#vge_lra {
	background-color:transparent;
	position:absolute;
	width:40%;
	height:10%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right 10px center;
}
#vge_bobbels {
	background-color:transparent;
	position:absolute;
	height:1.5%;
}

#vge_bobbels span {
	height:100%;
	background-color: #d9d8d4;
	border:1px solid #d9d8d4;
	float: left;
	display: inline-block;
	margin:7px 3px 3px 3px;
}
#vge_bobbels span.active {
	border:1px solid #fff;
	background-color:#fff;
}

#vge_fullscreenWrapper {
    /*background-color: #bab9b1; */
    /*background-color: #fff;*/
	background-color: transparent;
    width:100%;
    position:absolute;
    -webkit-touch-callout: none;
    -moz-user-select: -moz-none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
    overflow:hidden;
}

#vge_headline {
	background:grey;
}


#linkcontainer { 
	padding: 5px 10px 8px 10px;
	xposition: absolute;
	xbottom:0px;
	background:#fff;

}
#linkcontainer a {
	text-decoration: none;
	color: #24324c
}

#vge_slideshow {
	background-color: #f1f1f1;
	position:relative;
}

#vge_slideshow ul{
    list-style:none;
    padding:0;
    margin:0;
}


.vge_ctrlBtn{
	display: block;
	height: 105px;
	visibility: visible;
	width: 24px;
	position: absolute;
	top: -52.5px;
	cursor: pointer;
	outline: none;
}


.vge_prevCtrl{
	background: url(arrow_gallery_small.png) no-repeat -3px 0;
}
.vge_nextCtrl{
	background: url(arrow_gallery_small.png) no-repeat -70px 0;
	right:0px;
}

.vge_prevCtrl:hover{
	background: url(arrow_gallery_small.png) no-repeat -3px -105px;
}
.vge_nextCtrl:hover{
	background: url(arrow_gallery_small.png) no-repeat -70px -105px;
}


#vge_controllerBar{
	position:absolute;
	top:50%;
	display: block;
}

#vge_slideOverlay{
	color: white;
	position: absolute;
	display: none;
	width: 100%;
	overflow:hidden;
	background-color: rgba(0,0,0,0.7); /**transparent;**/
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 1.5em;
}

#vge_slideMenu{
	position:absolute;
	/*bottom:3px;*/
	/*top: 3px;*/
	width: 100%;
	font-size: 0.9em;
	bottom: 1.5%;
}

.vge_mobile #vge_slideMenu{
	position: static;
	bottom:15px;
	width: 100%;
}

#vge_menuBackground{
	height: 23px;
	position: absolute;
	bottom: 0px;
	background-color: #1e4d69;
}

.vge_mobile #vge_menuBackground{
	display: none;
}


#vge_slideInfoText{
	display: none;
	padding: 0px 30px 6px 10px;
	line-height: 1.2em;
	overflow: auto;
	overflow-x:hidden;
}


#vge_slideMarker{
	display: none;
	list-style-type: none; 
}

#vge_slideMarker li{
	float: left;
	margin-left: 10px;
	/*line-height: 1.8;*/
}

#vge_slideMarker img{
	padding: 0px 0;
	float: left;
	visibility: hidden;
	display: none; /* passt nicht zu den neuen buttons */
}

#vge_slideMarker a.marker{
	/* font-size: 13px; */
	color:#fff;
	text-decoration: none;
	padding:2px 6px;
	border-radius:1em;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	background-color:rgba(255,255,255,0.2);
	cursor:pointer;
}


#vge_slideMarker a.marker:hover{
	color: white;
	background-color: #353535;
	background:-webkit-gradient(linear, top, bottom,color-stop(#535353,0),color-stop(#353535,1));
	background:-webkit-linear-gradient(top , #535353 0%, #353535 100%);
	background:-moz-linear-gradient(top , #535353 0%, #353535 100%);
	background:-o-linear-gradient(top , #535353 0%, #353535 100%);
	background:-ms-linear-gradient(top , #535353 0%, #353535 100%);
	background:linear-gradient(top , #535353 0%, #353535 100%);
	
	opacity: 1;
}

#vge_fullscreenBtn{
	display: none;
	padding-left: 10px;
	float:left;
	margin-top: -3px;
	height: 1.4em;
}

#vge_slideCounter{
	float:right;
	padding-right: 10px;
	/*bottom: 7px;*/
	right: 15px;
	position: absolute;
	color: white;
}

.vge_mobile #vge_slideCounter{
	font-size: 28px;
	position: inherit;
	padding: 8px;
	line-height: 28px;
	color: white;

}

#vge_slideInfoBtn{
	display: none;
	position: absolute;
	bottom: 100px;
	right: 10px;
}

.vge_cp{
	cursor: pointer;
}
