/**********************************
** 	Fejléc 
***********************************/
DIV#fejlec1{
	font-size: 16;
	font-weight: bold;
	text-align: center;
	position:absolute;
	z-index: 1;
	top:0px; 
	left:0px; 
	width:	956px;
	height:	50px; 
	background-color: #6091D6;
}
DIV#fejlec2{
	font-size: 16;
	font-weight: bold;
	text-align: center;
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%;
	height:50px; 
	background-color: #99BAE7;
}
DIV#fejlec_bal{
	position:absolute; 
	z-index: 1;
	top:0px; 
	left:0px; 
	width: 165px;
	height:50px;
	color: white;
	background-color:black;
	text-align: center;
	vertical-align: middle;
	font: 10pt verdana;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


TD#fejlec_bal{
	font-size: 16;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	width: 200px;
	color: #ffffff;
}
TD#fejlec_jobb{
	font-size: 16;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}

a.main:link    {
	display: block;
	width: 100%;
	height: 100%;
	color: white;
	text-decoration: none;
	font-size: 14;
}
a.main:visited {
	display: block;
	width: 100%;
	height: 100%;
	color: white;
	text-decoration: none;
	font-size: 14;
}
a.main:hover   {
	color: white;
	background: #404040;
	font-size: 14;
}
a.main:active   {
	color: white;
	background: #404040;
	font-size: 14;
}

/**********************************
** 	Menü
***********************************/

DIV#menu{
	position: absolute; 
	top:	55px; 
	left:	0px; 
	width: 	165px;
/*	height:500px;*/
	background-color: #e0e0e0;
}

/**********************************
** 	Login
***********************************/

DIV#login{
	position: absolute; 
	left: 	0px;
	bottom: 0px;
	width: 	165px; 
	border: 1px;
	background-color: #e0e0e0;
}

/**********************************
** 	Főrész
***********************************/

DIV#main{
	position: absolute; 
	top:	56px; 
	left:	155px; 
	width:	780px; 
	height:	90%; 
}

