.menu_a
	{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	}
.menu_a:hover
	{
	text-decoration:none;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	}
	
/* Általános */
html,body {height:100%;}
body {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align:center;
	background:url('images/big_bg.jpg') center;
	background-repeat:repeat-y;
	}
#oldal {
	width:773px;
	height:55%;
	margin:0 auto;	
	border:0;
	padding:0;
	background-color:#EBEBD9;
/*	border-left:1px solid black;
	border-right:1px solid black; 

	background:url('images/big_bg.jpg') center;
	background-repeat:repeat-y;*/
	}
a
	{
	color:brown;
	}
a:hover
	{
	color:red;
	}
/* Menü */
#menu
	{
	margin:0;
	padding:5px;
	border:0;
	background-color:#5C2800;
	color:white;
	font-size:12px;	
	font-weight:bold;
	}
/* Bal oldalhoz*/
#left
	{
	width:175px;
	float:left;
	background:url('images/left_bg.jpg');
	}
.box1
	{	
	margin: 10px auto;
	border:5px solid #718150;
	width:140px;
	background-color: white;
	}
.box1 h1
	{
	margin:0;
	padding:2px;
	border:0;
	background-color:#718150;
	color:white;
	font-size:14px;
	}	
.box2
	{
	margin: 10px auto;
	border:5px solid #5C2800;
	width:140px;
	background-color: #E4E4B2;
	}
.box2 h1
	{
	margin:0;
	padding:2px;
	border:0;
	background-color:#5C2800;
	color:white;
	font-size:14px;	
	}
/* Jobb oldalhoz*/
#right
	{
	float:right;
	width:596px;
	border:0;
	}
.box3, .box4
	{	
	border-right:5px solid #896300;
	margin:10px 5px;
	width:45%;
	text-align:left;
	display:inline;
/*	border:1px solid black;*/
	}
.box3
	{
	float:left;
	}
.box4
	{
	float:right;	
	}
.box3 img,.box4 img
	{
	border:1px solid black;
	float:left;
	margin:0 10px 0 0;
	}
/* Lábléc */
#footer
	{
	background-color:#5C2800;
	color:white;
	padding:5px;
	margin:0;
	border:0;
	}
#foot_l
	{float:left;}
#foot_r
	{float:right;}
.menu_link {
	color: white;
	text-decoration: none;
}

.menu_link:hover {
	color: red;
	text-decoration: underline;
}

.top_line {
	height: 18;
	background: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	font-size: 9pt;
	color: #555555;
}
