/*
    $Id: galerie.css 93 2007-11-05 11:09:11Z stefan $

    Formatierungen für die Galerie
----------------------------------------------------------------------------- */

div.tip
{
	text-align:left;
	padding:2px;
    margin:0;
    width: 250px;
    z-index:5000;
	background-color:#66AE59;
    position: absolute;
}

div.tip div.date,
table.qc tbody td.termin div.dates div.date
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px

}

div.tip div.date h5,
table.qc tbody td.termin div.dates div.date h5
{
	padding: 4px 10px;
    background-color: #385C7A;
	color: #eee;
	font-size: 100%
}
/*
div.tip
{
    padding:0;
	font-size: 100%;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom:0;
}
*/
div.bilder
{
	z-index:1;
}

div.bilder div.bild
{
    background-position : center center; 
    background-repeat   : no-repeat;
    background-color    : #eee;
    border              : 1px dotted #ddd;
    float               : left;
    width               : 90%;
    height              : 150px; 
	margin              : 10px;
    margin-bottom: 15px;
    z-index:2;
}

div.bilder div.bild img
{
    width : 100%;
    height: 100%
}


div#wrapperGalerie{ margin-top:15px; }

div#wrapperGalerie div.wrapperGaleriebild{ width:112px; float:left; margin-right: 20px; }
div.wrapperGaleriebild span.bildunterschrift{ font-size: 70%;font-style:italic; }
div#wrapperGalerie div.letztesElement{ margin-right:0; }


/*  Galerie Sonderanfertigungen
---------------------------------------------------------------------------- */
div#wrapperGalerie div.galeriezeile{ margin-bottom: 20px; }

/* Galerie "Diashow" */
div.picture,
div.diashowbildinnen
{
    background-color: #EEE;
    margin: 2px;
    border:1px solid #999;
    padding:2px;
    text-align:center;
}
div.diashowbildinnen img { border:1px solid #333 }
div.diashowbildinnen p { margin-bottom:5px; background-color:#DDD; color:#333; text-align:center; }
div.picture{ text-align:center; }
div.galerie{ margin-top:20px; }
