html {
	overflow-y: scroll;
}

body {
	color: #CACACA;
	font: 12px Arial, sans-serif;
	background: url(../image/fejlecbg.png) top repeat-x;
	background-color: #e1ffbd;
	margin: 0px;
	padding: 0px;
}

img.kepkeret {
	border: 1px solid;
	border-color: #989898;
	margin: 15px;
	padding: 3px;
}

img.blank {
	border: 0px solid;
	border-color: #989898;
	margin: 15px 15px 15px 15px;
}

/********************** Menu kinkek **********************/

a.mnu:active {
	color: #CA0000;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

a.mnu:link {
	color: #CA0000;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

a.mnu:visited {
	color: #CA0000;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

a.mnu:hover {
	color: #FFA500;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

/********************** Jobboldal linkek **********************/

a.lnk:active {
	color: #2960D7;
	text-decoration: none;
}

a.lnk:link {
	color: #2960D7;
	text-decoration: none;
}

a.lnk:visited {
	color: #2960D7;
	text-decoration: none;
}

a.lnk:hover {
	color: #FF0000;
	text-decoration: none;
}

/********************** Layout **********************/

#container {
	width: 840px;
	margin: auto auto auto auto;
	position: relative;
}

#top {
	height: 50px;
	background: url(../image/top.png) top center no-repeat;
}

#fejlec {
	height: 209px;
	background: url(../image/fejlec.png) top center no-repeat;
}

#menu {
	height: 32px;
	background: url(../image/menu.png) top center no-repeat;
}

.menu {
	font: 15px Arial, sans-serif;
	color: #CA0000;
	text-align: right;
	padding-top: 5px;
	margin-right: 30px;
}

#szoveg {
	background: url(../image/szovegbg.png) top center;
}

.szoveg {
	font: 12px Arial, sans-serif;
	color: #525252;
	text-align: justify;
	padding-top: 30px;
	margin-right: 40px;
	margin-left: 40px;
}

#lablec {
	height: 55px;
	background: url(../image/lablecbg.png) repeat-x;
}

.lablec {
	font: 12px Arial, sans-serif;
	color: #616161;
	text-align: center;
	padding-top: 13px;
	margin-right: 0px;
	margin-left: 0px;
}

#behuz {
	margin-left: 20px;
}

.cim1 {
	font: 14px Arial, sans-serif;
	color: #FF0000;
}

.cim2 {
	font: 12px Arial, sans-serif;
	color: #2960D7;
}

table.vekony {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #636363;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px 0px;
	border-style: solid solid solid solid;
	border-color: #9A9A9A #9A9A9A #9A9A9A #9A9A9A;
	border-collapse: collapse;
}

table.vekony th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #9A9A9A #9A9A9A #9A9A9A #9A9A9A;
}

table.vekony td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #9A9A9A #9A9A9A #9A9A9A #9A9A9A;
}

.kepalairas {
	font: 12px Arial, sans-serif;
	color: #5F5F5F;
	text-align: center;
	float: right;
}

