
.box {
	font-family: Arial, Helvetica, sans-serif;
	color: #202020;
	border: 1px solid #303030;
	background-color: #ffffF0;
	margin-left: 10px;
	padding: 5px;
  font-size : 14px;
}
.klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}
.fett {
	font-weight: bold;
	color: #990000;
}.red {
	color: #FF0000;
}
.back {
	background-attachment : fixed;
	background-image : url(sun.gif);
	background-position : left top;
	background-repeat : no-repeat;
  font-size : 10px;
}
input:focus {
	background-color: #FFFFCC;
	color: #000099;
}
textarea:focus {
	background-color: #FFFFCC;
	color: #000099;
}
.noborder {
	border: 0;
  };