@charset "utf-8";

/* Ein Umlaut wie ä nötig für UTF-8 ohne BOM */

@font-face {
    font-family: 'Asap';
    font-style: normal;
    font-weight: 400;
    src: url('Fonts/Asap-400.eot');
    src: local('Asap'), local('Asap-Regular'), url('Fonts/Asap-400.eot') format('embedded-opentype'), url('Fonts/Asap-400.woff') format('woff');
}
@font-face {
    font-family: 'Asap';
    font-style: normal;
    font-weight: 700;
    src: url('Fonts/Asap-700.eot');
    src: local('Asap Bold'), local('Asap-Bold'), url('Fonts/Asap-700.eot') format('embedded-opentype'), url('Fonts/Asap-700.woff') format('woff');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    src: url('Fonts/roboto-v32-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('Fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 100;
    src: url('Fonts/roboto-condensed-v27-latin-100.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 200;
    src: url('Fonts/roboto-condensed-v27-latin-200.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url('Fonts/roboto-condensed-v27-latin-300.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    src: url('Fonts/roboto-condensed-v27-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 600;
    src: url('Fonts/roboto-condensed-v27-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('Fonts/roboto-condensed-v27-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 800;
    src: url('Fonts/roboto-condensed-v27-latin-800.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 900;
    src: url('Fonts/roboto-condensed-v27-latin-900.woff2') format('woff2');
}

body {
    margin: 0;
    font-family: 'Asap', Tahoma, Geneva, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    background-color: #f3f3f3;
}

a {
    /*color: #937c44;*/
    color: #705020;
    text-decoration: none;
}

a:hover,
a:focus {
    color: black;
    text-decoration: none;
}

img {
    border: 0;
}

form {
    margin: 0;
    padding: 0;
}

input[type="text"],
input[type="password"],
select {
    font-size: 12px;
    color: navy;
    background-color: #ffffff;
    padding: 2px 4px 0 4px;
    height: 20px;
    border-top: 1px solid #b0b0b0;
    border-bottom: 1px solid #ebebeb;
    border-radius: 4px;
    box-shadow: inset 2px 2px 2px rgba(136,136,136,0.3);
    margin: 2px;
    position: relative;
}

input[type="button"] {
    font-size: 12px;
    width: auto;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}

input[type="button"] {
    background: #BCB5A8;
    color: #fff;
    font-size: 12px;
    margin: 5px 0 10px 0;
    padding: 5px 10px 5px 10px;
    border: 1px;
}

input[type="button"]:hover {
    color: black;
}

#HeaderSelect {
    float: left;
    background-color: #37333D;
    color: white;
}

#HeaderSelectDB {
    background-color: #37333D;
    color: white;
    font-size: 10px;
}

.ClearDiv {
    clear: both;
    visibility: hidden;
    height: 0;
}

/* ========================================================== */
#Main {
    margin: 0 auto;
    padding: 0;
    width: 900px;
    border: none;
}

@media screen and (max-width: 930px) {
    #Main {
        width: 100%;
    }
}

/* =================================================== */
#MainLogo {
    height: 0;
}

@media screen and (max-width: 930px) {
    #MainLogo {
        height: 80px;
        width: 100%;
    }
}

#MainLogoDiv {
    position: absolute;
    left: 50%;
    top: 70px;
    transform: translate(-50%, -50%);
}

#MainLogoImg {
    width: 152px;
    height: 80px;
}

@media screen and (max-width: 930px) {
    #MainLogoImg {
        height: 100%;
        width: 100%;
    }
}

/* ================================================== */
#BodyHead {
    height: 95px;
}

#MetaLeftMenu {
    float: left;
    padding-top: 10px;
    width: 540px;
    height: 20px;
}

@media screen and (max-width: 930px) {
    #MetaLeftMenu {
        padding-top: 40px;
        height: 140px;
        width: 100%;
        line-height: 26px;
    }
}

#MetaLeftMenu ul {
    margin: 10px 0 0 0;
    padding: 0;
    display: inline;
}

