@charset "utf-8";
.label 
{
	width: 150px;
	font-weight: bold;
	text-align: right;
	float: left;
	font-size: 12px;
	color: #011181;
	height: 25px;
}
.label1 {
	width: 80px;
	font-weight: bold;
	text-align: right;
	float: left;
	font-size: 12px;
	color: #011181;
	height: 25px;
	right: 5px;
}
.input {
	background-color: #FDFFE8;
}



input, select 
{
	margin-bottom: 3px;
	background-color: #C9E4FA;
}


.txtSmall 
{
	color: #011181;
	font-size: smaller;
	font-weight: bold;
}

.muss {
	background-color: #FDFFE8;
}
.kann {

}

.button {
	color: #FFF;
	cursor: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
	width: 80px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	height: 25px;
	top: 50px;
	background-color: #011181;
}
.button1 {
	color: #011181;
	cursor: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
	width: 100px;
	background-color: #81B0E4;
	padding-bottom: 2px;
	margin-bottom: 2px;
	height: 25px;
}
.button2 {
	color: #011181;
	cursor: pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
	width: 200px;
	background-color: #C9E4FA;
	padding-bottom: 2px;
	margin-bottom: 2px;
	height: 25px;
}

.left {
	text-align: left;
}

.logo {
	text-align: center;
}
.center {
	text-align: center;
}



Body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #C9E4FA;
}
#rechner {
	height: 200px;
	width: 630px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none;
	background-color: #C9E4FA;
	color: #011181;
}
#rechner #rusp1  {
	position: absolute;
	height: 70px;
	width: 80px;
	top: 67px;
	text-align: left;
	left: 10px;
}
#rechner #rusp2 {
	position: absolute;
	top: 68px;
	text-align: left;
	left: 99px;
	width: 158px;
	height: 71px;
}
#rechner #rusp3 {
	position: absolute;
	top: 68px;
	text-align: left;
	left: 263px;
	width: 168px;
	height: 70px;
}
#rechner #rusp4 {
	position: absolute;
	top: 66px;
	text-align: left;
	left: 436px;
	width: 172px;
	height: 72px;
}
#rechner #rbutton {
	position: absolute;
	top: 146px;
	left: 110px;
}
#rechner #abutton {
	position: absolute;
	top: 145px;
	left: 273px;
}
