<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#imagegallerylist {
  
  width: 600px;
  
}



#imagegallerylist .tab_head {
  
  color: #333333;
  
  padding: 0 0 10px 120px;
  
}



#imagegallerylist .column {
  
  float: left;
  
  width: 150px;
  
  /*background: #FCC;*/
  
}



#imagegallerylist .tab_row {
  
  color: #6d96ca;
  
  padding: 10px 0 10px 0;
  
  margin: 10px 0 10px 0;
  
  display: block;
  
  cursor: pointer;
  
  height: 80px;
  
}


#imagegallerylist h1 {
  
  margin: 0 0 20px 30px;
  
}



#imagegallerylist .column {
  
  float: left;
  
  width: 150px;
  
  /*background: #FCF;*/
  
  /*padding-top: 35px;*/
  
}



#imagegallerylist .pic_column {
  
  float: left;
  
  width: 100px;
  padding-right:20px;
  text-align:center;
}

#imagegallerylist .pic_column img {
    max-height:80px;
    max-width:100px;
}



#imagegallerydetail {
  
  font-size: 12px;
  
}



#imagegallerydetail .image {
  margin: 20px 0px;
}
#imagegallerydetail .image img{
    width: 100% !important;
    height: auto !important;
}

#imagegallerydetail h1 {
  
  margin: 0;
  
}



#imagegallerydetail .content_left {
  
  float: left;
  
  color: #333333;
  
}



#imagegallerydetail .content_right a {
  
  color: #c8bba4;
  
}



#imagegallerydetail .content_right {
  float: right;
  color: #c8bba4;
  background: url('/img/ly/zurueck.gif') top right no-repeat;
  padding-right: 16px;
  /*margin-right: 22px;*/  
}



#imagegallerydetail .content {
  
  float: left;
  
}
</pre></body></html>