@import url("styles_forms.css");
@import url("styles_select.css");


html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #000000;	
	background: #F2EEE3 url(../gfx/bg_body.gif) repeat-x top left;
}

table.main {
	width: 100%;
	height: 100%;
	margin: 0;
}

td.topleft {
	background: transparent url(../gfx/bg_top_left.gif) no-repeat top right;	
	width: 50%;
}

td.topright {
	background: transparent url(../gfx/bg_top_right.gif) no-repeat top left;	
	width: 50%;
}

td.top_news {
	background-color: #9e0516;
	height: 171px;
	width: 970px;
	color: #eee5cb;
}

td.callback {
	background: transparent url(../gfx/bg_visszahivas.jpg) no-repeat top left;	
	width: 210px;
	height: 171px;
}

td.top_content {
	background: transparent url(../gfx/bg_top_news.gif) no-repeat top left;	
}

td.top_partner {
	width: 140px;
	height: 121px;
	background: transparent url(../gfx/bg_top_partner.jpg) no-repeat top left;
	padding: 50px 0 0 20px;
}

td.title_top {
	color: #E2B347;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	height: 33px;
	padding: 15px 0 0 12px;
}

td.top_bottom,
td.top_bottom2,
td.top_bottom3 {
	height: 30px;
	background: transparent url(../gfx/bg_top_bottom1.jpg) no-repeat top left;
	padding-left: 30px;
}

td.top_bottom2 {
	background: transparent url(../gfx/bg_top_bottom2.jpg) no-repeat top left;
}

td.top_bottom3 {
	background: transparent url(../gfx/bg_top_bottom3.jpg) no-repeat top left;
}

td.footer_top {
	background: transparent url(../gfx/bg_footer_top.gif) repeat-x top left;
	height: 7px;
}

td.footer {
	padding-left: 10px;
	color: #4f0009;
	background-color: #F2EEE3;
}

img.holder {
	border: 1px solid #e6dec8;
}

div.callback {
	padding: 48px 0 0 28px;
	width: 156px;
}

td.topinfo {
	height: 134px;
	background: transparent url(../gfx/bg_topinfo.jpg) no-repeat top left;
	color: #410209;
}

td.title {
	background: transparent url(../gfx/bg_title.gif) no-repeat top left;
	height: 45px;
	color: #9e0516;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0 0 13px;
}

td.title2 {
	background-color: #E6CD8D;
	height: 26px;
	color: #9e0516;
	font-size: 16px;
	font-weight: bold;
	padding-left: 13px;
	border-top: 1px solid #F2EEE3;
}

td.content {
	background-color: #F2EEE3;
	color: #410209;
}

td.subtitle_sep {
	background: #F2EEE3 url(../gfx/bg_subtitle_sep.gif) no-repeat 0 0;
}

td.data p {
	padding-left: 10px;
	line-height: 16px;
	padding-right: 10px;
}

td.data2 {
	background-color: #f0e9d6;
	padding: 10px 0;
}

td.data2 p {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 16px;
}

td.data {
	padding: 10px 0;
}

/*
 *	formatting
 */
p {
	margin: 0;
}

p.b10 {
	padding-bottom: 10px;
}

p.t10 {
	padding-top: 10px;
}

div.html p {
	margin: 10px 0;
}

ul {
	padding: 5px 0 0 10px;
	margin: 0;
	line-height: 18px;
	text-align: left;
}

li {	
	list-style: none;
	background: transparent url(../gfx/bg_li.gif) no-repeat 0 4px;
	padding-left: 15px;
}

li.hand {
  cursor: pointer;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.block {
	display: block;
}

.nowrap {	
	white-space: nowrap;
}

.mr10 {
	margin-right: 10px;
}

.ptop8 {
	padding-top: 8px;
}

.pleft80 {
	padding: 0 35px 0 26px;
}

/*
 *	link
 */

a,
a:hover {
	color: #9e0516;
	outline: none;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.box {
	margin: 7px 0;
	display: block;
	color: #eee5cb;
	padding: 3px;
	background-color: #9e0516;
	border: 1px solid #9e0516;
	text-decoration: none;
	position: relative;
	width: 280px;
	height: 105px;
	text-align: left;
}
a.box:hover {
	color: #eee5cb;
	text-decoration: none;
	background-color: #af071a;
	border: 1px solid #af071a;
}

a.box span.title {
	color: #ddb75b;
	text-decoration: underline;
	font-weight: bold;
	background: transparent url(../gfx/bg_top_news_title.gif) no-repeat 0 0;
	padding-left: 8px;
	margin-left: 5px;
	cursor: pointer;
}

a.box:hover span.title {
	text-decoration: none;
}

a.box2 {
	margin: 0 0 7px 0;
	display: block;
	color: #4F0009;
	padding: 3px;
	background-color: #F2EEE3;
	border: 1px solid #F2EEE3;
	text-decoration: none;
	position: relative;
	width: 471px;
	height: 100px;
	text-align: left;
}
a.box2:hover {
	color: #4F0009;
	text-decoration: none;
	background-color: #F0E9D6;
	border: 1px solid #F0E9D6;
}

a.box2 span.title {
	color: #9E0516;
	text-decoration: underline;
	font-weight: bold;
	background: transparent url(../gfx/bg_elv.gif) no-repeat 0 0;
	padding-left: 8px;
	margin-left: 5px;
}

a.box2:hover span.title {
	text-decoration: none;
}

td.footer a,
td.footer a:hover {
	color: #000;
	text-decoration: none;
}

td.footer a:hover {
	text-decoration: underline;
}

a.back,
a.back:hover,
a.back_disabled,
a.back_disabled:hover {
	background: transparent url(../gfx/bg_next.gif) no-repeat 0 4px;
	padding-left: 13px;
}

a.back_disabled,
a.back_disabled:hover {
	color: #000;
	text-decoration: none;
	cursor: default;
	background: transparent url(../gfx/bg_next_disabled.gif) no-repeat 0 4px;
}
a.next2,
a.next2:hover,
a.next2_disabled,
a.next2_disabled:hover {
	background: transparent url(../gfx/bg_li.gif) no-repeat 100% 4px;
	padding-right: 13px;
}

a.next2_disabled,
a.next2_disabled:hover {
	color: #000;
	text-decoration: none;
	cursor: default;
	background: transparent url(../gfx/bg_li_disabled.gif) no-repeat 100% 4px;
}

a.faq {
	display: block;
	color: #9E0517;
	padding: 3px 3px 3px 15px;
	background-color: #F2EEE3;
	text-decoration: none;
	position: relative;
	width: 459px;
	background: transparent url(../gfx/bg_li.gif) no-repeat 0 6px;
	text-align: left;
}
a.faq:hover {
	color: #9E0517;
	text-decoration: none;
	background-color: #F0E9D6;
}

span.elv {
	background: transparent url(../gfx/bg_elv.gif) no-repeat 0 0;
	padding-left: 7px;
	margin-left: 5px;
}

h1 {
	background: transparent url(../gfx/bg_subtitle.gif) repeat-x 0 3px;
	padding: 20px 0 0 15px;
	font-weight: bold;
	width: 462px;
	height: 25px;
	font-size: 12px;
	margin: 0;
}

span.fs10 {
	font-size: 10px;
}

table.career {
	border-collapse: collapse;
}

table.career td {
	border: 1px solid #E1BF66;
	padding: 5px;
}