/* ----------------------------------------------------------

	Site:		http://www.scoring.hu/
	Type:		Main CSS
	Author: 	Andras Nemeseri

	Mito

------------------------------------------------------------- */

/* @group common */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img,
fieldset {
	border: 0px;
}

body,
td, th {
	font: 12px/20px Arial,Helvetica,FreeSans,"Nimbus Sans L",sans-serif;
	color: #474b4d;
}

body {
	background: #679bb1 url(../img/body_bg.gif) repeat-x;
}

q:before,
q:after {
	content: "";
}

a {
	color: #cf2441;
}

/* @end common */

/* @group common-classes */

.clr:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.screenrdr {
	position: absolute;
	left: -9999px;
	top: 0px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.hidetxt {
	text-indent: -9999px;
}

.fir {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

a.iwrp,
a.iwrp img {
	display: block;
}

.fleft {
	float: left;
	margin-right: 10px;
}

.fright {
	float: right;
	margin-left: 10px;
}

.fclear {
	clear: both;
}

/* @end common-classes */

/* @group layout */

#container {
	margin: 0 auto;
	min-height: 125px;
	min-width: 971px;
	background: url(../img/head_bg.png) no-repeat 50% 0;
}

#inner-container {
	width: 971px;
	margin: 0 auto;
	position: relative;
}

#menu {
	height: 40px;
	padding: 3px 0 0 24px;
	list-style: none;
	background: url(../img/menu_bg.gif) no-repeat;
/*	overflow: hidden;*/
}

.wide #menu {
	background: url(../img/menu_bg_wide.gif) no-repeat;
}

#content {
	clear: both;
	background: #fff url(../img/content_bg.gif) repeat-y;
}

.wide #content {
	background: #fff url(../img/content_bg_wide.gif) repeat-y;
}

#content-main {
	width: 566px;
	padding: 0 21px 0 16px;
	margin-left: 5px;
/*	min-height: 500px;*/
	float: left;
}

.wide #content-main {
	width: 898px;
}

#content-right {
	float: left;
	width: 363px;
	min-height: 150px;
}

#content-bemutatkozas {
	width: 359px;
	overflow: hidden;
	position: absolute;
	top: 92px;
	left: 595px;
	background: #b0d7e6 url(../img/mhk-box-bg.png) repeat-y;
}

#content-bottom {
	margin-top: -50px;
	height: 50px;
	clear: both;
	background: url(../img/sprite.png) no-repeat 0 -40px;
}

.wide #content-bottom {
	background: #fff url(../img/content_bg_wide.gif) repeat-y;
}

#footer {
	height: 100px;
	overflow: hidden;
}

/* @end layout */

/* @group header */

#header {
	height: 92px;
}

#header a {
	display: block;
	float: left;
	margin: 10px 0 0 1px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
}

/* @end header */


/* @group menu */

#menu li {
	float: left;
	position: relative;
}

#menu li.sel {
	z-index: 15;
}

#menu li a {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
/*	background: #dc2b49;*/
	text-decoration: none;
	position: relative;
	outline: none;
	z-index: 1;
}

#menu li.sel a {
	color: #568da4;
/*	background: #fff;*/
}

#menu li a .fir {
	height: 30px;
}

#menu li a {
	z-index: 20;
	cursor: pointer;
}

#mi-fooldal a {
	z-index: 10;
}

#mi-fooldal a {
	width: 112px;
	margin-right: -10px;
}

#mi-fooldal a .fir {
	background: url(../img/menu/menu-fooldal.png) no-repeat;
}

#mi-fooldal a:hover .fir,
#mi-fooldal.over .fir {
	background: url(../img/menu/menu-over-fooldal.png) no-repeat;
}

#mi-fooldal.sel a .fir {
	background: url(../img/menu/menu-aktiv-fooldal.png) no-repeat;
}

#mi-kalkulatorok {
	z-index: 9;
}

#mi-kalkulatorok a {
	width: 141px;
	margin-right: -10px;
}

#mi-kalkulatorok a .fir {
	background: url(../img/menu/menu-kalkulatorok.png) no-repeat;
}

#mi-kalkulatorok a:hover .fir,
#mi-kalkulatorok.over .fir {
	background: url(../img/menu/menu-over-kalkulatorok.png) no-repeat;	
}

