
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #000;
	background-attachment: fixed;
	background-image: url(cont/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}
.ifl {
	margin-right: 5px;
}

.ifr {
	margin-left: 5px;
}
.povr {
	position: relative;
}
td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #B31B01;
	font-weight: bold;
}
h1 {
	font-size: 20px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}
h2 {
	font-size: 15px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#nyitobox {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#login {
	font-size: 9px;
	color: #FFF;
	padding: 10px 10px; 0px 0px;
	text-align: right;
	text-transform: uppercase; 
}
#login a {
	color: #FFF;
}
#login a:hover {
	color: #CCC;
	text-decoration:underline;
}
.hiba {
	color: #ff0000;
}
.ok {
	color: #008800;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border: none;
}

#menu li {
	float: left;
	border: none;
}

#menu li ul {
	top: 195px;
	cursor: default;
	padding: 5px;
	margin: 0;
	float: left;
	position: absolute;
	left: -999em;
	background: #4A0004;
	border: 1px solid #963137;
}

#menu li ul li {
	float: none;
	cursor: default;
	display: block;
	border: none;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	display: block;
}

#menu a.almenu {
	color: #ffffff;
	text-decoration: none;
	line-height: 24px;
	display:block;
	padding: 0 15px 0 15px;
	font-size: 13px;
}

#menu a.almenu:hover {
	background: #390003;
}

#menu img {
	float: left;
}

p {
	padding: 0px 0px 0px 20px;
}

