body {
	text-align:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style5 { /*Cím*/
	margin-bottom:10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#container {
	text-align:left;
	width:600px;
}

th {
	text-align: left;
}

.calc_container {
  width: 	600px; /* A CSS Box szélessége, tetszőlegesen állítható */
  height: 227px;
  background:	url(images/border_l.jpg) repeat-y left; /* Bal oldali keret képe */
  margin-top: 2px;
}
.border_right {
  background:	url(images/border_r.jpg) repeat-y right; /* Jobb oldali keret képe */
  height: 227px;
}
.border_top {
  height:	10px;
  background:	url(images/border_t.jpg) repeat-x top; /* Felső keret képe */
}
.border_bottom {
  height:	10px;
  background:	url(images/border_b.jpg) repeat-x bottom; /* Alsó keret képe */
}
.corner_top_left { /* Jobb felső sarok képe  */
  float: 	left;
  width: 	10px;
  height: 	10px;
  background:	url(images/border_tl.jpg) no-repeat left top;
}
.corner_top_right { /* Bal felső sarok képe */
  float: 	right;
  width: 	10px;
  height: 	10px;
  background:	url(images/border_tr.jpg) no-repeat right top;
}
.corner_bottom_left { /* Bal alsó  sarok képe  */
  float: 	left;
  width: 	10px;
  height: 	10px;
  background:	url(images/border_bl.jpg) no-repeat left bottom;
}
.corner_bottom_right { /* Jobb alsó  sarok képe  */
  float: 	right;
  width: 	10px;
  height: 	10px;
  background:	url(images/border_br.jpg) no-repeat right bottom;
}

.content {
  height: 207px;
  position: 	relative;
  margin: 	0px 10px 0px 10px; /* A szöveg igazításánál figyelembe vesszük a menu_container jobb és bal oldali keretének szélességét */
  color: 	#555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: url('images/content.jpg') repeat-x top left;
}
.calc {
	margin-left:240px;
	padding: 5px;
	width: 327px;
	background-color:white;
	height: 197px;
	border: solid 1px #dbdbdb;
}



table {
	border: 0px;
}


span.gomb {
		text-align: center;
		margin:auto;
}
.your_result {
		position:absolute; 
		background-color: white;
		display: none;
		opacity:.7;
}
#result {
		float: left;
		width: 240px;
		height: 177px;
}

input, select {
		font-size: 11px;
}

#result_table {
	color: black;
	position: absolute;
	bottom: 3px;
	right: 10px;
}
.result {
		margin-top: 10px;
		border: 1px solid black;
		font-size: 10px;
		text-align: center;
		border-collapse:collapse;
}
.result tr th {
		background-color: #DDD;
		border: 1px solid white;
}
.result tr th.descriptor {
		background-color:white;
		border: 1px solid white;
		font-weight:normal;
}
.result tr td {
		border: 1px solid white;
		padding-left: 2px;
		padding-right: 2px;
}

.result tr:hover {
	cursor:default;
}

.result tr td:hover {
		font-weight:bold;
}

.slim {	background-color: green; color: white;}
#slim {	background-color: green; color: white;}
.norm {	background-color: lightgreen;}
#norm {	background-color: lightgreen;}
.bigboned {	background-color: lightblue;}
#bigboned {	background-color: lightblue;}
.fat {	background-color: blue; color: white; }
#fat {	background-color: blue; color: white; }

.header_n {
		background-color: #DDD;
}
.highlighted {
		background-color: #EEAAAA;
}

.current {
		background-color: white;
		font-weight: bold;
}

.cal1_div {
	padding: 80px;
	position: absolute;
	top: 3px;
	right: 49px;
}

