
/* a teljes oldal környezeti hatterszine es az aktiv felulet kozepre tartasa */
body {
	text-align:center;
	background-color: #40260D;
	margin: 0px;
	padding: 0px;
}

img {
	padding: 0px;
	margin: 0px;
	vertical-align:top;
}

/* a fejlec ket kepelemenek osszetartasa */
.fejlec_kep {
	float: left;
	text-align: left;
}

/* tartalom = a focella szövege, szovegkozi kapcsoloi, hatterszine, merete, igazitasai */
.tartalom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#D9C2A3;
	width:640px;
	height:auto;
	text-align: justify;
	vertical-align: top;
	padding: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BA7E36;
	border-left-color: #BA7E36;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #593612;
}

.tartalom a:link, tartalom a:visited {
	color: #593612;
	text-decoration: none;
	font-weight: bold;
}

.tartalom a:hover {
	color: #593612;
	text-decoration: underline;
}

/* az akac tuljdonsagok lapon a tablazatokban a balra igazitas */
.tablazat_tartalom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	/*font-weight: bold;*/
	/*border: 1px solid #000000;*/
}

/* h1 = az oldalak cimei */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* h2 = egy soros kapcsolok, illetve az akac leiro lapon az alcimek */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	/*font-weight: bold;*/
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
h2 a:link, h2 a:visited {
	color: #593612;
	text-decoration: none;
	font-weight: bold;
}
h2 a:hover {
	color: #593612;
	text-decoration: underline;
}

/* h3 = lap tetején a menuemlekezteto */
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #593612;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
h3 a:link, h3 a:visited {
	color: #593612;
	text-decoration: none;
}
h3 a:hover {
	color: #593612;
	text-decoration: underline;
}

/* apro = a magyar es az angol nyitooldal jobb felso sarkaban a masik nyelvre utalo szoveg */
.apro {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

/* a menu grafikai elemeinek beallitasai */
#menu {
	width: 135px;
	height:auto;
	vertical-align:top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #593612;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #593612;
}
.linkek {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BA7E36;
}

/* banner = a hirdetes bannerek beallitasa */
.banner {
	float: left;
	width: auto;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: justify;
	vertical-align: top;
	padding: 10px;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BA7E36;*/
}

.kep_balra {
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;	
}
.kep_kozepre {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
.kep_jobbra {
	float: right;
	padding: 10px 0px 5px 10px;
	margin: 5px 0px 5px 5px;
}

/* kulonbozo kiserleti maradekok */
/* #tabla {
	border: 1px solid #000000;
} */

/* iframe {
	width: 175px;
	height: 500px;
} */

/* p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
} */


