.mod_cataloglist {
  padding-bottom: 40px;
  line-height: 1.5em;  
  clear: both;  
  text-align: left;
}

.mod_cataloglist ul {
  list-style: inside disc;
  margin: 0;
  padding: 0;
}

#MainColumn .mod_cataloglist ul {   
  margin-bottom: 0;
} 

.mod_cataloglist ul li {
  line-height: 1.3em;  
}

/* Webseiten */
.non-print {

}

.non-print .mod_cataloglist {

}

.non-print .mod_cataloglist .total {
  display: none;
}

.non-print .mod_cataloglist .item {
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px dotted black;
  height: 240px;
}

.non-print .mod_cataloglist .item .field {
  position: relative;
  margin-left: 340px;  
}

.non-print .mod_cataloglist .item .label {
  font-weight: bold;
  margin-top: 7px;  
  color: #4c4c4c;
}

.non-print .mod_cataloglist .item .value {
  color: black;
  margin-left: 10px;
}

.non-print .mod_cataloglist .item .Comment .label {
  display: none;
}

.non-print .mod_cataloglist .item .Comment .value {
  font-size: 90%;
  line-height: 1.1em;
  color: #999999;
}

.non-print .mod_cataloglist .item .Screenshot {
  position: absolute;
  overflow: hidden;
  margin: 0;
  top: 0;
  left: 0;
  width: 320px;
  height: 220px;   
  border: 1px solid #252832;
}

.non-print .mod_cataloglist .item .Screenshot .label {
  margin: 0;
}

.non-print .mod_cataloglist .item .Screenshot:hover {
  width: 600px;
  height: 300px;

}

.non-print .mod_cataloglist .item .Screenshot .value {
  position: relative;
  margin: 0 0 0 -50px;
}

.non-print .mod_cataloglist .item .Screenshot:hover .value {
  margin: 0;
}

.non-print .mod_cataloglist .item .Screenshot img {
  display: block;
}


/* ----------------------------------------------------------- */
/* Fotografie */

.hoverImage {
  background-color: black;
  padding: 2px;
}

.hoverImage .item {
  margin: 0 3px 3px 0;
  margin: 0;
  position: relative;
  float: left;
  border: 2px solid black;
  overflow: hidden;
  width: 136px;
  height: 136px;  
  padding: 2px;
}




.hoverImage .item .frame {
  height: auto !important;
  position: absolute;      
  text-align: center;  
  background: transparent url(img/imgShadow.png) no-repeat center center;  
  padding: 8px;  
  left: -86px;  /* Frame-Breite abzgl sichtbare Breite + padding / 2 */
  top: -64px !important;
  top: 0; /* Komp. IE 6 */
}

.hoverImage .item .frame,
.hoverImage .item .frame div {
  width: 300px;  
  height: 270px;
}

.hoverImage .item .frame div {
  display: table-cell;
  vertical-align: middle;    
}

.hoverImage .item .frame div img {
  padding: 1px;
  border: 1px solid transparent;
  display: block;
  position: relative;
  margin: -20px auto 0 auto;  
}

.hoverImage .item .frame p {
  color: white;  
  font-size: 80%;
  line-height: 1.2em;
  display: none;
  margin: 4px 0 0 0;
  margin: 0;
}

.hoverImage .item:hover .frame p.Title {
  font-size: 90%;
}


.hoverImage .item:hover {
  z-index: 100;
  overflow: visible; 
}

.hoverImage .item:hover .frame {
/*   width: auto;
   height: auto;*/
}

.hoverImage .item:hover .frame div img {
  border-color: white;
}

.hoverImage .item:hover .frame p.Title {
  display: block;
}

.hoverImage .item:hover .frame p {
  display: block;
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 300px;
}


.hoverImage .item:hover .frame p.YearCreated {

}



