body {
	background-color:#CCC;
	color:#000;
	font-family:Arial, sans-serif;
}
h1 {
	font-size:2em;
	
	margin-left:2em;
	margin-right:2em;
	border-bottom-style:solid;
	border-bottom-color:#A00;
	border-bottom-width:0.1em;
}
h2 {
	font-size:1.5em;
	margin-left:4em;
	margin-right:4em;
	border-bottom-style:solid;
	border-bottom-color:#0A0;
	border-bottom-width:0.1em;
}
h3 {
	font-size:1em;
	margin-left:8em;
	margin-right:8em;
	border-bottom-style:solid;
	border-bottom-color:#00A;
	border-bottom-width:0.1em;
}
p,ul,form {
	margin-left:4em;
	margin-right:4em;
	padding:1em;
	background-color:#DDD;
	color:black;
}
ul {
	padding-left:3em;
	margin-top:-2em;
}
input {
	width:100%;
}
legend {
	width:22em;
}
input.button {
	width:10em;
	margin:0.5em;
}
form p
{
	margin:0;
	padding:0;
}
span.hinweis
{
	font-size:0.8em;
	color:#AA0;
	background-color:#DDD;
}
div.de
{
	width:50%;
	position:static;
	top:5em;
	left:2em;
}
div.en
{
	width:50%;
	position:absolute;
	top:5em;
	right:2em;
}
p.icons
{
	margin-top:2em;
	margin-left:4em;
	margin-right:4em;
	margin-bottom:2em;
}
img
{
	border:0;
	width:88px;
	height:31px
}