.BruttoNettoEingabe {
	float: left;
	background: #E0E5E9;
	width: 350px;
	padding: 5px;
	height: 350px;
}

.BruttoNettoAusgabe {
	float: left;
	margin-left: 14px;
	background: #F0E9E5;
	width: 360px;
	padding: 5px;
	height: 350px;
}

#BruttoNetto table {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}

.BruttoNettoEingabe .Beschreibung {
	width: 135px;
}

.RechnerIcon { float: left; }
.RechnerText {
	float: left;
	margin-left: 14px;
	width: 660px;
	margin-bottom: 20px;
	line-height: 1.6;
}

.ErgebnisJahr  { width: 90px; border-right: 1px solid #B0A9A5; }
.ErgebnisMonat { width: 90px; border-right: 1px solid #B0A9A5; }
.ErgebnisRow   { border-bottom: 1px solid #E0D9D5; text-align: right; }

.NettoLohn {
	border-top: 1px solid #B0A9A5;
	border-bottom: 1px solid #B0A9A5;
}

#BruttoNetto tr     { height: 26px; }
#BruttoNetto strong { color: #444444; }

.BruttoNettoEingabeX input  { border: 1px solid #11224B; height: 20px; text-weight: bold; }
.BruttoNettoEingabeX select { border: 1px solid #11224B; height: 20px; text-weight: bold; }
.BruttoNettoAusgabeX input  { border: 1px solid #F0E9E5; }
.BruttoNettoAusgabeX select { border: 1px solid #F0E9E5; }

#BerechnenButton {
	background: #C0C5C9;
}

#BerechnenMonat { background: #F0E9E5; width: 90px; }
#BerechnenJahr  { background: #F0E9E5; width: 90px; }

.ErgebnisMonatTopic { text-align: right; }
.ErgebnisJahrTopic { text-align: right; }

#BruttoLohn       { width: 81px; float: left; }
#BruttoLohnCur    { width: 42px; float: left; text-align: center; }
#BruttoLohnZeit   { width: 75px; float: left; }
#Bundesland       { width: 200px; }
#Steuerklasse     { width: 200px; }
#Kirchensteuer    { width: 200px; }