#mi-kalkulatorok.sel a .fir {
	background: url(../img/menu/menu-aktiv-kalkulatorok.png) no-repeat;
}

#mi-kapcsolat {
	z-index: 8;
}

#mi-kapcsolat a {
	width: 122px;
	margin-right: -10px;
}

#mi-kapcsolat a .fir {
	background: url(../img/menu/menu-kapcsolat.png) no-repeat;
}

#mi-kapcsolat a:hover .fir,
#mi-kapcsolat.over .fir {
	background: url(../img/menu/menu-over-kapcsolat.png) no-repeat;
}

#mi-kapcsolat.sel a .fir {
	background: url(../img/menu/menu-aktiv-kapcsolat.png) no-repeat;
}

#mi-ugyfelsugo {
	z-index: 7;
}

#mi-ugyfelsugo a {
	width: 132px;
}

#mi-ugyfelsugo a .fir {
	background: url(../img/menu/menu-ugyfelsugo.png) no-repeat;
}

#mi-ugyfelsugo a:hover .fir,
#mi-ugyfelsugo.over .fir {
	background: url(../img/menu/menu-over-ugyfelsugo.png) no-repeat;
}

#mi-ugyfelsugo.sel a .fir {
	background: url(../img/menu/menu-aktiv-ugyfelsugo.png) no-repeat;
}

#menu li ul {
	position: absolute;
	border-right: 1px solid #b6dae8;
	border-bottom: 1px solid #b6dae8;
	display: none;
}

#menu li ul li {
	background: #dfeff5;
	border-top: 1px solid #ecf5f8;
	border-bottom: 2px solid #d3e6ed;
	display: block;
	float: none;
}

#menu li ul li a {
	color: #e12f4e;
	text-align: left;
	background: url(../img/menu/menu-child-arrow.gif) no-repeat center left;
	padding: 0 0 0 20px;
	margin: 0 9px 
}

/* @end menu */

/* @group content */

/* @group content-main */

/* @group mainform */

.cm-mainform {
	position: relative;
}

.cm-mainform em {
	display: block;
	width: 566px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-style: normal;
	text-align: center;
	background: #7badc2;
	color: #fff;
	position: relative;
	margin-top: 8px;
}

.cm-mainform em span {
	color: #ec425f;
}

.cm-mainform em .fir {
	width: 566px;
	height: 45px;
	background: url(../img/sprite.png) no-repeat -376px -233px;
}

.cm-mainform h1,
.cm-eredmenyoldal h1,
.cm-regisztracio-vege h1,
.cm-fooldal h1 {
	display: block;
	width: 494px;
	height: 59px;
	padding-left: 72px;
	line-height: 59px;
	font-weight: normal;
	color: #cc1433;
	position: relative;
	margin-top: 9px;
	background: #fafafa;
}

.cm-mainform h1 .fir,
.cm-eredmenyoldal h1 .fir,
.cm-regisztracio-vege h1 .fir {
	width: 566px;
	height: 59px;
	background: url(../img/sprite.png) no-repeat -376px -278px;
}

.cm-mainform fieldset,
.cm-fooldal .wrp,
.cm-dokumentumok .wrp,
.cm-regisztracio-vege .wrp,
.cm-informaciok .wrp,
.cm-eredmenyoldal .wrp,
.cm-kapcsolat .wrp,
.cm-sitemap .wrp,
.cm-linkek .wrp,
.cm-rolunk .wrp {
	background: #fafafa;
	border: 1px solid #e9ebed;
	border-width: 0 1px;
}

.cm-mainform fieldset {
	border-top: 1px solid #e9ebed;
}

.cm-mainform .headrow {
/*	height: 26px;
	border-bottom: 1px solid #e9ebed; */
	padding-top: 35px !important;
	position: relative;
}

.cm-mainform .headrow .ados,
.cm-mainform .headrow .adostars {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #4bb7e5;
	position: absolute;
	top: 9px;
	left: 271px;
}

.cm-mainform .headrow .adostars {
	left: 423px;
}

.cm-mainform .row,
.cm-eredmenyoldal .row {
	clear: both;
	padding: 6px 0;
	border: 1px solid #e9ebed;
	border-width: 1px 0;
}

