@charset "utf-8";

#quickcheck{
	padding:0;
	/* width: 152px; */
	width: 150px;
	height:100%
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 10px;
	color: #CD061D;
}
#quickcheck div { clear:both;}
#quickcheck table{
border-collapse:collapse;
border:0;
}
#quickcheck label {
	font-size:1.0em;
	margin:0 0 0.2em 0;
	white-space:nowrap;
	color:#333;
}
#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 label.ankunft {
	width:130px;
	float:left;
	clear:both;
	font-weight:bold;
	color:#FFF;
	background-color: #b70718;
	padding: 2px 5px 2px 5px;
	margin-bottom:5px;
}
#quickcheck label.tag {
	width:30%;
	float:left;
}

#quickcheck label.monat {
	width:30%;
	float:left;
}

#quickcheck label.jahr {
	width:40%;
	float:left;
}
#quickcheck select {
	font-size:1em;
	width:4.8em;
	border: 1px solid #b70718;
}
#quickcheck input {
	font-size:1em;
	width:2.2em;
	border: 1px solid #b70718;
}
#quickcheck #submit{
margin-top: 0.5em;
width:90%;
}
