html
{ 
    margin: 0; 
    padding: 0; 
    text-align: center;
} 

body
{ 
    margin: 0; 
    padding: 0; 
    text-align: center; 
    background: #e5e5da;
    font: 11px/18px Tahoma,sans-serif;
    color: #807e59;
} 

#pagewidth
{ 
    width: 760px; 
    text-align: left;  
    margin-left: auto; 
    margin-right: auto;
    position: relative;
} 

#leftcol
{
    width: 220px; 
    float: left; 
    position: relative;
    margin-top: 50px;
}
 
#maincol
{
	float: right; 
	display: inline; 
	position: relative; 
	width: 540px;
}

/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after
{
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}
 
.clearfix
{
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */  

/*printer styles*/ 
@media print
{ 
    /*hide the left column when printing*/ 
    #leftcol
    {
        display: none;
    } 
    #twocols, #maincol
    {
        width: 100%;
        float: none;
    }
}

/* ****************************************** */

/* ***************************************** tab menu *********************************/

#menu-tabs
{
    width: 200px;
    height: 27px;
    margin-left: 20px;
    position: relative;
}

* html #menu-tabs
{
    height: 29px;
}

#tab-menu
{
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	/*height: 27px;*/
	display: inline;
	overflow: hidden;
	width: 200px;
}
	
#tab-menu li
{
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#tab-menu a
{
	float: left;
	padding: 27px 0 0 0;
	overflow: hidden;
}
	
#tab-menu a:hover
{
    background-position: 0 -27px;
}

#tab-menu a:active, #tab-menu a.selected
{
    background-position: 0 -54px;
}
	
#tab-cegunk a
{
	width: 73px;
	background: url(../images/cegunk_tab.gif) top left no-repeat;
}

#tab-tevekenys a
{
	width: 127px;
	background: url(../images/tevekenys_tab.gif) top left no-repeat;
}
	
/* *************************************** almenu ************************************* */

div#navigacio
{
	width: 200px;
	height: 382px;
	/*height: auto;*/
	margin-left: 20px;
	border-bottom: 1px solid #b8b68a;
	position: absolute;
	border-left: 1px solid #b8b68a;
	/*border-right: 1px solid white;*/
	background-color: white;
	color: inherit;
}

* html div#navigacio
{
    margin-top: -2px;
}

.menu
{
    padding: 8px;
}
.menu ul
{
    margin: 4px;
    padding: 0;
}

.menu h3
{
	margin: 0 0 10px 0;
	padding: 5px;
	font-size: 12px;
	text-transform: uppercase;
	background: url(../images/menu_h3_bg.gif) bottom repeat-x;
}

.almenu ul
{
    margin: 0;
    padding: 0;
}

.almenu li
{
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

.almenu li a
{
	position: relative;
	display: block; 
	background: url(../images/menupont.gif) no-repeat;
	background-position: center left;
	border-bottom: 1px solid #e6e5cf; 
	color: #807e59;
	background-color: inherit;
	font-weight: bold;
	padding: 3px 0px 3px 16px;
	text-decoration: none;
	height: auto;
	width: auto;
	line-height: 13px;
}

.almenu li li a
{
	position: relative;
	display: block; 
	background: url(../images/menupont.gif) no-repeat;
	background-position: center left;
	border: none; 
	color: #807e59;
	background-color: inherit;
	font-weight: normal;
	margin-left: 11px;
	padding: 3px 0px 3px 16px;
	text-decoration: none;
	height: auto;
	width: auto;
	line-height: 13px;
}

.almenu li li a:hover, .almenu li a:hover
{
	background: #e6e5cf url(../images/menupont_hover.gif) center left no-repeat;
	color: inherit;
}

.almenu li li a.aktiv, .almenu li a.aktiv
{
	background: #e6e5cf url(../images/menupont_hover.gif) center left no-repeat;
	color: inherit;
}

/* ******************************** kezdo ************************************ */

#kezdo
{
	background-color: white;
	border: 1px solid #b8b68a;
	padding: 1px;
	height: 380px;
	margin: 76px 0 0 1px;
	color: white;
	background: white url(../images/kezdo.jpg) no-repeat center;
}

.logo
{
    margin: 20px 0 20px 30px;
}

.kezdo-info
{
    margin: 4px;
    padding: 4px;
    border-top: 1px solid #e6e5cf;
}

.kezdo-info a
{
    color: #5c7387;
    background-color: inherit;
    text-decoration: none;
}

.kezdo-info a:hover
{
    text-decoration: underline;
}

#delnyugat {
	text-align: center;
}

#delnyugat a {
	color: #807E59;
	text-decoration: none;
}
