input,textarea {
	background: #bfbfbf; 
	border: 0px;
}

input:hover,textarea:hover {
	background: #a0b0b0;
}

input:focus,textarea:focus {
	background: #dfdfdf;
}

#header_g {
	margin: 10px;
	height: 15px;
	background-color: #0050D2;
	color: #c6e7de;
	padding: 4px;
	font-weight: bold;
}

div.eintrag {
	margin: 10px;
	width: auto;
	height: auto;
	max-height: 450px;
	overflow: auto;
	background-color: rgb(27, 27, 27);
}
