body
{
	background: black;
	color: white;
	font-size: 14pt;
	font-family: Arial, Helvetica;
	padding-left: 20px;
}

label
{
	display: inline-block;
	width: 12em;
}

.smaller
{
	font-size: 8pt;
}

input 
{
	
	background-color: white;
	color: black;
	margin-right: 10px;
}

#submit 
{
	margin-top: 1em;
	margin-left: 12em;
	padding-left: 5px;
}

#error
{
	margin-top: 20px;
	color: #b91e1e;
}

#disclaimer
{
	margin-top: 40px;
	width: 50%;
	font-size: 8pt;

}

#impressum
{
	font-size: 8pt;
	position: absolute;
	bottom: 1em;
	right: 1em;
}

h1
{
	font-size: 12pt;
}

.impr p
{
	font-size: 9pt;
}