/* ------------------------------------------------------------alap beállítások*/
body{
	background-image: url('/styles/jelzotuz/images/bg_main.png');
	background-repeat: repeat;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
} 
#page{
	/*width: 730px;
	margin-right: auto;
	margin-left: auto;*/
	/*width: 100%;*/
}

/* ------------------------------------------------------------főmenü héttér*/
.header{
	width: 100%;
	height: auto;
	background-color: #79ac2c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* ------------------------------------------------------------linkek*/
a.link_menu {
	font-family:verdana;
	font-size: 11px;
	color: black;
	text-decoration:none;
}

a.link_menu:HOVER {
	font-family:verdana;
	font-size: 11px;
	color: black;
	text-decoration:underline;
}

a.link_menu:visited {
	font-family:verdana;
	font-size: 11px;
	color: black;
	text-decoration:none;
}

/* ------------------------------------------------------------almenu*/
.obox{
	width: 150px;
	height: auto;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	color: #aaaaaa;
	font-family: "Cambria";
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
a.olnk:visited{
	color: #666666;
	font-size: 12px;
}
a.olnk{
	color: #666666;
	font-size: 12px;
}
.odb{
	color: #aaaaaa;
	font-family: "Cambria";
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

/* ------------------------------------------------------------tudastar*/
table.tudast{
	width:1000px;
	color: #aaaaaa;
	/*background-color: #79ac2c;*/
}

table.tudast td{
	vertical-align:middle;
	border-bottom-width:1px;
	border-bottom-style: dotted;
	border-top-width:1px;
	border-top-style: dotted;
	border-color: gray;
	border-collapse:separate;
	padding:10px;
}

a.tudas:visited, a.tudas{
	color: #666666;
	font-size: 14px;
	text-decoration:none;
}


table.tudast td.tudasfej {
	border-bottom-width:0px;
	border-bottom-style: none;
	border-top-width:0px;
	border-top-style: none;
	border-color: black;
	border-collapse:separate;

	padding:1px;
	color: #666666;
	font-size: 14px;
	text-decoration:none;

}

a.tudasfej:visited{
	color: #666666;
	font-size: 14px;
	text-decoration:none;
	border-bottom-width:0px;
	border-bottom-style: none;
	border-top-width:0px;
	border-top-style: none;
}


a.tudasfej{
	color: #666666;
	font-size: 14px;
	text-decoration:none;
	border-bottom-width:0px;
	border-bottom-style: none;
	border-top-width:0px;
	border-top-style: none;
}

/* ------------------------------------------------------------belsőlapfejlec*/

.fejlec{
	color: #043962;
	font-family: "Cambria";
	font-size: 18px;
	font-weight: bold;
	text-transform:uppercase;	
	text-align: center;
}
/* ------------------------------------------------------------lapbelso*/

.main{
	/*background-color:#f9fafc;
	color: #043962;
	margin-right: auto;
	margin-left: auto;
	text-align:center;*/

}

/* ------------------------------------------------------------top menu*/
#menu ul { 

	margin: 0; 
	padding: 0; 
	list-style: none;
}

#menu a:hover{
	color: #face00;
}

#menu ul li {
	position: relative;
	float: left; 
}

#menu ul li a { 
	float: left;
/*	width: 110px;*/
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	margin: 10px 10px;
}

#menu ul li ul {
	display: none;
	position: absolute;
	left: 10px;
	top: 45px;
	border-style:solid;
	border-color:#face00;
	border-width:1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #79ac2c;
}

#menu ul li ul a{ 
	background: none;
	margin-left: 5px;
	width:150px;
}

#menu ul li:hover > ul, #menu li.over ul {
	display: inline-block;
}

#menu ul li ul li ul { 
	left: 150px;
	top: 0px;
}

/* ------------------------------------------------------------hibajegy*/
.hiba {
	width: 700px;
	height: auto;
	background-color: #eeeeee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #555555;
	font-family: "Cambria";
	font-size: 12px;
	font-weight: bold;
}

.hiba td{
	background-color: #FFFFFF;
}

.hiba2 {
	width: 600px;
	height: auto;
	background-color: #eeeeee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #555555;
	font-family: "Cambria";
	font-size: 12px;
	font-weight: bold;
}

.hiba2 td{
	background-color: #FFFFFF;
}

