@charset "utf-8";

#quickcheck{
	padding:0;
	width: 148px;
	height:100%
	padding-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	padding-left: 0px;
	color: #FFF;
}
#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:47px;
	border: 1px solid #AF2B26;
}
#quickcheck input {
	font-size:10px;
	width:22px;
	border: 1px solid #AF2B26;
}
#quickcheck #submit{
margin-top: 5px;
width:145px;
background-color:#FFF;
}
