* { 
	padding: 0;
	margin: 0;
}
html {
	height: 100%;
    margin: 0;
    padding: 0;
}
@media only screen and (min-device-width: 800px) {
    html {
        overflow:hidden;
    }
}
img, img a {
    border: none;
}
body { 
    height: 100%; 
    overflow:hidden;
    background-color: #000000;
    margin: 0;
    padding: 0;
    /*font-size: 0px;*/
    /*line-height: 0px;*/
}
#container { 
    height: 100%; 
    min-height: 100%;
    width: 100%; 
    margin: 0px auto 0;
    /*flash muss unten liegen*/
    z-index: 0;
}
.noflash {
	text-align:center;
	font-family: verdana, sans serif, arial;
	font-size:16px;
	color:#333333;
	}
/*=============== ARCHIVE ===============*/

body.archive-body {
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    background-image: url("../../../engine/css/images/archive_loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #000000;
}
#archive-wrapper {
    top: 12px;
    width: 100%;
    height: 210px;
    margin: 0 auto;
    z-index: 100;
    position: absolute;
    /*display: none;*/
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: arial, sans-serif, helvetica;
}
div#archive-box {
    background-image: url(../../../engine/graphics/gui/archive_back.png);
    background-repeat: no-repeat;
    height: 550px;
    margin: 0 auto;
    text-align: center;
    width: 970px;
    overflow: visible;
}
div#archive-box a {
    color: #ffffff;
}

#archive-overlay {
    background: #000000;
    height: 1px;
    width: 100%;
    -moz-opacity: .50;
    filter: alpha(opacity = 50);
    opacity: .50;
    top: 0px;
    left: 0px;
    display: none;
    position: absolute;
    z-index: 99;
}
div#archive-close {
    margin-bottom: -28px;
    position: relative;
    right: -945px;
    top: -11px;
    width: 30px;
    display: none;
}
div#archive-close a img {
    border: none;
}

div#archive-main {
    width:950px;
    height: 530px;
    margin: 0px;
}
div#archive-gallery {
    width:  630px;
    height: 530px;
    float:  right;
}
div#calendar-box {
    float: left;
    height: 530px;
    margin-left: 0px;
    margin-right: 0px;
    width: 312px;
    margin-top: -2px;
    overflow: hidden;
}

div#gallery-header {
    height: 30px;
    min-height: 30px;
    padding-top: 5px;
}
div#gallery-body {
    /*background-color: #996666;*/
    height: 470px;
    overflow: hidden;
}
div#gallery-footer {
    height: 30px;
    padding-top: 5px;
}

div#calendar-month {
    height: 150px;
    margin-left: 0;
    width: 321px;
    margin-top: 25px;
}
div#calendar-month-prev {
    float: left;
    height: 40px;
    width: 40px;
    margin-left: 5px;
}
div#calendar-month-table {
    float: left;
    height: 190px;
    width: 229px;
    overflow: hidden;
}
div#calendar-scroller {
    /*width: 2765px;*/
    /*dev-*/
    height: 150px;
    text-align: left;
    left: 0px;
    position: relative;
}

div#cal-head-year-month {
    width: 225px;
    float: left;
}
div#calendar-month-next {
    float: left;
    height: 40px;
    width: 40px;
}
div#calendar-month-prev a {
    /*display: none;*/
}
div#calendar-month-prev a:link img {
    width: 30px;
    height: 30px;
    margin-top: 38px;
    margin-left: 5px;
    display: block;
    border: none;
    background: url(../../../engine/graphics/gui/month_prev_30_n.png) no-repeat;
}
div#calendar-month-prev a:hover img {
    background: url(../../../engine/graphics/gui/month_prev_30_h.png) no-repeat;
}

div#calendar-month-next a:link img{
    width: 30px;
    height: 30px;
    margin-top: 38px;
    margin-left: 5px;
    display: block;
    border: none;
    background: url(../../../engine/graphics/gui/month_next_30_n.png) no-repeat;
}
div#calendar-month-next a:hover img{
    background: url(../../../engine/graphics/gui/month_next_30_h.png) no-repeat;
}

