#wrap {
	 background-image:url(../.img/backgrounds/filmstreifen_groß.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color:#E6E6E6;
  }


a.thumb img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	border: solid 2px #F9F9F9;
	vertical-align: bottom;
}

a.thumb:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	border: solid 2px #D9D9D9;
}

.gallery_table {
  border-spacing: 8px;
}

.image_box {
  width: 100px;
  height: 100px;
  text-align: center;
  vertical-align: center;
  background: #F9F9F9;
}

.box_innen {
  margin-left: 10px;
}

