div.galerie_title {
  font-family: Verdana;
  color: #c0c0c0;
  padding-bottom: 5px;
  margin-bottom: 8px;
  border-bottom: 1px solid #c0c0c0;
}

div.galerie_title span {
  font-size: 20pt;
  margin-right: 20px;
}

div.galerie_title a {
  font-size: 8pt;
  color: #c0c0c0;
}

div.galerie_inhalt {
  height: 480px;
  overflow-y: auto;
}

div.thumbnail_container {
  border:1px solid lightgrey; 
  width: 100px; 
  height: 100px; 
  overflow: hidden; 
  padding: 2px; 
  float:left; 
  margin: 4px; 
  cursor: pointer; 
  font-family: verdana;
  font-size: 8pt;
}

div.thumbnail_image_image {
	clear:both; 
	border: 1px none red; 
	height: 100px; 
	text-align: center; 
	vertical-align: middle; 
	background-color: lightgrey; 
}

div.thumbnail_image_image img {
  border: 0px none white;
}

div.thumbnail_galerie_image {
	clear:both; 
	border: 1px none red; 
	height: 88px; 
	text-align: center; 
	vertical-align: middle; 
	background-color: lightgrey; 
}

div.thumbnail_galerie_image img {
  border: 0px none white;
}

div.thumbnail_galerie_label {
	border: 1px none blue; 
	height:10px; 
	width:100px; 
	text-align: center;
}
div.thumbnail_galerie_label a {
  color: black;
  text-decoration: none;
}
div.thumbnail_galerie_label a:hover {
  color: black;
  text-decoration: underline;
}

fieldset.galerie_fieldset {
  border: none;
  border-top: 1px solid lightgrey;
}

fieldset.galerie_fieldset legend {
  color: lightgrey;
  font-family: verdana;
  font-size: 10pt;
}

