body {
	background-color: #CFC26D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td.footer {
	vertical-align: top;
    font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background-image: url(../img/footer_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 23px;
}

td.menu_bg {
	vertical-align: top;
	background-image: url(../img/menu_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

td.content_bg {
	background-image: url(../img/content_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

td.main {
	padding-left: 34px;
	padding-right: 58px;
    font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #23050E;
	text-align: justify;
	background-image: url(../img/content_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #23050E;
}

* html h1 {
	margin-top: 20px;
}

a {
    font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #74000F;
	text-decoration: none;
}

a:hover {
	color: #FF8A00;
	text-decoration: underline;
}

/* Footer */

td.footer a {
    font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

td.footer a:hover {
	color: #FF8A00;
	text-decoration: underline;
}

/* megrendelolap */
div.mbal {
	width: 200px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 58px;
	float: left;
	display: table;
}

div.mbal input {
	width: 49px;
	height: 23px;
	border: 1px solid #23050F;
}

div.mbal p {
	height: 25px;
	line-height: 25px;
}

div.mbal span {
	width: 85px;
	float: left;
}

div.mjobb {
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
	display: table;
}

div.mjobb input {
	width: 49px;
	height: 23px;
	border: 1px solid #23050F;
}

div.mjobb p {
	height: 25px;
	line-height: 25px;
}

div.mjobb span {
	width: 117px;
	float: left;
}

div.adatok {
	float: left;
}

div.adatok input {
	width: 300px;
	height: 23px;
	border: 1px solid #23050F;
}

div.adatok textarea {
	width: 330px;
	height: 40px;
	border: 1px solid #23050F;
}
div.adatok p {
	line-height: 20px;
	display: block;
}

div.adatok span {
	width: 130px;
	float: left;
}

p.submit {
	margin-top: 20px;
	display: table;
	float: left;
}

p.error_message {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-indent: 10px;
	color: #FFF;
	background-color: #74000F;
}

input.submit {
	margin-bottom: 20px;
	width: 171px;
	height: 23px;
	background-image: url(../img/submit_megrendeles.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
}

