@charset "utf-8";

#quickcheck{
	padding:0;
	width: 170px;
	height:100%
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #4D4D4D;
}
#quickcheck table{
	border-collapse:collapse;
	border:0;
}
#quickcheck label {
	font-size:10px;
	margin:0 0 2px 0;
	white-space:nowrap;
}
#quickcheck label.bold {
	font-weight:bold;
}
#quickcheck label.drit {
	width:33%;
	float:left;
}
#quickcheck label.dreiv {
	width:60%;
	float:left;
}
#quickcheck label.halb {
	width:50%;
	float:left;
}
#quickcheck label.ganz {
	width:100%;
	float:left;
	clear:both;
}
#quickcheck select {
	font-size:10px;
	width:48px;
	border: #F90 solid 1px;
	background-color:#FFCC85;
}
#quickcheck input {
	font-size:10px;
	width:2.2em;
	border: #F90 solid 1px;
	background-color:#FFCC85;
}
#quickcheck #submit{
	margin-top: 5px;
	width:95%;
}
