@charset "utf-8";

#GalerieFenster {
display : none;
position:absolute;
left:20px;
top:20px;
width:950px;
height:600px;
z-index:2;
border-color:#CCCCCC;
border-width: 10px;
border-style:solid;

background-color:white;
/*    filter: Alpha(Opacity=90); /* ie */
/*  -moz-opacity:0.9;  /* mozi */
/*  -khtml-opacity:0.9;  /* safari/konqueror */
/*    opacity:0.9; /* css3 */
}

#GalerieThumbs {
display : none;
position:absolute;
left:30px;
top:30px;
width:130px;
height:580px;
background-color: transparent;
overflow: auto;
z-index:3;
padding:10px;
cursor: pointer;

}

#GalerieHeader {
display : none;
position:absolute;
left:180px;
top:30px;
width:772px;
height:55px;
background-color:white;
    filter: Alpha(Opacity=90); /* ie */
  -moz-opacity:0.9;  /* mozi */
  -khtml-opacity:0.9;  /* safari/konqueror */
    opacity:0.9; /* css3 */
overflow: auto;
z-index:4;
padding:5px;
}

#GalerieInhalt {
display : none;
position:absolute;
left:180px;
top:85px;
width:780px;
height:525px;
background-color: transparent;
overflow: auto;
z-index:3;
padding:10px;
}

/* Für die Hilfseinblendungen */
#dek {
position:absolute;
left:380px;
top:100px;
VISIBILITY:hidden;
Z-INDEX:999;
}

/* Für die Hilfseinblendungen */
#suchmaske {
display : block;
background-color:white;
    filter: Alpha(Opacity=10); /* ie */
  -moz-opacity:0.9;  /* mozi */
  -khtml-opacity:0.9;  /* safari/konqueror */
    opacity:0.9; /* css3 */
Z-INDEX:10;
}

/* Für die Hilfseinblendungen */
#suchmaske_blende {
display : block;
}

.fliesstext_hilfe{
  letter-spacing: 0pt;
  text-decoration: none;
  font-weight: bold;
  font-size: 9px;
  color: #FFFFFF;
}

.bildergalerie {
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
  color: #573930;
  cursor: pointer;
}