#MetaLeftMenu ul li {
    float: left;
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
    font-size: 12px;
}

@media screen and (max-width: 930px) {
    #MetaLeftMenu ul li {
        float: none;
        text-align: center;
    }
}

#MetaLeftMenu ul li a {
    color: black;
}

#MetaLeftMenu ul li a:hover {
    color: #505040;
}

#MetaLeftMenu #LoginLink {
    z-index: 401;
    position: relative;
    cursor: pointer;
}

/* ================================================== */
#BodyHead #MetaLeftMenu #LoginDiv {
    position: absolute;
    z-index: 500;
    background-image: url('../../Pics/MainNavBg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left top;
    padding: 5px 0 40px 20px;
    margin: 0;
    width: 209px;
    top: 30px;
    font-size: 12px;
    display: none;
}

@media screen and (max-width: 930px) {
    #BodyHead #MetaLeftMenu #LoginDiv {
        top: 150px;
        left: 50%;
        transform: translate(-50%, 0);
    }
}

#BodyHead #MetaLeftMenu #LoginDiv input[type="text"], input[type="password"] {
    width: 120px;
}

#MetaLeftMenu #LoginSpanLoggedOut {
    padding: 2px 4px 2px 4px;
    background-color: #ffa0a0;
    color: black;
}
#MetaLeftMenu #LoginSpanLoggedOut:hover {
    background-color: lime;
    color: navy;
}

#MetaLeftMenu #LoginSpanLoggedIn {
    padding: 2px 2px 2px 2px;
    background-color: #a0e0a0;
    color: black;
    font-size: 10px;
    font-family: Asap;
    text-align: center;
}

#LoginCheckBtn {
    background-color: #B2AC9A;
    padding-left: 0;
    padding-right: 5px;
    font-weight: bold;
    font-size: 10px;
}

/* ================================================== */
#MetaRightMenu {
    float: right;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    width: 110px;
    height: 20px;
    text-align: right;
}

@media screen and (max-width: 930px) {
    #MetaRightMenu {
        float: none;
        margin: auto;
        text-align: center;
    }
}

#MetaRightMenu #Facebook {
    float: left;
    margin-right: 10px;
}

#MetaRightMenu #FacebookImg {
    width: 15px;
    height: 14px;
}

#MetaRightMenu #Mail {
    float: left;
    margin-right: 5px;
}

#MetaRightMenu #MailImg {
    width: 18px;
    height: 13px;
}

#MetaRightMenu #FlagGerman {
    float: left;
    margin: 2px 0 0 10px;
    background-image: url('../../pics/FlagGe.jpg');
    background-repeat: no-repeat;
    background-position: -23px top;
    text-indent: -9999px;
    width: 23px;
    height: 12px;
    display: block;
    transition: all 0.2s ease-in 0s;
    margin-left: 10px;
}

#MetaRightMenu #FlagGerman a {
    text-indent: -9999px;
    display: block;
    width: 23px;
    height: 12px;
}

#MetaRightMenu #FlagGerman:hover {
    background-image: url('../../pics/FlagGe.jpg');
    background-repeat: no-repeat;
    background-position: left top;
}

#MetaRightMenu #FlagEnglish {
    float: right;
    padding: 0;
    margin: 2px 0 0 0;
    background-image: url('../../pics/FlagUK.jpg');
    background-repeat: no-repeat;
    background-position: -24px top;
    text-indent: -9999px;
    display: block;
    transition: all 0.2s ease-in 0s;
    text-align: right;
}

#MetaRightMenu #FlagEnglish a {
    text-indent: -9999px;
    display: block;
    width: 24px;
    height: 12px;
}

#MetaRightMenu #FlagEnglish:hover {
    background-image: url('../../pics/FlagUK.jpg');
    background-repeat: no-repeat;
    background-position: left top;
}

/* =========================================== */
#MainMenu {
    padding-top: 60px;
    float: left;
    display: block;
    height: 30px;
    visibility: hidden;
}

