/* 3nal több stílus külön sorba átláthatóság miatt */

/* INIT */
html, body, ul, li, form, textarea, p, img, h1, h2, h3, h4, h5, h6, table, input, dl, dt, dd {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	line-height:100%;
	font-family:"Times New Roman";
}
li  { list-style-type:none; } 
a  { text-decoration:none; color:#293912; } 
.column { display:inline; float:left; overflow:hidden; } 
.rowend { clear:both; overflow:hidden;}
.center { text-align:center; }
.margin { margin:10px 0; }
.bold { font-weight:bold; }
/* BODY */

body { background:#fefefc; color:#293912; }

#page {
  width:1024px;
  margin:0 auto;
  background:url(../images/bg_page.png);
  background-position:0 135px;  
  position:relative;
}

#nav {
width:200px;
min-height:1170px;
_height:auto !important;
height:1170px;
position:absolute;
left:0;
font-weight:bold;
background:url(../images/bg_nav.png) no-repeat;
}
  
  #nav ul li { position:relative; padding:0; line-height:0; }
  
    #nav ul li a { margin:0 0px 0 0px; padding:6px 20px; padding-right:0; line-height:100%; display:block; position:relative; }
    
      #nav ul li ul { position:absolute; left:199px; top:0px;  width:167px; z-index:20; display:none; }
  
      * html #nav ul li ul { top:-9px; left:180px; }
  
        #nav ul li ul a { background:url(../images/bg_nav.jpg); margin:0; position:static; color:#455433; }
        
        #nav ul li ul a:hover { background:url(../images/bg_nav_hover.jpg); }
        
#nav ul li ul li.nav_top { height:8px; background:url(../images/bg_nav_top.jpg) no-repeat bottom;  }        

#nav ul li ul li.nav_bottom { height:13px; background:url(../images/bg_nav_bottom.jpg) no-repeat top;  }  

#content { 
width:560px;

padding-top:6px;
padding-left:230px;
z-index:10;

}

* html #content { z-index:-1; }
#right_side {
background: url(../images/bg_right_side.png) no-repeat;
width:198px;
min-height: 1170px; _height: auto !important; height: 1170px;
float:right;
margin-right: 4px;

}
#right_side img { margin:0 auto; }

#right_side h2 { font-size:1.1em; }

/* HEADER */

#header { background:url(../images/bg_header.png); height:193px; }

/* FOOTER */

#footer { background:url(../images/bg_footer.png); height:180px; padding:0 270px; }

#footer a { position:relative; margin:0 30px; top:156px; font-weight:bold; }
