@charset "utf-8";
/* CSS Document */

body {
	background-color: #FF0000;
}
#feld {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 500px;
	left: 20px;
	position: absolute;
	top: 20px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}

