.divpointer { cursor: pointer; }

.halter { position: relative; z-index: 1; }
.over { display: block; bottom: 0; width: 100%; z-index: 2; position: absolute; text-align: center; }
.halter:hover .over { display: block; bottom: 0; width: 100%; z-index: 2; position: absolute; text-align: center; }
.color { font-size: 14px; font-family:'PT Sans',tahoma,arial; color: #FFFFFF; padding: 10px; background-color: #71be45; font-style: normal; filter: alpha(opacity = 80); -ms-filter: "alpha(opacity = 80)"; opacity: .80; }

.bildumgebung {
  padding: 6px;
  border: 1px solid #CCCCCC;
  border-radius: 6px 6px 0px 0px;
}

.bildumgebung img {
  border-radius: 6px 6px 0px 0px;
}

.bildumgebung .subtitle {
  padding: 6px 6px 6px 6px;
  background-color: #636363;
  color: #cccccc;
  font-style: italic;
  text-align: left;
  border-radius: 0px 0px 6px 6px;
}

.imgtitle  {
  padding: 6px 0px 6px 0px;
  background-color: transparent;
  color: #999999;
  font-size: 14px; 
  font-style: italic;
  text-align: center;
}

.picborder { border: 5px solid #999999; }