.cm-mainform .odd,
.cm-eredmenyoldal .odd {
	background-color: #f0f1f1;
	border: 1px solid #fafafa;
	border-width: 1px 0;
}

.cm-mainform .lcell,
.cm-eredmenyoldal .lcell {
	width: 246px;
	float: left;
	text-align: right;
}

.cm-mainform .lcell label,
.cm-eredmenyoldal .lcell label {
	font-weight: bold;
	color: #505151;
}

.cm-mainform label span {
	font-weight: normal;
	float: none !important;
	margin-right: 0 !important;
	width: auto !important;
	display: inline !important;
	color: #505151 !important;
}

.cm-mainform .row a {
	padding-left: 14px;
	font-size: 16px;
	margin-right: 10px;
	background: #ffbd4d url(../img/sprite.png) no-repeat -952px -91px;
	outline: 0;
	overflow: hidden;
	text-decoration: none;
}

.cm-mainform .row a.sel {
	background-position: -952px -129px;
}

.cm-mainform .odd a {
	background-position: -952px -110px;
}

.cm-mainform .odd a.sel {
	background-position: -952px -148px;
}

.cm-mainform .row input,
.cm-eredmenyoldal .row input {
	display: block;
	width: 96px;
	height: 20px;
	color: #5d93a9;
	font-size: 12px;
	border: 0;
	padding: 3px 5px 0 5px;
	background: #fff url(../img/sprite.png) no-repeat -376px -337px;
	float: left;
	margin: 0 5px 0 19px;
	outline: 0;
	text-align: right;
}

.cm-mainform .odd input {
	background-position: -482px -337px;
}

.cm-mainform .row input.small {
	width: 42px;
	background-position: -588px -337px;
}

.cm-mainform .odd input.small {
	background-position: -640px -337px;
}

.cm-mainform .row select {
	width: 255px;
	margin-left: 19px;
	float: left;
}

.cm-mainform .row span {
	float: left;
	display: block;
	width: 22px;
	color: #7c7a7a;
}

.mainform_footer,
.form_footer {
	height: 33px;
	margin-top: -1px;
	background: url(../img/sprite.png) no-repeat -376px -401px;
	position: relative;
}

.mainform_footer button,
.form_footer button {
	width: 111px;
	height: 41px;
	line-height: 41px;
	background: #bf102e url(../img/sprite.png) no-repeat -376px -360px;
	border: 0;
	color: #fff;
	font-size: 16px;
	text-indent: -9999px;
	position: absolute;
	top: 13px;
	left: 446px;
	cursor: pointer;
	outline: 0;
}

/* @group bubbles */

.bubble {
	display: none;
	color: #732a0b;
	line-height: 20px;
	width: 339px;
	position: absolute;
	top: 525px;
	left: 159px;
}

.bubble a {
	display: block;
	position: absolute;
	top: 2px;
	left: 317px;
	width: 19px;
	height: 19px;
	background: url(../img/bubble-close.png) no-repeat;
}

.bubble p {
	background: url(../img/bubble-top.png) no-repeat;
	padding: 12px 17px 0 21px;
}

.bubble div {
	height: 28px;
	background: url(../img/bubble-bottom.png) no-repeat;
}

/* @end bubbles */

/* @end mainform */

/* @group torlesztesi_kalk */

.torlesztesi_kalk h1 {
	height: 70px !important;
}

.torlesztesi_kalk h1 .fir {
	width: 898px;
	height: 79px;
}

.torlesztesi_kalk h1 .fir.hu {
	background: url(../img/header_torlesztesikalk.png) no-repeat;
}

.torlesztesi_kalk h1 .fir.en {
	background: url(../img/header_torlesztesikalk-en.png) no-repeat;
}

.torlesztesi_kalk fieldset {
	border-top: 0;
}

.torlesztesi_kalk .lcell {
	width: 360px;
}

.torlesztesi_kalk .small {
	width: 170px;
	text-align: left;
}

.torlesztesi_kalk .small label {
	font-weight: normal;
	margin-left: 20px;
}

.torlesztesi_kalk .red label,
.torlesztesi_kalk .red label span {
	color: #da2b49 !important;
}