@media screen and (max-width: 930px) {
    #MainMenu {
        padding: 0;
        padding-top: 20px;
        width: 100%;
        height: 0;
    }
}

#MainMenu ul {
    margin: 0 0 0 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: #726d62;
    line-height: 16px;
    width: 400px;
    height: 30px;
}

@media screen and (max-width: 930px) {
    #MainMenu ul {
        width: 246px;
        margin: auto;
    }
}

#MainMenu ul li {
    float: left;
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
}

#MainMenu ul li a {
    text-decoration: none;
    display: block;
    color: #a59b89;
    font-weight: bold;
    font-size: 18px;
    background-image: url('pics/ArrowsBrown.png');
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-left: 16px;
}

@media screen and (max-width: 930px) {
    #MainMenu ul li a {
        font-size: 14px;
    }
}

#MainMenu ul li a:hover {
    text-decoration: none;
    color: black;
}

#MainMenu ul li:hover ul {
    opacity: 1;
    /*visibility: visible;*/
    display: block;
}

#MainMenu ul li ul {
    position: absolute;
    z-index: 300;
    background-image: url('pics/MainMenuBack.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left top;
    padding: 10px 20px 40px 20px;
    margin: 0;
    width: 209px;
    height: 190px;
    /*visibility: hidden;*/
    display: none;
    /*
    opacity: 0;
    transition: all 0.2s ease-in 0.2s;
    */
}

@media screen and (max-width: 930px) {
    #MainMenu ul li ul {
        width: 150px;
        padding: 10px 5px 40px 5px;
    }
}

#MainMenu ul li ul li {
    float: none;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}
#MainMenu ul li ul li:first-child {
    margin-top: 0;
}

/* Sub-Caption */
#MainMenu span {
    font-size: 15px;
}

/* Sub-Menu-Links */
#MainMenu ul li ul li a {
    background-image: none;
    font-size: 14px;
    font-weight: normal;
    color: #726d62;
    margin-bottom: 5px;
}

/* ================================================== */
#BodyMain {
    width: 100%;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 930px) {
    #BodyMain {
        display: flex;
        flex-direction: row;
        flex-direction: column-reverse;
    }
}

/* ================================================== */
#BodyMainLeft {
    float: left;
    margin: 0;
    padding: 0;
    width: 185px;
    border:4px solid black;
}

@media screen and (max-width: 930px) {
    #BodyMainLeft {
        width: 100%;
        text-align: center;
    }
}

#ArchiveSearchPanelHead {
    width: 190px;
    margin: auto;
    display: none;
    background-color: #36333D;
    color: #FFD105;
    font-size: 12px;
    padding: 10px;
    margin-bottom: 10px;
    display: block;
    border:10px solid red;
}

#ArchiveSearchPanel {
    border: none;
    text-align: center;
}

@media screen and (max-width: 930px) {
    #ArchiveSearchPanelHead {
        display: block;
    }
    #ArchiveSearchPanel {
        display: none;
    }
}

.ArchiveSearch {
    position: relative;
    margin-bottom: 3px;
    background-color: #36333d;
    padding-bottom: 10px;
    /*display: none;*/
}

.ArchiveSearch {
    position: relative;
    margin-bottom: 3px;
    background-color: #36333d;
    padding-bottom: 10px;
    /*display: none;*/
}

.ArchiveSearch label {
    color: #FFD100;
    font-size: 13px;
}

.ArchiveSearch label.small {
    color: white;
    font-size: 13px;
}

.ArchiveSearch .SearchField {
    height: 30px;
    width: 100%;
    color: white;
    font-size: 11px;
}

.ArchiveSearch .SearchFieldTxt {
    margin-top: 10px;
    height: 30px;
    width: 100%;
    color: white;
    font-size: 11px;
}

.ArchiveSearch .SearchText {
    width: 100px;
    margin-left: 10px;
    border: 1px solid yellow;
}

