html, body {height: 100%;}

/* reset */

* {
	padding: 0;
	margin: 0;
}

*:focus {outline: none;}

img {border: none;}

body, form {font-family: Arial,Helvetica,sans-serif;}

input, select, textarea {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

li {
	list-style: none;
}

a {
	color: #186707;
}

a:hover {
    color: #23970A;
}

fieldset {
    border: none;
}


/* PIE easyclearing */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* */

body {
	/*background: #fff url(../images/bg.jpg) top center no-repeat;*/
	background: #fff url(../images/body_bg.jpg);
	/*color: #242424;*/
	color: #000;
	background-color: #F5E8A2;
}

#kontener {
	position: relative;
	min-height: 100%;
	height: 100%;
	background: url(../images/kontener_bg.png) top center no-repeat;
}

#kontener_en {
	position: relative;
	min-height: 100%;
	height: 100%;
	background: url(../images/kontener_bg_en.png) top center no-repeat;
}

html>body #kontener {height: auto;}
html>body #kontener_en {height: auto;}

#felso {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 84px;
	background: url(../images/felso_bg.gif) top center repeat-y;
}

#lablec {
	position: absolute;
	height: 48px;
	bottom: 0;
	width: 100%;
}

#lablec-belso {
	width: 960px;
	margin: 0 auto;
}

#tartalom {
    float: left;
	width: 640px;
}

#jobb {
    float: left;
	width: 319px;
	background: url(../images/jobb_bg.jpg) top left no-repeat;
	min-height: 320px;
    height: auto !important;
    height: 320px;
}

/* FIR */

/*h1 {
 	font-size: 1em;
 	float: left;
 	position:relative;
 	width: 147px;
 	height: 75px;
 	background-repeat: no-repeat;
 	text-indent: -1000em;
    background-image: url(../images/logo.gif);
	margin-top: 15px;
}

h1 span, h2 span, h3 span {
 	position: absolute;
 	width: 100%;
 	height: 100%;
}*/

h2 {
    clear: both;
 	font-size: 1em;
 	position:relative;
 	width: 252px;
 	height: 136px;
 	background-repeat: no-repeat;
 	text-indent: -1000em;
    background-image: url(../images/h2.png);
}


h2.en
{
    background-image: url(../images/h2_en.png);
}

h3 {
    clear: both;
 	font-size: 1em;
 	float: left;
 	position:relative;
 	width: 305px;
 	height: 69px;
 	background-repeat: no-repeat;
 	text-indent: -1000em;
    background-image: url(../images/h3.png);
}

h3.en
{
	background-image: url(../images/h3_en.png);
}

/* */

h4 {
    clear: both;
	font: normal 1.375em Georgia, "Times New Roman", times, serif;
	letter-spacing: -1px;
	color: #B70100;
	background-color: inherit;
    padding: 0 0 12px 12px;
	margin-top: 28px;
}

h5 {
    color: #186707;
	background-color: inherit;
	font: normal 1.125em Georgia, "Times New Roman", times, serif;
	margin: 0 12px;
	clear: both;
	border-top: 1px solid #C0A95D;
}

#logo {
    float: left;
	margin-top: 14px;
}


.ujdonsag {
	padding-top:18px;
}

*:first-child+html .ujdonsag {
    padding-top: 9px;
}


h6 {
    text-transform: uppercase;
	padding-bottom: 4px;
}

#tartalom a {
    color: #B70100;
	text-decoration: none;
}

#tartalom a:hover {
    color: #660000;
}

.button-red {
    background-color: #B70100;
	color: #fff;
	padding: 4px;
	border: 1px solid #fff;
	font: bold 1em Georgia, "Times New Roman", times, serif;
	cursor: pointer;
}

.button-green {
    background-color: #186707;
	color: #fff;
	padding: 4px;
	border: 1px solid #fff;
	font: bold 1em Georgia, "Times New Roman", times, serif;
	cursor: pointer;
}

.button-reg {
	font: bold 0.75em Georgia, "Times New Roman", times, serif;
	float: left;
    background-color: #B70100;
	color: #fff;
	padding: 4px;
	border: 1px solid #fff;
	cursor: pointer;
	margin: 12px 0 0 130px;
}


/* menu */

#menu {
    float: right;
	padding-top: 80px;
	padding-right: 12px;
	margin-bottom: 4px;
}


#menu li {
    display: inline;
	font: bold 0.687em Georgia, "Times New Roman", times, serif;
	/*letter-spacing: -1px;*/
	text-transform: uppercase;
}

