/* CSS Document */

body
{
	background-color:#FFF;
	font-family:Verdena, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	
}

 
 #main_container
 {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-image:url(images/bg_main.jpg);
	background-position: center;
	background-repeat: repeat-x;
	margin:0;
	padding:0;

	
}

	 /* INTRO*/
 
#container_intro
{
	width: 536px;
	height: 462px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -268px;
	margin-top: -231px;
}

#futo_txt
{
	padding: 4px;
	width: 528px;
}
	
#enter
{
	text-align:center;
	width: 536px;
	font-size: 14px;
	font-weight: bold;
}

#enter a
{
	text-decoration:none;
	color:#5F7392;
	
}	
#enter a:hover
{
	text-decoration:none;
	color:#333333
	
}

	/* OLDALAK */

#container
{
	width: 744px;
	height: 462px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -372px;
	margin-top: -231px;
}

#tartalom
{
	position: relative;
	width: 744px;
	height: 384px;
	background-image:url(images/bg_panel.jpg);
	background-position: top;
	background-repeat: norepeat;
	margin:0;
	padding:0;
}

#tartalom_nagy
{
	position: absolute;
	top: 13px;
	left:13px;
	width:720px;
	height:360px;
}

#tartalom_txt
{
	position: absolute;
	top: 19px;
	left:19px;
	width:708px;
	height:348px;
	color:#333;
	font-size:11px;
	text-align:justify;

}

#tartalom_txt1
{
	position: absolute;
	top: 18px;
	left:21px;
	width:345px;
	height:348px;
	color:#333;
	font-size:11px;
	text-align:justify;

}

#tartalom_txt2
{
	position: absolute;
	top: 29px;
	left:382px;
	width:345px;
	height:348px;
	color:#333;
	font-size:11px;
	text-align:justify;

}

	/* MENU*/
	
#menu
{
	padding:0;
	margin:0;
	width:744px;
	height:30px;
	text-align:center;	
}
	
.fomenu
{
	float:left;
	color:#5F7392;
	font-size:11px;
	font-weight:normal;
	width:auto;
	height:17px;
	text-align:center;
	padding:9px 0;	
}

.fomenu a
{
	color:#AAA;
	text-decoration:none;
}

.fomenu a:hover
{
	color:#333333;
	text-decoration:none;
}

.separ_fomenu
{
	float:left;
	width:22px;
	height:41px;
	background-image:url(images/bg_menusepar.gif);
	background-repeat:no-repeat;
	background-position:center;

}

#fomenuk
{
	margin: 0 28px;
}

#aktiv_fomenu
{
	cursor:default;
}

#back
{
	float:left;
	padding:0 20px 0 12px;
}


#next
{
	float:right;
	padding:0 12px 0 20px;
}

#tartalom_txt h2
{
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 10px 0;
}

#tartalom_txt1 h2
{
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0 10px 0;
}

p
{
	margin: 0px;
	text-indent: 2em;
	
}

p sup
{
	font-size: 9px;
}

a.sima 
{
	text-decoration:none;
	color:#1e0f77;
	
}	
a:hover.sima
{
	text-decoration:underline;
	color:#1e0f77
	
}

#kapcsolat .bigger
 {
	font-size: 12px;
}
