body{
	margin:0;
	padding:0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background: url(../img/body_bg.jpg) fixed;
	color: #666;
	font-size: 75%;
}

#header_container { 
	/*background:#eee;
	border:1px solid #666;*/
	height:195px;
	left:0;
	/*position:fixed;*/
    width:100%;
    top:0;
}

#header{
	width: 952px;
	height: 195px;
	background: url(../img/header_bg.jpg) no-repeat;
	margin: 0 auto;
}

#menurow{
	position: relative;
	width:952px;
	height: 60px;
	padding-top: 40px;
}

#mainmenu{
	float: right;
	margin: 15px 160px 0 0;
	list-style-type:none;
	padding:0;
	padding-top:6px;
	padding-bottom:6px;
	list-style-type: square;
}

#mainmenu li{
	display: inline;

}

#mainmenu a:link, #mainmenu a:visited
{
	font-weight:bold;
	color:#FFFFFF;
	background-color:#889c5c;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	padding:10px 5px;
	text-transform:uppercase;
}
#mainmenu a:hover,#mainmenu a:active
{
	background-color:#889c5c;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*text-decoration: underline;*/
}


h1{
	margin-top: 0px;
}

h2{
	border-bottom: 1px solid #8A986B;
}

h4{
	padding: 0px 10px 0px 0px;
}

/*----------------------------------------------------*/

#container{
	margin: 0 auto;
	overflow: auto;
	padding: 0px 0px 220px 0px;
	width: 940px;
}

#content{
/*	position: relative;
	top: 0;
	left: 0;
	width: 932px;
	min-height: 100%;
	margin: 0 auto 50px auto;
	padding-bottom: 30px;*/

}

/*#body{
	padding-bottom: 235px;
}*/

#footer_container{
	bottom:0;
	height:235px;
	left:0;
	position:fixed;
	width:100%;
	overflow: auto;
}

#footer{
	width: 952px;
	height: 235px;
	background: url(../img/footer_bg.jpg) no-repeat;
	margin: 0 auto;
}

#footer_info{
	float: right;
	margin-right: 250px;
	margin-top: 30px;
	border-top: 1px solid #8a986b;
}
/*---------------------------------------------------*/

.info{
list-style: none;
/*padding: 10px 0px 0px 0px;*/
margin: 0;
padding: 0;

}

.info li{
     background:url(../img/pont.jpg) no-repeat; 
     /*padding-left: 30px; */
     margin: 3px 0;
     padding-left: 20px;}

.img_left{
	float:left;
	margin: 10px;
}

.img_right{
	float:right;
	margin: 10px;
}

.home_p{
	width: 500px;
	font-size: 110%;
}

.tbl_szolg{
	width: 90%;
}
.tbl_szolg tr td:first-child{
	width: 60%;
}
.tbl_araink{
	margin: 0;
	padding: 0;
	cellpadding: 0;
	cellspacing: 0;
	width: 270px;
	float: right;
}

.tbl_araink td{
	line-height: 14px;
	/*height: 14px;*/
}

.szolg_keret{
	position: relative;
	width: 90%;
	margin: 0 auto;
	height: 300px;
}

.szolg_left_40{
	position: relative;
	width: 40%;
	height: auto;
	z-index: -10;
}

.szolg_right_60{
	position: relative;
	float: left;
	width: 60%;
	height: auto;
	z-index: -10;
}

.szolg_left_60{
	position: relative;
	float: left;
	width: 55%;
	z-index: -10;
}

.szolg_right_40{
	position: relative;
	float: right;
	width: 40%;
	z-index: -10;
}