#menu li a {
    display: block;
	float: left;
	color: #B70100;
	background-color: inherit;
	border-left: 1px solid #B70100;
	padding: 4px;
	text-decoration: none;
}

#menu li a:hover {
    color: #FFA800;
}

#menu li a.elso {
    border: none;
}

/* nyelvi menu */

#nyelvi-menu {
	padding: 30px 0 66px 34px;
}

#nyelvi-menu li {
    display: inline;
	font: bold 0.625em Georgia, "Times New Roman", times, serif;
	/*letter-spacing: -1px;*/
	text-transform: uppercase;
}

#nyelvi-menu li a {
    display: block;
	float: left;
	padding: 4px;
	margin-right: 1px;
	text-decoration: none;
}

#nyelvi-menu li a:hover, #nyelvi-menu li a.aktiv {
    color: #fff;
	background-color: #186707;
}

/* */

#tartalom p {
    font-size: 0.75em;
	line-height: 1.5em;
	padding: 0 12px;
}

.bemutat-img {
    float: left;
	background-color: #fff;
	padding: 1px;
	border: 1px solid #6c0000;
	margin: 0 12px;
}

#kezdovideo {
    float: left;
	margin: 0 12px 24px 0;
	padding-left: 12px;
}

.cimek {
    margin-bottom: 18px;
}

/* jobb */

#jobb p {
	font-size: 0.687em;
}

.akcio {
    /*margin: 12px 12px 0 12px;*/
	padding-bottom: 12px;
	margin-left: 12px;
	border-bottom: 1px solid #C0A95D;
	width: 296px;
	float: left;
}

* html .akcio {
    width: 284px;
	margin-left: 6px;
}


.akcio img {
    float: left;
	padding: 1px;
	border: 1px solid #186707;
	background-color: #fff;
	color: inherit;
	margin: 12px 12px 0 0;
}

.akcio h6 {
    margin: 12px 0 0 0;
}

.akcio p {
    line-height: 1.5em;
}

/* login form */

#login {
    margin: 0 12px;
}

.login-doboz {
	clear: left;
	padding-bottom: 4px;
 	float: left;
	width: 100%;
}

#login label {
    float: left;
	font-size: 0.687em;
	width: 80px;
}

.login-input {
    width: 158px;
	border: 1px solid #186707;
	float: left;
	font-size: 0.687em;
	padding: 1px;
}

#login-gomb {
    margin: 8px 0 0 80px;
	float: left;
	font-size: 0.678em;
	width: 65px;
}

#kilepes-gomb {
    float: left;
    margin: 8px 0 0 12px;
	font-size: 0.678em;
	width: 65px;
	text-align: center;
}

#reg {
    font-size: 0.687em;
	padding: 8px 0 0 8px;
	float: left;
	line-height: 1.3em;
}

#reg a, #adat-mod a {
    font-weight: bold;
}

#adat-mod {
    font-size: 0.687em;
	padding: 13px 0 0 8px;
	float: left;
	line-height: 1.3em;
}


/* lablec */

#lablec {
    font-size: 0.687em;
	color: #fff;
	background: #660000 url(../images/lablec_bg.jpg) top center no-repeat;
}

* html #lablec {
	background: #660000 url(../images/lablec_bg_ie.jpg) top center no-repeat;
}

*:first-child+html #lablec {
	background: #660000 url(../images/lablec_bg_ie.jpg) top center no-repeat;
}


#lablec a {
    color: #fff;
	background-color: inherit;
}


#delnyugat {
    float: left;
   	padding: 17px 0 0 12px;
}

#copy {
    float: right;
	width: 320px;
	text-align: center;
	padding-top: 16px;
	color: #333;
	background-color: inherit;
}

#lablec a {
    text-decoration: none;
}

#lablec ul {
    float: left;
	padding: 17px 12px 0 200px;
}

#lablec li {
    display: inline;
}

#lablec li a {
    display: block;
	float: left;
	border-left: 1px solid #fff;
	padding: 0 6px;
}

#lablec li a.elso {
    border: none;
}

/* etlap */

#etlap {
    margin-left: 12px;
	clear: both;
}


#etlap table{
	border-collapse: collapse;
	width: 614px;
}

#etlap td{
	line-height: 1.4em;
	font-size: 0.75em;
	/*text-align: left;*/
	vertical-align: bottom;
	padding: 2px 0 2px 0;
	border-bottom: 1px dotted #C0A95D;
	line-height: 1.2em;
	color: #000;
}

