body
{
    background-color: #336699;
	color: #000000;
    margin: 0px;
    height: 100%;
}

.bgmain {
    background-image: url('/img/hintergrund.png'); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}    

div
{
    margin: 5px 0px 5px 0px;
}

html
{
    font-family: Arial, Helvetica, Sans-Serif;
}

p
{
    margin: 10px 10px 10px 10px;
}

.warning
{
    height: 100%;
    padding: 10% 0% 0% 0%;
    text-align: center;
    width: 100%;
}

.warning div
{
    background-color: #c0c0c0; 
    border: double thick black; 
    margin-left: auto;
    margin-right: auto;
    padding: 5px 15px 5px 15px;
    width: 75%;
}

.warning input
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}

.warning p
{
    text-align: left;
}

.warning ul
{
    text-align: left;
}