body {
	height: 100%;
	font-size: large;
	background: url('images/luftbild.jpg') no-repeat center fixed;
	background-size: cover;
	padding: 0em;
	margin: 0em;
	font-family: Arial, Helvetica, sans-serif;
}

header {
	background-color: #920707;
	width: 100%;
	margin: 0em;
	padding: 0em;
	color: white;
	font-size: 100%;
	text-align: center;
}

main {
	background-color: lightgrey;
	border-radius: 15px;
	margin: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 60em;
	min-width: 60em;
	padding: 1em;
	text-align: center;
}

footer {
	background-color: lightgrey;
	border-radius: 15px;
	position: absolute;
	right: 1em;
	padding: 0.5em;
	font-size: smaller;
	text-align: center;
}

footer a {
	text-decoration: none;
	color: black;
}

h1 {
	margin: 0em;
	padding: 0.5em;
}

h2 {
	margin: 0em;
	text-align: center;
}

p {
	border-radius: 15px;
	background-color: #eeeeee;
	text-align: justify;
	padding: 1em;
}

input[type="checkbox"] {
	width: 2em;
	height: 2em;
	padding: 0em;
	margin: 0em 0.6em 0.6em 0em;
	position: relative;
	top: 0.4em;
}

input[type="submit"],
input[type="reset"],
input[type="text"] {
	width: 10em;
	height: 2em;
	font-size: larger;
	text-align: center;
}

img {
	width: 2em;
	margin-left: 0.5em;
	position: relative;
	top: 0.5em;
}

a {
	color: navy;
}

#bday,#bmonth {
	width: 2em;
}
#byear {
	width: 4em;
}

.required,.indication {
	color: red;
}

.desired {
	color: green;
}

.centered {
	text-align: center;
}

.larger {
	font-size: larger;
}

/* Generiert vom Elterntool V0.1 (entwickelt von Martin Riese) */