html, body {
	height: 100%;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}
body {
	background-color: #e7e8e9;
	padding: 0;
	margin: 0;
	line-height: 15px;
	color: #333132;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: 0;
	margin: 0;
}

h1 {
	padding:  20px 10px 20px 30px;
	background: transparent url(../gfx/main-arrow.gif) no-repeat 0px 18px;
	color: #75ac3f;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
}
h1 a {
	margin: 0 0 0 10px;
	font-size: 14px;
	font-weight: normal;
	float: right;
}
h2 {
	padding:  0px 10px 20px 0px;
	color: #787fc7;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
}
	h2 strong {
		color: #333132;
	}
h3 {
	padding:  14px 10px 15px 0px;
	color: #787fc7;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin: 0;
}
	h3 a {
		color: #787fc7;
	}
	h3 strong,
	h2 span,
	h3 span {
		font-size: 11px;
		font-weight: normal;
		color: #333132;
	}
h4 {
	padding:  14px 10px 15px 0px;
	color: #565da5;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 0;
}
p {
	padding: 0 0 14px 0;
	line-height: 15px;
	margin: 0;
}
a {
	color: #7688c4;
	text-decoration: none;
}
td.main-left-top  {
	background: transparent url(../gfx/bg-main-left.jpg) repeat-y right top;
	vertical-align: top;
	height: 197px;
}
	td.main-left-top div {
		height: 197px;
		background: transparent url(../gfx/bg-main-left-top.jpg) no-repeat right top;
	}

td.main-right-top {
	background: transparent url(../gfx/bg-main-right.jpg) repeat-y left top;
	vertical-align: top;
	height: 197px;
}
	td.main-right-top div {
		height: 197px;
		background: transparent url(../gfx/bg-main-right-top.jpg) no-repeat left top;
	}

td.main-left {
	background: transparent url(../gfx/bg-main-left.jpg) repeat-y right top;
	vertical-align: bottom;
}
	td.main-left div {
		background: transparent url(../gfx/bg-main-left-bottom.jpg) no-repeat right bottom;
		height: 614px;
	}

td.main-right {
	background: transparent url(../gfx/bg-main-right.jpg) repeat-y left top;
	vertical-align: bottom;
}
	td.main-right div {
		background: transparent url(../gfx/bg-main-right-bottom.jpg) no-repeat left bottom;
		height: 614px;
	}

td.main-center-bottom {
	background: #ffffff url(../gfx/bg-main-center-bottom.jpg) no-repeat left bottom;
	width: 980px;
}

