A:link{
color: #0F1558;
}

A:visited{
color: #0F1558;
}

A:active{
color: #0F1558;
}

A:hover{
color: #0000CC;
text-decoration: none;
}

BODY{
	margin: 0px;
	padding: 0px;
	background: url(../images/kifutas2.gif) repeat-x;
	background-color: #DADADA;
	font-family: Arial;
	font-size: 10pt;
	color: #555555;
}

li{
	list-style-image: url(../images/negyzet.gif)
}

.sima li{
	list-style-image: url(../images/nyil2.gif)
}

.balra li{
	margin-left: -16px;
}

img{
	border: 0px;
}
/* ------------------------------------- Index php css ------------------------------------ */
/* ---------- Fejlec ---------- */
.fejlec{
	width: 100%;
	text-align: center;
	height: 132px;
}

/* ---------- Tabla keret ---------- */
.keretbal{
	width: 12px;
	background: url(../images/menubal.gif) repeat-y;
}

.keretkozep{
	background: url(../images/atmenet3.jpg) repeat-x;
	background-color: #FFFFFF;
	border-left:1px solid #BBBBBB;
	border-right:1px solid #BBBBBB; 
	border-top:0px none; 
	border-bottom:0px none;
	text-align: left;
	width: 753;
}

.keretjobb{
	width: 12px;
	background: url(../images/menujobb.gif) repeat-y;
}

/* Menu */
.chromestyle{
	width: 753px;
	font-weight: bold;
}

:after.chromestyle{ /*Margo hozzaadasa a menu es a tobbi tartalom kozott Firefox-ba*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* ---------- Menu ---------- */
.chromestyle ul{
	border: 1px solid #BBB;
	width: 753px;
	background: url(../images/chromebg.gif) center center repeat-x;
	padding: 4px 0;
	margin: 0;
	text-align: center;
}

.chromestyle ul li{
	display: inline;
}

/* ---------- Gomb ---------- */
.chromestyle table tr td a{
	color: #192068;
	margin: 0;
	font:bold 13px Arial;
	text-decoration: none;
}

.chromestyle table tr td{
	vertical-align: center;
	padding-left: 13px;
	padding-right: 13px;
	
}

/* ---------- Benyomott gomb ---------- */
.chromestyle table tr td a:hover{
	/*background: url(../images/chromebg-over.gif) center center repeat-x;*/
	color: #0011AF;
}

/* ---------- Legordulonel jel ---------- */
.chromestyle ul li a[rel]:after{ /* Legordulo menu jelzo */
/*content: "v";*/
/*content: " " url(downimage.gif); /* Kiszedni, ha kepet akarok helyette */
}


/* ---------------- Stilus a legordulomenuhoz ---------------- */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB;
	border-bottom-width: 0;
	font:normal 11px Arial;
	text-align: left;
	line-height:15px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /* Arnyek hozzaadasa IE-nel */
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #192068;
}

* html .dropmenudiv a{ /*IE miatt*/
	width: 100%;
}

.dropmenudiv a:hover{ 
	background-color: #EDEDF5;
}

/* ------------------------------------- Int html css ------------------------------------- */

.tabla{
	width: 96%;
	/*height: 310px;*/
	text-align: justify;
}

th{
	color: #0F1558;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 15px;
}

th A:hover{
	color: #0F1558;
}

.cim{
	font-size: large;
	font-weight: bold;
	text-align: center;
	color: #0F1558;
}

.cim A:hover{
	color: #0F1558;
}

.alcim{
	font-size: normal;
	font-weight: bold;
	text-align: center;
	color: #0F1558;
}


.rendezveny{
	width: 100%;
}

.adatok{
	padding-left: 25px;
}

.leiras{
	padding-top: 10px;
}

.kep{
	float: left;
	text-align: center;
	width: 175px;
	margin-right: 8px;
}

.kepvezetoseg{
	float: left;
	text-align: center;
	width: 131px;
	margin-right: 8px;
}

.aktualitas{
	width: 175px;
	border: 1px solid #3D4386;
	margin: 5px;
	padding: 5px;
	position: left;
	text-align: center;
	border-style: dotted;
	background-color: #FBFAFA;
}

.aktth {
	color: #0F1558;
	font-size: 11pt;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	border: 0px;
	border-bottom: 1px solid #3D4386;
	border-style: dotted;
}

.aktth a:visited,link,active {
	text-decoration: none;
}

.aktth a:link {
	text-decoration: none;
}

.aktth a:active {
	text-decoration: none;
}

.akttd {
	font-size: 10pt;
	margin: 0px;
	padding: 2px;
	border: 0px;
/*	border-bottom: 1px solid #DADADA;
	border-style: dotted;*/
	background-color: #FFFDFD;
}

.aktut {
	font-size: normal;
	margin: 0px;
	padding: 2px;
	border: 0px;
	background-color: #FFFDFD;
}

.aktmeret {
	font-size: 8pt;
}

/* ----------------------------------------- Form ----------------------------------------- */

.ajanlat{
	/*background: url(../images/ajanlat.gif) top right;
	background-repeat: no-repeat;*/
	width: 96%;
	text-align: justify; 

}

.error {
	border: 1px solid red;
	margin: 5px;
	margin-bottom: 15px;
	padding: 5px;
	width: 70%;
	position: relative;
	left: 15%;
	text-align: center;
	border-style: dotted;
	background-color: #FFCFCF;
	color: #7F7F7F;
}

.inputbal{
	width: 6px;
	height: 20px;
	background: url(../images/left.png) left;
	background-repeat: no-repeat; 
}

.inputjobb{
	width: 6px;
	height: 20px;
	background: url(../images/right.png) right;
	background-repeat: no-repeat; 
}

.inputtabla{
	margin-bottom: 5px;
	border: 0px;
}

.inputszoveg{
	padding-right: 4px;
	width: 120px;
	text-align: right;
	text-valign: top;
}

.text{
	border-right: 0px;
	border-left: 0px;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}