@charset "UTF-8";
 


  

#container {
  width:860px;
  left:50%;
  margin-left:-430px;
  } 
  
.arbeiten-bild img {
  margin:8px;
  opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
  
  }

 .arbeiten-links {
	 
	margin: 0 13px;

	 }
	 
	 
.arbeiten-bild img:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	}
  
.arbeiten-links:hover {
	
}


.arbeiten-links small {
  max-width:258px;
  display:block;
  line-height:15px;
}

small.arbeiten-teaser {
  min-height:40px;
  }
  
.arbeiten-container {
	margin-top:40px;
	}
	
ul {
	list-style:outside
}