body {
    padding: 0px;
    margin: 0px;
    color: #ff8000;
    font-family: 'Comic Sans MS';
    font-size: 25px;
    background-color: #000000;
    background-attachment: fixed;
    background-image: url('../images/starfield_01.gif');
}

svg {
    margin: 0;
    padding: 0;
}

#viewport {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

#inhalt {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0.5em;
    overflow: auto;
    border-width: 0.1em;
    border-radius: 0.5em 0em 0.5em 0em;
    border-style: inset;
    border-color: silver;
    box-sizing: border-box;
}

#bginhalt {
    position: absolute;
    z-index: 2;
    opacity: 0.4;
    top: 0;
    left: 0;
    margin: 0;
    overflow: hidden;
    background-image: url('../images/background.jpg');
    background-size: cover;
    border-radius: 0.5em 0em 0.5em 0em;
}

nav {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    overflow: auto;
    background-color: rgba(0, 0, 255, 0.1);
    border-width: 0.1em;
    border-radius: 0em 0.5em 0em 0.5em;
    border-style: outset;
    border-color: silver;
    box-sizing: border-box;
}

#uhr {
    width: 100%;
    text-align: center;
    padding: 5px;
}

a {
    text-decoration: underline;
    color: #ff8000;
}

a:visited {
    text-decoration: underline;
    color: #ff8000;
}

a:hover {
    text-decoration: none;
    color: #ff8000;
    font-weight: bold;
}

a.userlnk {
    text-decoration: none;
}

a:hover.userlnk {
    text-decoration: underline;
    font-weight: normal;
}

.back {
    font-weight: bold;
    border-color: #3b3b3b;
    border-radius: 4px;
    color: #ff8000;
    background-color: #6e6e6e;
    font-size: 0.65em;
}

#svgbutton {
    font-size: 0.8em;
}

#quick {
    position: absolute;
    top: 40px;
    left: 186px;
    z-index: 12;
    margin: 0px;
    width: 373px;
    height: 200px;
    background-color: rgba(59, 59, 59, 0.65);
    border-radius: 10px;
    display: none;
}

img.load {
    height: 20%;
    width: 80%;
    margin-top: 20%;
    margin-left: 10%;
}


/****************************************************************************************************/

fieldset.gala {
    display: inline-flex;
    border: 0.05em solid silver;
    border-radius: 0.2em;
    border-radius: 0em 0.5em 0em 0.5em;
    cursor: pointer;
    font-size: 0.6em;
}

fieldset.gala legend {
    font-size: 1.2em;
}

a:hover fieldset.gala {
    border-radius: 0.5em 0em 0.5em 0em;
    font-weight: normal;
}

fieldset {
    border: 0.1em solid silver;
    border-radius: 0.2em;
}

textarea#json {
    margin-right: 0.5em;
}


/****************************************************************************************************/

#spcalc {
    font-size: 0.7em;
    margin-left: auto;
    margin-right: auto;
}

#spcalc input {
    width: 5em;
}

#spcalc table td {
    border: 0.05em;
    border-style: solid;
    border-color: silver;
    border-collapse: collapse;
    padding: 0 0.5em;
}

#spcalc table td.resi {
    width: 8.5em;
}

#unitcalc fieldset {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.8em;
    border-radius: 0;
}

#unitcalc fieldset fieldset {
    font-size: 1em;
}

.versteckt {
    display: none;
}


/************************************************************************************/


/*                                                                                  */

tr td.green {
    color: #008040;
}

tr td.green2 {
    background-color: rgba(0, 128, 64, 0.35);
}

td.resi2 {
    font-size: 0.9em;
    width: 7em;
}