.SearchEnter {
    border: 1px solid yellow;
    width: 21px;
    height: 21px;
    margin-bottom: 4px;
    vertical-align: middle;
    /*background-image: url('../../Pics/SearchEnter.gif');*/
}

.ArchiveSearch .SearchAucNo {
    width: 25px;
    color: green;
}

.ArchiveSearch .SearchCatNo {
    width: 80px;
}

.ArchiveSearch table.ArchiveFromTo {
    width: 100%;
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
}

.ArchiveSearch table.ArchiveFromTo label.small {
    font-size: 11px;
}

.ArchiveSearch table.ArchiveFromTo td {
    color: white;
    width: 50%;
    padding: 0;
    margin: 0;
    font-size: 11px;
}

.ArchiveSearch select {
    color: white;
    background-color: #46434d;
    font-size: 11px;
    border: 1px solid yellow;
}

.ArchiveSearchDepartment {
    font-size: 12px;
    color: white;
}

/* ======================================  */
#BodyMainLeft #DepartmentNavigation {
    position: relative;
    margin-bottom: 5px;
    background-color: white;
    padding-bottom: 10px;
    border: 1px solid #a59e89;
}

#BodyMainLeft #DepartmentNavigation a {
    color: black;
    display: block;
    padding: 3px;
}

#BodyMainLeft #DepartmentNavigation a:hover {
    color: green;
}

#BodyMainLeft #DepartmentNavigation ul {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

#BodyMainLeft #DepartmentNavigation li {
    padding: 0;
    margin: 0;
    font-weight: bold;
    list-style: none;
    list-style-image: none;
    display: inline;
}

#BodyMainLeft #DepartmentNavigation ul ul {
    font-size: 12px;
}

#BodyMainLeft #DepartmentNavigation li a {
    padding-left: 10px;
    padding-right: 5px;
}

#BodyMainLeft #DepartmentNavigation li li a {
    font-weight: normal;
    padding-left: 20px;
}

#BodyMainLeft #DepartmentNavigation li a.Sel {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #37333d;
    color: white;
}

#BodyMainLeft #DepartmentNavigation li li a.Sel {
    background-color: #cdcccf;
    color: black;
}

/* ======================================  */
#BodyMainLeft .ArchiveResultList {
    margin-bottom: 5px;
    background-color: white;
}

#BodyMainLeft .ArchiveResultList a {
    padding: 5px;
    display: block;
    color: black;
    font-weight: bold;
    font-size: 15px;
}

#BodyMainLeft .ArchiveResultList a:hover {
    color: green;
}

/* ==================================================== */
#BodyMainRight {
    float: right;
    width: 708px;
}

@media screen and (max-width: 930px) {
    #BodyMainRight {
        float: left;
        width: 100%;
    }
}

#BodyMainRight h2 {
    font-size: 28px;
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    color: #726d62;
    font-size: 20px;
    margin-top: 0;
    color: black;
}

@media screen and (max-width: 930px) {
    #BodyMainRight h2 {
        font-size: 14px;
        text-align: center;
    }
}

#BodyMainRight #Descr {
    color: #bfb39e;
    font-weight: bold;
}

/* ============================================== */
#Filter {
    height: 28px;
    margin: 0;
    padding: 0;
    height: 40px;
    background-color: #5d5b59;
}

@media screen and (max-width: 930px) {
    #Filter {
        display: none;
    }
}

#FilterTitle {
    float: left;
    margin: 0;
    padding: 7px 0 0 5px;
    width: 430px;
    height: 40px;
    color: white;
    font-size: 16px;
    vertical-align: middle;
}

#FilterTitleSpan {
    color: #FFD100;
}

#FilterMaxList {
    float: left;
    margin: 0;
    padding: 7px 0 0 5px;
    width: 200px;
    height: 40px;
    font-size: 12px;
    color: white;
    vertical-align: middle;
}

#FilterMaxListQuantity {
    width: 80px;
    color: white;
    background-color: #36333D;
}

#FilterListView {
    float: right;
    margin: 0;
    padding: 10px 0 0 5px;
    width: 60px;
    height: 40px;
    text-align: right;
    vertical-align: middle;
}

