

@media screen, projection {

body, html {
	height: 100%;
	background:#c1c1c1 url(../images/atmenet.jpg) repeat-x scroll left top;
}

body {
	/*background: url('../images/background.jpg') 0px 1px;*/
	color: #496789;
	font-family: Times;
	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: 5px 0 2px 4px;
	text-align: left;
}

#mainlink a {
	color: #999;
	font-size: 14px;
	text-decoration: none;
	
}

#mainlink a:hover {
	text-decoration: underline;
}

#header {
	width: 998px;
	height: 92px;
	margin: 0 auto 15px auto;
	background: url('../images/header.jpg') no-repeat bottom;
	text-align: left;
}

#content {
	width: 998px;
	min-height: 200px;
	margin: 0 auto 15px auto;
	text-align: left;
}

#left {
	float: left;
	width: 727px;
	height: 480px;
	padding: 12px 12px 10px 12px;
	background: #fff;
	border: 1px solid #4c638c;
	color: #193759;
	text-align: justify;
	overflow: auto;
	opacity: 0.8;
}

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

ul#menu {
	margin: 0;
	list-style: none;
}

ul#menu li {
	width: 232px;
	margin: 0 0 3px 0;
	background:#FFF url(../images/menupont.jpg) repeat-y scroll left top;
	border: 1px solid #aaa;
	font-size: 16px;
	font-weight:bold;
}

ul#menu li a {
	display: block;
	width: 212px;
	padding: 8px 10px;
	text-decoration: none;
	color: #111;
}

#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;
}

.scrollbox {
	float: left;
	width: 445px;
	height: 164px;
	margin: 0 0 21px 20px;
	padding: 2px 10px 0 0;
	overflow: auto;
}

.scrollbox img {
	margin: 0 0 15px 0;
}

.box {
	float: left;
	width: 495px;
	margin: 0 0 21px 20px;
	padding: 2px 10px 0 0;
}

.box img {
	margin-left: 5px;
}

.imgright, .box .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;
}

table {
	width: 495px;
}

th, td {
	text-align: left;
}

th.center, td.center {
	text-align: center;
}

h1 a {
	display: block;
	width: 968px;
	height: 82px;
}

h1 a span {
	display: none;
}

h2 {
	display: none;
}

h3 {
	float: left;
	width: 150px;
	font-size: 18px;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
}

h4 {
	margin: 0 0 10px 0;
	font-size: 13px;
	font-weight: bold;
}

h5 {
	margin: 0 0 10px 0;
	font-size: 13px;
	font-weight: bold;
}

.fix {
	display: block;
	float: none !important;
	clear: both !important;
	height: 1px;
	overflow: hidden;
}

}

@media print {

#mainlink, #header, #right, #footer {
	display: none;
}

img {
	display: none;
}

a {
	color: #000;
}

table {
	width: 98%;
}

th, td {
	text-align: left;
}

th.center, td.center {
	text-align: center;
}

}
