@charset "utf-8";
html {
	overflow-y:scroll;
}
html, body {
	background-color:#6d7a84;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
img {
	border:0px;
}
a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.left {
	float:left;
}
.right {
	float:right;
}
.red {
	color:#c04343;
}
.emp {
	color:#a03c3c;
	font-weight:bold;
}
.blue {
	color:#00568c;
}
.bold {
	font-weight:bold;
}

a.blue {
	color:#0072ff;
	text-decoration:none;
}
a.blue:hover {
	text-decoration:underline;
}

#container {
	width:870px;
	margin:0px auto;
}

#copyright {
	width:870px;
	height:18px;
	line-height:18px;
}
#copyright div {
	color:#FFFFFF;
	font-size:9px;
}
#copyright div.left {
	float:left;
	margin-left:25px;
}
#copyright div.right {
	float:right;
	margin-right:25px;
}
#header {
	width:870px;
	height:65px;
	background-image:url('../img/bg_header.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
	position:relative;
}
#header div {
	cursor:pointer;
	position:absolute;
	top:46px;
	/* width:49px;
	height:15px; */
}
#header div.lang_hu {
	left:600px;
}
#header div.lang_en {
	left:670px;
}

#header div.gyengenlatok {
	left:730px;
	top: 15px;
	text-align: center;
}

#header div.gyengenlatok  a{
	color: black;
	font-weight: bold;
	font-size: 13px;
}

#header div.gyengenlatok  a:hover {
	text-decoration: none;
}

#menu {
	width:870px;
	height:275px;
	background-image:url('../img/bg_flash.jpg');
	position:relative;
}
#menu div.htmlmenu {
	position:absolute;
	top:0px;
	left:0px;
	display:expression('none');
	display:none;
}
#menu div.flashmenu {
	position:absolute;
	width:870px;
	height:330px;
	top:0px;
	left:0px;
}

#title {
	width:870px;
	height:24px;
}
#container div.title_szolgaltatasaink_hu {
	background-image:url('../img/bg_title_szolgaltatasaink_hu.jpg');
}
#container div.title_cegunkrol_hu {
	background-image:url('../img/bg_title_cegunkrol_hu.jpg');
}

#body {
	width:870px;
	background-image:url('../img/bg_body.jpg');
}
#body div.spacer {
	width:870px;
	height:15px;
}
#body div.textitem {
	margin:15px 55px;
	text-align:justify;
}

#footer {
	width:870px;
	height:54px;
	background-image:url('../img/bg_footer.jpg');
	border-bottom:1px solid #000000;
}
#footer div {
	float:right;
	width:700px;
	color:#FFFFFF;
	font-size:9px;
	text-align:right;
	margin-right:25px;
}

#banner_container {
	text-align: center;
	width: 868px;
	height: 70px;
	background-color: white;
	padding-top: 10px;
	border: 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

