body {
	font-family: cursive;
	color: blue;
	background: #E0E0F8;
	background: -webkit-linear-gradient(#E0E0F8, #EEEEFF);
	background: linear-gradient(#E0E0F8, #EEEEFF);
}
.flash {
	color: #773333;
	width: 20em;
	padding: 1em;
	background-color: #99FF44;
	background: linear-gradient(yellow, #EEEEFF);
	border: none;
	border-radius: 20px;
	text-shadow: #AAA 1px 1px 1px;
}
h2 {
	text-indent: 10px;
	text-shadow: #FFF 2px 2px 2px;
}
h4,label {
	text-indent: 10px;
	text-shadow: #AAA 2px 2px 2px;
}
#Ackerbild {
	width: 100%;
	height: auto
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	background-color: yellow;
}
a:active {
	text-decoration: underline;
}


