.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

.container {
	width: 900px;
	text-align: left;
}

.header {
	width: 100%;
	height: 105px;
	background-image: url(images/header_bg_b.jpg);
	background-repeat: no-repeat;
	padding: 13px;
}
.header .logo {
	float: left;
	width: 200px;
	height: 80px;
}
.header h1 {
	font-family: Arial;
	font-size: 11px;
	color: #ff6009;
	font-style: black;
}
.header h1 .h1_blue {
	color: #2b438b;
}
.header .category {
	float: left;
	margin-left: 385px;
}
.head_left {
	float: left;
	width: 150px;
}
.head_right {
	float: left;
	width: 150px;
}
.h1_c {
	padding: 0;
	margin: 0;
}
.h1_a {
	padding: 5px 0 0 15px;
	margin: 0;
}
.h1_b {
	padding: 5px 0 0 30px;
	margin: 0;
}

#leftcol {
	width: 174px;
	position: relative;
	float: left;
	margin: 0px;
	margin-right: 6px;
	margin-top: 6px;
	padding: 0px;
	background-color: #FFFFFF;
	z-index: 2;
}

#midcol{
	width:575px;
	position:relative;
	float:left;
	top:0px;
	left:0px;
	margin: 0px;
	margin-top: 6px;
	padding: 0px;
	z-index: 1;
}

#rightcol{
	width: 130px;
	position:relative;
	float:left;
	margin: 0px;
	margin-left: 6px;
	margin-top: 6px;
	padding:0;
	background-color: #F3F4EE;
	z-index: 0;
}

/*////////////////////////////// M E N U ///////////////////////////////*/



.newmenu1 {
	margin: 0px;
	padding: 0px;
	background-image: url('images/menu_style1_ul_bg.gif');
	background-repeat: repeat-y;
}

.newmenu1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-image: url('images/menu_style1_ul_bg.gif');
	background-repeat: repeat-y;

}


.newmenu1 ul li{
	font-size: 11px;
	font-weight: bold;	
	background-image: url('images/menu_style1_bg.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 5px 4px 5px 30px;
}

.newmenu1 ul li a {
	color: #000000;
	text-decoration: none;
}


.newmenu2 ul {
	margin: 0px;
	padding: 0px;
	background-image: url('images/menu_style2_ul_bg.gif');
	background-repeat: repeat-y;

}



.menu_style1 {
	font-size: 11px;
	font-weight: bold;	
	background-image: url('images/menu_style1_bg.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 5px 4px 5px 4px;
}




.main_group1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
	padding-left: 27px;
	background-image: url('images/maingroup1_bg.gif');
	margin-top: 0px;
	margin-bottom: 2px;
}


.main_group2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
	padding-left: 27px;
	background-image: url('images/maingroup2_bg.gif');
	margin-top: 0px;
	margin-bottom: 2px;
}

.main_group3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
	padding-left: 27px;
	background-image: url('images/maingroup3_bg.gif');
	margin-top: 0px;
	margin-bottom: 2px;
}

.main_group4 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
	padding-left: 27px;
	background-image: url('images/maingroup4_bg.gif');
	margin-top: 0px;
	margin-bottom: 2px;
}

.main_group5 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
	padding-left: 27px;
	background-image: url('images/maingroup5_bg.gif');
	margin-top: 0px;
	margin-bottom: 2px;
}



.menu {
	font-size: 13px;
	padding-bottom: 4px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 20px;
	background-image: url(images/menu_bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.menu:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(images/menu_active_bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.menu a {
	font-weight: normal;
	text-decoration: none;
	color: #000088;
}
.menu a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.menuactive {
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 4px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-image: url(images/menu_active_bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.menuactive a{
	color: #000000;
	text-decoration: none;
}
.menuactive a:hover{
	color: #000000;
	text-decoration: none;
}

.submenu {
	font-size: 11px;
	padding-bottom: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 23px;
	background-image: url(images/submenu_bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.submenu:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(images/submenu_active_bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.submenu a {
	font-weight: normal;
	text-decoration: none;
	color: #000088;
}
.submenu a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.submenuactive {
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 23px;
	background-image: url(images/submenu_active_bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}


/*////////////////////////////// I N D E X  M A I N ///////////////////////////////*/

.pic1 {
	margin-left: 10px;
}

#index3tdtop {
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF6600;
	padding-left: 8px;
	padding-top: 2px;
	background-image: url(images/index_3table_top_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #E8E9E6;
}

#index3tdtext {
	font-size: 11px;
	padding-left: 8px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #F3F4EE;
	text-align: justify;
}

#index2tdtop {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
	padding-left: 8px;
	padding-top: 6px;
	background-image: url(images/index_2table_top_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #E4E4F0;
}

#index2tdtext {
	font-size: 11px;
	padding-left: 8px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #F3F4EE;
	text-align: justify;
}

.link1 {
	text-align: right;
	padding-right: 70px;
	color: #2A438A;
}
.link1 a{
	color: #2A438A;
	text-decoration: underline;
}
.link1 a:hover{
	color: #2A438A;
	text-decoration: none;
}

#spacer6 {
	height: 6px;
	font-size: 6px;
}


#link2 {
	text-align: right;
	padding-right: 70px;
	color: #2A438A;
}
#link2 a{
	color: #2A438A;
	text-decoration: underline;
}
#link2 a:hover{
	color: #2A438A;
	text-decoration: none;
}


#path {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 22px;
    color: #FFFFFF;
    background-color: #6879A9;
    padding-left: 6px;
    margin-bottom: 2px;
}
#path a{
    text-decoration: none;
    color: #FFFFFF;
}
#path a:hover{
    text-decoration: none;
    color: #FF6600;
}


/*////////////////////////////// S U B  M A I N ///////////////////////////////*/

