@charset "iso-8859-2";

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 15px;
}

a {
	color: #971b1e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

strong {
	font-weight: bold;
}

em {
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
}

select, option, input, textarea {
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 7.5pt;
}

input, textarea {
	padding: 1px 3px 1px 3px;
	background: #eff0f0;
	border: 1px solid #898788;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display: none;
}

h1 {
	float: left;
	width: 338px;
	height: 81px;
	background: url('images/h1.jpg');
}

h1 a {
	display: block;
	width: 338px;
	height: 81px;
}

h2 {
	margin: 0 0 10px 20px;
	font-size: 14pt;
	font-weight: bold;
}

h2.main {
	position: relative;
	width: 240px;
	height: 18px;
	margin: 0 0 -2px 0;
	padding: 2px 0 0 0;
	background: #7f7d7e;
	border-top: 1px solid #9f9d9e;
	border-bottom: 2px solid #575455;
	color: #fff;
	font-size: 10pt;
	font-weight: normal;
	font-variant: small-caps;
	text-align: center;
}

#rovatok h2, #main .maincontent_view h2, .title h2 {
	position: relative;
	float: left;
	width: 220px;
	height: 21px;
	margin: -1px 0 0 0;
	padding: 5px 0 0 30px;
	background: #000;
	color: #fff;
	font-size: 10pt;
	font-weight: normal;
	font-variant: small-caps;
}
#main .threecolumn h3 {
	width: 255px;
	height: 18px;
	margin: 0 0 15px 0;
	padding: 2px 0 0 0;
	background: #7f7d7e;
	color: #fff;
	font-size: 9pt;
	font-weight: normal;
	font-variant: small-caps;
	text-align: center;
}

#rovatok .threecolumn h3, #rovatok .twocolumn h3, #rovatok .onecolumn h3 {
	margin: 0 0 5px 0;
	font-size: 10pt;
	font-weight: bold;
}

#subright h3 {
	width: 213px;
	height: 20px;
	margin: 4px 0 15px 0;
	padding: 4px 0 0 0;
	background: #7f7d7e;
	color: #fff;
	font-size: 9pt;
	font-weight: normal;
	font-variant: small-caps;
	text-align: center;
}

#subright h4 {
	margin: 0 0 3px 10px;
	color: #971b1e;
	font-size: 9pt;
	font-weight: bold;
	font-variant: small-caps;
}

.fix {
	display: block;
	float: none !important;
	clear: both !important;
	height: 1px;
	overflow: hidden;
}