*
{
    margin:0;
    padding:0;
    font-family: Verdana,Arial,sans-serif;
    font-style: italic;
}

body
{
    background:#C5BBA0;
}

#container
{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgb(173,167,151); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(173,167,151) 0%, rgb(197,187,160) 30%, rgb(228,222,208) 60%, rgb(197,187,160) 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(173,167,151)), color-stop(30%,rgb(197,187,160)), color-stop(60%,rgb(228,222,208)), color-stop(99%,rgb(197,187,160))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(173,167,151) 0%,rgb(197,187,160) 30%,rgb(228,222,208) 60%,rgb(197,187,160) 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(173,167,151) 0%,rgb(197,187,160) 30%,rgb(228,222,208) 60%,rgb(197,187,160) 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(173,167,151) 0%,rgb(197,187,160) 30%,rgb(228,222,208) 60%,rgb(197,187,160) 99%); /* IE10+ */
    background: linear-gradient(to bottom, rgb(173,167,151) 0%,rgb(197,187,160) 30%,rgb(228,222,208) 60%,rgb(197,187,160) 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ada797', endColorstr='#c5bba0',GradientType=0 ); /* IE6-9 */
}

#content_container
{
    width:900px;
    height:auto;
    margin:0 auto;
}

#heading
{
    width:800px;
    margin:10px auto;
}

#heading h1
{
    width:100%;
    text-align: center;
}

#slideshow
{
    width:600px;
    height: 606px;
    margin:0 auto;
}

#slideshow img
{
    width:600px;
    bottom:0;
}

#next,#prev
{
    position: absolute;
    left:50%;
    top:300px;
    font-size:60px;
    cursor: pointer;
    width:50px;
    text-align: center;
    font-style:normal; 
}

#prev
{
    margin-left:-450px;
}

#next
{
    margin-left:400px;
}

#annotations
{
    width:800px;
    margin:25px auto;
}

#annotations ul
{
    margin-left:40px;
}

#annotations ul li
{
    font-style:normal;
}

#sjs0,#msg_c
{
    overflow:hidden;
    margin:0 auto;
    left:50%;
    top:50%;
    position:relative;
}

#msg_c
{
    position:absolute;
    z-index:5000;
    display:block;
    overflow: visible;
    width:800px;
    height:600px;
    margin-left:-400px;
    margin-top:-300px;
}

#developer_overlay
{
    position:absolute;
    z-index:6000;
    display:block;
    background-size:100% auto;
    background-repeat: no-repeat;
    background-position:0 100%;
    overflow: hidden;
    left:50%;
    top:50%;
    width:800px;
    height:600px;
    margin-left:-400px;
    margin-top:-300px;
    display:none;
}

#developer_overlay img
{
    margin-top:73px;
    height:523px;
    width:800px;
}

#developer_overlay a img
{
    border: none;
}

#message, #address
{
    z-index:51;
    position: absolute;
    color:#675a47;
    text-align: center;
    width: 320px; 
    margin-left: 40px; 
    margin-right: 40px; 
    top: 181.6px; 
    font-size: 24.904761904761905px; 
}

#address
{
    left: 400px; 
    top: 260.05px; 
    line-height: 58.111111111111114px; 
}

#name
{
    height: 116.222222222222228px;
}

#reload,#back
{
    position:absolute;
    left:50%;
    margin-left:-57px;
    bottom: -100px;
    width:114px;
    height:50px;
    z-index:100;
    background-size:100% 100%;
    display:none;
    cursor:pointer;
}

#reload
{
    background:url('../img/reload.png');
}

#back
{
    width:196px;
    margin-left:-98px;
    background:url('../img/back_button.png');
}

#reload .touch-started, #reload:hover
{
    background:url('../img/reload_hover.png');
}

#back .touch-started, #back:hover
{
    background:url('../img/back_button_mouseover.png');
}

#developer
{
    width:360px;
    height:auto;
    position:absolute;
    bottom:20px;
    left:50%;
    margin-left:0px;
    text-align: right;
    color:#675a47;
    font-size: 15px;
    
}

#developer a, #developer a:active
{
     color:#675a47;
}

#developer a img
{
    border: none;
}

#error
{
    width:800px;
    height:50px;
    line-height: 25px;
    position:absolute;
    bottom:-100px;
    left:0;
    color:#675a47;
    text-align:center;
    background: url('../img/text_javascript.png');
}

#hint
{
    width:800px;
    position:absolute;
    height:50px;
    top:50%;
    margin-top:350px;
    left:50%;
    margin-left:-400px;
    bottom: 100px;
    opacity: 0;
}

#debug
{
    position:absolute;
    left:50%;
    background: #000;
    color:#FFF;
    width:100px;
    margin-left:-50px;
    z-index:1000;
    text-align:center;
    display:none;
}

#playground div
{
    position: absolute;
}

div
{
    background-size: 100% 100%;    
}

#start
{
    width:100px;
    height:100px;
    text-align: center;
    display:table-cell;
    vertical-align: middle;
    background: red;
    margin-left:-50px;
    margin-top:-50px;
    border-radius: 50px;
    line-height: 100px;
    color:#FFF;
    text-transform: uppercase;
    font-weight:bold;
    cursor: pointer;
}

#loadbar
{
    background: #000; 
    height: 32px; 
    top:250px;
    left:0;
    line-height: 32px;
    text-align: center;
}

#loadprogress
{
    height:100%;
    width:0;
    background:green;
}

#impressum
{
    position: absolute;
    right:10px;
    top:10px;
    text-align: right;
}

#developer a, #developer a:active,#developer a:visited
{
    color:#675a47;
    text-decoration: none;
    font-style: normal;
}

#developer a:hover
{
    text-decoration: underline;
}

#loadtext
{
    color:red;
}

#sjs0-post_sign div, #sjs0-card2_action div
{
    cursor:pointer;
}
