#main {
	background-image:       url('../pics/bg.galerie.gif');	
}


#galerie {
  width:597px;
  height:145px;
  
  position:absolute;
  
  left:310px;
  top:158px;
  z-index:100;
  background-color:white;
}


.teaser {
  width:597px;
  height:147px;
  position:absolute;
  
  left:310px;
  top:10px;
  
  background-position: center center;
}


.div_thumbs {
  position:         absolute;
  left:             310px;
  top:              310px;
}

.galerie_thumb {
  float:            left;
  margin-right:     3px;
  height:           147px;
  width:            147px;
  background-position:center center;
  opacity:0.6;
  filter: alpha(opacity = 60);
}

.galerie_thumb:hover {
  opacity:1;
  filter: alpha(opacity = 100);
}

.galerie_thumb a {
  display:block;
  width:          147px;
  height:         147px;
  text-decoration:none;
}

h1 {
  font-size:13px;
  line-height:25px;
  margin-top:15px;
  margin-bottom:18px;
  margin:0;
}

