html * {
    font-size: 1em;
    color: #000;
    font-family: Arial;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 1.5em;
}

legend {
    margin-top: 1.5em;
    font-size: 1.5em;
}

label {
    position: relative;
}

label.h2 {
    font-size: 2em;
}

fieldset {
    margin-top: 1px;
    background: #eee;
/*    width: 50%;*/
}

fieldset fieldset {
    margin-top: -30px;
    margin-right: 3em;
    padding-right: 4em;
    width: 13em;
}

input:not([type=button]):not([type=submit]):not([type=reset]), textarea {
    background-color: #fffbf0;
    margin-top: 4px;
    margin-bottom: 4px;
}

button, input[type=button], input[type=submit], input[type=reset] {
    margin: 0 2em;
    padding: 0.2em 0.5em;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

button.asLink, input[type=button].asLink, input[type=submit].asLink {
    background: none!important;
    border: none;
    display: inline;
    font: inherit;
    margin: 0!important;
    padding: 0!important;
    outline: none;
    outline-offset: 0;
    color: blue;
    cursor: pointer;
    text-decoration: underline;
    -webkit-border-top-left-radius: inherit;
    -webkit-border-top-right-radius: inherit;
    -webkit-border-bottom-left-radius: inherit;
    -webkit-border-bottom-right-radius: inherit;
}

form {
    display: inline;
}

#page {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#content {
    flex: 1 0 auto;
    padding: 1.5em;
}

#header {
    flex: none;
}

#header #menue {
    text-align: right;
}

#footer {
    flex: none;
    text-align: right;
}

