html {
	height:100%;
}
body {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#303030;
	height:100%;
}
.relative {
	position:relative;
}
.absolute {
	position:absolute;
}
.title {
	font-family:"Trebuchet MS";
	color:#ffffff;
	text-transform:uppercase;
	font-size:24px;
	padding-left:317px;
}
.subtitle {
	font-family:"Trebuchet MS";
	color:#212020;
	font-size:18px;
	padding-left:110px;
	font-weight:bold;
}
.subtitle-feher {
	font-family:"Trebuchet MS";
	color:#ffffff;
	font-size:18px;
	padding-left:110px;
	font-weight:bold;
}
a.menu:link {
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
a.menu:hover {
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:underline;
	font-weight:bold;
}
a.menu:active {
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
a.menu:visited {
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
a.loginlink {
	font-family:Tahoma;
	color:#303030;
	font-size:11px;
	text-decoration:none;
}
a.loginlink2 {
	font-family:Tahoma;
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
}
a.submenu {
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	padding-right:30px;
}
.linktext {
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
.inputfield {
	height:17px;
	border:1px solid #726766;
	font-family:Tahoma;
	color:#303030;
	font-size:10px;
	background-color:#FFFFFF;
}
.szoveg_feher_login {
	font-size:11px;
	font-family:Tahoma;
	color:#FFFFFF;
	padding-left:20px;
}
.szoveg_feher {
	/*margin:10px 50px 10px 10px;*/
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#303030;
}
.szoveg_peros_nagy {
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#da251c;
	font-weight:bold;
}
.szoveg_feher_kozep {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#303030;
	font-weight:bold;
}
.szoveg_szurke {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#303030;
}
a.menu_s:link {
	font-family:Tahoma;
	color:#262626;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
a.menu_s:hover {
	font-family:Tahoma;
	color:#262626;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:underline;
	font-weight:bold;
}
a.menu_s:active {
	font-family:Tahoma;
	color:#262626;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
a.menu_s:visited {
	font-family:Tahoma;
	color:#262626;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
a.submenu_s {
	font-family:Tahoma;
	color:#262626;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	padding-right:30px;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:20px; left:-140px;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	/*filter: alpha(opacity:1);
	KHTMLOpacity: 1;
	MozOpacity: 1;
	opacity: 1;*/
}
a.tt:hover span.top{
	display: block;
	padding: 8px 8px 0px;
    background: url(../images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../images/bubble_bg.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../images/bubble.gif) no-repeat bottom;
}
/*-------- bubble tooltip vége ---------*/
