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

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

#bausparrechner fieldset legend {
	display: none;
}

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

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

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

#bausparrechner fieldset select {
	width: 155px;
	font-size: 11px; 
}

#bausparrechner fieldset select#formbausparrechnerincome {
	width: 220px;
}

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

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

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

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

#bausparrechner #bausparrechnerResults th {
	background: #D8D8D8;
	font-weight: 700;
}

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

#bausparrechner #bausparrechnerResults td {
	background: #f4f4f4;
	font-size: 11px;
	white-space: nowrap;
}

#bausparrechner #bausparrechnerResults .sum, #bausparrechner #bausparrechnerResults .sumyear, #bausparrechner #bausparrechnerResults .rent {
	text-align: right;
}

#bausparrechner #bausparrechnerResults tr.alt td {
	background: none;
}
