@charset "utf-8";

#quickcheck{
	padding:0;
	width: 15em;
	height:100%
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1.5em;
	margin-left: auto;
}
#quickcheck table{
border-collapse:collapse;
border:0;
}
#quickcheck label {
	font-size:1.0em;
	padding:0 0 0.2em 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:1em;
	width:4.8em;
}
#quickcheck input {
	font-size:1em;
	width:2.2em;
}
#quickcheck #submit{
width:100%;
}
