@charset "utf-8";

#quickcheck{
	width: 150px;
	height:100%
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	background-color: #fff7b5;
	padding: 5px;
}
#quickcheck table{
border-collapse:collapse;
border:0;
}
#quickcheck label {
	font-size:10px;
	padding: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:0pxm;
	width:48px;
	border: 1px solid #b70718;
}
#quickcheck input {
	font-size:10px;
	width:22px;
	border: 1px solid #b70718;
}
#quickcheck #submit{
width:100%;
background-color:#900;
color:#FFF;
font-weight:bold;
padding:3px 0 3px 0;
text-transform:uppercase;
cursor:pointer;
display:block;
}
#quickcheck #submit2{
width:100%;
background-color:#900;
color:#FFF;
font-weight:bold;
padding:3px 0 3px 0;
text-transform:uppercase;
cursor:pointer;
display:block;
}

