/* Galerien  */
.Galerie
{
    position: relative;
    z-index: 1;
    background-color:#eeeeee;
    border:solid 1px white;
    padding:3px;
}

.Vorschau
{   display:inline-block;
    overflow:hidden;
    width:100px;
    padding:0px;
    background-color:White;
    border:solid 4px white;
    margin:0;
    cursor:pointer;
}
.Vorschau div
{display:block;
 text-align:center;

}

.Vorschaubild
{
  max-height:75px;
}


.Vorschaubeschriftung {
font-size:0.8em;}

.CloseGalerie
{
position:absolute;
top:5px;
right:5px;
width:auto;
height:auto;
overflow:hidden;
padding:5px !important;
background-color:#aaa;
z-index:5;
}

.CloseGalerie input
{width:auto !important;
 height:auto !important;
 border:none !important;
 padding:0;
 margin:0;
 background-color:#aaa;
}

/* Version mit Layern */
.GalerieAbdunklung
{   position:fixed;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
    overflow:auto;
	background-image: url(/adminASPX/_Steuerelemente/StylesGalerieV1-0/Images/Hintergrund-Abgedunkelt.png);
	background-repeat: repeat;
	visibility:hidden;
	z-index:-1;
	padding-top:10px;
}

#GalerieInhalt
{
 margin:auto;
 text-align:center;
 background-color:White;
 width:300px;
}

#GalerieInhalt img
{border:none }

#bildGross
{border:5px solid white !important;
 /*cursor:url(/adminASPX/_Steuerelemente/StylesGalerieV1-0/Images/right.gif), e-resize;*/
 cursor: e-resize;
 height:600px;
}

#Gallerycontrol
{position:relative;
text-align: center; 
width:100%;
}

#closeImage
{position:absolute;
 right:0px;
 top:0px;
}



