html, body 
{
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	background-image: url(./design/hatter.gif);
	background-position: center center;
}

.fullheight 
{
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
}

.fejlec
{
	width:800px; high:250px; margin:0 auto; padding: 0 0 0 0;
	background-position: center;
	background-repeat: no-repeat;
}

.nyelvlec
{
	width:800px; high:16px; margin:0 auto; padding: 0 0 0 0;
	background-position: center;
	background-repeat: no-repeat;
}

.szovegcim
{
	font-family: Verdana, Courier;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF6600;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.szovegfej
{
	font-family: Verdana, Courier;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF6600;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.laphat
{
	background-repeat: repeat-y;
	background-position: center;
}

.menu
{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#40470e;
	text-decoration: none;
	border: 1px solid #ece4c9;
	text-align: left;
	background-color: #ece4c9;
	margin: 1px;
}

.menu: hover
{
	color: #2b9a0d;
	background-color: #ece4c9;
}

.szoveg
{
	font-family: Verdana, Courier;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #344d19;
	text-decoration: none;
}

.link
{
	font-family: Verdana, Courier;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #32520f;
	text-decoration: underline;
}

.link: hover
{
	color: #4a7919;
}

a
{
	font-family: Verdana, Courier;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #32520f;
	text-decoration: underline;
}

a: hover
{
	color: #4a7919;
}

.szoveglab
{

	font-family: Verdana, Courier;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 4px 0px 4px;
	text-align:center;
}

.v_menu {
width:170px;
font-size:12px;
margin:0;
}
/* remove all the bullets, borders and padding from the default list styling */
.v_menu ul {
position:relative;
z-index:100;
padding:0;
margin:0;
list-style-type:none;
width:170px;
}
/* style the list items */
.v_menu li {
background: url(./design/gombhat.gif);
background-repeat: no-repeat;
height:26px;
/* for IE7 */
float:left;
}

/* get rid of the table */
.v_menu table {position:absolute; top:0; left:0; z-index:100;}

/* style the links */
.v_menu a, .v_menu a:visited {
	display:block;
	text-decoration: none;
	height:25px;
	line-height:25px;
	width:169px;
	color: #FFFFFF;
	text-indent:20px;
	border:0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
/* hack for IE5.5 */
* html .v_menu a, * html .v_menu a:visited {width:170px; width:169px;}
/* style the link hover */
* html .v_menu a:hover {color:#FF6600; background: url(./design/gombhata.gif); position:relative;}

.v_menu li:hover {position:relative;}

/* For accessibility of the top level v_menu when tabbing */
.v_menu a:active, .v_menu a:focus {color:#FF6600;font-weight:bold;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.v_menu li:hover > a {color:#FFFFFF; font-size:16px; font-weight:bold; background: url(./design/gombhata.gif);}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.v_menu li ul {
visibility:hidden;
position:absolute;
top:-30px;
/* set up the overlap (minus the overrun) */
left:110px;
/* set up the overrun area */
padding:30px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(./design/menuhat.jpg);
}

/* for browsers that understand this is all you need for the flyouts */
.v_menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */


