/*
//(c)2007
//Author: www.almendra.hu 
//Coder: Horváth Róbert - robert.horvath@onlime.hu
//
//kalkulator.css
//
//Thermografia
*/

@charset "ISO-8859-2";
/* CSS Document */
input.chk {
	border: 0px solid black;
	font-size: 11px;
	background-color: #FFFFFF;
	}

input.ftext {

	width: 60px;
	height: 18px;
	padding: 1px 3px;
	margin: 0;
	background: url('images/input-bg.png') no-repeat top left;
	border: solid #556E97 1px;
	font-family : Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #5F5D5D;
	vertical-align: top;
}

select {
	background: url('images/input-bg.png') no-repeat top left;
	border: solid #556E97 1px;
	font-family : Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #5F5D5D;
}

input {
	height: 18px;
	background: url('images/input-bg.png') no-repeat top left;
	border: solid #556E97 1px;
	font-family : Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #5F5D5D;
}

option {
	height: 18px;
	background-color:#FFFFFF;
	color: #5F5D5D;
}

legend {
	color:#FFFFFF;
	background-color:#2e4b7b;
	background-image: url(images/form_title_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 5px;
	}
	
h1 {
	font-size: 20px;
	}
	
h2 {
	font-size: 16px;
	}

div#kalkulator_2 h3 {
	padding:0;
	margin-bottom: 0px;
	font-size: 13px;
	}
	
.sor {
	height: 20px;
	padding: 2px;
	float:none;
	clear:both;
	}
.sor_inaktiv {
	height: 20px;
	padding: 2px;
	float:none;
	clear:both;
	background-color:#CC3300;
}

.bal {
	float: left;
	width: 150px;
	height: 20px;
	}
.bal_kicsi {
	float: left;
	width: 50px;
	height: 20px;
	}
.kozep {
	float: left;
	width: 300px;
	height: 20px;
	}
.jobb {
	float: left;
	width: 150px;
	height: 20px;
	}
	
.fieldset {
	border:1px solid #CCCCCC;
	margin-top: 25px;
	padding: 5px;
	padding-bottom: 2px;
	background-image: url(images/form_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	}
	
.fieldset2 {
	border:1px solid #CCCCCC;
	margin-left: 25px;
	padding: 5px;
	padding-bottom: 2px;
	}

div#vizszintes {
	width: 650px;
}

div#hatvanig {
	width: 650px;
}

div#hatvantol {
	width: 650px;
}

div#kedvezmenyek {
	width: 650px;
}

div#osszesen {
	width: 650px;
}

div#brutto {
	width: 650px;
}

div#kapcsolattartas {
	width: 650px;
}
div#objektumcim {
	width: 650px;
}
div#epitmeny {
	width: 650px;
}
div#igenyelt {
	width: 650px;
}
div#szamlazascim {
	width: 650px;
}

div#feluletek {
	width: 650px;
}