* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}

img { border-style: none; }

body { text-align: center; }

h1 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}

/* Konténer */
#kontener {
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: left;
}

/* Fejléc */
#fejlec div.box {
	float: right;
	margin: 10px 20px 0px 0px;
	width: 260px;
	height: 100px;
	border: 1px solid #BFBFBF;
	overflow: hidden;
}
#fejlec div.box div.fckeditor { padding: 5px; }

/* Tartalom */
#tartalom {
	background: url(../images/content_bg.jpg) repeat-y;
	border-top: 2px solid #BFBFBF;
}
#tartalom div.left {
	float: left;
	width: 798px;
	margin-right: 2px;
}
#tartalom div.right {
	float: left;
	width: 200px;
}
#tartalom div.left div.menu img { margin-bottom: 10px; }
#tartalom div.left div.menu h1 { text-align: center; }
#tartalom div.left div.menu ul {
	list-style-type: none;
	text-align: center;
}
#tartalom div.left div.menu ul li { display: inline; }
#tartalom div.left div.menu ul li a { font-weight: 700; }
#tartalom div.left div.menu ul li a:hover { text-decoration: underline; }
#tartalom div.left div.szoveg {
	float: left;
	width: 498px;
	overflow: hidden;
}
#tartalom div.left div.balaton div.szoveg { width: 798px; }
#tartalom div.left div.szoveg div.content { padding: 20px; }
#tartalom div.left div.programok {
	float: left;
	width: 278px;
	margin: 10px;
	border: 1px solid #B8DB4D;
}
#tartalom div.left div.programok div.content { padding: 20px; }
#tartalom div.left div.programok div.content ul { padding: 0px 30px 0px 30px; }
#tartalom div.left div.programok div.content ul li a:hover { text-decoration: underline; }
#tartalom div.left div.programok div.content h2 { margin-bottom: 5px; }
#tartalom div.left div.programok div.content h2 a { font-weight: 700; }
#tartalom div.left div.programok div.content h2 a:hover { text-decoration: underline; }
#tartalom div.right div.content { padding: 5px; }
#tartalom div.right div.content ul { list-style-type: none; }
#tartalom div.right div.content ul.intezmenyek li {
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed #666666;
}
#tartalom div.right div.content ul.intezmenyek li a {
	font-weight: 700;
	color: #666666;
}
#tartalom div.right div.content ul.intezmenyek li a:hover { color: #000000; }

/* Lista */
div.lista-elem { margin-bottom: 10px; }
div.lista-elem h2 a {
	font-size: 14px;
	font-weight: 700;
}
div.lista-elem h2 a:hover { text-decoration: underline; }
div.lista-elem p.datum_forras {
	font-size: 11px;
	margin-bottom: 5px;
}
div.lista-elem img.bevkep {
	float: left;
	margin-right: 5px;
}
div.lista-elem p.bevezeto {
	text-align: justify;
	margin-bottom: 5px;
}
div.lista-elem p.reszletek { text-align: right; }
div.lista-elem p.reszletek a { font-weight: 700; }
div.lista-elem p.reszletek a:hover { text-decoration: underline; }

/* Programok */
table.programok {
	border-collapse: collapse;
	width: 458px;
}
table.programok tr td {
	padding: 4px;
	background-color: #FFFFCC;
}
table.programok tr.sotet td { background-color: #CCCC99; }
table.programok td.datum { width: 150px; }
table.programok td a { font-weight: 700; }
table.programok td a:hover { text-decoration: underline; }

/* Egy elem */
div.elem h2 {
	font-size: 14px;
	font-weight: 700;
}
div.elem p.datum_forras {
	font-size: 11px;
	margin-bottom: 5px;
}
div.elem img.bevkep {
	float: left;
	margin-right: 5px;
}
div.elem p.bevezeto {
	text-align: justify;
	margin-bottom: 10px;
}
div.elem div.fckeditor { margin-bottom: 10px; }
div.elem table.kepek { margin-left: 4px; }
div.elem table.kepek td {
	width: 150px;
	height: 150px;
	vertical-align: middle;
	text-align: center;
}

/* Lapozás */
div.lapozas { text-align: center; }
div.lapozas form { display: inline; }
div.lapozas a,
div.lapozas input { font-weight: 700; }
div.lapozas a { margin: 0px 10px 0px 10px; }
div.lapozas a:hover { text-decoration: underline; }
div.lapozas input {
	border-style: none;
	background-color: transparent;
}

/* Lábléc */
#lablec {
	clear: both;
	padding: 10px;
}
#lablec ul {
	text-align: center;
	margin-bottom: 10px;
}
#lablec ul li {
	display: inline;
	padding: 0px 10px 0px 10px;
}
#lablec ul li a {
	color: #666666;
	font-weight: 700;
}
#lablec ul li a:hover { color: #000000; }
#lablec p {
	text-align: center;
	color: #666666;
}

/* form table */
table.form td { padding: 2px; }
table.form td.left {
	width: 200px;
	text-align: right;
}
table.form td.left label { font-weight: 700; }
table.form td.sep {
	padding: 30px 0px 2px 10px;
	font-size: 14px;
	font-weight: 700;
}
table.form input.input_fo {
	width: 20px;
	text-align: right;
}
ul.error { padding-left: 50px; margin-bottom: 20px; }
ul.error li { color: #FF3333; font-weight: 700; }
