// check

// check

#content .gallery {
  margin-left: 2px;
  padding-bottom: 1.5em;
}

#content .galleryImage {
  float: left;
  padding: 7px;
  margin: 1px;
  background: #222;
  border: 1px solid #000;
  cursor: pointer;
}

#content .galleryImage img {
  opacity: 0.3; */
  filter:alpha(opacity=30); 
}

#content .galleryImage img:hover {
  opacity: 1;
  filter:alpha(opacity=100);
}

//end check



#rehaTeaser {
  background: red;
  font-size: 0.9em;
}

#rehaTeaser h1,
#rehaTeaser h2 {
  font-size: 0.9em;
}

#sozReha h3 {
  font-size: 0.9em;
  padding-bottom: 1em;
  *padding-bottom: 18px;
}

#medReha,
#sozReha,
#berReha {
  width: 260px;
  float: left;
  overflow: hidden;
  height: 400px;
  padding: 3px;
  cursor: pointer;
}

#berReha {
  float: right;
}

#medReha,
#sozReha {
  margin-right: 16px;
}


#medReha:hover,
#sozReha:hover,
#berReha:hover {
/*  color: #fff;
  background: #777;  */
}

#medRehaMore,
#sozRehaMore,
#berRehaMore {
  position: relative;
  height: 1.5em;
  top: 383px;
  background: #666;
  text-align: right;
}

#medRehaContent,
#sozRehaContent,
#berRehaContent {
  margin-top: -1.5em;
}