.rechentabelle{
	border-collapse: collapse;
}
.rechentabelle td{

	width:1.5em;
	height:1.5em;
	text-align:center;
	border:1px solid #999;

}
.rechentabelle input{
	font-size:1em;
	text-align:center;
	border:2px solid #b14f29;
}	

.Strich{
	border-top:3px solid black; important
	background-color: green;

}

.uebertrag{
	color:#555;
	font-size: smaller;

}

.aussentabelle{
	min-width:540px;
}

.aussentabelle td{
	padding:0 1em;
}

.aussentabelle td td{
	padding:0;
}

select.KommaSel{
	font-size: x-small;
}

select.KommaSel option{
	font-size: x-small;
}

strong{
	color:red;
}

#Resultattabelle strong{
	color:black;
}