html, body
{
    position: relative;
    height: 100%;
    margin: 0px;
    padding: 0px;
    color: #000000;
}

#offline-warning
{
    position: absolute;
    top: 20px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    background-color: #D4021D;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

#game-panel
{
    position: relative;
    width: 860px;
    height: calc(100% - 40px);
    margin: auto;
    padding: 20px;
    background-color: #b0c4de;
}

#logo-uni-due
{
    height: 40px;
    float: left;
}

#logo-medman
{
    height: 40px;
    float: left;
    margin-left: 20px;
}

#logo-versicherungsspiel
{
    height: 55px;
    float: left;
    margin-left: 20px;
    margin-top: -10px;
}

#logo-cinch
{
    height: 40px;
    float: right;
    margin-right: 20px;
}

#logo-th-kaernten
{
    height: 40px;
    float: right;
}

#content-panel
{
    clear: both;
    width: 100%;
}


#errorMessage
{
    font-size: 15px;
    font-family: sans-serif;
    padding: 5px;
    margin-top: 20px;
}

a:link, a:visited, a:active, a:focus
{
    color: black;
}

a:hover
{
    text-decoration: none;
}

.loginLink
{
    font-size: 15px;
    margin-top: 50px;
    display: block;
}

#gameClosedMessage
{
    width: 400px;
    margin: auto;
    margin-top: 150px;
    padding: 20px;
    display: none;
}

#gameClosedMessage p
{
    font-weight: bolder;
}

#registrationFormWrapper
{
    width: 400px;
    margin: auto;
    margin-top: 150px;
    padding: 20px;
    display: none;
}

.documentationSectionHeadline
{
    font-weight: 800;
}

#documentationLeftHand,
#documentationRightHand
{
    width: 350px;
    margin-top: 50px;
    padding: 20px;
}

#documentationLeftHand
{
    float: left;
}

#documentationRightHand
{
    float: right;
}

#gamePin:focus, #userName:focus
{
    border-color: black;
}

#registerButton
{
    font-size: 20px;
    height: 35px;
    width: 100%;
}

#registerButton:hover
{
    background-color: lightgray;
}


label, input
{
    display: block;
    height: 25px;
}

input.text
{
    margin-bottom: 12px;
    width: 95%;
    padding: .4em;
    font-size: 20px;
}

fieldset
{
    padding: 0;
    border: 0;
    margin-top: 25px;
}

.ui-dialog .ui-state-error
{
    padding: .3em;
}

.no-close .ui-dialog-titlebar-close
{
    display: none;
}