@charset "iso-8859-1";
/* -----CSS Styles für Galerie mit Thumbs links */

/* In dieser CSS werden die Klassen der Listenobjekte angesprochen, sodass überall */
/* zunächst die gleiche Galerie erscheint. Anschließend können in einer speziellen */
/* CSS Datei, die den Namen des Verzeichnisses mit Underscors trägt gesonderte css */
/* Informationen abgelegt werden. Hier sollten dann die entsprechenden IDs verwen- */
/* det werden, um Konflikte zu vermeiden. */

/* needed for IE to make :active state work first time */
#frame a, #frame a:visited {color:#fff;} 

/* für das Hochladeformular*/

#fieldsetstandard{
	padding: 10px;
}

/* common styling for all galleries */
a.gallery, a.gallery:visited{
    display:block;
    width:100px;
    height:75px;
    margin:3px;
    color:#fff;
    text-decoration:none;
    z-index:50;
    background-color:#3f3f40;
    background-repeat:no-repeat;
    background-position:center;
}


#choosegallery{
	color:#fff;
	float:left;
	margin-left:2em;
}
#choosegallery a{
   color:#fff;
}

#choosegallerycontent{
	position: absolute;
	float:left;
	margin-left:25px;
	margin-top: 50px;
}

/* Alle Bilder und Kommentare werden ausgeblendet */    
a.gallery em, a.gallery span {display:none;}

/* Anzeigen des ersten Bildes als Standardbild wird im Headteil geregelt, da  */
/* die Thumbs unterschiedliche Klassen haben können.                          */

a.gallery:hover {border:2px solid #fff;}

/* Grunddefinitionen                    */
#frame{
   position:relative;
   width:100%;
	height:410px;
   border:1px solid darkgrey;
   margin:1em auto; /*zentriert*/
   color:#fff;
	min-width:560px;
}

#frame img{
    border:0;
    margin-left:auto;
    margin-right:auto;
    padding:3px;
}


/*----------------Leiste rechts--------------------*/
.thumbsrechts{
	float:right;
	width:35%;
	height:410px;
	overflow: auto;
}

.thumbsrechts a.gallery{
	float:right;
}

/*Style Lage des großen Bildes rechte Reihe*/
.thumbsrechts a.gallery:active em,.thumbsrechts a.gallery:focus em, #firstimage{
   display:block;
   position:absolute;
   top:25px; left:23px;
   width:406px;
   height:306px;
   background-color:transparent;
   
}
/*Titel unter Bild */
.thumbsrechts a.gallery:active span, .thumbsrechts a.gallery:focus span, #imagecomment{
   position:absolute;
   display:block;
   top:334px; left:23px;
   width:408px;
   height:75px;
   overflow:auto;
}

