@CHARSET "UTF-8";

/** Styles für die Motivevorschausseite,
  * die alle Karten eines Themas zeigt.
  * z.b: http://kallos/weihnachtskarten/Premium-Edition.html
  */

.k_motive_preview {
    margin-left: auto;
    margin-right: auto;
    width: 183px;
    height: 183px;
    overflow: hidden;
    position: relative;
    background: #fff url(../../gfx/bg_motive_preview.png) no-repeat top left;
}

.k_motive_preview_agencycard {
    background: #fff url(../../gfx/bg_motive_preview_agencycard.png) no-repeat top left !important;
}  

.k_motive_preview a.k_motive_preview_title {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 20px;
    width: 183px;
    text-align: center;
}
.k_motive_preview a.k_motive_preview_img {
    display: block;
    height: 20px;
    text-align: center;
}
.k_motive_preview a.k_motive_preview_img img {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #aaa;
}

/** Anzahl Klicks unter Karte **/

p.k_card_click_cnt {
    text-align:   right;
    margin-right: 2px;
    font-size:    90%;
    color:        #aaa
}
