/* DanLoupe.css from Daniel Schwamm, 20.01.2010 */
/* Umlaut Ä für UTF-8-Zwang */
/* Port LuxBags: unverändert übernommen (Logo wird per PHP gesetzt) */

body {
    font-family: arial, sans-serif;
}

#LogoDiv {
    text-align: center;
}

#LogoImg {
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 120px;
}
@media screen and (max-width: 930px) {
    #LogoImg {
        width: auto;
        height: auto;
        max-width: 90%;
        max-height: 80px;
    }
}

#MainImgDiv {
    padding: 0;
    margin: auto;
    width: 90%;
    text-align: center;
    max-width: 900px;
    max-height: 900px;
}

#MainImg {
    max-width: 900px;
    max-height: 900px;
}

.PosIdFrame {
    margin: 0px auto;
    border: 1px solid black;
    width: 90%;
    background-color: #eaeaea;
    text-align: center;
    padding: 10px;
}

@media screen and (max-width: 500px) {
   .PosIdFrame {
       width: 340px;
   }
}

#HENRYsPos {
    position: relative;
    top: 20px;
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 20px;
}

#ImgDiv {
    margin: auto;
    width: 90%;
    padding: 10px;
    background-color: red;
    text-align: center;
}

#MainImgDiv a {
    display: inline-block;
    max-width: 100%;
}

#MainImg {
    display: block;
    margin: 5px auto;
    max-width: 100%;
    height: auto;
}

.ThumbImg {
    margin: 5px auto 5px auto;
    max-width: 400px;
    width: 90%;
    display: block;
    text-align: center;
}

#Tab {
}

@media screen and (max-width: 500px) {
    .PosIdFrame {
        width: 100%;
    }
}

#Txt {
    margin: 0 auto;
    background-color: white;
    text-align: left;
    width: 90%;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid black;
    font-family: arial, sans-serif;
    font-size: 20px;
}

#PosIdId {
    margin: 0;
    padding: 5px;
    text-align: center;
}

.PosIdTxt {
    width: 90%;
    padding: 10px;
    margin: 10px 10px;
    text-align: justify;
}

#LoupeDiv {
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    overflow: hidden;
    visibility: hidden;
    z-index: 3;
    border-top: 2px solid #efefef;
    border-left: 2px solid #efefef;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
}

#LoupeImg {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

#SearchDelImg {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

#LoupeLoupeImg {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

#SrchLoupeImg {
    position: relative;
    top: 3px;
}

.PosIdClose {
    padding: 10px;
    margin: 10px 10px;
    text-align: center;
}

#Pos {
    margin: 20px auto;
    max-width: 800px;
    background-color: #ffffff;
    border: 1px solid gray;
}
#Pos th {
    text-align: left;
    background-color: #d0d0d0;
    padding: 14px;
}

#Pos td {
    text-align: left;
    background-color: #f0f0f0;
    padding: 14px;
}

#OrgImages {
    width: 300px;
    margin: 10px auto 10px auto;
    border: 3px solid gray;
    padding: 20px;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}

#OrgImages a {
    color: blue;
}

#OrgImages a:hover {
    color: green;
}

#ExternAuctionInfoDiv {
    margin: 30px 0 0 0;
    background-color: #f06050;
    border: 2px solid black;
    padding: 20px;
    color: white;
    text-align: left;
}

#WinClose {
    margin: 20px;
    text-align: center;
    font-size: 14px;
}

#MorePicsTitle {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
}

.Clear {
    clear: both;
    visibility: hidden;
    height: 0;
}

#PosImagesMovie {
    margin: auto;
    text-align: center;
}

#PosImagesMovieIFrame {
    margin: auto;
    height: 600px;
    width: 800px;
}

.Red {
    color: red;
}

/* ======================================================= */
@media print {
    #ScreenOnly {
        display: none;
    }
    @page {
        size: A4;
        margin: 10px;
    }
    body, html {
        margin: 0;
        padding: 0;
        width: 210mm;
        height: 297mm;
    }

    #PrintPage {
        width: 100%;
        height: 100%;
        page-break-after: avoid;
        transform: scale(1);
        transform-origin: top left;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    #LoupeDiv {
        display: none !important;
    }
}
