body {
    font-family: Verdana;
    font-size: 1em;
}

input {
    font-family: inherit;
    font-size: inherit;
}

.errormessage {
    background-color: #ff8080;
    border-style: solid; 
    border-width: 1px;
    text-align: center;
}

.loginframe {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    padding:1em;
}

.rightaligned {
    float: right;
}

.graph {
    width: 100%;
    height: 10em;
}

.headline {
    font-weight: bold;
    width: 100%;
}

.copyright {
    font-size: 0.7em;
}

.infotext {
    font-size: 0.9em;
}

.buttonmenu {
    float: right;
}

.smallbutton {
    background: #e0e0e0;
    border: 1px solid black;
    font-size: 0.8em;
    padding: 2px;
}

.smallbutton:hover {
    background: #50a0ff;
}

.sdata {
    border: 1px solid black;
    min-width: 4em;
}

.tablespacer {
    height: 1em;
}

.spacer {
    height: 1em;
}