div.main-container {
	background: transparent url(../gfx/bg-main-container.jpg) no-repeat left top;
	position: relative;	
	width: 980px;
}
	div.main-container-hu {
		background: transparent url(../gfx/hu/bg-main-container.jpg) no-repeat left top;
	}
	div.main-container-hr {
		background: transparent url(../gfx/hr/bg-main-container.jpg) no-repeat left top;
	}
	div.main-container div.main-container-arrow {
		position: absolute;
		background: transparent url(../gfx/bg-container-arrow.gif) no-repeat left top;
		width: 91px;
		height: 40px;
		top: 419px;
		left: 524px;
	}
	div.main-container div.main-header {
		height: 419px;
		position: relative;
	}
	div.main-header img.hu-hr-logo {
		top: 20px;
		left: 0px;
		position: absolute;
	}

	div.main-header div.main-menu {
		top: 161px;
		left: 30px;
		width: 920px;
		height: 34px;
		position: absolute;
	}
		div.main-header div.main-menu a.item {
			display: block;
			float: left;
			height: 20px;
			padding: 10px 11px 4px 11px;
			color: #5a595a;
			text-decoration: none;
			font-size: 15px;
			font-weight: bold;
			background: transparent url(../gfx/bg-main-menu-a.jpg) no-repeat left top;
		}
		div.main-header div.main-menu a.none {
			background-image: none;
		}
			div.main-header div.main-menu a.item:hover {
				background-color: #75ab41;
				background-image: none;
				color: #ffffff;
			}


	div.sub-menu {
		position: absolute;
		width: 220px;
		top: 26px;
		left: 0px;
		padding: 9px 0 0 0;
		display: none;
	}
	div.menuHeader {
		position: relative;
		float: left;
	}
	div.ShowItems div.sub-menu {
		display: block;
	}
		div.sub-menu a {
			color: #5467ad;
			background-color: #ffffff;
			width: 220px;
			float: left;
			font-weight: normal;
			font-size: 12px;
			padding: 4px 5px 4px 5px;
			border-left: 1px solid #ffffff;
			border-right: 1px solid #ffffff;
			border-bottom: 1px solid #ffffff;
		}
			div.sub-menu a:hover {
				background-color: #75ab41;
				color: #ffffff;
			}


		div.main-header div.main-languages {
			position: absolute;
			top: 19px;
			left: 489px;
			width: 400px;
			color: #7689c4;
		}

			div.main-header div.main-languages span {
				display: block;
				float: left;
				padding: 6px 2px 0 2px;
			}
			div.main-header div.main-languages a {
				display: block;
				float: left;
				height: 22px;
				padding: 6px 8px 0 8px;
				color: #7689c4;
				text-decoration: none;
				font-weight: bold;
			}
				div.main-header div.main-languages a:hover {
					background-color: #75ab41;
					color: #ffffff;
				}

	div.main-header form.search-form {
		position: absolute;
		z-index: 900;
		top: 354px;
		left: 650px;
		width: 270px;
		height: 20px;
		padding: 15px 0 15px 15px;
		background-color: #ffffff;
	}
		form.search-form input.text-160 {
			position: absolute;
			top: 15px;
			left: 15px;
		}	
	
		form.search-form input.submit {
			position: absolute;
			top: 15px;
			left: 180px;
			width: 90px;
			height: 21px;
		}	

		div.header-image {
			position: absolute;
			top: 196px;
			left: 30px;
			width: 920px;
			height: 223px;
		}
div.data-left {
	width: 529px;
	padding: 10px 30px 20px 30px;
	float: left;
}
div.data-right {
	width: 391px;
	float: left;
	background: transparent url(../gfx/bg-data-right.gif) repeat-y left top;
	padding: 0px 0 282px 0;
	margin: 10px 0 60px 0;
}
	div.right-item-last,
	div.right-item {
		clear: both;
		background: transparent url(../gfx/bg-right-item.gif) no-repeat center bottom;
		padding: 0 0 13px 0;
	}
		div.right-item-last {
			background-image: none;
		}
		div.right-item-last div.title,
		div.right-item div.title {
			padding:  15px 10px 0 50px;
			background: transparent url(../gfx/main-arrow.gif) no-repeat 20px 13px;
			color: #75ac3f;
			font-size: 16px;
			font-weight: bold;
		}
		div.right-item-last div.content,
		div.right-item div.content {
			padding:  13px 10px 0 24px;
		}

div.data-footer {
	clear: both;
	padding: 30px 0 0 0;
	height: 160px;
	position: relative;
}
	div.data-footer div.title {
		padding:  10px 10px 10px 60px;
		background: transparent url(../gfx/main-arrow.gif) no-repeat 30px 8px;
		color: #75ac3f;
		font-size: 16px;
		font-weight: bold;
	}
	div.data-footer img.across-logo {
		position: absolute;
		top: 141px;
		left: 24px;
	}
    div.data-footer img#vati-logo {
		position: absolute;
		top: 41px;
		left: 734px;        
    }
	div.data-footer div.footer-menu {
		position: absolute;
		top: 144px;
		left: 154px;
	}
	div.data-footer div.image-privacy {
		position: absolute;
		top: 163px;
		left: 30px;
		width: 980px;
		height: 30px;
		font-size: 10px;
		line-height: 12px;
		color: #a0a0a0;
	}
	
	div.data-footer div.footer-menu a {
		color: #333132;
	}

	div.data-footer a.footer-home {
		position: absolute;
		top: 141px;
		left: 784px;
		font-size: 18px;
		font-weight: bold;
		color: #586770;
	}
	
