/* 
    D7E9E2 = helles mint
    6EBD9E = dunkles mint
    5A967C
*/
html, body { 
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Courier, 'Courier New', monospace;
    text-align: left;
    font-size: 100%;
    -webkit-text-size-adjust:none;
}
a{
    color: #000000;
}
iframe{
    float: right;
    width: 390px;
}
marquee
{
    float: right;
    position: absolute;
    top: 140px;
    margin-left: 350px;
    width: 305px;
}
#marquee{
    float: right;
    position: absolute;
    top: 140px;
    margin-left: 585px;
    width: 300px;
    text-align: right;
}

#menu a, #lang a, #workZone a{
    text-decoration: none;
    color: #377C7B;
    transition: all 1s;
    font-size: 120%;
    cursor: pointer;
}
#workZone a{
    font-size: 100%;
    text-decoration: underline;
}
.active, #menu a:hover, #lang a:hover, #workZone a:hover{
    color: #D7E9E2 !important;
}
.active{
    pointer-events: none;
}
#menu, #workZone{
    font-family: 'Lato','sans serif';
    color: #377C7B;
    width: 229px;
    height: 800px;
    float: left;
    position: relative;
    z-index: 10;
}
#workZone{
    position: absolute;
    top: 70px;
    left: 1300px;
    z-index: 0;
}
#loading{    
    background-color: rgba(220, 220, 220, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    padding-top: 350px;
    z-index: 100;
}
#loading span{
    background-color: rgba(55, 124, 123, 0.75)
}
#loading img, .lb-loader img{
    box-shadow: 0 0 35px #ffffff;
    border-radius: 50px;
}
#error{
    color: #a72929;
}
#menu ul, #workZone ul{
    list-style-type: none;
    cursor: default;
}
#lang{
    font-family: 'Lato','sans serif';
    color: #377C7B;
    width: 880px;
    position: absolute;
    float: left;
    top: 15px;
    text-align: right;
}

#background{
    background-image: url('../gfx/mint_named_800.png');
    background-position: center 25px;
    background-repeat: no-repeat;
    width: 1050px;
    height: 800px;
    margin: 0 auto;
}
#title{
    position: relative;
    z-index: 100;
    top: -350px;
    left: -104px;
    height: 450px;
    width: 768px;
    overflow: hidden;
}
#titleWhite {
    position: relative;
    z-index: 100;
    top: -577px;
    left: 340px;
}
    #titleWhite img{
    width: 325px;
}
.content {
    width: 633px;
    height: 560px;
    position: relative;
    margin: 0;
    padding: 0px 16px 0px 16px;
    top: 150px;
    overflow: hidden;
    z-index: 1;
}
.content img{
    left: -104px;
    position: absolute;
}
.slideshow {
    height: 652px;
    width: 646px;
}
.slideshow img {
    left: 0px;
}
.slideshowEvent {
    height: 170px;
    width: 170px;
    position: absolute;
}
.slideshowEvent img{
    height: 150px;
    margin-top: 10px;
    border: 4px solid rgba(220, 220, 220, 0.65);  
}
.slideElement {
    position: absolute;
    display: none;
}
#next{
    position: relative;
    width: 652px;
    top: 72px;
    height: 50px;
    margin: 0 auto;
    left: -77px;
    overflow: hidden;
}
#next img{
    height: 50px;
    border: none;
}
#next a{
    text-decoration: none;
    border: none;
}
#contentMenu{
    position: absolute;
    top: 75px;
    padding-left: 250px;
}
a.choosen{
    text-decoration: none;
    cursor: default;
    pointer-events: none;
}
#pic{
    height: 652px;
    top: 69px;
}
#picLUF{
    height: 595px;
    top: 69px;
}
.scroll-pane {
    overflow: auto;
    position: absolute;
    top: 150px;
    width: 630px;
    height: 550px;
    padding-left: 250px;
    padding-right: 10px;
    -webkit-appearance: none;
    outline: none;
    z-index: 1
}

table.card, table#card{
    border: none;
    width: 100%;
}
.sortable-placeholder{
    margin-left:-4px;
    width: 100%;
    height: 40px;
    background-color: #e3f0eb;
    border: 2px ridge rgba(220, 220, 220, 0.65);
}
.ui-sortable-helper{
    border: 2px solid #377C7B;
}
fieldset{
    padding: 0px;
    height: 35px;
    border: none;
}
fieldset:hover{
    cursor: move;
}
fieldset#active{
    border: 1px solid #a72929;
}
.sort{
    width: 100%;
}
.sort table{
    border: none;
    width: 90%;
}
.sort img{
    width:5%;
    max-width: 64px;
}
.sortIMG{
    float: left;
}
.delete{
    float: right;
    margin-top: -31px;
    cursor: pointer;
}
#card td:last-child, .card td:last-child{
    width:15px;
    white-space:nowrap;
    text-align: right;
}
#card input:not([type="submit"]), .card input:not([type="submit"]){
    width: 95%;
}
#card td:last-child input:not([type="submit"]), .card td:last-child input:not([type="submit"]){
    width: 100px;
    text-align: right;
}

table.event{
    width: 100%;
    table-layout: fixed;
    border: none;
    text-align: left;
}
table.event tr:first-child td:first-child{
    width: 170px;
    padding: 0px;
    vertical-align: top;
}
/*table.event img{
    height: 150px;
    margin-top: 10px;
    border: 4px solid rgba(220, 220, 220, 0.65);   
}*/
.turnRight{
    transform: rotate(5deg);
    -ms-transform: rotate(5deg); 
    -webkit-transform: rotate(5deg);
}
.turnLeft{
    transform: rotate(355deg);
    -ms-transform: rotate(355deg); 
    -webkit-transform: rotate(355deg);
}
.skew{
    transform: rotate(2deg);
    -ms-transform: rotate(2deg); 
    -webkit-transform: rotate(2deg);
    text-shadow:2px 2px 8px #808080;
}
/* IE7 Hack Falschinterpretation von Padding*/
*+html .scroll-pane {
    padding-left: 20px;
}
*+html #contentMenu{
    padding-left: 20px;
}