body {
    margin: 0;
    padding: 0;
    font-size: 75%;
    background-color: #f9f9f9;
    background-image: url("bg-all.jpg");
    background-image: url("bg-all.png");
    background-repeat: repeat-x;
    background-position: top center;
    font-family: "Verdana", "Arial", sans-serif;
}
.wsErrorMessage {
    margin: 0 0 0.8em 0.3em;
    font-weight: bold;
    color: #ff0000;
}
.inv {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.nz {
    width: 0;
    height: 0;
    clear: both;
    line-height: 1;
}

p,div,h1,h2,h3,form,button,ul,li,fieldset {
    padding: 0;
    margin: 0;
}
fieldset {
    border: 0;
}
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #666;
}
a img {
    border: 0;
}
a:hover,a:focus,a:active {
    text-decoration: underline;
}
acronym {
    border-bottom: 0 dashed #808080;
    cursor: help;
}
input,select,button,textarea {
    font-family: "Verdana", "Arial", sans-serif;
    font-size: 1em;
}
h1 {
    font-size: 2.2em;
    color: #666;
    padding: 0 1.6em 0.3em;
    line-height: 1.6em;
    color: #c00;
    font-weight: 400;
}
h2 {
    font-size: 1.8em;
    font-weight: 400;
    color: #c00;
    padding: 0 0 0.6em;
}
h3 {
    font-size: 1.1em;
    color: #333;
}
#inhalt ul,p {
    font-size: 1.3em;
    color: #333;
    line-height: 1.5em;
    margin-bottom: 1.2em;
}
#all {
    margin: 12px auto;
    width: 66.6666em;
    width: 80em;
    max-width: 100%;
    position: relative;
    padding-top: 16.6666em;
}
#header {
    position: absolute;
    top: 0;
    max-width: 100%;
    overflow: hidden;
}
#header img {
    overflow: hidden;
    max-width: 100%;
    top: 0;
    width: 78em;
    height: 16.6666em;
    z-index: 100;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
#inhalt {
    width: 42.4em;
    max-width: 100%;
    width: 62.6666em;
    width: 78em;
    margin-top: 0;
    padding: 2em 0;
    background-color: white;
    min-height: 30em;
    position: relative;
    z-index: 500;
    clear: both;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
#add {
    position: absolute;
    top: -50px;
    top: 3em;
    right: 20px;
    right: 3em;
    border: 1px solid #c00;
    text-align: center;
    border : 0px solid;
}
#arr_info {
    width: 60%;
}
* html #inhalt {
    height: 50em;
}
*+html #inhalt {
    clear: both;
    position: relative;
    top: 5em;
    top: 0;
}
#inhalt ul {
    margin-left: 1.4em;
}
#inhalt ul li {
    list-style-type: disc;
}
#inhalt p  {
    max-width: 95%;
}
#inhalt p a {
    font-weight: 700;
    color: #0000ff;
}
#inhalt .google {
    padding: 0em 2em;
    overflow: hidden;
}
#facebook {
    padding: 0em 2em;
    overflow: hidden;
}
form {
    font-size: 1.5em;
    padding: 0 2em;
}
.result {
    margin: 1em 0 0;
}
#facebook {
    margin-bottom: 2em;
    margin-left : 8px;
}
.result span.lab {
    display: block;
    width: 10em;
    float: left;
    clear: left;
    margin-right: 1em;
}
#grad {
    width: 3em;
    text-align: center;
    color: #333;
    font-weight: 700;
}
#footer {
    border-top: 2px dashed #c00;
    padding-top: 1em;
    text-align: center;
    padding: 2em;
    margin-top: 2em;
    clear: both;
}
#footer a {
    color: #c00;
    font-weight: 700;
}
.result .neg {
    color: #c00;
    display: inline;
}
#columns {
    padding: 0em 2em 1em;
    columns: 3 250px;
    -webkit-column-count: 3;
    -webkit-column-width: 250px;
    -webkit-column-rule: 1px #C0C0C0 dashed;
    -webkit-column-gap: 2em;
    column-rule: 1px #C0C0C0 dashed;
    column-gap: 2em;
}
#columns div.col-ff {
    -moz-column-count: 3;
    -moz-column-width: 250px;
    -moz-column-gap: 2em;
    -moz-column-rule: 1px #C0C0C0 dashed;
}
#columns h2 {
    -webkit-column-span: all;
    column-span: all;
    border-bottom: 1px dashed #DEDEDE ;
    margin: 2em 0 1em;
}
#inhalt p.nobreak {
    break-inside: avoid;
}
#inhalt p.comment {
    padding: 1em 2em;
    font-size: 1em;
    line-height: 1.8em;
}