.torlesztesi_kalk input.middle-nbr {
	width: 80px;
	background: none;
	color: #da2b49;
	font-weight: bold;
}

.torlesztesi_kalk .lcell .spacer {
	padding-left: 23px;
}

.torlesztesi_kalk input.middle {
	width: 80px;
	background: url(../img/bg_input_middle.gif) no-repeat;
}

.torlesztesi_kalk .mainform_footer {
	margin-top: -1px;
	height: 13px;
	background: url(../img/form_footer_wide.png) no-repeat;
}

.torlesztesi_kalk .mainform_footer_dark {
	margin-top: -1px;
	height: 13px;
	background: url(../img/form_footer_wide_dark.png) no-repeat;
}

.torlesztesi_kalk .mainform_header {
	margin-top: 15px;
	height: 13px;
	background: url(../img/form_header_wide.png) no-repeat;
	line-height: 1px;
	font-size: 1px;
}

.torlesztesi_kalk .first {
	border-top: 0 none;
}

.torlesztesi_kalk .minus {
	display: block;
	width: 19px;
	height: 10px;
	padding: 0 !important;
	background: #8ab6ca url(../img/bg_plusminus.png) no-repeat 0 -11px !important;
}

.torlesztesi_kalk .plus {
	display: block;
	width: 19px;
	height: 11px;
	padding: 0 !important;
	background: #cc1533 url(../img/bg_plusminus.png) no-repeat !important;
}

/* @end torlesztesi_kalk */

/* @group language-selector */

#language-selector {
	left: 700px;
	position: absolute;
	top: 36px;
}

#language-selector a.hu {
	background: url(../img/language.png) no-repeat;
	height: 21px;
	width: 72px;
	margin-right: 2px;
	display: block;
	float: left;
}

#language-selector a.en {
	background: url(../img/language.png) no-repeat -67px 0;
	height: 21px;
	width: 61px;
	margin-left: 2px;
	display: block;
	float: left;
}

#language-selector a span {
	display: none;
}

#language-selector div {
	height: 21px;
	width: 40px;
	float: left;
}

#language-selector div.hu {
	background: url(../img/language.png) no-repeat -128px 0;
}

#language-selector div.en {
	background: url(../img/language.png) no-repeat -168px 0;
}


/* @end language-selector */

/* @group dokumentumok */

.cm-dokumentumok h1,
.cm-informaciok h1,
.cm-fooldal h1,
.cm-kapcsolat h1,
.cm-sitemap h1,
.cm-linkek h1,
.cm-rolunk h1 {
	font-size: 20px;
	font-weight: normal;
	color: #cc1433;
	height: 30px;
	line-height: 30px;
	width: 555px;
	padding-left: 7px;
	overflow: hidden;
	margin: 20px 0;
	position: relative;
}

.cm-dokumentumok h1 .fir,
.cm-informaciok h1 .fir,
.cm-fooldal h1 .fir,
.cm-kapcsolat h1 .fir,
.cm-sitemap h1 .fir,
.cm-rolunk h1 .fir {
	width: 562px;
	height: 30px;
	background: url(../img/sprite.png) no-repeat -376px -434px;
}

.cm-fooldal .wrp,
.cm-dokumentumok .wrp,
.cm-regisztracio-vege .wrp,
.cm-informaciok .wrp,
.cm-fooldal .wrp,
.cm-kapcsolat .wrp,
.cm-sitemap .wrp,
.cm-linkek .wrp,
.cm-rolunk .wrp {
	padding: 0 28px 0 18px;
}

.cm-fooldal .wrp-top,
.cm-dokumentumok .wrp-top,
.cm-regisztracio-vege .wrp-top,
.cm-informaciok .wrp-top,
.cm-fooldal .wrp-top,
.cm-kapcsolat .wrp-top,
.cm-sitemap .wrp-top,
.cm-linkek .wrp-top,
.cm-rolunk .wrp-top {
	height: 17px;
	background: #fafafa url(../img/sprite.png) no-repeat -376px -278px;
	overflow: hidden;
}

