

.galeriecontainer{width: 751px; margin: auto; background-color: #ffffff; padding-bottom: 20px; overflow: hidden; } 
.galeriecontainer h1{margin-left: 20px;};
.helper{overflow: hidden; clear: both;}

.bildcontainer 
{ 
float: left; 
margin-right: 20px; 
margin-bottom: 10px; 
width:150px; 
height: 150px; 
background-image: url("bg_overview.jpg");
background-repeate: repeate-X;
border: 2px solid #FEED00;
 text-align: center;
 overflow: hidden;
 }
 
 .backnavigation
 {

 width: 710px;
 margin: auto;
 }
 

.backbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	box-shadow:inset 0px 1px 0px 0px #f9eca0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #feed00), color-stop(1, #f2ab1e) );
	background:-moz-linear-gradient( center top, #feed00 5%, #f2ab1e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#feed00', endColorstr='#f2ab1e');
	background-color:#feed00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #f0c61d;
	display:inline-block;
	color:#000000;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	padding:4px 5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ded17c;
}.backbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2ab1e), color-stop(1, #feed00) );
	background:-moz-linear-gradient( center top, #f2ab1e 5%, #feed00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e', endColorstr='#feed00');
	background-color:#f2ab1e;
}.backbutton:active {
	position:relative;
	top:1px;
}

 
.beschriftung 
{font-family: verdana, arial; 
font-size: 11px; color: #000000; 
text-align: center;
word-wrap: break-word;  
}

.galerietitle
{
font-family: verdana, arial;
}
.bild{

}
.vorschaucontainer
{
width: 700px;
margin: auto;
}
.clearfix{clear: both;}

#imgcontainer{
width: 720px;
margin: auto;
}
.galeriebild
{
background-color: #CCCCCC; 
border: 2px solid #FEED00;
text-align: center; 
float: left; width: 110px; 
margin: 5px; 
padding: 20px 10px 20px 10px;
}
.bild a , .galeriebild a{ filter:alpha(opacity=50);	-moz-opacity: 0.50;	opacity: 0.50;  }
.bild a:hover , .galeriebild a:hover{	filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;}
