@charset "utf-8";
	
#quickcheck{
	padding:0 0 10px 0;
	width: 140px;
	height:100%
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	color: #333;
}
#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.red {
	background-color: #FFF;
	color: #333;
	width:135px;
	padding-left: 2px;
	font-weight:normal;
	font-size: 13px;
	border-bottom:solid 1px #666;
	margin-bottom:10px;
}
#quickcheck label.drit {
	width:33%;
	float:left;
}
#quickcheck label.dreiv {
	width:60%;
	float:left;
}
#quickcheck .halb {
	width:50%;
	float:left;
}
#quickcheck .ganz {
	width:100%;
	float:left;
	clear:both;
}
#quickcheck select {
	font-size:10px;
	width:47px;
	border: 1px solid #ccc;
}
#quickcheck input {
	font-size:10px;
	width:22px;
	border: 1px solid #ccc;
}
#quickcheck .submit{
margin-top: 5px;
width:140px; height:20px; border:0;
border:#CCC 1px solid;
background-color:#AF2B26;
color:#FFF;
text-transform:uppercase;
font-weight:bold !important;
cursor:pointer;
}
#quickcheck .submit2{
margin-top: 5px;
width:140px; height:20px; border:0;
border:#666 1px solid;
background-color:#B0BF04;
color:#AF2B26;
text-transform:uppercase;
font-weight:bold !important;
cursor:pointer;
}
#quickcheck .button{
margin-top: 5px;
width:120px; height:20px; border:0;
}

#datepicker {
	font-size:9px;
	margin-top: 5px;
}


