@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(../images/mainbg.jpg);
	background-attachment:fixed;
	background-position:top center;
	background-repeat:no-repeat; 
}

a:link {color:#f4b425; text-decoration:none;}      /* Nem látogatott link. */
a:visited {color:#f4b425; text-decoration:none;}  /* Látogatott link. */
a:hover {color:#FFF; text-decoration:none;}  /* Egér ha felette van... */
a:active {color:#FFF; text-decoration:none;}  /* Aktív, kattintás alatt levő... */

h1 {
color:#01191b;
margin-top: 10px;
font-size: 30px;															/*Aláhúzott cím szöveg*/
font-weight: 1000;
font-family: Bell MT;
text-decoration:underline;

}

h2{
color:#0b9a9f;															/*Sima szöveg (kék)*/			
font-size: 14px;
font-weight: 600;
margin-top: 1px;
margin-bottom: 1px;
}

h3 {
color:#535353;															/*Sima szöveg (szürke)*/			
font-size: 14px;
font-weight: 600;
margin-top: 1px;
margin-bottom: 1px;
float:left;
}

h4 {
color:#01191b;
margin-top: 10px;
font-size: 25px;															/*Cím szöveg, aláhúott (kisebb)*/
font-weight: 1000;
font-family: Bell MT;
text-decoration:underline;
}

/*Az oldal felépítése*/
#header {
	width: 940px;
	height: 150px;
	background-color: #000;
	background-image: url(../images/header.png);
	border: solid 1px;
	border-bottom-color: #000;
	margin-left: auto;
	margin-right: auto;
	box-shadow:0 0 4px 4px rgba(0,0,0,0.45);
	-moz-box-shadow:0 0 4px 4px rgba(0,0,0,0.45);	
	-webkit-box-shadow:0 0 4px 4px rgba(0,0,0,0.45);
}

#menu{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin:0px;
	padding:0px;
	font: 67.3% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	box-shadow:0 0 5px 1px rgba(0,0,0,0.45);
	-moz-box-shadow:0 0 5px 1px rgba(0,0,0,0.45);	
	-webkit-box-shadow:0 0 5px 1px rgba(0,0,0,0.45);
	text-align: center;
	}
	
#menu ul{
	background:#fff;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	#menu li{
		float: left;
		margin-left: 75px;
		padding:0px;
		}
	#menu li a{
		background:#fff url("images/seperator.gif") bottom right no-repeat;
		color:#000;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		
		}
		#menu li a:hover, #menu ul li:hover a{
			background: #2580a2 url("images/hover.gif") bottom center no-repeat;
			color:#fff;
			text-decoration:none;
			}
	#menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	#menu li:hover ul{
		display:block;
		
		}
	#menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	#menu li:hover li a{
		background:none;
		
		}
	#menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		#menu li ul a:hover, #menu li ul li:hover a{
			background:#2580a2 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	#menu p{
		clear:left;
		}
		
	#menu1{
			background: #2580a2 url("images/hover.gif") bottom center no-repeat;
			color:#fff;
			text-decoration:none;
			}
			
#container {
	width: 940px;
	height: auto;
	background-color:#ffffff;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin: 0 auto 0 auto;
	box-shadow:0 0 4px 4px rgba(0,0,0,0.45);
	-moz-box-shadow:0 0 4px 4px rgba(0,0,0,0.45);	
	-webkit-box-shadow:0 0 4px 4px rgba(0,0,0,0.45);
}

#footer {
	width: 940px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	background-color:#f3f3f3;
	background-position:center top!important;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	box-shadow:0 0 4px 4px rgba(0,0,0,0.45);
	-moz-box-shadow:0 0 4px 4px rgba(0,0,0,0.45);	
	-webkit-box-shadow:0 0 4px 4px rgba(0,0,0,0.45);
}

#panels {
	width: 940px;
	height: auto;
	margin-bottom: 150px;
}

#right-panels {
	width: 390px;
	height: auto;
	float:right;
	text-align: center;
}

#left-panels {
	width: 550px;
	height: auto;
	float:left;	
	text-align: center;
}

#welcome-box {
	width: 500px;
	height: 120px;
	background-image: url(../images/bg.png);
	background-color:#ffffff;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	box-shadow:0 0 2px 2px rgba(0,0,0,0.45);
	-moz-box-shadow:0 0 2px 2px rgba(0,0,0,0.45);	
	-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,0.45);
	margin-left: 20px;
	margin-top: 10px;
	border-radius: 6px;
	}
	
#contact-box {
	width: 350px;
	height: 120px;
	background-image: url(../images/bg.png);
	background-color:#ffffff;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	box-shadow:0 0 2px 2px rgba(0,0,0,0.45);
	-moz-box-shadow:0 0 2px 2px rgba(0,0,0,0.45);	
	-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,0.45);
	margin-right: 20px;
	margin-top: 10px;
	border-radius: 6px;
	}

	
#ervek-box {
	width: 800px;
	height: 440px;
	margin-left:110px;
	background-image: url(../images/ervek-bg.png);
	
	
}

#aboutus-box1 {
	width: 800px;
	height: auto;
	background: no-repeat;
	background-image: url(../images/aboutus-bg1.png);
	background-color:#ffffff;
	float:left;
	margin-left: 80px;
	margin-top: 10px;
}

#aboutus-box2 {
	width: 470px;
	height: auto;
	background-color:transparent;
	float:right;
	margin-right: 10px;
	margin-top: 10px;
	text-align:left;
}

#right-panels-ref {
	margin-top:10px;
	margin-bottom:5px;
	margin-right: 5px;
	width: 400px;
	height: auto;
	float:right;
	text-align: center;
	background-image: url(../images/bg.png);
	border-radius: 6px;
	border-left:1px solid #5b5b5b;
	border-right:1px solid #5b5b5b;
	border-top:1px solid #5b5b5b;
	border-bottom:1px solid #5b5b5b;

}

#left-panels-ref{
	margin-left: 5px;
	margin-bottom:5px;
	margin-top:10px;
	width: 400px;
	height: auto;
	float:left;	
	text-align: center;
	background-image: url(../images/bg.png);
	border-radius: 6px;
	border-left:1px solid #5b5b5b;
	border-right:1px solid #5b5b5b;
	border-top:1px solid #5b5b5b;
	border-bottom:1px solid #5b5b5b;

}