.cm-fooldal .wrp-foot,
.cm-dokumentumok .wrp-foot,
.cm-regisztracio-vege .wrp-foot,
.cm-informaciok .wrp-foot,
.cm-fooldal .wrp-foot,
.cm-kapcsolat .wrp-foot,
.cm-sitemap .wrp-foot,
.cm-linkek .wrp-foot,
.cm-rolunk .wrp-foot {
	height: 33px;
	clear: both;
	background: #fafafa url(../img/sprite.png) no-repeat -376px -401px;
	position: relative;
}

.cm-eredmenyoldal .wrp-foot {
	height: 33px;
	width: 150px;
	clear: both;
	position: relative;
	top: -33px;
}

.cm-dokumentumok .wrp p {
	padding: 4px 0 24px 0;
}

.cm-dokumentumok .wrp {
	padding-bottom: 15px;
}

.cm-dokumentumok .wrp ul {
	list-style: none;
}

.cm-dokumentumok .wrp h2 {
	margin: 21px 0;
	font-size: 14px;
	color: #7cb3cb;
	font-weight: bold;
}

.cm-dokumentumok .wrp li {
	margin-top: 9px;
	padding-left: 25px;
	background: url(../img/sprite.png) no-repeat -953px -177px;
}

.cm-dokumentumok .wrp-foot a,
.cm-eredmenyoldal .wrp-foot a,
.cm-informaciok .wrp-foot a,
.cm-fooldal .wrp-foot a,
.cm-eredmenyoldal .form_footer a,
.cm-rolunk .wrp-foot a {
	display: block;
	width: 109px;
	height: 41px;
	text-align: center;
	font-size: 16px;
	line-height: 41px;
	color: #fff;
	background: #b5cbd4;
	text-decoration: none;
	position: absolute;
	top: 13px;
	left: 13px;
	outline: 0;
}

.cm-dokumentumok .wrp-foot a .fir,
.cm-eredmenyoldal .wrp-foot a .fir,
.cm-informaciok .wrp-foot a .fir,
.cm-fooldal .wrp-foot a .fir,
.cm-eredmenyoldal .form_footer a .fir,
.cm-rolunk .wrp-foot a .fir {
	width: 109px;
	height: 41px;
	background: url(../img/sprite.png) no-repeat -488px -360px;
}

/* @end dokumentumok */

/* @group informaciok */

.cm-informaciok h1 .fir {
	background-position: -376px -464px;
}

.cm-informaciok .wrp,
.cm-rolunk .wrp {
	padding-top: 4px;
	margin-bottom: -10px;
}

.cm-informaciok .wrp p,
.cm-rolunk .wrp p {
	padding-bottom: 24px;
}

.cm-informaciok .wrp ul,
.cm-rolunk .wrp ul {
	padding: 0 0 24px 18px;
}

/* @end informaciok */

/* @group rolunk */

.cm-rolunk h1 .fir {
	width: 72px;
	background-position: -450px -723px;
}

.cm-rolunk .bankbroker {
	display: block;
	margin: 0 auto 10px auto;
	width: 263px;
}

/* @end rolunk */

/* @group eredmenyoldal */

.cm-eredmenyoldal h1 {
	margin-top: 10px;
}

.cm-eredmenyoldal h1 .fir {
	background-position: -376px -494px;
}

.cm-eredmenyoldal .wrp {
	padding-top: 15px;
}

.cm-eredmenyoldal .dt {
	width: 378px;
	float: left;
	text-align: right;
	font-weight: bold;
	color: #505151;
}

.cm-eredmenyoldal .dd {
	float: left;
	margin-left: 60px;
	color: #da2b49;
	font-weight: bold;
	width: 80px;
	text-align: right;
}

.cm-eredmenyoldal div.noborder {
	border-top: 0;
	padding-top: 10px !important;
	padding-bottom: 20px !important;
}

.cm-eredmenyoldal div.noborder .left,
.cm-eredmenyoldal div.noborder .right {
	width: 230px;
	height: 59px;
	color: #505151;
	line-height: 18px;
	padding: 12px 20px 20px 18px;
	float: left;
	margin: 0 8px 0 9px;
	background: #fff url(../img/sprite.png) no-repeat 0 -634px;
}

.cm-eredmenyoldal div.noborder .right {
	margin: 0;
	background-position: 0 -725px;
}

.cm-eredmenyoldal .form_footer a {
	top: -8px;
}

