

/* közös */

.langSelect {
	position: relative; 
	top: 25px; 
	left: 693px;	
}

.langSelect img {
	border: none;
	margin: 0px;
	padding: 0px;	
}

table.strip
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

.align-left
{
	text-align: left;
}

.align-right
{
	text-align: right;
}

/* keret */

table.frame
{
	width: 862px;
}

table.frame td.top
{
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	height: 55px;
}

table.frame td.left
{
	background-image: url(../images/leftrep.jpg);
	background-repeat: repeat-y;
	width: 290px;
}

table.frame td.mainmenu
{
	background-image: url(../images/menu.jpg);
	background-position: right;
	background-repeat: no-repeat;
	width: 572px;
	height: 170px;
}

table.frame td.submenu
{
	background-image: url(../images/submenu.jpg);
	background-repeat: no-repeat;
	height: 25px;
}

table.frame td.content
{
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	background-color: #faf8f9;
	padding: 15px;
	line-height: 150%;
	height: 670px;
}

table.frame td.leftfoot,
table.frame td.foot
{
	height: 60px;
	background-repeat: no-repeat;
}

table.frame td.foot
{
	background-image: url(../images/foot.jpg);
}

table.frame td.leftfoot
{
	background-image: url(../images/leftfoot.jpg); 
}

/* .left cella */

table.logo,
table.himg,
table.panel
{
	width: 100%;
}

table.logo td
{
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 125px;
}

table.himg td
{
	background-image: url(../images/himg.jpg);
	background-repeat: no-repeat;
	height: 720px;
}

table.panel
{
	position: relative;
	top: -150px;
	left: 0px;
}

table.panel td
{
	color: #fff;
	padding: 10px;
}

p.l1,
p.l2
{
	text-align: center;
	font-family: garamond;
	text-transform: uppercase;
}

p.l1
{
	
	font-size: 16px;
	color: #012b21;
	letter-spacing: 0.5em;
	margin-top: 26px;
}

p.l2
{
	font-size: 12px;
	color: #997515;
	letter-spacing: 0.4em;
}

