/* gal.css */


#inhalt { top: 0px;}

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

#gal-lst 	{
	position: absolute;
	margin: 0 auto;
         width: 100%;
         height: 14em;
         text-align: center;
	padding: 1.1em 20px;
	list-style-type: none;
}


#gal-lst li {
	position: relative;
	float: left;
	 width: 100px;
	height: 12em;
        	margin: 0 1%;
         padding: 0 1%;
	text-align: left;
}


#gal-lst li p {
	text-align: center;
         margin:8px;
}


#gal-lst li a {
	text-align: center;
         text-decoration:none;
         color: #505050;
}

#gal-lst li a:hover {
	color: red;
}

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



p a {
	 text-align: center;
         text-decoration:none;
         color: #505050;
}

p.breadcrumbline {

	font-weight: normal;
	color: #505050;
	padding: 0em  0em  1em 0em;
	margin: 0;

}


p.bildtitel {  /* untertitel für Galerie-Bilder */

	margin-top: 0;
	font-weight: bold;
	color: #D7D7D7;
}




a:hover {  color: red;      }
h3      { font-size: 110%;  }


.breadlineend { font-style: italic; }




.thumbnail
{
text-align: center;
float: left;
width: auto;
height: 110px;
margin:  0px 5px 15px 30px;
padding: 0px;
}

.clearboth { clear: both; }




.gacontainer
{
text-align: center;
float: left;
width: 90;
height: 130px;
margin:  0px 5px 15px 30px;
padding: 0px;

}

p.ga_untertitel {  /* untertitel für die Beispielbilder bei der Galerieauswahl */
	margin-top: 0;
	padding-top: 1px;
	font-weight: normal;
	color: #D7D7D7;
	/* border: 1px  dashed black; */
}