/*** STEUERRECHNER ***/
#steuerrechner {
	width: 560px;
	float: left;
}

#sr_head {
	background: url( "../images/rechner/srBgHead.jpg" ) no-repeat center;
	padding-left: 15px;
	color: #ffffff;
	font-weight: bold;
}

#sr_input {
	background: #ffffff;
	width: 536px;
	border: 2px solid #999999;
	padding: 10px 10px 10px 10px;
	margin: 10px 0px 10px 0px;
}

#sr_input #sr_cap {
	position: relative;
	left: 290px; top: 0px;
	width: 250px; height: 12px;
	margin: -8px -8px 0px 0px;
	background-color: #999999;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	padding: 2px;
	line-height: 12px;
}

#sr_middle {
	background-color: #999999;
	padding-left: 15px;
	color: #ffffff;
}

#sr_output {
	border: 2px solid #999999;
	background: url( "../images/rechner/srBaerGross.jpg" ) no-repeat right top #ffffff;
	width: 536px;
	padding: 0px 10px 10px 10px;
	margin: 10px 0px 10px 0px;
}

#sr_output #txt_last {
	color: #b70000;
}

#sr_output #txt_erstattung, #sr_output #txt_preis {
	color: #009900;
}

#sr_output h1 {
	font-size: 26px;
	line-height: 36px;
}

#sr_output h2 {
	font-size: 20px;
	line-height: 26px;
}

/*** GOLDRECHNER ***/
#goldrechner {
	width: 559px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

#goldrechner tr, #goldrechner td {
	margin: 1px 0px 1px 0px;
	padding: 3px 0px 3px 0px;
	border: 0px;
}

#goldrechner tr.head {
	height: 26px;
	background: url("../images/rechner/srBgHead.jpg") no-repeat center top #949494;
 	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}

#goldrechner tr.spacer {
 	background-color: #ffffff;
 	color: #ffffff;
	height: 1px;
}

#goldrechner tr.dark {
 	background-color: #949494;
 	color: #ffffff;
}

#goldrechner tr.light {
 	background-color: #dbdada;
 	color: #000000;
}

#goldrechner tr.hint {
	font-size: 10px;
 	background-color: #ffffff;
 	color: #000000;
	line-height: 12px;
	border: 5px solid #dbdada;
}

#goldrechner tr.hint td {
	padding: 5px 5px 5px 20px;
}

#goldrechner #invest {
	text-align: right;
}

#goldrechner #outcome {
	text-align: right;
	color: #006633;
	width: 180px;
	height: 23px;
	font-size: 22px;
	font-weight: bold;
}

#goldrechner #calc {
	background-color: #8a363d;
	color: #ffffff;
	font-weight: bold;
}