/* ============================================ */
#PageNaviUp {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

#PageNaviUpHits {
    float:left;
    margin: 0;
    padding: 4px 0 0 0;
    width: 100px;
    font-size: 14px;
}

#PageNaviUpPager {
    float: left;
    margin: 4px 0 0 0;
    padding: 0;
    width: 280px;
    font-size: 14px;
}

#PageNaviUpPager a {
    padding: 0 2px 0 2px;
}

#PageNaviUpPager a.Sel {
    font-weight: bold;
    border: 1px solid black;
}

#PageNaviUpSort {
    float: left;
    margin: 2px 0 0 0;
    padding: 0;
    width: 200px;
    font-size: 12px;
}

.OrderBySelect {
    width: 120px;
    color: black;
}

#PageNaviUpDirect {
    float: right;
    margin: 0;
    padding: 0;
    width: 114px;
    font-size: 12px;
}

#PageNaviUpDirectInput {
    width: 40px;
}

#PageNaviUpDirectEnter {
    float: right;
    margin-top: 2px;
    width: 21px;
    height: 21px;
    border-left: none;
    background-image: url('../../Pics/SearchEnter.gif');
    border: 1px solid black;
}

#PageNaviBottomPager {
    float: left;
    margin: 20px 0 0 0;
    padding: 10px 0 10px 0;
    width: 380px;
    font-size: 14px;
}

#PageNaviBottomPager a {
    padding: 0 4px 0 4px;
}

#PageNaviBottomPager a.Sel {
    font-weight: bold;
    border: 1px solid black;
}

@media screen and (max-width: 930px) {
    #PageNaviUp {
        float: none;
        text-align: center;
        width: 90%;
    }
    #PageNaviUpHits {
        width: 100%;
        float: none;
        text-align: center;
    }
    #PageNaviUpPager {
        width: 100%;
        float: none;
        text-align: center;
    }
    #PageNaviUpSort {
        width: 100%;
        float: none;
        text-align: center;
    }
    #PageNaviUpDirect {
        width: 100%;
        float: none;
        text-align: center;
    }
    #PageNaviUpDirectEnter {
        float: none;
        margin-top: -4px;
        vertical-align: middle;
    }
}

@media screen and (max-width: 930px) {
    #PageNaviBottomPager {
        float: none;
        text-align: center;
        width: 90%;
    }
}

/* ============================================ */
.FilterBlock {
    text-align: left;
    margin: 0;
    padding: 0;
    padding-top: 10px;
}

.FilterBlock h3 {
    width: 108px;
    color: white;
    font-size: 13px;
    margin: 0;
    padding-top: 0;
    padding-left: 4px;
    padding-right: 4px;
}

.FilterBlock div {
    margin-right: 5px;
}

.FilterBlock div table {
    width: 100%;
}

/* ============================================ */
.ArchiveColors {
    padding: 5px;
    padding-left: 0;
    background-color: #5d5b59;
}

/* ============================================ */

.FilterNavi {
    padding-left: 2px;
    padding-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 13px;
}

.FilterNavi p {
    float: left;
    font-size: 12px;
    color: #37333D;
    font-weight: normal;
    padding-right: 4px;
    padding-top: 4px;
    margin: 0;
}

.FilterNavi .Pages {
    float:left;
    margin: 0;
    padding: 0;
    padding-top: 2px;
}

.FilterNavi img {
    float: right;
    padding-left: 8px;
    width: 20px;
    height: 20px;
}

.FilterNaviBottom {
    padding-bottom: 10px;
    padding-top: 10px;
}

.Sort {
    line-height: 2em;
    padding-top: 2px;
    text-align: center;
    list-style-type: none;
    width: 470px;
    height: 40px;
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
}

.Sort a {
    color: black;
    text-decoration: none;
    font-size: 14px;
    padding-left: 4px;
    padding-right: 4px;
    border: 1px solid black;
}

