@charset "utf-8";

body{
margin:0;padding:0;
height:100%;width:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:62.5% !important;
color:#000;
text-align:left;
background-color:#FDD335;
min-width:100em;
}

#quickcheck{
margin:0;
padding:0;
}
#quickcheck table{
border-collapse:collapse;
border-spacing:0;
}
#quickcheck label {
	font-size:1.1em;
	padding:0 0 0.2em 0;
	white-space:nowrap;
}
#quickcheck label.bold {
font-weight:bold;
}
#quickcheck label.drit {
	width:33.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.6em;
}
#quickcheck input {
	font-size:1em;
	width:2.2em;
}
#quickcheck #submit{
width:100%;
}

h4 {
margin:0;
padding:0;
font-size:1.3em;
text-transform:uppercase;
letter-spacing:-0.035em;
	color: #0F58B2;
}
h4 a{
color: #0F58B2;
}
h4 a:hover{
color: #0F58B2;
}
div.space {
	padding:.5em;
	float:left;
	width:16em;
}
div.space.basedark{background:#FCC600!important}

