/* Bildergalerie-Design */

/* Kategorienanzeige, einschl. Vorschaubilder */
#gal_navigation
{
	width: 619px;
	float:right;
	margin-right: 12px;
	font-size: 12px;
}

/* Bildformatierung */
div#galerie img{
	float:none;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	clear: both;
}
/* Schrift für Galeriebeschreibung */
.gal_descr{
	font-size: 9px;
	color: #385396;
	font-style:italic;
}
/* Schrift für aktuelle Galerie */
.gal_aktuell
{
	font-size: 10px;
	color: #999;
}
.galerienav
{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-bottom:15px;
	margin-left:20px;
}
  .mask {  
      overflow:hidden;  
      position:relative;  
  }  
  .border {  
       padding: 5px;  
       float:left;  
       margin: 5px;  
   }  
   a img {  
       border:none;  
   }  