div#calendar-year {
    height: 360px;
}
div#calendar-year-1st {
    float: left;
    height: 40px;
    width: 103px;
}
div#calendar-year-prev {
    float: left;
    height: 40px;
    width: 103px;
}
div#calendar-year-now {
    float: left;
    height: 40px;
    width: 103px;
}

div#calendar-year-table {
    clear: both;
    height: 320px;
}
div.month-div {
    width: 220px;
    margin: 5px;
    float:  left;
    height: 140px;
    text-align: center;
}
div.month-div table.month-table {
    width: 220px;
}
div.month-div table.month-table td.mon-header {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: center;
}
div.month-div table.month-table tr.mon-weekdays td {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

div.month-div table.month-table td.day-cell {
    color: #FFFFFF;
    font-size: 12px;
    height: 20px;
    text-align: center;
    width: 20px;
}
div.month-div table.month-table td.day-cell.nopano {
    color: #666;
}

div.month-div table.month-table td.day-cell.haspano {
    font-weight: bold;
    color: #fff;
    background-color: #000000;
    text-align: center;
}
div.month-div table.month-table td.day-cell.todaypano {
    background-color: #990000;
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px;
    text-align: center;
}

div#calendar-year div.year-col {
    width:  310px;
    float: left;
    margin-bottom: 5px;
    text-align: center;
}

div.year-mon-block {
    margin-left: 13px;
    width: 304px;
}

div#calendar-year div.year-col-head {
    font-size: 16px;
    background-color: #111111;
    font-weight: bold;
    margin-bottom: 1px;
    margin-left: 12px;
    padding: 3px 0;
    width: 299px;
}
div#calendar-year div.month-line {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 3px 0;
    width: 96px;
    height: 18px;
}

div#calendar-year div.month-line.haspanos {
    background-color: #666;
}

div#calendar-year a.month-link {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    margin-top: -3px;
    padding-top: 1px;
    text-decoration: none;
}
div#calendar-year a.month-link:hover {
    font-weight: bold;
    color: #ffc;
    text-decoration: none;
    background-color: #990000;
}

div#calendar-year div.month-line.nopanos {
    color: #555;
    background-color: #222;
}

/*gallery*/

div#gallery-container {
    height: 475px;
    margin-top: -14px;
    overflow-x:hidden;
    overflow-y: scroll;
    width: 630px;
}
div#gallery-scroller {
    margin-top: 0px;
}
div#gallery-header {
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    line-height: 27px;
    padding: 5px 0 0;
}
div.arch-gallery-thumb {
    margin-bottom: -10px;
}
div.arch-gallery-thumb img {
    border: 1px solid #FFFFFF;
}
div.arch-gallery-label {
    background-image: url("../../../engine/graphics/gui/calendar_clock.png");
    background-repeat: no-repeat;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-bottom: none;
    border-left: none;
    bottom: 20px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    left: 6px;
    letter-spacing: 0.05em;
    margin-top: -1px;
    padding: 2px 5px 2px 10px;
    position: relative;
    text-align: right;
    width: 50px;
}
div.gallery-footer-link {
    margin: 0 auto;
    width: 250px;
}
img.archive-gallery-today-icon {
    background: url("../../../engine/graphics/gui/hist_now.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 20px;
    margin-right: 10px;
    overflow: hidden;
    width: 41px;
}
a.archive-gallery-today-link {
    float: left;
    display: block;
    line-height: 21px;
}
div#pano-div-leer {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
}

/*scrollbars*/

/*webkit-browser (no FF) */
::-webkit-scrollbar {
    width: 16px;
}
::-webkit-scrollbar-track {
    background-color: #333333;
}
::-webkit-scrollbar-thumb {
    background-color: #000000;
}
::-webkit-scrollbar-button {
    background-color: #000000;
}
::-webkit-scrollbar-corner {
    background-color: #333333;
}

