body {
	margin: 0px;
	background-attachment: fixed;
	margin: 0px;
}
#fejlec {
	height: 60px;
	width: 100%;
}
#menu {
	width: 140px;
	float: left;
}
#tartalom {
	margin-left: 145px;
}
body {
	scrollbar-arrow-color: black;
	scrollbar-base-color: black;
	scrollbar-face-color: silver;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-dark-shadow-color: red;
	font-family: Arial;
	font-size: 12pt;
	color: black;
	background-attachment: fixed;
	background-color: white;
}
a {
	font-weight: bold;
	color: #DD7700;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: red;
	text-decoration: underline;
}
img.keret {
	border-width: 1px;
	border-style: solid;
	border-color: black;
}
h1 {
	color: steelblue;
	text-align: center;
	font-weight: bold;
	font-size: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	color: red;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	font-size: 12pt;
}
hr {
	border-color: red;
	border-style: solid;
	margin-left: 3px;
	margin-right: 3px;
}
input, select, textarea {
	background-color: white;
	color: black;
}
a.kiemelt {
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: none;
}
a.kiemelt:hover {
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: underline;
}
h2.fontos {
	color: red;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	font-size: x-large;
}
h2.fontos a {
	color: red;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	font-size: x-large;
}
.info {
	color: #3333FF;
	font-weight: bold;
	text-decoration: none;
	font-size: large;
	font-style: normal;
	letter-spacing: 3px;
}
hr.elvalaszto {
	border-color: steelblue;
}

ul.menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li.menukek {
	width: 122px;
	height: 20px;
	text-align: center;
	overflow: hidden;
}

li.menuzold {
	width: 122px;
	height: 20px;
	text-align: center;
	overflow: hidden;
}

li.menunarancs {
	width: 122px;
	height: 20px;
	text-align: center;
	overflow: hidden;
}

li.elvalaszto {
	height: 10px;
	width: 122px;
	overflow: hidden;
}

li.menukek a {
	text-decoration: none;
	font-weight: bold;
	color: black;
	display: block;
	font-family: Arial;
	font-size: 10pt;
	width: 122px;
	height: 20px;
	padding-top: 2px;
	background-image: url('./kepek/menu_kek.gif');
}
li.menukek a:hover {
	text-decoration: none;
	font-weight: bold;
	color: black;
	display: block;
	font-family: Arial;
	font-size: 10pt;
	width: 122px;
	height: 20px;
	padding-top: 2px;
	background-image: url('./kepek/menu_kek_over.gif');
}
li.menuzold a {
	text-decoration: none;
	font-weight: bold;
	color: black;
	display: block;
	font-family: Arial;
	font-size: 10pt;
	width: 122px;
	height: 20px;
	padding-top: 2px;
	background-image: url('./kepek/menu_zold.gif');
}
li.menuzold a:hover {
	text-decoration: none;
	font-weight: bold;
	color: black;
	display: block;
	font-family: Arial;
	font-size: 10pt;
	width: 122px;
	height: 20px;
	padding-top: 2px;
	background-image: url('./kepek/menu_zold_over.gif');
}
li.menunarancs a {
	text-decoration: none;
	font-weight: bold;
	color: black;
	display: block;
	font-family: Arial;
	font-size: 10pt;
	width: 122px;
	height: 20px;
	padding-top: 2px;
	background-image: url('./kepek/menu_narancs.gif');
}
li.menunarancs a:hover {
	text-decoration: none;
	font-weight: bold;
	color: black;
	display: block;
	font-family: Arial;
	font-size: 10pt;
	width: 122px;
	height: 20px;
	padding-top: 2px;
	background-image: url('./kepek/menu_narancs_over.gif');
}

