html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	background-color: #FFFFFF; /* All browsers */
	display: block;
}

img { margin: 0; border:none; }  /* All browsers. Borders & margins are not inherited */

table{
	margin: 0px;
	padding: 0px;
}

table.main{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 100%;
}

table.termek{
    font-family: Arial;
   font-size: 7px;
}

table.main td{
	vertical-align: top;
}

table.main td.logo{
	width: 255px;
	height: 164px;
	background-image: url("../images/logo.png");
	background-position: bottom left;
	background-repeat: no-repeat;	
}

table.main td table td.lang{
	width: 646px;
}

table.main td table td.lang div.lang_sel{	
	display: block;
	float: left;
	width: auto;
	margin: 0px;
	font-size: 9px;
	padding-right: 10px;
	background-image: url("../images/lang_sel_bg.png");
	background-position: right;
	background-repeat: no-repeat;
} 

ul.langlist{
	display: block;
	float: left;
	width: auto;
	height: auto;
	line-height: 8px;
	margin: 0px;
	padding: 0px;
}

ul.langlist li{
	display: block;
	float: left;
	width: auto;
	margin-right: 7px;
}

ul.langlist li a{
	color: #7a888f;
	text-decoration: none;
	font-size: 9px;
}

ul.langlist li a#activelang{
	color: #006ab8;
}

table.main_header{
	vertical-align: top;
	height: 164px;
}

table.main_header td.header{
	background-image: url("../images/header.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 645px;
	height: 122px;
	vertical-align: sub;
}

div.navigator{
	display: block;
	float: left;
	margin-top: 10px;
	font-size: 10px;
}

div.navigator a{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

div.content h1.title{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana;
}

div.content div.text, div.content div.text table{
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}

td.footer{
	height: 113px;
}

table.frame{
	background-image: url("../images/tabla_bg.png");
	background-position: bottom left;
	background-repeat: repeat-x;
}

div.footer_text p{
	font-size: 10px;
	color: #7a7777;
	width: 653px;
}

div.footer_text p span{
	color: #000000;
	font-weight: bold;
}

div.content div.text li {
background-image: url("../images/li_kepecske.jpg");
background-position: center left;
background-repeat: no-repeat; 
list-style:none;
padding-left:15px; 
padding-bottom:2px; 
}


