body {
	background: url(../gfx/bg_body.gif) #FFFFFF repeat-x top left;
	margin: 0;
	margin-bottom: 10px;
	font-family: Tahoma, Arial, Verdana;
	font-size:	11px;
	line-height: 16px;
	color: #0A4D9A;
}
.body_offer {
	background: none;
	margin: 0;
	border: 0;
}

td {
	font-size:	11px;
	line-height: 15px;
}
img {
	border: 0;
	margin: 0;
}
ol {
	padding-left: 5px;
	padding-left: 10px;
	margin-left: 13px;
}
ol li {
	padding: 0px;
	margin-left: 5px;
}
ul {
	margin: 10px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	list-style-type: none;
	list-style-image: url(../gfx/dot.gif);
}
ul li {
	margin: 0px 0px 0px 34px;
	padding: 0px 0px 1px 4px;
	padding: 0px 0px 1px 0px;
	font-weight: bold;
	background: url(../gfx/bg_li.gif) no-repeat bottom left;
	background-position: 0px 17px; 
}
ul.small {
	list-style-image: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
}
ul.small li {
	margin: 0px;
	padding: 0px 0px 1px 55px;
	padding: 2px 0px 0px 20px;
	font-weight: normal;
	background: url(../gfx/dot_small.gif) no-repeat;
	background-position: 45px 9px;
	background-position: 10px 9px; 
}
/** Links **/
a:hover {
	color: #000000;
}
a:hover span {
	color: #0A4D9A;
}
a {
	color: #0A4D9A;
	text-decoration: none;
	outline: none;
}
/** Spans **/
a span {
	color: #000000;
}
span.small {
	font-size: 10px;
	color: #0D65CC;
}
span.right,
h1 span {
	float: right;
}
/** Index **/
td.bg_btm_left {
	background: url(../gfx/bg_btm_left.gif) no-repeat top left;
}
td.bg_btm_right {
	background: url(../gfx/bg_btm_right.gif) no-repeat top right;
}
td.address {
	padding: 20px 0px 5px 33px;
	color: #84a6cc;
}

td.address span { padding-left: 400px; }
td.address span span { padding: 0 10px; }

td.address span a { color: #84a6cc; }
td.address span a:hover { text-decoration: underline; }

td.ws {
	padding: 55px 40px 0px 0px;
}

div.ws {
	float: right; 
	padding: 20px 65px 0 0; 
	width: 150px;
}

td.menu_btm {
	padding-top: 10px;
	line-height: 16px;
}
td.menu_btm a {
	text-decoration: none;
	margin: 0px 3px 0px 3px;
	color: #0A4D9A;
}
td.menu_btm a:hover {
	text-decoration: underline;
	color: #B4D3EF;
}

/**  Paragraphs **/
div.line {
	height: 3px;
	background: url(../gfx/bg_h1.gif) repeat-x top left;
	margin: 5px 0px 11px 0px;
	margin: 5px 0px 5px 0px;
}
p {
	padding: 0px 0px 5px 0px;
	margin: 0;
}
h1 {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	background: url(../gfx/bg_h1.gif) repeat-x bottom left;
	margin-bottom: 7px;
	padding: 0px 2px 8px 2px;
	
}
/** Form elements **/
div.contactform label {
	float: left;
	padding-right: 3px;
	cursor: pointer;
	display: block;
	width: 50px;
	padding-top: 3px;
}
input, textarea {
	font-family: Tahoma, Arial, Verdana;
	font-size:	11px;
	color: #0A4D9A;
	border: 0px;
}
div.input {
	background: transparent url(../gfx/bg_input.gif) no-repeat top left;
	width: 175px;
	height: 16px;
	padding: 4px 5px 2px 5px;
	float: left;
	margin-bottom: 8px;
}

div.input input {
	width: 175px;
	height: 16px;
	background: none;
	border: 0;
}

input.radio {
	float: right;
}
input.submit {
	background: transparent url(../gfx/bg_submit.gif) no-repeat top left;
	width: 186px;
	height: 22px;
	cursor: pointer;
}

input.login {
	background: transparent url(../gfx/bg_login.gif) no-repeat top left;
	width: 186px;
	height: 22px;
	cursor: pointer;
}

div.textarea {
	background: transparent url(../gfx/bg_textarea.gif) no-repeat top left;
	width: 240px;
	height: 104px;
	padding: 4px 5px 2px 5px;
	float: left;
}

textarea {
	width: 240px;
	height: 104px;
	overflow: auto;
	background: none;
	border: 0;
}

/** other **/
table.holder {
	border-top: 1px solid #0A4D9A;
	border-bottom: 1px solid #0A4D9A;
}
table.holder img {
	margin: 1px 0px 1px 0px;	
}
table.holder img.popup {
	cursor: pointer;
	cursor: pointer;
}
dl {
	margin: 0px 0px 10px 0px;
	padding: 3px;
	display: block;
}
dl dt {
	margin: 2px;
	padding: 0px 10px 0px 0px;
	float: left;
	border: none;
}
dl dd {
	font-weight: normal;
	border: none;
	text-align: right;
	margin: 0px 0px 0px 10px;
	padding: 2px;
}

iframe {
	border: 1px solid #a7bfdb;
	border-top: 0;
	border-bottom: 0;
}

div.contact {
	background: transparent url(../gfx/bg_contact.gif) no-repeat 0 0;
	width: 363px;
	height: 180px;
	padding: 50px 0 0 17px;
}

div.contact span {
	font-weight: bold;
	display: block;
	width: 45px;
	float: left;
	clear: both;
}

div.contact a,
div.contact a:hover {
	color: #0A4D9A;
	text-decoration: none;
}

div.contact a:hover {
	text-decoration: underline;
}

div.data {
	background: transparent url(../gfx/bg_data.gif) repeat-y 0 0;
	width: 560px;
	padding: 15px 20px;
}

.clear { clear: both; }

.left { float: left; }
.right { float: right; }

.pl10 { padding-left: 10px; }

div.contactform {
	padding: 10px 0;
}

div.off {
	width: 373px;
	border: 1px solid #a7bfdb;
	border-top: 0;
	border-bottom: 0;
	height: 200px;
}

div.off_pager {
	width: 23px;
	padding: 15px 10px 0 7px;
}

div.off_pager a,
div.off_pager a:hover,
div.off_pager a.actual,
div.off_pager a.actual:hover {
	display: block;
	width: 19px;
	height: 17px;
	background-color: #fede58;
	color: #0a4d9a;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	margin-bottom: 2px;
}

div.off_pager a:hover,
div.off_pager a.actual,
div.off_pager a.actual:hover {
	background-color: #fff5cd;
	color: #84a1b3;
}

div.off_data {
	padding: 3px 0;
	float:left;
}

div.off_data img {
	padding: 5px;
	border: 1px solid #e1ecf5;
	margin: 0 15px 0px 0;
	clear: left;
}

div.off_data p {
	width: 195px;
	float: left;
}

div.line2 {
	height: 3px;
	background: url(../gfx/bg_h1.gif) repeat-x top left;
	margin: 10px 0;
	width:100%;
}

label {
	cursor: pointer;
}

label.turingt {
	float: none;
	display: inline;
	cursor: pointer;
}

td.partners {
	width: 180px; 
	height: 100px; 
	text-align: center; 
	background: transparent url(../gfx/bg_partners.gif) no-repeat left top;
}

div.offer_scroll {
	width: 18px;
	height: 40px;
}

div.partnerek {
	width: 180px;
	height: 140px;
	float: left;
	text-align: center;
}