/* ========== history ========= */
div#history-overlay {
    background: #000000;
    height: 10px;
    width: 100%;
    -moz-opacity: .01;
    filter: alpha(opacity = 1);
    opacity: .01;
    bottom: 64px;
    left: 0px;
    display: none;
    position: absolute;
    z-index: 69;
}
div#history-box {
    height: 64px;
    margin: 5px auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
#history-wrapper {
    background: url("../../../engine/graphics/gui/history_back.png") no-repeat scroll right top transparent;
    bottom: 95px;
    display: none;
    height: 80px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 70;
    right: 10px;
}
div#history-scroller {
    float: left;
    height: 64px;
    margin-top: -1px;
    position: relative;
    right: 43px;
    width: 100%;
}
div#history-container {
    margin-top: -21px;
    width: 100%;
}
div#history-close {
    float: right;
    height: 64px;
    position: relative;
    top: -42px;
    width: 51px;
}

div#history-strip {
    height: 64px;
}

div.history-img {
    float: right;
    height: 64px;
    margin-left: 10px;
    overflow: hidden;
    width: 18%;
    margin-top: -1px;
    line-height: 18px;
}
body.win div.history-img {
    margin-top: -6px;
}
div.history-img a {
    text-decoration: none;
}
div.history-img a.hist-link img.trans {
    height: 64px;
    width: 100%;
}
div.history-img.no-image {
    width: 0px;
    height: 64px;
}
span.history-date {
    color: #FFFFFF;
    display: block;
    /*float: left;*/
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 16px;
    margin-left: 2px;
    margin-top: -32px;
    padding: 4px 2px 2px 46px;
    text-align: left;
    width: 120px;
}
div.history-img.next-day span.history-date {
    background: url("../../../engine/graphics/gui/hist_next_day.png") no-repeat;
}
div.history-img.next-pano span.history-date {
    background: url("../../../engine/graphics/gui/hist_next_pano.png") no-repeat;
}
div.history-img.now-pano span.history-date {
    background: url("../../../engine/graphics/gui/hist_now.png") no-repeat;
}
div.history-img.prev-pano span.history-date {
    background: url("../../../engine/graphics/gui/hist_prev_pano.png") no-repeat;
}
div.history-img.prev-day span.history-date {
    background: url("../../../engine/graphics/gui/hist_prev_day.png") no-repeat;
}
div#testout {
    width: 80px;
    height: 64px;
    background-color: #666666;
    float: right;
    color: #fff;
    font-size: 10px;
    font-family: arial, helvetica, sans-serif;
    text-align: left;
}

/* some tweaks for chrome and safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    div.history-img {
        margin-top: 2px;
    }
    span.history-date {
        margin-top: -26px;
    }
}

/* ======= karte html5 ======== */
div#h5map {
    /*margin: auto 0;*/
    background: none;
    position: fixed;
    /*needs to be super high due to MSIE 11*/
    z-index: 2500;
    height: 1px;
    opacity: 1;
}
div#map-box {
    position: relative;
    overflow: hidden;
    padding: 0px;
    /*top: 0px;*/
    /*right: -3px;*/

    z-index: 2510;
    display: block;
    border: 2px solid #ffffff;
    background-image: url(../../../engine/graphics/black80.png);
    /*border: 1px dashed #f00;*/
}
div#map-close {
    /*margin-bottom: -28px;*/
    position: relative;
    width: 30px;
    z-index: 2520;
}
div#karte {
    padding: 0px;
    /*border: 1px dashed #0f0;*/
    overflow: hidden;
    z-index: 2515;
}

/*msie 10 tweaks (no cond.comm.)*/
html.msie-gte10 div#archive-gallery {
    /*margin-top: 10px;*/
}
html.msie-gte10 div#gallery-container {
     margin-top: 0px;
 }
html.msie-gte10 div#gallery-header {
    margin-top: 0px;
}

html.msie-gte10 div#gallery-body {
    height: 460px;
}

div.panoshift {
    /* html5 margin top bug */
    position: relative;
    top: -20px;
}

body {
    height:100%;
    overflow:hidden;
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    color:#FFFFFF;
    background-color:#000000;
}