#tilgungsrechner { 
	margin: 10px 0;
	position: relative;
}

#tilgungsrechner fieldset {
	background: #f4f4f4 url(bg_tilgungsrechner.jpg) right center no-repeat; 
	padding: 10px; 
	border: 1px solid #D8D8D8;	
}

#tilgungsrechner fieldset legend {
	display: none;
}

#tilgungsrechner fieldset strong {
	font-size: 1.2em;
	border-bottom: 1px solid #D8D8D8;	
}

#tilgungsrechner fieldset p {
	padding: 6px 5px;
	margin: 0;
}

#tilgungsrechner fieldset label {
	font-size: 11px; 
	width: 165px;
	display: block;
	float: left;
}

#tilgungsrechner fieldset select {
	width: 70px;
	font-size: 11px; 
}

#tilgungsrechner fieldset #formtilgungsrechnerbeginnyear {
	width: 80px;
}

#tilgungsrechner fieldset .text input {
	width: 150px;
	font-size: 11px; 
}

#tilgungsrechner fieldset input.submit {
	font-weight: 700;
	font-size: 13px; 
}

#tilgungsrechner #tilgungsrechnerResults {
	border: 1px solid #D8D8D8;	
	padding: 10px;
	margin: 10px 0;
	clear: both;
	display: none; 
}

#tilgungsrechner .tilgungsrechnerError {
	background: #fffacc; 
	padding: 10px!important; 
	margin: 5px 0 15px 0!important;
	border: 1px solid #d5d5d5;
}

#tilgungsrechner #tilgungsrechnerResults table {
	width: 100%;
	margin: 10px 0;
	border-bottom: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
}

#tilgungsrechner #tilgungsrechnerResults th {
	background: #D8D8D8;
	font-weight: 700;
}

#tilgungsrechner #tilgungsrechnerResults th, #tilgungsrechner #tilgungsrechnerResults td {
	padding: 3px 5px;
	border-left: 1px solid #b2b2b2;
	border-top: 1px solid #b2b2b2;
}

#tilgungsrechner #tilgungsrechnerResults td {
	background: #f4f4f4;
	font-size: 11px;
}