/* form elements */
label {
	cursor: pointer;
}
table.right-form td {
	padding: 4px 0 4px 0;
}

input, select, textarea {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}

input.text-160,
input.text160,
input.text235,
input.text216,
input.text210,
input.text250,
select.text250,
textarea.text290,
textarea.text250 {
	height: 16px;
	background-color: #c2c2c2;
	border: 0;
	padding: 3px 3px 2px 3px;
	margin: 0;
}

select.text250 {
	height: 24px;
}
input.text210 {
	width: 180px;
}
input.text160 {
	width: 80px;
}
input.text216 {
	width: 190px;
}
input.text235 {
	width: 220px;
}
input.text250 {
	width: 250px;
}
textarea.text250 {
	width: 250px;
	height: 110px;
}
textarea.text290 {
	width: 290px;
	height: 120px;
}

input.text-160 {
	width: 154px;
}
input.text250 {
	width: 244px;
	height: 16px;
	background-color: #c2c2c2;
	border: 0;
	padding: 3px 3px 2px 3px;
	margin: 0;
}
input.text40 {
	width: 44px;
	height: 16px;
	background-color: #c2c2c2;
	border: 0;
	padding: 3px 3px 2px 3px;
	margin: 0;
}
input.text150 {
	width: 144px;
	height: 16px;
	background-color: #c2c2c2;
	border: 0;
	padding: 3px 3px 2px 3px;
	margin: 0;
}
textarea.text250 {
	width: 244px;
	height: 86px;
	background-color: #c2c2c2;
	border: 0;
	padding: 3px 3px 2px 3px;
	margin: 0;
}
optgroup {
	font-style: normal;

}

input.submit {
	background: #8a99cd url(../gfx/bg-submit.gif) no-repeat right top;
	border: 0;
	padding: 2px 28px 2px 10px;
	color: #ffffff;
	cursor: pointer;
	margin: 0;
}

ul.error_list {
	border: 1px solid red;
	background-color: pink;
	padding: 10px;
	margin: 0 0 20px 0;
}
	ul.error_list li {
		list-style-type: none;
	}

table.two-cols {
	clear: both;
	margin: 20px 0 0 0;
}
table.two-cols h1 {
	padding:  4px 10px 8px 30px;
	background: transparent url(../gfx/main-arrow.gif) no-repeat 0px 2px;
}
table.two-cols td {
	vertical-align: top;
	width: 250px;
	padding: 0 10px 0 0;
}
table.two-cols td.right {
	background: transparent url(../gfx/bg-data-right.gif) repeat-y left top;
	vertical-align: top;
	width: 248px;
	padding: 0 0 0 16px;
}

ul.downloads {
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0px;
}

ul.downloads li {
	margin: 0px;
	padding: 0 0 10px 30px;
	background-repeat: no-repeat;
}


div.backoffice {
	
}
div.backoffice div {
	clear: both;
	padding: 0 10px 0 20px;
	margin: 0;
	display: none;
}

div.backoffice strong,
div.backoffice a {
	display: block;
	float: left;
	clear: both;
	height: 24px;
	padding: 2px 3px 2px 3px;
	margin: 1px 3px 1px 3px;
	color: #343434;
	cursor: pointer;
}



div.backoffice strong img,
div.backoffice a img {
	margin: 3px;	
	float: left;
	cursor: pointer;
	border: 0;
}
div.backoffice strong span,
div.backoffice a span {
	padding: 5px 3px 3px 3px;	
	display: block;
	float: left;
}

div.backoffice a span {

	cursor: pointer;
}

img.eu-logo {
	position: absolute;
	top: -13px;
	left: 20px;
}

table.small-table {
	border-left: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	width: 530px;
}
table.small-table td {
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	padding: 5px 4px 5px 4px;
	vertical-align: top;
}
table.small-table th {
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	background-color: #c6e3f3;
	text-align: left;
	font-weight: bold;
	padding: 5px 4px 5px 4px;
}