#slides {
	width: 370px;
	height: 220px;
  padding: 0;  
  margin:  0 auto;  
} 
 
#slides img {  
    padding: 10px;  
    border:  1px solid rgb(100,100,100);  
    background-color: rgb(230,230,230);
    width: 266px;
    height: 200px;
    top:  0; 
    left: 0 
} 

#top_angebot {
  border-top: 1px solid rgb(82,140,255);
  border-bottom: 1px solid rgb(82,140,255);
  padding-bottom: 10px;
}

#top_angebot h3{
  color:rgb(64,102,241); 
  font-size:1.17em; 
  font-weight:bold;
  text-align: center;
}

#top_angebot h4{
  color:rgb(64,102,241); 
  font-size:1em; 
  font-weight:bold;
  text-align: center;
}