@charset "utf-8";
/* CSS Document */
body{
	background-color:#074e00;
}

html {
	overflow-x: hidden;
	overflow-y:auto;
	}
	
#st_hubertus_tartalom{
	width:100%;
	height:600px;
	position: absolute;
	top: 50%;
	margin-top: -310px;
	margin-left:-10px;
	background-image:url(../grafika/st_hubertus_etterem_hatter.jpg);
	background-repeat:repeat-x;
	background-color:#074e00;
}


#st_hubertus_flash{
	margin-top:0px;
	width:900px;
	height:600px;
	background-image:url(../grafika/st_hubertus_etterem_hatter.jpg);
	background-repeat:repeat-x;
	background-color:#074e00;
}

#st_hubertus_lablec{
	width:980px;
	height:40px;
}

.szoveg {
			font-family:Tahoma;
			font-size: 9px;
			color: #ffffff;
		}

.szoveg a:link {
	text-decoration: none; 
	color:#ffffff;
	text-decoration:underline;
	}
			
.szoveg a:visited {
	text-decoration: none;
	color:#ffffff;
	}
	
.szoveg a:hover {
	text-decoration: underline; 
	color:#ffffff;
	}
