body {
	/*background-color: 007167;*/
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}

table#head {
	width: 682px;
	height: 140px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

table#main {
	width: 682px;
	color: #ffffff;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #007167;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
li a, li a:link, li a:visited {
	color: white;
	text-decoration: underline;
}
li a:active, li a:hover {
	text-decoration: none;
}
table#arak {
	background-color: White;
	color: white;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	
	/*
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	*/
}
table#arak td {
	background-color: #007167;
}
table#arak td.extra {
	font-size: 7pt;
}

table#megrendeles {
	background-color: White;
	color: white;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	
}

table#megrendeles td {
	background-color: #007167;
	text-align: center;
}

table#megrendeles input {
	background-color: #007167;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: none;
	width: 176px;
}
table#megrendeles input.gomb {
	background-color: #007167;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: none;
	width: 70px;
	
}

table#megrendeles textarea {
	width: 176px;
	height: 80px;
	background-color: #007167;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: none;
}

table#footer {
	width: 682px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: 007167;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}





table#footer a, table#footer a:link, table#footer a:visited {
	color: #FFEBCD;
	text-decoration: none;
}
table#footer a:active, table#footer a:hover {
	text-decoration: none;
}

