.tx-estateagent-pi1-listrow {
   width: 960px;
}
.tx-estateagent-pi1-datarow {
   background-color: #DDD;
   color: #444;
   width: 460px;
   height: 300px;
   float: left;
   margin: 0px 20px 20px 0px;
   overflow: hidden;
   position: relative;
}
.tx-estateagent-pi1-datarow .tx-estateagent-pi1-mainImage {
   float: right;
   width: 200px;
   height: 130px;	/* TODO!!! weg damit */
   margin: 50px 10px 10px 10px;
   border: solid 1px #FFF;
   overflow: hidden;
}

.tx-estateagent-pi1-overlayDate {
   position: absolute;
   top: 10px;
   right: 15px;
   color: #AAA;
   font-family: Georgia,"Nimbus Roman No9 L", "Times New Roman", serif;
   font-size: 24px;
   line-height: 24px;
   text-align: right;
}
.tx-estateagent-pi1-overlayText {
   margin: 10px;
}

.tx-estateagent-pi1-overlayText h2 {
   font-family: Georgia,"Nimbus Roman No9 L", "Times New Roman", serif;
   font-size: 22px;
   font-weight: normal;
   display: block;
   border-bottom: solid 1px #FFF;
   padding-bottom: 10px;
}

.tx-estateagent-pi1-subHeaderBlock {
   margin-top: 20px;
}

.tx-estateagent-pi1-listView-details {
  clear: both;
  margin: 10px 10px 20px 10px;
  background-color: #AAA;
  padding: 3px 5px;
  margin-bottom: 20px;
  width: 200px;
}
.tx-estateagent-pi1-listView-details p {
  margin: 0px;
}
.tx-estateagent-pi1-linkmore {
  margin: 10px;
}
.tx-estateagent-pi1-linkmore a {
   color: #1489CC;
}

