.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-family:'PT Sans',tahoma,arial; color: #333333; padding: 7px; background-color: #FFFFFF; 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; }

/* Impressum TitleTag */
.imprint_back  { text-shadow: 1px 1px 2px #666, -1px 1px 2px #666, 1px -1px 2px #666, -1px -1px 2px #666; bottom: 1px; right: 5px; }
.imprint_font  { font-size: 12px; line-height: 12px; color:#FFFFFF; }
/* Impressum TitleTag */