#bildgalerie	{ position:absolute;
				  width:626px;
				  height:400px;
				  top: 10px;
				  left:10px;}

/* Container fuer alle Thumbnails (und Google-Links) */
#thumbnails {
	position: absolute;
	left:5px;
	top: 10px;
    width: 320px;
    height: 320px;
    padding: 0px;
    margin: 0px;

}


/* container f?r das grosse Bild, darin ist bildgross und legende */
#bigpic {
    position: absolute;
	left: 320px;
	top: 10px;
    width: 300px;
	height:380px;
    border: 0;
    margin-left: 0px;
    padding: 0px;
   	font-size: 1.0em;
    color:#FFFFFF

}

#bildgross {
	margin-bottom: 15px;

}

/* div mit Bildtitel und Bildbeschrieb */
#legende {
    width: 300px;
    height: auto;
    margin: 0px;
    padding: 0px;

}


/* sog. Google-Links unter den Thumbnails, 
   falls mehr Thumbs vorhanden als im config definiert */

#thumbnails p.googleLinks {
    clear: left;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-size: 1.2em;
    color:#73E1FF;
	}

#thumbnails p.googleLinks a {
    text-decoration: none;
    color: #73E1FF;
    background-color: inherit;
	}

#thumbnails p.googleLinks a:link {
    color: #73E1FF;
    background-color: inherit;
	}

#thumbnails p.googleLinks a:visited{
    color:#FFFFFF;
    background-color: inherit;
	}

#thumbnails p.googleLinks a:hover{
    color: #FFFFFF;
    background-color: inherit;
	text-decoration: underline;
	}
#thumbnails p.googleLinks a:active{
   color:#FFFFFF;
   background-color: inherit;
	}

#thumbnails p.googleLinks a:focus{
    color: #FFFFFF;
    background-color: inherit;
	}



/* diese Styles musste ich direkt ins HTML einfuegen, weil es Safari nicht angewendet hat.

/* die einzelnen Divs mit den Thumbnails
   width + height werden im gallery dynamisch uerberschrieben 
.mini {
    float: left;
    width: 60px;
    height: 60px;
    margin: 0px 20px 20px 0px;
    padding: 0px;
   
}
.mini img{
    border: 0;
}*/

/* erzwingt Zeilenumbruch (floating bye-bye) */
.clearboth { clear: both; }

/* Der aktuell ausgewaehlte Kategorietitel und aktueller Google-Link */
.hilite { color: #73E1FF;; background: inherit; }