* html #etlap td{
	border:none;
	background: url(../images/ie6_potty.gif) repeat-x left bottom;
}

#etlap td span {
    text-transform: uppercase;
	font-weight: bold;
	display: block;
	padding-right: 12px;
}

#etlap td input {
    width: 24px;
	border: 1px solid #000;
	padding: 1px;
}

.ar, .db {
    width: 60px;
    text-align: right;
}

#rendel-kuld {
    text-align: right;
	margin: 16px 18px 24px 0;
}

#rendel-menu {
	margin: 12px 0 12px 12px;
	/*padding-bottom: 36px;*/
	/*border: 1px solid #CE2F33;*/
	/*border-left: 1px solid #B70100;
	border-top: 1px solid #B70100;*/
	float: left;
}

* html #rendel-menu {
    margin-left: 6px;
}


#rendel-menu li {
    display: inline;
	font: normal 0.875em Georgia, "Times New Roman", times, serif;
}

#rendel-menu li a {
    display: block;
	float: left;
	color: #B70100;
	background-color: #F6E8B9;
	border-left: 1px solid #B70100;
	padding: 2px 4px;
	text-decoration: none;
}

#rendel-menu li a:hover {
    color: #fff;
	background-color: #B70100;
}

#rendel-menu li a.elso {
    border: none;
}

.etelek {
    clear: both;
	font-family: Georgia, "Times New Roman", times, serif;
	font-size: 1.1em;
	color: #B70100;
	padding: 24px 0 6px 0;
	text-transform: none;
	font-weight: normal;
}

.etelek span {
	font: normal 0.6em Arial, Helvetica, sans-serif;
}

.akcio-etlap {
    color: #000;
	background-color: inherit;
}

/* */

#rendeles-tabla {
    font-size: 0.687em;
	margin: 12px;
	border-collapse: collapse;
	width: 295px;
	color: inherit;
	background-color: #F9EDBD;
}

#rendeles-tabla td {
    border: 1px solid #C0A95D;
	padding: 4px;
	color: #000;
}

.td-jobb {
    text-align: right;
}
.td-torol {
    width: 12px;
}

.paratlan {
    background-color: #EDDDA1;
}

#rendel-kuld-jobb {
    text-align: right;
	margin: 0px 12px 24px 0;
}

#bejelentkezve {
    padding-top: 8px;
	padding-left: 12px;
}

/* regisztracio */

#regisztracio-form {
    margin-left: 12px;
}

#regisztracio-form {
    margin-top: 12px;
}


.regform-box {
	clear: left;
	margin-bottom: 4px;
	padding: 0;
	float: left;
	width: 100%;
}


.regform-box input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	float: left;
	width: 220px;
	padding: 1px;
	border: 1px solid #000;
}

.regform-box textarea {
    width: 222px;
	font-size: 0.75em;
	border: 1px solid #000;
}

*:first-child+html .regform-box textarea {
    width: 222px;
}


.label1 {
	display: block;
	float: left;
	width: 120px;
	margin-right: 10px;
	font-size: 0.75em;
}

 /* etterem */

#etterem {
    width: 400px;
	float: left;
}

#etterem p {
	margin-bottom: 12px;
}


#etterem-galeria {
    width: 240px;
	float: left;
}

#etterem-galeria img {
    background-color: #fff;
	padding: 1px;
	border: 1px solid #6c0000;
	margin: 0 12px 12px 0;
	float: left;
}

#etlap-letoltes {
	font: normal 1em Georgia, "Times New Roman", times, serif;
	margin: 12px;
}

#szamla {
    font-size: 0.75em;
	padding: 12px 0;
	float: left;
}

.error {
    color: red;
	padding: 12px 0;
}

.sum
{
	background-color: #EDDDA1;
    font-weight: bold;
}

#ar-ossz
{
	text-align: right;
    font-weight: bold;
    background-color: #EDDDA1;
    border-left: 0;
    border-right: 0;
}

.hirdetes
{
    margin: 0 0 10px 12px;
    padding: 10px 0 0 0;
    clear: both;
    font-size: 1.2em;
}

#jobb .tesztak {
    border: 0;
    padding: 12px 0 6px 0;
    color: #b70100;
}

#jobb .tesztak-szoveg {
    padding: 0 12px 12px 12px;
    color: #b70100;
}

