body {
    font-family:Tahoma, Geneva, sans-serif;
    font-size:10pt;
    color:#ffffff;
    width:100%;
    height:100%;
    padding:0;
    margin:0
}

.dark {
    background-color:#353535;
}

section {
    -webkit-appearance: none;
    position: absolute;
    overflow:auto;
    text-align:center;
}

.mobile {
    padding:5px;
    margin:5px;
    width:auto;
    border-right:1px solid #8e8e8e;
    border-left:1px solid #8e8e8e;
}

section.sun {
    top:86%;
    left:1%;
    width:28%;
    height:13%;
    background-image: url(../symbole/sun_set.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

section.cam {
    top:1%;
    left:31%;
    width:38%;
    height:48%;
}

section.system {
    top:91%;
    left:71%;
    width:28%;
    height:8%;
}


section.wetter {
    top:1%;
    left:1%;
    width:28%;
    height:84%;
}

section.nav {
    top:0.5%;
    left:0.5%;
    width:23%;
    height:99%;
}

section.grundriss {
    top:0.5%;
    left:24%;
    width:780px;
    height:600px;
}


section.main {
    top:0.5%;
    left:24%;
    width:75.5%;
    height:99%;
}

.show {
    background-color: #ffffff;
    overflow:auto;
}

header {
    width:100%;
    height:42px;
}

.table-show {
    margin:0px;
    padding:0px;
    width:100%;
    height:100%;
    overflow:auto;
    text-align:center;
}

object {
    width:100%;
    height:85%;
    overflow:auto;
}

table {
    width:100%;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:10pt;
    border-collapse: collapse;
}

th {
    padding-top:3px;
    padding-bottom:3px;
    font-size:9pt;
    font-weight: bold;
    border-top:1px solid #999999;
    border-bottom:1px solid #999999;
    text-align:center;
}

.u1 {
    background-color:#08088A;
}

.u2 {
    background-color:#111111;
    text-align:left;
}

td {
    padding-top:3px;
    padding-bottom:3px;
}




sb {
    font-size:6pt;
    font-weight:lighter;
}

ue {
    font-size:120%;
    font-weight: bold
}

a:link {
    color:#FFFF99
}

a:visited {
    color:#FF9900
}
a:active {
    color:#FFFFFF
}

#links {
    height: 640px;
    width:200px;
    float:left;
    margin:5px;
    padding:0;
    overflow:auto
}

#inhalt {
    height: 640px;
    width:804px;
    float:right;
    margin:5px;
    padding:0;
    overflow:auto
}

.Geschoss {
    width:225px;
    height:620px;
    left:785px;
    top:10px;
}

.info {
    -webkit-appearance: none;
    overflow:auto;
    border-radius:4px;
    border:2px solid #ffffff;
    color:#ffffff;
    background-color: #009900;
    width:50%;
    height:100px;
    margin:auto;
    margin-top:100px;
    padding:20px
}
.warnung {
    -webkit-appearance: none;
    overflow:auto;
    border-radius:4px;
    border:2px solid #ffffff;
    color:#ffffff;
    background-color: #BB0000;
    width:50%;
    height:200px;
    margin:auto;
    margin-top:100px;
    padding:20px
}
