body {
	background: #004080;
	text-align: center;
	font-family: Georgia, Times, serif;
}

#oldal {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

p, table p {
	margin: 8px 0 8px 0;
	font-size: 15px;
	line-height: 19px;
	font-family: Georgia, Times, serif;
	color: #333;
}

#feliratkozo_form table tr td, #feliratkozo_form2 table tr td {
	padding: 2px;
	font-size: 13px;
}

table {
	margin: 10px 0 10px 0;
}

table tr td {
	font-size: 15px;
}

#tartalom-belso ul {
	margin: 10px 0 10px 25px;
}

#tartalom-belso ul li {
	font-size: 15px;
	line-height: 19px;
	font-family: Georgia, Times, serif;
	background: url(../kepek/lista-hatter.png) 0 6px no-repeat;
	padding: 0 0 0 15px;
	margin: 2px 0 2px 0;
}

#idezetek p {
	font-size: 12px;
}

#idezetek {
	padding: 0 20px 20px 20px;
	text-align: left;
}

a {
	color: #00a1c8;
	text-decoration: none;
}

a:hover {
	color: #00a1c8;
	text-decoration: underline;
}

#fejlec {
	width: 940px;
	font-size: 0;
}

#fejlec-sav {
	height: 65px;
	text-align: left;
	background: url(../kepek/fejlec-sav-hatter.png);
}

#fejlec-sav-bal {
	float: left;
	width: 220px;
}

#fejlec-sav-bal div {
	width: 182px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
	margin: 12px auto 0 auto;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

#fejlec-sav-jobb {
	float: left;
	width: 720px
}

#fejlec-sav-jobb div {
	font-size: 17px;
	font-family: Georgia;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin: 20px 0 0 0;
}

#menu {
	width: 220px;
	float: left;

}

.magassag {
	float: right;
	width: 1px;
	background: #edf4fb;
	height: 1250px;

}

#menu-belso {
	padding: 20px;
	text-align: left;
}

#tartalom {
	width: 720px;
	background: #fff;
	float: left;
	text-align: center;
	padding: 25px 0 25px 0;
	background: #fff url(../kepek/tartalom-hatter.png) no-repeat;
}

#tartalom-belso {
	width: 620px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#lap {
	width: 940px;
	background: #fff url(../kepek/menu-hatter.png) repeat-y;
	position: relative;
}

#kapcsolat {
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	width: 220px;
}

#kapcsolat p {
	margin: 10px 0 10px 0;
	font-size: 13px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	line-height: 17px;
	color: #034588;
}

#kapcsolat p.nomargin {
	margin: 0;
}

#kapcsolat-belso {
	width: 144px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 20px;
}

#menu ul li a {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	display: block;
	font-size: 15px;
	line-height: 16px;
	border-bottom: 2px dotted #e8ebee;
	padding: 10px 0 10px 0;
	color: #0097bc;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

#menu ul li a:hover {
	color: #00bfee;
}

#menu ul li {
	font-size: 0;
	line-height: 0;
}

h1 {
	font-size: 28px;
	color: #034588;
	font-weight: bold;
	margin: 0 0 10px 0;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	color: #2467ab;
	margin: 10px 0 10px 0;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #222;
	margin: 15px 0 8px 0;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

.center {
	text-align: center;
}

#lablec {
	height: 83px;
	background: #fff url(../kepek/lablec-hatter.png) repeat-x;
}

#lablec p {
	color: #fff;
	font-size: 12px;
	margin: 0;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

#lablec-belso {
	padding: 15px 20px 0 20px;
	text-align: left;
}

#lablec p.lablec {
	margin: 10px 0 5px 0;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */