@charset "utf-8";
/* CSS Document */
/* nyitó oldal*/
body{
	background-color:#040404;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
}
.clearer{
	clear:both;
}
#nyito_nagykep{
	width:802px;
	height:553px;
	background-image:url(../images/nyitokep.jpg);
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-401px;
	margin-top:-276px;
}
#nyito_feliratok{
	margin-top:456px;
	padding-left:189px;
	/*width:351px;*/
	width:420px;
	height:16px;
	float:left;
	font-size:15px;
	color:#a8a8a8;
	text-transform:uppercase;
	line-height:16px;
}
.nyito_menuitem a{
	float:left;
	width:auto;
	height:auto;
	text-decoration:none;
	color:#c4c4c4;
}
.nyito_menuitem a:hover{
	color:#c97900;
}
.nyito_menuitem_last a{
	float:right;
	width:auto;
	height:auto;
	text-decoration:none;
	color:#a8a8a8;	
}
.nyito_menuitem_last a:hover{
	color:#c97900;
}
.nyito_potty{
	float:left;
	width:7px;
	height:16px;
	background-image:url(../images/pont.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding:0 9px 0 10px;
}

