/* orokseg main css */

body {
	margin: 0;
	font-family: Arial,Helvetica,Garuda,sans-serif;
	font-size: 13px;
	background: url(images/side-back.jpg) left top repeat;
	overflow-x: hidden;
}

.hidden {
	display: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.nomargin {
	margin: 0;
}
/* main layout */
#lap {
	width: 990px;
	margin: 0 auto;
	position: relative;
	/*background: url(images/main-back.jpg) left top repeat-y;*/
}
#l-side {
	width: 600px;
	position: absolute;
	left: -600px;
	top: 0;
	height: 210px;
	/*background: url(images/side-back.jpg) left top repeat;*/
}
#r-side {
	width: 600px;
	position: absolute;
	left: 990px;
	top: 0;
	height: 210px;
	/*background: url(images/side-back.jpg) left top repeat;*/
}
.side-top {
	height: 210px;
	width: 600px;
	background: url(images/side-top-back.png) left top repeat;
}
/*header*/
h1 {
	margin: 0;
}
h1 a span {
	display: none;
}
#header {
	height: 210px;
}
#logo {
	position: absolute;
	top: 30px;
	left: 0;
	width: 840px;
	height: 150px;
	z-index: 2;
	background: url(images/logo.jpg) left top no-repeat;
}
#head-top {
	width: 830px;/*990px;*/
	height: 30px;
	color: #fff;
	background: url(images/head-top-back.jpg) left top no-repeat;
	text-align: right;
	padding-right: 160px;
	padding-top: 7px;
}
#tancos {
	position: absolute;
	width: 150px;
	height: 150px;
	top: 30px;
	left: 840px;
	background: url(images/tancos.gif) left top no-repeat;
}
/*kereso*/
#kereses {
	position: absolute;
	top: 180px;
	left: 0;
	width: 990px;
	height: 30px;
	background: url(images/keres-back.jpg) left top no-repeat;
	/*text-align: right;*/
}
input.keresinput {
	width: 100px;
	height: 22px;
	color: #6c0016;
	border: 0 none;
	background-color: #fff;
	padding: 8px 5px 0 15px;
	font-size: 13px;
	position: absolute;
	top: 0;
	left: 840px;
}
input.keresgomb {
	width: 30px;
	height: 30px;
	border: 0 none;
	color: #fff;
	background-color: #6c0016;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 960px;
	cursor: pointer;
}
/* layout */
#middle {
	/*margin-top: 15px;*/
}
#left {
	float: left;
	margin-top: 15px;
}
#content {
	/*float: left;*/
	width: 660px;
	margin-left: 15px;
}
#right {
	margin-top: 15px;
	width: 120px;
	float: right;
	margin-left: 30px;
}
/*** left  ***/
/* menu */
#menu {
	width: 165px;
	padding-top: 30px;
	background: url(images/menu-title.png) left top no-repeat;
	text-align: center;
	margin-bottom: 15px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	color: #fce5ad;
	border-top: 1px solid #e7cb8c;
	padding: 0;
}
#menu ul li a {
	color: #fce5ad;
	display: block;
	font-weight: bold;
	background: url(images/menu-item-back.png) left top no-repeat;
	height: 22px;
	padding-top: 6px;
	padding-right: 15px;
}
#menu ul li a:hover {
	color: #770000;
	background: url(images/menu-item-back-h.png) left top no-repeat;
}
#menu ul li.aktiv {
	background: url(images/menu-item-back-aktiv.png) left top no-repeat;
	height: 22px;
	padding-top: 6px;
	padding-right: 15px;
	color: #770000;
	font-weight: bold;
	position: relative;
}
.aktivpic {
	position: absolute;
	top: -1px;
	left: 165px;
	width: 30px;
	height: 30px;
	background: url(images/menu-aktiv.png) left top no-repeat;
}
/* left elements */
.leftitem {
	/*width: 150px;*/
	margin-bottom: 15px;
}
a.regisztracio {
	display: block;
	width: 150px;
	height: 28px;
	background: url(images/regisztracio.png) left top no-repeat;
}
.hirlevelbox {
	width: 150px;
	height: 80px;
	background: url(images/hirlevel-back.png) left top no-repeat;
	position: relative;
}
.hirlevelbox label {
	display: block;
	width: 150px;
	height: 25px;
}
.hirlevelbox select {
	width: 134px;
	margin-left: 8px;
}
input.hirlevinput {
	position: absolute;
	top: 52px;
	left: 8px;
	width: 99px;
	height: 16px;
	border: 0 none;
	background-color: #fff;
	padding: 2px 5px;
	font-size: 12px;
}
input.hirlevgomb {
	width: 25px;
	height: 20px;
	border: 0 none;
	color: #fff;
	background-color: #d27d2f;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	top: 52px;
	left: 117px;
	padding: 0;
	cursor: pointer;
}
a.levlist {
	display: block;
	width: 150px;
	height: 53px;
	background: url(images/levlist.png) left top no-repeat;
}
a.nka {
	display: block;
	width: 165px;
	height: 98px;
	background: url(images/nka-logo.png) left top no-repeat;
}
/*** right ***/
.rightitem {
	width: 120px;
	margin-bottom: 15px;
}
.rightitem a img {
	border: 0 none;
}
/* letoltes */
.letoltes {
	background: url(images/letoltes.png) left top no-repeat;
	padding-top: 30px;
	text-align: center;
}
.letoltes ul {
	background: url(images/letoltes-back.png) left top repeat;
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
.letoltes ul li {
	padding-bottom: 5px;
	line-height: 11px;
}
.letoltes ul li a {
	color: #770000;
	font-size: 11px;
	font-weight: bold;
}
.letoltes ul li a:hover {
	text-decoration: underline;
}
/*** content ***/
#cont-outer {
	float: left;
	width: 675px;
}
#content {
	background: url(images/content-back.png) left top repeat-y;
	padding-top: 15px;
}
#content a:hover {
	text-decoration: underline;
}
.cont-inner {
	margin: 0 30px 0 0;
	background-color: #fdebc1;
	padding: 0 15px 1px 15px;
}
.cont-inner a {
	color: #770000;
}
h2.oldalcim {
	margin: 0 0 15px 0;
	padding: 7px 0 2px 0;
	color: #770000;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #770000;
	text-transform: uppercase;
}
.clear {
	clear: both;
	padding-top: 10px;
}
.info {
	padding: 10px;
	margin: 15px;
	display: block;
	border: 1px solid #770000;
	color: #770000;
	background-color: #ffcaba;
	text-align: center;
}
/** nyitolap **/
/* hirek */
.balhasab {
	width: 295px;
	clear: left;
	float: left;
	display: inline;
}
.hiritem {
	margin-bottom: 15px;
	background-color: #fff;
}
.hirdate {
	text-align: right;
	width: 290px;
	background-color: #d49955;
	height: 13px;
	color: #000;
	font-style: italic;
	font-size: 11px;
	padding: 2px 5px 0 0;
}
h3.hircim {
	margin: 10px 5px 5px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #d28e01;
}
h3.hircim a {
	color: #d28e01;
}
.hirlead {
	color: #925606;
	padding: 5px;
}
.hirlead a {
	color: #770000;
}
/* naptar */
table {
	margin: 0 !important;
}
.naptar {
	margin-bottom: 15px;
}
.jobbhasab {
	width: 285px;
	display: inline;
	float: left;
	margin-left: 20px;
}
#calendar {
	width: 285px;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #d28e01;
}
caption {
	margin: 0;
	padding: 3px 0 0 0;
	width: 285px;
	height: 25px;
	background: url(images/naptar-top-back.jpg) left top no-repeat;
	color: #fff;	 
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
caption a {
	color: #fff !important;
	padding: 0 15px;
}
.naptar th {
	font-size: 14px;
	font-weight: bold;
	color: #e7cb8c;
	height: 25px;
	border-bottom: 1px solid #fff;
}
.het {
	font-size: 11px !important;
	font-weight: normal;
	font-style: italic;
	border-bottom: 0 none !important;
	color: #e7cb8c !important;
}
.sorveg {
	border-right: 0 none !important;
}
.oszveg td {
	border-bottom: 0 none !important;
}
.today, td.today a, td.today a:link, td.today a:visited {
	color: #fff;
	background: #c80000;
}
.own, td.own a, td.own a:link, td.own a:visited {
	color: #fff;
	font-weight: bold;
	background: #770000 !important;
}
.naptar td {
	border-right: 1px solid #ddaa40;
	border-bottom: 1px solid #ddaa40;
	width: 35px;
	height: 25px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.naptar td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	line-height: 25px;
}

.naptar td a:link, .naptar td a:visited {	
	color: #fff;
	background-color: #b07004;
}

.naptar td a:hover, .naptar td a:active {
	color: #b07004 !important;
	background-color: #fff !important;
}
.naptar td.own a:hover, .naptar td.own a:active {
	color: #770000 !important;
	background-color: #fff !important;
}
/* events */
.eventitem {
	margin-bottom: 15px;
	background-color: #fcd486;
}
.eventdate {
	/*width: 280px;*/
	background-color: #770000;
	/*height: 18px;*/
	color: #f9ca70;
	font-weight: bold;
	font-size: 14px;
	padding: 2px 5px;
}
h3.eventcim {
	margin: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #b07004;
}
h3.eventcim a {
	color: #b07004;
}
.eventplace {
	color: #d28e01;
	padding: 5px;
	font-size: 13px;
}
.eventorg {
	font-size: 11px;
	font-style: italic;
	color: #925606;
	padding: 5px;
	font-weight: bold;
}
.eventorg span {
	color: #770000;
}
.eventlead {
	padding: 5px;
}
.eventcontent p{
	padding: 5px;
	margin: 0;
}
.ownevent {
	color: #fff;
	background: #bd7764 !important;
}
.ownevent .eventcim, .ownevent .eventorg, .ownevent .eventplace, .ownevent .eventorg {
	color: #fff !important;
}
.ownevent h3.eventcim a {
	color: #770000 !important;
}
/* items */
.item {
	background-color: #fff;
	padding: 5px;
	margin-bottom: 15px;
}
.doc {
	padding-left: 50px;
	background: #fff url(images/doc.png) left 90% no-repeat;
}
.pdf {
	padding-left: 50px;
	background: #fff url(images/pdf.png) left 90% no-repeat;
}
.ppt {
	padding-left: 50px;
	background: #fff url(images/ppt.png) left 90% no-repeat;
}
h3.itemcim {
	margin: 10px 5px 5px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #d28e01;
}
h3.itemcim a {
	color: #d28e01;
}
.itemlead {
	color: #925606;
	padding: 5px;
}
.itemlead a {
	color: #770000;
}
.itemcontent {
	color: #925606;
	padding: 5px;
}
.itemcontent a {
	color: #770000;
}
.doclink a {
	color: #770000;
	padding: 5px;
	font-weight: bold;
	font-style: italic;
}
.itemdate {
	font-size: 12px;
	font-style: italic;
	color: #925606;
	padding-left: 5px;
}
/** galery **/
.galitem {
	margin-bottom: 15px;
	border-bottom: 1px solid #770000;
	background-color: #fff;
	padding: 5px;
}
h3.galcim {
	margin: 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #d28e01;
	float: right;
	width: 460px;
}
img.galtn {
	margin: 5px 10px 0 5px;
	float: left;
	width: 110px;
}
.galinfo {
	padding-left: 5px;
}
/**forms**/
label {
	width: 180px;
	display: inline-table;
	color: #770000;
}
input.input {
	border: 1px solid #d28e01;
	margin: 5px 0;
	width: 200px;
}
.kot {
	border: 1px solid #770000 !important;
}
.help {
	font-size: 10px;
	color: #777;
	padding-left: 10px;
}
.button {
	width: 132px;
	height: 30px;
	border: 1px solid #fff;
	background-color: #770000;
	color: #fff;
	font-weight: bold;
	margin-top: 5px;
	font-size: 14px;
	margin-left: 100px;
	cursor: pointer;
}
.button:hover, .button:focus {
	background-color: #d28e01;
	border: 1px solid #770000;
}
.textarea {
	width: 240px;
	height: 80px;
	border: 1px solid #d28e01;
	margin: 5px 0;
	overflow: auto;
}
/* def lists */
dt {
	margin-top: 5px;
}
dd {
	margin-left: 15px;
	font-style: italic;
	color: #d28e01
}
/** kereses **/
.keresoszo {
	font-weight: bold;
	color: #d28e01;
}
.lapozo {
	display: block;
	background-color: #fff;
	padding: 5px;
	margin-bottom: 15px;
	text-align: center;
	color: #d28e01;
	font-weight: bold;
}
.lapozo a {
	margin-right: 0.3em;
}
/*** footer ***/
#footer {
	width: 630px;
	text-align: center;
}
#footer ul {
	padding: 8px 0 7px 0;
	margin: 0;
	list-style: none;
	height: 15px;
}
#footer ul li {
	display: inline;
	background: url(images/footer-bull.png) right top no-repeat;
	padding-right: 44px;
	margin-right: 27px;
	height: 14px;
}
#footer ul li a {
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
}
.fend {
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
}
.footer-sub {
	width: 630px;
	height: 21px;
	color: #770000;
	text-align: center;
	font-size: 12px;
	background: url(images/footer-sub-back.png) left top repeat;
	padding-top: 9px;
	margin-left: 15px;
	letter-spacing: 1px;
}