* {
	padding: 0;
	margin: 0;
}

body {
	font-family: verdana, helvetica, tahoma, arial, sans-serif;
	background: #F0F3F5 url(img/bg-body.jpg);
}

body, td, input, select, button {
	font-family: verdana, helvetica, tahoma, arial, sans-serif;
	font-size: 11px;
}

h2 {
	font-family: Arial;
	font-size: 21px;
	font-weight: bold;
	margin: 0 0 1em 0;
}

h3 {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
}

h4 {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	margin: 0.5em 0 0 0;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #DA0000;
}

td {
	vertical-align: top;
}

iframe {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 5px;
}

#page-wrapper {
	text-align: center;
}

#page {
	margin: auto;
	text-align: left;
	width: 910px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background: #ECECEC;
}

#header {
	height: 82px;
	background: #FFFFFF url(img/bg-header.gif) repeat-x bottom;
}

#logo {
	float: left;
	margin: 20px 20px 0 20px;
}

.navbar-menu {
	float: right;
}

.navbar-menu li {
	padding: 40px 20px 0 0;
	height: 40px;
	float: left;
	font-family: arial;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	background: url(img/bg-navmenu.gif) repeat-x bottom;
	margin-left: 4px;
}

.navbar-menu a {
	padding: 30px 0 0 0 !important;
}

.navbar-link {
	cursor: pointer;
}

#doc-body {
	padding: 10px;
}

/* Sidebar */
#sidebar {
	float: left;
	width: 270px;
	padding: 10px;
	background: #DDD;
}

/* Content positioning */
#content {
	margin-left: 300px;
	width: 580px;
}

/* Footer */

#footer {
	clear: both;
	padding: 2em 10px 3em 0;
	text-align: right;
}


/* front page */
#current-topic {
	height: 260px;
	margin-bottom: 10px;
}

#current-topic-ad {
	height: 260px;
	background: url(img/bg-calculator.jpg);
	width: 352px;
	float: left;
}

#current-topic-ad h2 {
	margin-top: -10px;
}

#current-topic-ad label {
	font-weight: bold;
	display: block;
	color: #FFF;
	width: 200px;
	padding: 0 0 4px 0;
}

#current-topic-ad select {
	margin-left: 120px;
	padding: 2px;
	border: 1px solid #FFF;
	width: 140px;
}

#current-topic-ad input {
	margin-left: 40px;
	padding: 3px;
	border: 1px solid #FFF;
	width: 132px;
	background: #FFE680;
}

#current-topic-ad button {
	margin-left: 120px;
	padding: 3px;
	border: none;
	background: #000;
	color: #FFF;
	width: 140px;
	cursor: pointer;
}

#current-topic-ad p {
	margin-bottom: 1em;
}

#current-topic-ad form {
	padding: 1em 0;
}

#calculator {
	padding: 10px 20px;
	font-size: 11px;
	font-family: tahoma;
	color: #FFF;
}

.image-ad {
	height: 240px;
	padding: 10px 10px;
}


/* select */
#fn-select {
	float: right;
}

.fn-img {
	width: 87px;
	border-right: 1px solid #FFF;
	float: left;
	height: 260px;
	cursor: pointer;
}

#select-lakas { background: url('img/select-lakas.jpg') no-repeat 0 top; }
#select-lakas:hover{	background: url('img/select-lakas.jpg') no-repeat  0 -260px;}

#select-lakastakarek { background: url('img/select-lakastakarek.jpg') no-repeat 0 top; }
#select-lakastakarek:hover{	background: url('img/select-lakastakarek.jpg') no-repeat  0 -260px;}

#select-bankkartya { background: url('img/select-bankkartya.jpg') no-repeat 0 top; }
#select-bankkartya:hover{	background: url('img/select-bankkartya.jpg') no-repeat  0 -260px;}

#select-szabad { background: url('img/select-szabad.jpg') no-repeat 0 top; }
#select-szabad:hover{	background: url('img/select-szabad.jpg') no-repeat  0 -260px;}

#select-szemelyi { background: url('img/select-szemelyi.jpg') no-repeat 0 top; }
#select-szemelyi:hover{	background: url('img/select-szemelyi.jpg') no-repeat  0 -260px;}

#select-biztositas { background: url('img/select-biztositas.jpg') no-repeat 0 top; }
#select-biztositas:hover{	background: url('img/select-biztositas.jpg') no-repeat  0 -260px;}



/*
 * Editable content formatting ************************************************
 */
#content, #sidebar {
		line-height: 1.6em;
}
 
#content {
	padding: 1em 0;
}

#content p, #sidebar p {
	margin-bottom: 1em;
}

#content strong, #sidebar strong  {
	font-weight: bold !important;
}

#content em, #sidebar em  {
	font-style: italic !important;
}

#sidebar img {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 5px;
}

#content a img {
	border: none !important;
	padding: 0 !important;
	background: none !important;
}
 
#content ul, #content ol, #sidebar ul, #sidebar ol {
	margin-bottom: 1em;
} 
 
#content ul li, #sidebar ul li {
	margin-left: 1em;
	padding-left: 1em;
	list-style-type: none;
	background: url(img/arrow-menu.gif) no-repeat 0 5px;
}

#content dt {
	float: left;
	width: 160px;
	font-weight: bold;
	text-align: left;
}

#content dd {
	margin-left: 170px;
	margin-bottom: 1em;
}

.inner-table {border: 1px solid #CCC;}
.inner-table th {padding: 2px; font-weight: bold; vertical-align: top;}
.inner-table td {padding: 2px;}

.number-table {
	width: 570px !important;
}

.number-table td {
	padding-bottom: 2em;
}

.number-big {
	display: block;
	width: 54px;
	height: 46px;
	float: left;
	padding: 8px 0 0 20px;
	background: url(img/bg-number.gif) no-repeat;
}


/* Sidebar content */


/* ext */


