/*-------------- versteigerungen, objekte, verkäufe ----------------------*/

.v-table table {
    width: 100%;
}
.v-table table td {
    /*border: 1px solid #fff;*/
    vertical-align: top;
    padding: 4px;
    font-size: 12px;
}
.details {
    text-align: right;
}
.titel {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #666;
}
.v-table td img, .zuletzt-gesehen img {
    border: 1px solid #ddd;
    margin: 10px 7px;
    padding: 3px;
    background: #f4f4f4;
}
.v-table td a {
    text-decoration: underline;
}
td.titel a {
    text-decoration: none;
}
table td {
    vertical-align: top;
}
/* bilder */
.jcarousel {
    width: 100%;
    height: 130px;
    background: #d7d7d7;
}

/* -------------- versteigerungen ---------------- */
div.termin {
    width: 133px;
    height: 150px;
    padding: 0;
    margin: 10px;
    background: url(/images/termin.png) no-repeat 0 0;
}
div.termin a {
    text-decoration: none;
}

.termin h1, .termin h2, .termin h3, .termin p {
    color: white;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #C1121C;
}
a .termin h1, a .termin h2, a .termin h3, a .termin p {
    text-decoration: none !important;
    color: white;
    color: #C1121C;
}
a:link .termin h1, a:link .termin h2, a:link .termin h3, a:link .termin p {
    text-decoration: none !important;
    color: white;
    color: #C1121C;
}
.termin p, a .termin p, a:link .termin p {
    font-size: 12px;
    line-height: 34px;
    color: white;
}
a .termin p {
    
}
.termin h1 {
    font-size: 40px;
    line-height: 50px;
    padding-top: 10px;
}
.termin h2 {
    font-size: 18px;
    line-height: 24px;
}
.termin h3 {
    font-size: 12px;
    line-height: 18px;
}
.objekt-titel h2 {
    float: left; display: inline-block;
}
.objekt-titel ul {
    list-style-type: none;
    position: relative;
    float: right;
}
.objekt-titel li {
    display: inline-block; 
}
a.a-drucken, a.a-beobachten, a.a-zurueck {
    display: block;
    height: 32px; width: 32px;    
    overflow: hidden;
    text-indent: -9999px;
    background-repeat: no-repeat;
}
a.a-drucken {
    background-image: url(../images/icons/print.png);
}
a.a-beobachten {
    background-image: url(../images/icons/beobachten.png);
}
a.a-zurueck {
    background-image: url(../images/icons/zurueck.png);
}