.Sort a:hover, .Pages a.Sel {
    background-color: #37333D;
    color: white;
}

/* ======================================================= */
.ArchiveGrid {
    float: left;
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

@media screen and (max-width: 930px) {
    .ArchiveGrid {
        width: 100%;
    }
}

.ArchiveGridBox {
    float: left;
    width: 232px;
    background-color: #edece7;
    margin: 0;
    margin-right: 4px;
    margin-bottom: 10px;
    padding: 0;
    height: 640px;
}

@media screen and (max-width: 930px) {
    .ArchiveGridBox {
        width: 100%;
        text-align: center;
    }
}

.ArchiveGridBoxImg {
    margin: 0 0 20px 0;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    background-color: #DBD8D0;
}

.ArchiveGridBoxImg td {
    height: 220px;
    width: 220px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.ArchiveGridBoxImgImg {
    max-width: 200px;
    max-height: 200px;
}

table.ArchiveGridBoxData {
    margin: auto;
    padding: 0;
    width: 235px;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
}

.ArchiveGridBoxData td {
    padding: 3px;
    text-align: left;
}

.ArchiveGridBoxData .BorderBottom {
    border-bottom: 2px solid #c9c5b8;
}

.ArchiveGridBoxData td.NameCol {
    color: #505050;
    width: 100px;
    white-space: nowrap;
}

.ArchiveGridBoxData td.TextCol {
    color: gray;
    font-size: 12px;
}

.ArchiveGridBoxData td.NameCol2 {
    color: gray;
    width: 100px;
}

.ArchiveGridBoxData td.ValCol {
    color: black;
}

.ArchiveGridBoxData td.ResultCol {
    color: white;
    background-color: #37333d;
    border: 0;
}

/* ========================================== */
#ArchiveDetail {
    margin: 0;
    padding: 10px;
    border: 2px solid black;
    background-color: #edece7;
}

#BodyPosTitle {
    font-size: 20px;
    text-align: center;
}

#BodyPosTitle h1 {
    font-size: 20px;
    text-align: center;
}

#BodyPosImages {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

#BodyPosImages .PosImg {
    width: 860px;
    height: auto;
    border: 1px solid black;
}

@media screen and (max-width: 930px) {
    #BodyPosImages .PosImg {
        width: 100%;
        height: 100%;
    }
}

#ArchiveDetail .ArchiveGridBox {
    width: 100%;
    height: auto;
    float: none;
}

#ArchiveDetail .ArchiveGridData {
    width: 100%;
    padding-right: 10px;
}

#ArchiveDetail .ArchiveGridData td.ValCol {
    color: black;
    width: 80%;
}

#ArchiveDetail table.ArchiveGridImg {
    width: 100%;
    height: 800px;
    vertical-align: top;
}

.ArchiveDetailCloseLink {
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
    display: block;
}

#ArchiveDetailContainer {
    position: absolute;
    margin-top: 0;
    width: 920px;
    color: black;
}

#ArchiveDetailContainer a {
    color: black;
    text-align: center;
}

#ArchiveDetailContainer a:hover {
    color: #FFD100;
}

h2.ArchiveStart {
    color: black;
    font-size: 18px;
    padding-left: 10px;
}

h3.ArchiveStart {
    background-color: #a59e89;
    color: white;
    font-size: 15px;
    padding: 5px;
    text-align: center;
}

.ArchiveStartBox {
    background-color: #dfddd6;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    color: black;
}

.ArchiveStartBox .ArchiveTextField {
    border: 1px solid #36333d;
    line-height: 18px;
}

.ArchiveStartBox h4 {
    font-size: 18px;
    color: black;
    margin: 0;
    margin-bottom: 5px;
}

.ArchiveStartBox form {
    margin: 0;
}

input.ArchiveStartSubmit {
    border: 1px solid white;
    background-color: #36333d;
    color: #FFD100;
    font-size: 14px;
}

/* ==================================================== */
table.ArchiveTab {
    width: 100%;
}

