/* CSS Document */

.block {
	width: 600px;
}

.block input.daten {
	border: solid #ac0000 1px;
	padding-left: 4px;
}

.block input:focus {
	background: #ffecfa;
}

.zeile {
	padding: 2px 2px 2px 0px;
	height: 20px;
}

#kopfzeile {
	min-height: 30px;
	padding-left: 5px;
	font-size: 150%;
	font-weight: bold;
}

.blocktitel {
	min-height: 20px;
	padding: 2px 2px 2px 5px;
	font-weight: bold;
}

.beschriftung {
	float: left;
	width: 110px;
}

.datenbereich {
	float: left;
}

input.btn, .btnlink {
	float: left;
	border: none;
	height: 17px;
	margin-right: 5px;
	font-size: 1.1em;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

input.btn:hover, .btnlink:hover {
	background: #ff6600;
	text-decoration: none;
	color: #fff;
}

.block .ergebnis {
	border: solid #333 0px;
	background-color: #fff;
	color: #ac0000;
}

.block .ergebnis:focus {
	background-color: #fff;
}

select.daten {
	border: solid #ac0000 1px;
	width: 388px;
}

#fusszeile {	
	height: 20px;
}
