@charset "iso-8859-2";

body,html {
	margin:0;
	padding:0;
	font-family:Georgia;
	background-image:url(/imgs_inner/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

a { text-decoration:none; }
a:hover { text-decoration:underline; }

#wrapper {
	width:1026px;
	margin:0 auto;
	margin-top:30px;
	background-image:url(/imgs_inner/main_bg.gif);
	background-repeat:repeat-y;
}

#left {
	width:852px;
	float:left;
}

#left-head {
	width:802px;
	height:26px;
	padding:47px 10px 20px 40px;
	background-repeat:no-repeat;
}

#left-content {
	width:821px;
	margin:0px 0px 0px 31px;
	background-image:url(/imgs_inner/left_corner.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:12px;
	padding:20px;
}

#right {
	width:174px;
	float:right;
}

#right-head {
	width:174px;
	height:93px;
	background-image:url(/imgs_inner/right_head_bg.gif);
	background-repeat:no-repeat;
}

#right-menu {
	width:148px;
	margin:0px 26px 0px 0px;
	background-image:url(/imgs_inner/right_menu_bg.gif);
	background-repeat:repeat-y;
}

#right-menu a.menu {
	display:block;
	width: 141px;
	margin-left:5px;
	padding:4px 1px 4px 1px;
	font-size:11px;
	text-align:center;
	color:#FFF;
	border-bottom:1px solid #f6b833;
}

#right-menu a.menu:hover, #right-menu a.last:hover  {
	background-color:#ac6500;
	text-decoration:none;
}

#right-menu a.last {
	margin-bottom:20px;
}

#right-menu a.hun {
	display: block;
	width: 26px;
	height: 19px;
	margin-left:40px;
	padding:0;
	background-image:url(/imgs_inner/flag_hun.gif);
	background-position:top;
	float:left;
}

#right-menu a.hun:hover, #right-menu a.eng:hover {
	background-position:bottom;
}

#right-menu a.eng {
	display: block;
	width: 26px;
	height: 19px;
	margin-left:15px;
	padding:0;
	background-image:url(/imgs_inner/flag_eng.gif);
	background-position:top;
	float:left;
}

#foot {
	clear:both;
	background-image:url(/imgs_inner/main_bg.gif);
	background-position:center;
	background-repeat:repeat-y;	
	font-size:10px;
	text-align:center;
	padding:60px 55px 0px 56px;
	color:#999;
}

#footer {
	height:43px;
	background-image: url(/imgs_inner/foot.jpg);
	font-size:10px;
	text-align:center;
	padding:0px 55px 0px 56px;
	color:#999;
}

#footer a { color: #999; }
#footer a:hover { color: #000; }

img.galeria { 
	border: 2px solid #EEEEEE; 
	padding: 2px;
	margin: 5px;
}

img.galeria:hover { border: 2px solid #f6b833; }

img.varoslogo { margin-left:14px; }

#left-content strong, #left-content b {
	color:#3b6257;
}

#left-content a { color:#d20000; }