.cm-eredmenyoldal .form_footer a.reszletes_informaciok {
	width: 217px;
	top: -8px;
	left: 335px;
}

.cm-eredmenyoldal .form_footer a.reszletes_informaciok .fir {
	width: 217px;
	background-position: -713px -360px !important;
	background-color: #bf102e;
}

.cm-eredmenyoldal h1.regisztracio {
	margin-top: 40px;
}

.cm-eredmenyoldal h1.regisztracio .fir {
	background-position: -376px -553px;
}

.cm-eredmenyoldal p.row {
	padding: 12px 17px 17px;
	color: #505151;
}

.cm-eredmenyoldal .lcell {
	width: 197px;
}

.cm-eredmenyoldal .row input {
	margin-left: 44px;
	text-align: left !important;
	width: 231px;
	background-position: -376px -612px;
}

.cm-eredmenyoldal .odd input {
	background-position: -617px -612px;
}

.cm-eredmenyoldal .row input.short {
	width: 56px;
	background-position: -692px -337px;
}

.cm-eredmenyoldal .form_footer button {
	width: 117px;
	background-position: -596px -360px;
	top: 0;
	left: 240px;
}

.cm-eredmenyoldal .form_footer {
	height: 14px;
	background-position: -376px -420px;
	margin-top: -10px;
}

.cm-eredmenyoldal form .form_footer {
	height: 21px;
	margin-top: -1px;
	background-position: -376px -413px;
}

.buttonsninfo {
	margin-top: 8px;
}

.cm-eredmenyoldal .buttonsninfo .bubi {
	width: 276px;
	float: left;
	padding: 13px 42px 0 14px;
	clear: left;
	margin-bottom: 6px;
	line-height: 18px;
}

.cm-eredmenyoldal .buttonsninfo .reszletes_informaciok_bubi {
	height: 66px;
	background: url(../img/sprite-eredmeny_button.png) no-repeat;
}

.cm-eredmenyoldal .buttonsninfo .szamoljon_bubi {
	height: 47px;
	background: url(../img/sprite-eredmeny_button.png) no-repeat 0 -85px;
}

.cm-eredmenyoldal .buttonsninfo .szamolja_ujra_bubi {
	height: 50px;
	background: url(../img/sprite-eredmeny_button.png) no-repeat 0 -151px;
}

.cm-eredmenyoldal .buttonsninfo a {
	display: block;
	float: left;
	width: 231px;
	height: 41px;
	font-size: 16px;
	line-height: 41px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin: 11px 0 0 3px;
	position: relative;
}

.cm-eredmenyoldal .reszletes_informaciok,
.cm-eredmenyoldal .szamoljon_torlesztoreszletet {
	background: #d11636;
}

.cm-eredmenyoldal .reszletes_informaciok .fir {
	background: url(../img/sprite-eredmeny_button.png) no-repeat -337px -9px;
}

.cm-eredmenyoldal .szamoljon_torlesztoreszletet .fir {
	background: url(../img/sprite-eredmeny_button.png) no-repeat -337px -94px;
}

.cm-eredmenyoldal .szamolja_ujra {
	background: #b1c6cf;
}

.cm-eredmenyoldal .szamolja_ujra .fir {
	background: url(../img/sprite-eredmeny_button.png) no-repeat -337px -162px;
}

.cm-regisztracio-vege {
	height: 360px;
}

/* @end eredmenyoldal */

/* @group fooldal */

.cm-fooldal h1 {
	margin-left: 7px;
}

.cm-fooldal h1 .fir {
	width: 562px;
	height: 30px;
	background: url(../img/header_valasztokazalabbi.gif) no-repeat;
}

.cm-fooldal .wrp {
/*	padding: 0 6px 0 11px;*/
	margin-bottom: -10px;
}

.cm-fooldal .wrp p {
	padding: 15px 0;
}

.selectwrp {
	width: 477px;
	height: 39px;
	padding: 6px 0 0 89px;
	background: url(../img/bg_lenyilo.png) no-repeat;
}

.selectwrp select {
	width: 390px;
	display: block;
	float: left;
	margin: 7px 10px 0 0;
}

