@charset "iso-8859-2";

@media screen, projection {

body, html {
	height: 100%;
}

body {
	background: url('images/background.jpg') 0px 1px;
	color: #496789;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}

#site {
	width: 100%;
	min-height: 100%;
	background: url('images/background_left.jpg') repeat-y left;
}

#mainlink {
	width: 964px;
	margin: 0 auto;
	padding: 22px 0 2px 4px;
	text-align: left;
}

#mainlink a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

#mainlink a:hover {
	text-decoration: underline;
}

#header {
	width: 968px;
	height: 82px;
	margin: 0 auto 15px auto;
	text-align: left;
}

#headernoflash {
	width: 835px;
	height: 82px;
	margin: 0 0 0 133px;
	background: url('images/headernoflash.jpg');
}

#content {
	width: 968px;
	min-height: 200px;
	margin: 0 auto 15px auto;
	text-align: left;
}

#left {
	float: left;
	width: 697px;
	height: 514px;
	padding: 12px 12px 10px 12px;
	background: #fff;
	border: 1px solid #4c638c;
	color: #294769;
	text-align: justify;
	overflow: auto;
	opacity: 0.8;
}

#chemlog {
	width: 697px;
	height: 375px;
	background: url('images/chemlog1.png') no-repeat 45px 120px;
}

#map {
	width: 697px;
	height: 410px;
	background: url('images/map.jpg') no-repeat 110px 70px;
}

#map ul {
	margin: 0;
	list-style: none;
}

#map ul.topleft {
	margin-top: -20px;
}

#map ul.bottommiddle {
	float: left;
	margin: 305px 0 0 160px;
}

#map ul.bottomright {
	float: right;
	margin: 305px 0 0 0;
}

#map ul li {
	display: block;
	width: 260px;
	height: 18px;
	margin: 0 0 4px 0;
	font-size: 11px;
	text-align: left;
}

#map ul li a {
	display: block;
	width: 255px;
	height: 16px;
	padding: 2px 0 0 5px;
	text-decoration: none;
	cursor: pointer;
}

a#rfh {
	position: relative;
	top: 180px;
	left: 325px;
	display: block;
	width: 50px;
	height: 40px;
}

a#rfh span {
	display: none;
}

#right {
	float: right;
	width: 234px;
}

ul#menu {
	margin: 0;
	list-style: none;
}

ul#menu li {
	width: 232px;
	margin: 0 0 4px 0;
	background: #dadee1;
	border: 1px solid #4c638c;
	font-size: 15px;
}

ul#menu li a {
	display: block;
	width: 212px;
	padding: 8px 10px;
	text-decoration: none;
}

#menu_leader_akciocsoportok a {
	display: block;
	width: 232px;
	height: 57px;
	background: #8a8e91;
	color: #fff;
}

#menu_arop a {
	display: block;
	width: 232px;
	background: #8a8e91;
	color: #fff;
}

#right p {
	margin: 0;
	background: #fff;
	border: 1px solid #4c638c;
}

#footer {
	width: 964px;
	height: 125px;
	margin: 0 auto;
	padding: 0 0 22px 0;
	text-align: left;
}

#banners {
	width: 964px;
	margin: 0 auto;
}

#kozigpress {
	margin-right: 22px;
}

.box {
	float: left;
	width: 445px;
	margin: 0 0 21px 20px;
	padding: 2px 10px 0 0;
}

.box img {
	margin: 0 0 15px 0;
}

.scrollbox {
	float: left;
	width: 445px;
	height: 238px;
	margin: 0 0 21px 20px;
	padding: 2px 10px 0 0;
	overflow: auto;
	overflow-y: scroll;
}

.scrollbox2 {
	float: left;
	width: 445px;
	height: 97px;
	margin: 0 0 21px 20px;
	padding: 2px 10px 0 0;
	overflow: auto;
	overflow-y: scroll;
}

.scrollbox img {
	margin: 0 0 15px 0;
}

.imgright {
	float: right;
	margin: 0 0 10px 10px;
}

/* altalanos szabalyok */

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 15px;
}

a {
	color: #496789;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

select, option, input, textarea {
	height: 15px;
	padding: 1px 3px 0 3px;
	color: #496789;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
}

ul {
	margin: 0 0 15px 25px;
}

h1 {
	float: left;
	width: 133px;
	height: 82px;
	background: url('images/logo.jpg');
}

h1 a {
	display: block;
	width: 133px;
	height: 82px;
}

h1 a span {
	display: none;
}

h2 {
	float: left;
	width: 200px;
	font-size: 23px;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
}

h2.small {
	font-size: 18px;
}

h2.right {
	position: relative;
	float: right;
	font-size: 13px;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

h3.big {
	margin: 0 0 15px 0;
	font-size: 14px;
}

.fix {
	display: block;
	float: none !important;
	clear: both !important;
	height: 1px;
	overflow: hidden;
}

}

/* nyomtatás */

@media print {

#mainlink, #header, #right, #footer {
	display: none;
}

img {
	display: none;
}

a {
	color: #000;
}

}