table.ArchiveTab th {
    background-color: #d0d0d0;
    text-align: left;
    padding: 5px;
    vertical-align: top;
}

table.ArchiveTab td {
    color: #5d5b59;
    padding: 5px;
}

th span.ArchiveDepartment, th span.ArchivePos, th span.ArchiveResultPrice {
    font-size: 15px;
    color: black;
}

tr span.ArchiveDepartment, tr span.ArchivePos a, tr span.ArchiveResultPrice {
    font-size: 13px;
    color: #645637;
}

tr span.ArchivePos a:hover {
    color: black;
}

.FilterHeadLine span {
    color: #FFD100;
}

/* CSS-File für HN (www.henrys.de) --------------*/
.MrktText {
    background-color: navy;
    color: lime;
}

.debug {
   border: 1px solid black;
   color: black;
   background-color: #ffffa0;
}

#SearchId {
    position: relative;
    width: 22px;
    height: 21px;
    border: 1px solid black;
    border-left: none;
    top: 5px;
}

.Error {
    margin-top: 10px;
    border: 1px solid black;
    color: black;
    background-color: rgb(255,200,200);
    font-size: 20px;
    text-align: center;
    padding: 20px;
}

#Validation {
    width: 200px;
    margin: 10px auto 10px auto;
    padding: 5px;
    text-align: center;
    background-color: #5D5B59;
}

.PagesOption {
    float: right;
    text-align: right;
    list-style-type: none;
    width: 100px;
    padding: 0;
    padding-top: 5px;
    height: 25px;
}

/* ============================================= */

.HomeTileDiv {
    margin: 0 auto;
    margin-bottom: 6px;
    padding: 0;
    text-align: center;
    display: block;
    text-align: center;
}

.HomeTile {
    float: left;
    width: 221px;
    height: 230px;
    margin: 0 4px 6px 0;
    padding: 0;
    text-align: left;
}

.HomeTileDouble {
    float: left;
    width: 446px;
    height: 230px;
    margin: 0 4px 6px 0;
    padding: 0;
}

@media screen and (max-width: 930px) {
    .HomeTileDouble {
        float: left;
        width: 100%;
        height: auto;
        text-align: center;
    }

    .HomeTile {
        float: left;
        width: 33%;
        height: auto;
        margin: 0;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .HomeTileDouble {
        float: left;
        width: 100%;
        text-align: center;
    }

    .HomeTile {
        float: left;
        width: 50%;
        text-align: center;
    }
}

.HomeTileDoubleImg {
    padding: 0;
    width: 446px;
    height: 230px;
}

.HomeTileImg {
    text-align: center;
    margin: auto;
    width: 221px;
    height: 230px;
}

@media screen and (max-width: 600px) {
    .HomeTileDoubleImg {
      width: 100%;
      height: 100%;
    }

    .HomeTileImg {
      width: 100%;
      height: 100%;
    }
}

/* =============================================== */
#HomeMid {
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
}

#HomeMid img {
    width: 896px;
    height: 100%;
}

@media screen and (max-width: 930px) {
    #HomeMid img {
        width: 100%;
    }
}

/* ---------------------------------------------------- */
#BodyBreadCrumb {
    padding: 0;
    margin: 0 0 0 0;
    /*background-color: #a59b89;*/
    background-color: #6A6E6F;
    height: 20px;
    font-size: 12px;
}

#BodyBreadCrumb ul {
    margin: 0;
    padding: 0 0 0 5px;
}

#BodyBreadCrumb ul li {
    float: left;
    list-style: none;
    color: #f0f0f0;
    margin: 0;
    padding: 0;
}

#BodyBreadCrumb ul li:after {
    content: "//";
    padding: 0 5px;
}

#BodyBreadCrumb ul li:last-child:after {
    content: "";
}

#BodyBreadCrumb ul li a {
    color: #ffffff;
}

#BodyBreadCrumb ul li a:hover {
    color: black;
}

.Half {
    width: 50%;
}

.Width60 {
    width: 60%;
}

.Width100 {
    width: 100%;
}

