#ergebnisse, #title
 {
text-align: center;
display: block;
margin:  auto;
}
#selected_img
{
text-align: center;
display: block;
max-width: 700px;
width: 100%;
height: auto;
margin:  auto;
}
#selected_img img
{
margin:  auto;
width: auto;
max-width:700px;
height: 500px;
}
#rahmen{

max-width: 50%;
  margin-left: auto;
  margin-right: auto;
display: block;}
#image_list li
{
border:2px solid black;
width: 4%;
display: inline-block;
max-height: 50px;
}
#image_list li:hover
{
border:2px solid yellow;

}
#image_list li:visited
{
border:2px solid yellow;

}
#image_list li img
{

   margin-left: auto;
  margin-right: auto;
text-align: center;
width: auto;
height: auto;
max-height: 30px;}
#image_list 
{

   margin-left: auto;
  margin-right: auto;
text-align: center;
width: auto;
height: auto;
max-height: 30px;}