.selectwrp button {
	background: #BF102E url(../img/sprite.png) no-repeat scroll 0px -296px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	height: 34px;
	line-height:34px;
	text-indent: -9999px;
	width: 63px;
	display: block;
	float: left;
}

.cm-fooldal img {
	margin-top: 15px;
}

/* @end fooldal */

/* @group regisztracio-vege */

.cm-regisztracio-vege .wrp {
	padding-top: 20px;
}

.cm-regisztracio-vege h1 .fir {
	background-position: -376px -635px;
}

.cm-regisztracio-vege .wrp-foot {
	margin-top: -15px;
	position: static;
}

/* @end regisztracio-vege */

/* @group kapcsolat */

.cm-kapcsolat h1 .fir {
	width: 159px;
	background-position: -376px -694px;
}

.cm-kapcsolat ul {
	list-style: none;
}

.cm-kapcsolat li {
	float: left;
	margin-right: 18px;
	padding-left: 23px;
	background: url(../img/sprite.png) no-repeat -953px -177px;
}

.cm-kapcsolat dl {
	clear: both;
	padding: 18px 0;
}

.cm-kapcsolat dt {
	font-weight: bold;
}

.cm-kapcsolat .wrp {
	margin-bottom: -18px;
}

.cm-kapcsolat .wrp-foot {
	position: static;
}

/* @end kapcsolat */

/* @end content-main */

/* @group content-bemutatkozas */

#content-bemutatkozas .wrp-top {
	height: 85px;
	background: #b0d7e6 url(../img/sprite.png) no-repeat 0 -90px;
}

#content-bemutatkozas h3 {
	width: 276px;
	height: 42px;
	overflow: hidden;
	font-size: 22px;
	font-weight: normal;
	line-height: 42px;
	color: #fff;
	margin: 31px 0 36px 33px;
	position: absolute;
}

#content-bemutatkozas h3 .fir {
	width: 276px;
	height: 42px;
	background: url(../img/sprite.png) no-repeat -376px -150px;
}

#content-bemutatkozas .wrp-foot {
	background: url(../img/sprite.png) no-repeat 0px -194px;
	width: 359px;
	height: 97px;
}

#content-bemutatkozas p,
#content-bemutatkozas ul {
	padding: 0 27px 0 34px;
	margin: 10px 0;
}

#content-bemutatkozas ul li {
	list-style-type: none;
	background: url(../img/mhk-box-li.png) no-repeat top left;
	padding-left: 20px;
	margin-left: 15px;
}

#content-bemutatkozas .wrp-foot a {
	display: block;
	position: relative;
	top: 15px;
	left: 88px;
	width: 195px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	background-color: #d32140;
	outline: none;
}

#content-bemutatkozas .wrp-foot a .fir {
	width: 195px;
	height: 41px;
	background: url(../img/sprite.png) no-repeat -376px -192px;
}

/* @end content-bemutatkozas */

/* @group sitemap */

.cm-sitemap h1 .fir {
	width: 86px;
	background-position: -554px -695px;
}

.cm-sitemap ul,
.cm-linkek ul {
	list-style: none;
}

.cm-sitemap li {
	padding-left: 23px;
	margin: 10px 0;
	background: url(../img/sprite.png) no-repeat -953px -177px;
}

.cm-sitemap li li,
.cm-linkek li {
	background: url(../img/sprite.png) no-repeat -953px -626px;
}

.cm-sitemap li a {
	font-weight: bold;
	text-decoration: none;
}

.cm-sitemap li li a {
	font-weight: normal;
	font-size: 12px;
	color: #679bb1;
}

/* @end sitemap */


/* @group linkek */

.cm-linkek {
	min-height: 400px;
}

.cm-linkek h1 .fir {
	width: 72px;
	background-position: -380px -723px;
}

.cm-linkek ul {
	padding: 20px 0;
}

.cm-linkek li a {
	padding-left: 25px;
	color: #679bb1;
	text-decoration: none;
}

/* @end linkek */

/* @end content */

/* @group footer */

#footer span {
	display: block;
	float: left;
	margin: 22px 0 0 16px;
	color: #b5d3e0;
}

#footer a {
	display: block;
	float: right;
}

#footer img {
	display: block;
	width: 155px;
	height: 47px;
	margin-right: 36px;
}

/* @end footer */







