
#zinsseite .rotezelle {
  background-color: red;
}

#zinsseite #rechner{
         margin:20px 0px 30px 0px;
}
#zinsseite{
	width: 800px;
	margin: auto;
}
#zinsseite label{
	width: 350px;
	display: block;
	float: left;
	clear: right;
}
#zinsseite table.ausgabe {
	width: 460px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #880038;
	}
#zinsseite table.ausgabe tr{
	margin: 0px;
	border: 0px;
	padding: 0px;
}
#zinsseite table.ausgabe td{
	padding: 5px;
}
#zinsseite table tr.head{
	font-weight: bold;
	color: white;
	background-color: #880038;
}
#zinsseite #auswahlrow,
#zinsseite #kaprow,
#zinsseite #jahrow,
#zinsseite #berrow,
#zinsseite #monrow{
	margin-bottom: 1px;
	padding: 5px;
	background-color: #C8D3D9;
	height: auto;
}
#zinsseite table tr.even{
	background-color: #C8D3D9;
}

#zinsseite table tr.odd{

}
#zinsseite tr.ende td{
	border-top: 1px solid black;
}
