body {
	background: #212121;
	font-family: garamond;
	font-size: 14px;
	margin: 0 0;
}
#header_bg {
	height: 190px;
	background: url('../pictures/header_bg.jpg');
}
#container {
	width: 900px;
	height: 200px;
	margin: 0 auto;
}
#logo {
	position: absolute;
	width: 160px;
	height: 190px;
	background: url('../pictures/header_logo.png');
	float: left;
	z-index: 1;
}
#name {
	width: 740px;
	height: 61px;
	float: right;
}
#name img {
	float: right;
}
#menu {
	position: absolute;
	width: 740px;
	height: 43px;
	margin-top: 61px;
	margin-left: 180px;
	float: right;
	z-index: 2;
}

.navbar {
	margin: 0;
	padding: 0;
	margin-top: 14px;
	list-style: none;
}
.navbar li {
	padding: 0;
	margin: 0;
	height: 43px;
	margin-right: 0px;
	list-style: none;
	background-repeat: no-repeat;
}
.navbar li a, .navbar li a:visited {
	margin: 0;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 43px;
	background-repeat: no-repeat;
}
 
.fooldal {background-image: url(../pictures/menu01_mo.jpg); width: 91px;}
.fooldal a {background-image: url(../pictures/menu01.jpg);}
.szolgaltatas {background-image: url(../pictures/menu02.jpg); width: 171px;}
.szolgaltatas a {background-image: url(../pictures/menu02.jpg);}
.aktualis {background-image: url(../pictures/menu03_mo.jpg); width: 99px;}
.aktualis a {background-image: url(../pictures/menu03.jpg);}
.galeria {background-image: url(../pictures/menu04_mo.jpg); width: 96px;}
.galeria a {background-image: url(../pictures/menu04.jpg);}
.kotan {background-image: url(../pictures/menu05_mo.jpg); width: 115px;}
.kotan a {background-image: url(../pictures/menu05.jpg);}
.kapcsolat {background-image: url(../pictures/menu06_mo.jpg); width: 115px;}
.kapcsolat a {background-image: url(../pictures/menu06.jpg);}

ul.navbar li a:hover {background: none;}
.navbar li {float: left;}
.navbar:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.navbar li ul 	{
		display: none;
		height: auto;									
		margin: 0;
		padding: 0;
		float: left;
		}				

.navbar li:hover ul{
        display: block;
		float: left;
		
}
.navbar li ul li {	
		background-color: #red;
		float: left;
} 

.szolg01 {background-image: url(../pictures/sub01_mo.jpg); width: 171px;}
.szolg01 a {background-image: url(../pictures/sub01.jpg);}
.szolg02 {background-image: url(../pictures/sub02_mo.jpg); width: 171px;}
.szolg02 a {background-image: url(../pictures/sub02.jpg);}
.szolg03 {background-image: url(../pictures/sub03_mo.jpg); width: 171px;}
.szolg03 a {background-image: url(../pictures/sub03.jpg);}

#pics {
	width: 825px;
	height: 63px;
	margin-top: 58px;
	background: url('../pictures/header_pics.jpg');
	float: right;
	z-index. 0;
}
#main {
	width: 900px;
	height: 720px;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #161616;
	border-width: thin;
	border-style: solid;
	border-color: balck;
	-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;
}
#main h3 {
	margin-left: 10px;
	margin-top: 75px;
	color: #d6d6d6;
	font-style: em;
}
#category {
	width: 900px;
	height: 70px;
	margin: 0 auto;
	margin-left: 50px;
}
.gallery_menu {
	margin: 0;
	padding: 0;
	margin-top: 14px;
	list-style: none;
}
.gallery_menu li {
	padding: 0;
	margin: 0;
	height: 50px;
	margin-right: 0px;
	list-style: none;
	background-repeat: no-repeat;
}
.gallery_menu li a, .gallery_menu li a:visited {
	margin: 0;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 50px;
	background-repeat: no-repeat;
}
.g_sirko {background-image: url(../pictures/g_sirko_mo.png); width: 200px;}
.g_sirko a {background-image: url(../pictures/g_sirko.png);}
.g_epulet {background-image: url(../pictures/g_epulet_mo.png); width: 200px;}
.g_epulet a {background-image: url(../pictures/g_epulet.png);}
.g_szobrok {background-image: url(../pictures/g_szobor_mo.png); width: 200px;}
.g_szobrok a {background-image: url(../pictures/g_szobor.png);}
.g_aktualis {background-image: url(../pictures/g_aktualis_mo.png); width: 200px;}
.g_aktualis a {background-image: url(../pictures/g_aktualis.png);}

ul.gallery_menu li a:hover {background: none;}
.gallery_menu li {float: left;}
.gallery_menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}


#gallery{
	
}
#footer_bg {
	height: 42px;
	margin-top: 10px;
	background: url('../pictures/footer_bg.jpg');
}
#footer {
	width: 900px;
	height: 42px;
	margin: 0px auto;
}
#left {
	width: 300px;
	height: 42px;
	float: left;
}
#mid {
	width: 300px;
	height: 42px;
	float: right;
}
#right{
	width: 300px;
	height: 42px;
	float: right;
}
#footer h6{
	color: white; 
	font-size: 12px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}