#box1 {
	margin-top: 6px;
	margin-bottom: 6px;
	background-color: #F3F4EE;
}

#box1 h1 {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #FF6600;
	padding-left: 8px;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	background-image: url(images/index_2table_top_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #E4E4F0;
}

#box1 p {
	text-align: justify;
	background-image: url(images/box1right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 6px;
	padding-right: 70px;
	margin: 0px;
}

#box2 {
	margin-top: 6px;
	margin-bottom: 6px;
	background-color: #F3F4EE;
}

#box2 h1 {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #FF6600;
	padding-left: 8px;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	background-image: url(images/index_2table_top_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #E4E4F0;
}

#box2 p {
	text-align: justify;
	background-image: url(images/box2right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 6px;
	padding-right: 70px;
	margin: 0px;
}

#box3 {
	margin-top: 6px;
	margin-bottom: 6px;
	background-color: #F3F4EE;
}

#box3 h1 {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #FF6600;
	padding-left: 8px;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	background-image: url(images/index_2table_top_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #E4E4F0;
}

#box3 p {
	text-align: justify;
	background-image: url(images/box3right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 6px;
	padding-right: 70px;
	margin: 0px;
}

#box4 {
	margin-top: 6px;
	margin-bottom: 6px;
	background-color: #F3F4EE;
}

#box4 h1 {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #FF6600;
	padding-left: 8px;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	background-image: url(images/index_2table_top_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #E4E4F0;
}

#box4 p {
	text-align: justify;
	background-image: url(images/box4right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 6px;
	padding-right: 70px;
	margin: 0px;
}

#box5 {
	margin-top: 6px;
	margin-bottom: 6px;
	background-color: #F3F4EE;
}

#box5 h1 {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #FF6600;
	padding-left: 8px;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	background-image: url(images/index_2table_top_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #E4E4F0;
}

#box5 p {
	text-align: justify;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 6px;
	padding-right: 70px;
	margin: 0px;
}

#box6 {
	margin-top: 6px;
	margin-bottom: 6px;
	background-color: #F3F4EE;
}

#box6 h1 {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #FF6600;
	padding-left: 8px;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	background-image: url(images/index_2table_top_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #E4E4F0;
}

#box6 p {
	text-align: justify;
	background-image: url(images/box6right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 6px;
	padding-right: 70px;
	margin: 0px;
}

#box7 {
	margin-top: 6px;
	margin-bottom: 6px;
}

#red {
	color: #DE0909;
}


#green {
	color: #009900;
}


/*////////////////////////////// F O O T E R ///////////////////////////////*/

#footer {
	clear: both;
	line-height: 18px;
	background-color: #EEEEEE;
	font-size: 11px;
	margin-top: 30px;
	vertical-align: bottom;
	text-align: center;
	color: #A0A0A0;
}
#footer a{
	text-decoration: none;
	color: #A0A0A0;
}
#footer a:hover{
	text-decoration: underline;
	color: #666666;
}

#red {
	color: #DE0909;
}


#green {
	color: #009900;
}

#box_result{
	margin:5px;
	border:1px solid #666;
}

#box_result p{
	text-align: justify;
	padding: 0px;
	margin: 3px;
	
}

#box_result p.link{
	text-align: right;
	padding: 0px;
	margin: 3px;
	
}

#box_result h1{
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #FF6600;
	padding-left: 8px;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
}

/*////////////////////////////// F O R M ///////////////////////////////*/

.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-color: #333333;
	border-width: 1px;
	padding-left: 2px;
}

.a_btn {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:1px solid #333333;
	padding-left: 2px;
	background-color: #D2D2D2;
	color: #000000;
	padding:1px;
}

.textfield2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-color: #333333;
	border-width: 1px;
	padding-left: 2px;
	width:120px;
}

#ajanlas{
	background-color:#E4E4F0;
	font-size:12px;
	font-weight:normal;
	width:100%;
	text-align:center;
}

#ajanlas h1{
	line-height:22px;
	background-color:#6879A9;
	color: #FFFFFF;
	font-size:12px;
	font-weight:normal;
	padding:0;
	margin:0;
	text-align:center;
}

#ajanlas p{
	padding:0 3px 3px 3px;
	color:#000080;
	font-size:11px;
}

#ajanlas p a{
	color:#2A438A;
	font-size:11px;
}

#ajanlas p a:hover{
	color:#2A438A;
	font-size:11px;
	text-decoration:none;
}

/*lapozás*/
h2.lapozas{
	line-height:20px;
	background-color:#F3F4EE;
	color: #666666;
	font-size:10px;
	font-family:Verdana;
	font-weight:bold;
	padding:4px 0 0px 10px;
	margin: 5px;
	text-align:center;
}

a.lapozas{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}

a.lapozas:hover {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #86980E;
	text-decoration: underline;
}

/*
Instead of just using CSS, we make use of some JavaScript to produce the hover effect:

function hover() {
  var divs = document.getElementsByTagName("div");
    for(var q = 0; q < divs.length; q++) {
      if(divs[q].className == "entry") {
        divs[q].onmouseover = function() {
          this.className = "entryH";
        };
        divs[q].onmouseout = function() {
          this.className = "entry";};
        }
      }
    }
}

And the appropriate CSS-classes:

.entry { some formattings };
.entry { some formattings for hover };

Now, if you have a div-Element with a class “entry”, it will be switched with the class “entryH” when hovering it. No more :hover needed, and it will be understood by Internet Explorer. This method has another advantage: If you switch background-images via :hover, they won’t be cached, instead they’ll be loaded every time the user hovers the element. With this solution, all images will be cached and no more little pauses are occuring.

*/
/*
	max-width: 1000px;
	width: expression(document.body.clientWidth > 1000? "1000px": "auto" );

*/