.Width12 {
    width: 12%;
}

.Width75 {
    width: 70%;
}

/* ============================================== */
.NarrowTab {
    padding: 0;
    margin: 0;
    border:1px solid red;
}

.NarrowTab th {
    padding: 0;
    margin: 0;
}

.NarrowTab tr {
    padding: 0;
    margin: 0;
}

.Right {
    text-align: right;
}

.Left {
    text-align: left;
}

/* =========================================== */
.NoResult {
    margin: 0;
    padding: 5px;
    border: none;
    background-color: #ffa0a0;
    font-size: 12px;
    color: black;
    font-style: normal;
    width: 90%;
    text-align: center;
}

#OrigImages {
    width: 200px;
    margin: 10px auto 10px auto;
    border: 3px solid gray;
    padding: 20px;
    display: block;
    font-size: 14px;
    text-align: center;
    background-color: white;
}

#OrigImages a {
    color: #604000;
    text-decoration: underline;
}
#OrigImages a:hover {
    color: black;
}

.PosImg {
    width: 90%;
    border: 1px solid black;
}

.ArchiveOddRow {
    background-color: #ffffff;
}

.ArchiveEvenRow {
    background-color: #f0f0f0;
}

/* ===================================== */
#HomeTop {
    width: 900px;
    height: 400px;
    background-color: red;
}

/* ================================================================= */
#BodyPos {
    margin: 0 auto;
    padding: 0px;
    width: 900px;
    background-color: white;
}

@media screen and (max-width: 930px) {
    #BodyPos {
        width: 100%;
    }
}

.BodyPosClose {
    background-color: #c0c0c0;
    border: 2px solid black;
    text-align: center;
    margin: 4px 0 4px 0;
}

.BodyPosClose a {
    color: black;
}

.BodyPosClose a:hover {
    color: white;
}

#BodyPosCopyLink {
    margin-top: 20px;
    height: 60px;
    text-align: center;
}

#BodyPosCopyLink .StdBtn {
    background-color: white;
    border:1px solid black;
    color: blue;
}

/* ================================================================= */
#BodyBottom {
    margin: 0;
    padding: 0;
    display: block;
}

/* =========================================== */

footer {
    margin: 0;
    padding: 0;
    display: block;
}

/* ------------------------------------------------ */
.ListType {
    width: 19px;
    height: 19px;
}

#BodyPosTab {
    margin: 30px 6px 30px 6px;
    background-color: #f0f0f0;
}
#BodyPosTab td {
    border: 1px solid silver;
    padding: 6px;
}

#BodyPosTab td.NameCol {
    color: #505050;
    width: 150px;
    white-space: nowrap;
    font-weight: bold;
}

/* ------------------------------------------------ */
#BottomSitemap {
    margin: 10px auto 10px auto;
    padding: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 50px;
}

#BottomSitemap ul {
    margin: 0;
    padding: 0;
}

#BottomSitemap li {
    float: left;
    list-style: none;
    margin: 0;
    width: 150px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 6px;
}

@media screen and (max-width: 930px) {
    #BottomSitemap li {
        margin: 20px 0 0 0;
        padding: 0;
        width: 100%;
    }
}

#BottomSitemap ul li {
    float: left;
    list-style: none;
    margin: 0;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    line-height: 20px;
}

@media screen and (max-width: 930px) {
    #BottomSitemap ul li {
        line-height: 30px;
    }
}

#BottomSitemap a {
    color: black;
}

#BottomSitemap a:hover {
    color: #A88230;
}

#BottomSitemap ul li a {
    color: black;
}

#BottomSitemap ul li a:hover {
    color: #A88230;
}

#BottomSitemap .FirstLevel {
    font-size: 13px;
    height: 40px;
    border-bottom: 1px solid black;
    margin: 0 7px 200px 7px;
    border-color: #A88230;
}

@media screen and (max-width: 930px) {
    #BottomSitemap .FirstLevel {
        margin: 0 7px 220px 7px;
    }
}
