/*
//(c)2007
//Author: www.almendra.hu 
//Coder: Horváth Róbert - robert.horvath@onlime.hu
//
//kalkulator.css
//
//Febacell
*/
@charset "ISO-8859-2";
/* CSS Document */
body {
	font-size:12px;
}
input.chk {
	border: 0px solid black;
	font-size: 11px;
	background-color: #FFFFFF;
	}

div#megrendeles input.text {

	width: 120px;
	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;
}

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;
	}

h3 {
	font-size: 13px;
	}

div#kalkulator_2 h3 {
	padding:0;
	margin-bottom: 0px;
	font-size: 13px;
	}
	
.sor {
	height: 30px;
	padding: 2px;
	float:none;
	clear:both;
	}
.sor_inaktiv {
	height: 30px;
	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: 5px;
	padding: 5px;
	padding-bottom: 5px;
	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: 5px;
	background-image: url(../images/form2_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	}

.vonal {
	color: #CCCCCC;
	width: 450px;
}

div#vizszintes {
	width: 650px;
}
div#vizszintes2 {
	width: 100%;
}

div#hatvanig {
	width: 650px;
}
div#hatvanig2 {
	width: 100%;
}

div#hatvantol {
	width: 650px;
}
div#hatvantol2 {
	width: 100%;
}

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;
}
div#tovabbikoltseg {
	width: 650px;
}
