
.calculator_area {
	/* background: #fff url(http://www.baufinanzierungsrechner.eu/images/bg_grey_rechner.gif) repeat-x;
	padding:15px 15px 15px 15px; */
	padding:0px;
	margin: 0px 0px 0px 0px;
	border-top:0px dashed #999999;
	/* border-top: 0px #77a534 solid; */
	border-right:0px #77a534 solid;
	border-left:0px #77a534 solid;
	border-bottom:0px #77a534 solid;
}

.rechner 	{
	background-color: transparent; 
	color: #000000;
}

.bg_punkt {
	background:url(http://www.baufinanzierungsrechner.eu/images/bg_punkt.gif) repeat-x;
	height:10px;
}


.left_column {
	padding-left:0px;
	font-weight:normal;
	font-size:12px;
	color: #555;
	text-align:left;
}

.left_column_normal_weight {
	padding-left:0px;
	font-weight:normal;
	font-size:13px;
	color: #555;
	text-align:left;
}

td.green {
	color: #668a15;
	font-size: 13px;	
}

td.big {
	font-size: 14px;
	font-weight:bold;	
}

td.right_column {
	text-align:right;
}

.left_column_no_bold {
	font-size:13px;
	color: #555;
}

input.input_box {
	width: 88px;
	height: 16px;
	font-size: 12px;
	background-color:#f5f5f5;
	padding:2px 2px 0 3px;
	border: 1px solid #8dc115;
	color:#000000;
	text-align:left;
}

input.check_box {
	background-color:#f5f5f5;
	padding:2px 0 0 0px;
	border: 1px solid #D95700;
	color:#000000;
	text-align:left;
}

input.input_box_long {
	width: 135px;
	height: 16px;
	font-size: 12px;
	background-color:#f5f5f5;
	padding:2px 2px 0 3px;
	border: 1px solid #8dc115;
	color:#000000;
	text-align:left;
}

select.input_list {
	width: 90px;
	height: 22px;
	font-size: 13px;
	background-color:#f5f5f5;
	padding-right:0px;
	padding-top:1px;
	border: 1px solid #D95700;
	color:#000000;
	text-align:left;
}

select.input_list_long {
	width: 142px;
	height: 20px;
	font-size: 13px;
	background-color:#f5f5f5;
	padding-right:0px;
	padding-top:1px;
	border: 1px solid #8dc115;
	color:#000000;
	text-align:left;
}

textarea.text_big_box_long {
	width: 314px;
	height: 40px;
	font-size: 12px;
	background-color:#f5f5f5;
	padding:2px 2px 0 3px;
	border: 1px solid #8dc115;
	color:#000000;
	text-align:left;
}


.left_column_no_bold {
	font-size:13px;
	color: #555;
}


.output_box	{
	width: 56px;
	height: 18px;
	font-size: 13px;
	background-color:#fff;
	padding:2px 0 0 3px;
	border: 1px solid #8dc115;
	color:#000000;
	text-align:left;
}

.output_box_big	{
	width: 68px;
	height: 18px;
	font-size: 13px;
	background-color:#efefef;
	padding:2px 0 0 3px;
	border: 1px solid #8dc115;
	color:#000000;
	text-align:left;
}

.button {
	width:95px;
	height:28px;
	padding-bottom:2px;
	text-align:center;
	font-size:1.0em;
	font-weight: normal;
	color:#111111;
	cursor:pointer;
}


.small_button {
	width:110px;
	height:26px;
	padding-bottom:2px;
	text-align:center;
	font-size:0.9em;
	font-weight: normal;
	color:#111111;
	cursor:pointer;
}


.silverBG {
	/*background-color:#f5ffda;*/
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	background: #fff url(http://www.baufinanzierungsrechner.eu/images/bg_grey_rechner.gif) repeat-x;
	padding: 10px;
}

.silverBGRechner {
	margin-top:3px;
	background: #fff url(http://www.baufinanzierungsrechner.eu/images/bg_silver_rechner.gif) repeat-x;
	padding: 13px;
	font-size:12px;
}

.silverBGberechnung {
	border-top: 1px solid #999999;
	margin-top: 0px;
	background: #fff url(http://www.baufinanzierungsrechner.eu/images/bg_silver_rechner.gif) repeat-x;
	padding: 13px;
}

.color_change{
	background-color:#fff;
}

.padline {
	border-bottom:1px solid #999;
	padding-top: 7px;
	padding-bottom:7px;
}

.tilgungsplan_headline {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	height:50px;
	padding:5px;
	padding-top: 5px;
	padding-bottom: 10px;
	color:#fff;
	font-weight:bold;
	background: #fff url(http://www.baufinanzierungsrechner.eu/images/bg_rechner_headline.gif) repeat-x;
}

.berechnung_headline {
	border:1px solid #999;
	height:40px;
	padding-left:5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#fff;
	font-weight:bold;
	background: #fff url(http://www.baufinanzierungsrechner.eu/images/bg_rechner_headline.gif) repeat-x;
}

.berechnung_content {
	border: 1px solid #999;
	margin-top: 7px;
	padding:10px;
	background-color: #fff;
	color:#444444;
}

.right_column_ber {
	text-align:right;
	width:20%;
	font-weight:bold;
}

.left_column_fix {
	text-align:left;
	width:75%;
	font-weight:bold;
}

.v_right_column {
	text-align:left;
	width:5%;
}

.v_right_column_big {
	text-align:left;
	height:120px;
	text-align:center;
	width:5%;
}

