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;
}

img {
	border: 0;
	margin: 0;
}
*.nopadding label {
    padding: 0;
    
}  
p {
	padding: 0 0 14px 0;
	line-height: 15px;
	margin: 0;
}
ul {
	padding: 6px 0 8px 20px;
	margin: 0 0 0 10px;
}
ul li {
	padding: 2px 0 2px 0;
	margin: 0 0 0 10px;
}
h1 {
	padding:  8px 10px 22px 31px;
	color: #0055a4;
	font-size: 18px;
	line-height: 20px;
/*	height: 30px; */
	font-weight: bold;
	background: transparent url(../gfx/bg-title.gif) no-repeat 2px 10px;
	margin: 0;
}

h2 {
	padding:  6px 10px 20px 0px;
	color: #0055a4;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin: 0;
}
	h2.title a {
		padding:  6px 10px 20px 0px;
		color: #f68c1e;
		font-size: 16px;
		line-height: 18px;
		font-weight: bold;
		margin: 0;
		text-decoration: none;
	}
	h2.title span {
		padding:  6px 10px 20px 0px;
		color: #333132;
		font-size: 12px;
		line-height: 18px;
		font-weight: normal;
		margin: 0;
		text-decoration: none;
	}
h3 {
	padding:  6px 10px 14px 0px;
	color: #0055a4;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 0;
}
	h3.title {
		color: #ff8010;
	}
	h3.title a {
		padding:  6px 10px 20px 0px;
		color: #333132;
		font-size: 14px;
		line-height: 18px;
		font-weight: bold;
		margin: 0;
		text-decoration: none;
	}
	h3.title span {
		padding:  6px 10px 20px 0px;
		color: #333132;
		font-size: 11px;
		line-height: 18px;
		font-weight: normal;
		margin: 0;
		text-decoration: none;
	}

h4 {
	padding:  6px 10px 14px 0px;
	color: #0055a4;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	margin: 0;
}
	h4 a {
		color: #0055a4;
	}
h5 {
	padding:  6px 10px 14px 0px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 0;
}
	h3 a {
		clear: both;
		margin: 0 0 10px 0;
		color: #333132;
	}

a {
	color: #f68c1e;
}

h1 a {
	margin: 0 0 0 10px;
	font-size: 140px;
	font-weight: normal;
	float: right;
}

div.buttons {
	text-align: right;
}

table.main-container {

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

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

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

	table.main-container td.right-bottom  {
		background: transparent url(../gfx/bg-main-container-right.png) repeat-y top left;
		vertical-align: bottom;
	}
		table.main-container td.right-bottom div {
			background: transparent url(../gfx/bg-main-container-right-bottom.png) no-repeat top left;
			height: 469px;
		}
	table.main-container td.center {
		background: #fafbff url(../gfx/bg-main-container-center.gif) no-repeat top left;
		vertical-align: top;
	}
		
div.main-header {
	float: left;
	clear: both;
	width: 980px;
	height: 413px;
	position: relative;
}
	div.header-hu {
		background: transparent url(../gfx/hu/bg-main-top.jpg) no-repeat 34px 43px;
	}
	div.header-en {
		background: transparent url(../gfx/en/bg-main-top.jpg) no-repeat 34px 43px;
	}
	div.header-srb {
		background: transparent url(../gfx/srb/bg-main-top.jpg) no-repeat 34px 43px;
	}
	div.main-header img.main-logo {
		top: 63px;
		left: 54px;
		position: absolute;
	}
	div.main-header img#header_image {
		top: 43px;
		left: 34px;
		position: absolute;
	}
	div.main-header div.main-menu {
		position: absolute;
		top: 378px;
		left: 34px;
		background-color: #0055a4;
		width: 912px;
		height: 35px;
	}
		div.main-menu a.item {
			display: block;
			float: left;
			height: 21px;
			padding: 10px 9px 4px 9px;
			color: #ffffff;
			text-decoration: none;
			font-size: 13px;
			font-weight: bold;
		}
		div.main-menu a.none {
			background-image: none;
		}
			div.ShowItems a.item,
			div.main-menu a.item:hover {
				background-color: #fc921d;
				background-image: none;
				color: #ffffff;
			}
		div.sub-menu {
			position: absolute;
			width: 210px;
			top: 26px;
			left: 0px;
			padding: 10px 0 31px 0;
			display: none;
		}
		div.menuHeader {
			position: relative;
			float: left;
		}
		div.ShowItems div.sub-menu {
			display: block;
		}
			div.sub-menu a {
				display: block;
				color: #35322e;
				background: #f2e8da url(../gfx/yellow-dot.gif) no-repeat 9px 9px;
				text-decoration: none;
				width: 170px;
				float: left;
				font-weight: normal;
				font-size: 11px;
				padding: 3px 3px 6px 20px;

			}
				div.sub-menu a:hover {
					color: #2a4892;
				}
				div.sub-menu a:first-child {
					padding-top: 8px;
				background: #f2e8da url(../gfx/yellow-dot.gif) no-repeat 9px 14px;
				}
	div.second-menu {
		position: absolute;
		clear: both;
		top: 344px;
		left: 606px;
		width: 340px;
		height: 34px;
		padding: 0 0 0 0;
	}
		div.second-menu div {
			float: right;
			height: 34px;
			padding: 0 0 0 0;
			background-color: #b8cff1;
		}
		div.second-menu a {
			display: block;
			float: left;
			height: 20px;
			padding: 10px 12px 4px 12px;
			color: #0055a4;
			text-decoration: none;
			font-size: 13px;
			font-weight: bold;
		}
		div.second-menu a:hover {
			color: #ffffff;
			background-color: #fc921d;
		}

div.languages {
	position: absolute;
	top: 20px;
	left: 546px;
	width: 400px;
	height: 23px;
}
	div.languages div {
		float: right;
		height: 23px;
		white-space: nowrap;
	}
		div.languages span,
		div.languages em,
		div.languages a {
			float: left;
			display: block;
			color: #0055a4;
			height: 19px;
			padding: 4px 6px 0px 6px;
			text-decoration: none;
		}
			div.languages span {
				background-color: #f68c1e;
				color: #ffffff;
			}















div.main-footer {
	clear: both;
	height: 182px;
	width: 980px;
	position: relative;
	background: transparent url(../gfx/bg-main-container-footer.png) no-repeat left top;
}
	div.main-footer div.footer-copyright {
		position: absolute;
		top: 106px;
		left: 683px;
		font-style: italic;
		color: #d5d5d5;
		font-size: 11px;
	}
	div.other-logos {
		width: 640px;
		height: 86px;
		position: absolute;
		top: 20px;
		left: 332px;
	}
	div.other-logos img {
		float: left;
	}
	img.logo-across {
		position: absolute;
		top: 124px;
		left: 10px;
	}
	img.eu-logo {
		position: absolute;
		left: 21px;
		top: 30px;
	}
	div.footer-text {
		position: absolute;
		top: 136px;
		left: 153px;
		width: 500px;
	}

	div.footer-text a {
		color: #333132;
		text-decoration: none;
	}
		div.footer-text a:hover {
			color: #333132;
			text-decoration: underline;
		}

	img.footer-link {
		position: absolute;
		top: 102px;
		left: 655px;
	}

div.main-data {
	clear: both;
	background: transparent url(../gfx/bg-main-data.gif) repeat-y 589px 10px;
}
	div.main-data-left {
		width: 536px;
		padding: 10px 20px 0 34px;
		float: left;
		background: transparent url(../gfx/bg-main-data-left.gif) no-repeat top right;
	}
	div.main-data-right {
		width: 380px;
		float: left;
		min-height: 300px;
		padding: 10px 0 0 0;
	}

	div.right-item {
		clear: both;
		padding: 0 0 13px 0;
	}
		div.right-item div.title {
			padding:  10px 10px 0 43px;
			color: #0055a4;
			font-size: 18px;
			height: 30px;
			font-weight: bold;
			background: transparent url(../gfx/bg-title.gif) no-repeat 14px 10px;
		}
		div.right-item div.content {
			padding:  13px 10px 0 30px;
		}


form {
	margin: 0;
	padding: 0;
	border: 0;
}
input, select, textarea {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #333132;
}
label {
	cursor: pointer;
    display: block;
	padding: 0 0 0 14px;
}
em.nopadding label {
	padding: 0 0 0 0;
	font-size: 11px;
}
input.submit {
	border: 0;
	padding: 0px 32px 2px 8px;
	color: #333132;
	font-weight: bold;
	cursor: pointer;
	margin: 0;
	font-size: 14px;
	height: 31px;
	text-align: left;
	background: #f68c1e url(../gfx/bg-submit.gif) no-repeat top right;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
optgroup {
	font-style: normal;
}

input.text160,
input.text235,
input.text216,
input.text210,
input.text250,
select.text250,
textarea.text250 {
	background-color: #ededed;
	border: 2px solid #93b2dd;
	height: 16px;
	padding: 2px 4px 2px 4px;
}
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;
}
table.cms td,
table.right-form td {
	padding: 4px 5px 4px 0px;
}
table.right-form div.login-links {
	color: #f68c1e;
	float: left;
	padding: 10px 0 0 10px;
}
table.right-form div.feeling-right {
	background: transparent url(../gfx/img-feeling.jpg) no-repeat left top;
	height: 97px;
}

	table.right-form div.login-links a {
		color: #f68c1e;
		text-decoration: none;
		padding: 0 5px 0 5px;
	}
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;
}
table.two-cols td {
	vertical-align: top;
	width: 250px;
	padding: 0 10px 0 0;
}
table.two-cols td.right {
	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;
}

/* maps */
div.map-default {
	width: 534px;
	height: 524px;
	background: transparent url(../gfx/maps/map-default.gif) no-repeat left top;
}

div.map-anim {
	width: 534px;
	height: 524px;
	background: transparent url(../gfx/maps/map-all.gif) no-repeat 0px -4192px;
}


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;
}


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: #f68c1e;
	text-align: left;
	font-weight: bold;
	padding: 5px 4px 5px 4px;
}

div.pager {
    clear: both;
    padding: 10px;
    
}

/***** PROJECTS *******/
table.search-form select
{
	border: 1px solid #bababa;
	padding: 2px;
}
div.projects-map {
	width: 530px;
	height: 240px;
	background: transparent url(../gfx/projects/huhr_map_default.jpg) no-repeat top left;
	position: relative;
}
	div.projects-map div {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 530px;
		height: 240px;
		display: none;
		
	}

	div.projects-map div.s_3 {
		background: transparent url(../gfx/projects/map3_on.png) no-repeat top left;
	}
	div.projects-map div.s_6 {
		background: transparent url(../gfx/projects/map6_on.png) no-repeat top left;
	}
	div.projects-map div.s_9 {
		background: transparent url(../gfx/projects/map9_on.png) no-repeat top left;
	}
	div.projects-map div.s_12 {
		background: transparent url(../gfx/projects/map12_on.png) no-repeat top left;
	}
	div.projects-map div.s_15 {
		background: transparent url(../gfx/projects/map15_on.png) no-repeat top left;
	}
	div.projects-map div.s_18 {
		background: transparent url(../gfx/projects/map18_on.png) no-repeat top left;
	}
	div.projects-map div.s_21 {
		background: transparent url(../gfx/projects/map21_on.png) no-repeat top left;
	}
	div.projects-map div.s_24 {
		background: transparent url(../gfx/projects/map24_on.png) no-repeat top left;
	}
	div.projects-map div.s_27 {
		background: transparent url(../gfx/projects/map27_on.png) no-repeat top left;
	}
	div.projects-map div.s_30 {
		background: transparent url(../gfx/projects/map30_on.png) no-repeat top left;
	}
	div.projects-map div.s_33 {
		background: transparent url(../gfx/projects/map33_on.png) no-repeat top left;
	}



	div.projects-map img {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 9000;
		border: 0px solid #f4f7f1 !important;
	}

area {
	outline: none;
}

table.search-form {
	background-color: #f4f7f1;
	border-bottom: 10px solid #ffffff;
}
	td.submit-holder {
		background-color: #dee5d5;
		padding: 10px 0px 10px 0px;
	}
	td.submit-holder input.search-submit {
		background: url("../gfx/right/login/bg-input-submit-long.gif") no-repeat scroll left top transparent;
		border:0 none;
		color:#FFFFFF;
		cursor:pointer;
		font-weight:bold;
		height:20px;
		margin:3px 6px 3px 0;
		padding:0;
		width:86px;
	}
	td.submit-holder input.search-submit:hover {
		background-color: transparent;
	}
	td.prior {
		background-color: #dee5d5;
		color: #666666;
		font-size: 11px;
		font-weight: bold;
		padding: 3px;
	}


	tr.headings span {
		display: block;
		padding: 0px 10px 0px 0px;
		font-size: 16px;
		color: #0f639d;
		font-weight: bold;
	}
	tr.headings span.padded {
		padding: 0px 10px 0px 5px;
	}
table.project-list {
	width: 555px;
	
}
table.project-list a {
	font-weight: bold;
	color: #ed1c24;
}
table.project-list td {
	padding: 7px 10px 7px 13px;
	border-bottom: 2px solid #ffffff;
	vertical-align: top;
	background-color: #f4f7f1;
}
	table.project-list tr.row1 td {
		background-color: #f4f7f1;
	}
	table.project-list tr.row2 td {
		background-color: #dde5d4;
	}
	table.project-list tr.header td {
		background-color: #7688C4;
		color: #ffffff;
		font-weight: bold;
		padding: 14px 10px 14px 13px;
		font-size: 13px;
	}
	table.project-list tr.sub-header td {
		background-color: #dee5d5;
		color: #0f639d;
		font-weight: bold;
		padding: 14px 10px 14px 13px;
		font-size: 13px;
	}
	table.project-list tr.partner td {
		border-bottom: 1px dashed #c6ccbe;
		background-color: #ffffff;
	}
	table.project-list strong.blue {
		color: #7688C4;
	}
	table.noborder td {
		border: 0px solid #ffffff;
	}
	
div.flc-menu {
	clear: both;
	height: 40px;
}
	div.flc-menu a {
		display: block;
		float: left;
		height: 21px;
		padding: 10px 19px 4px 9px;
		color: #ffffff;
		background-color: #fc921d;
		text-decoration: none;
		font-size: 13px;
		font-weight: bold;
	}
	div.flc-menu a.none {
		background-image: none;
	}
		div.flc-menu a:hover {
			background-color: #0055a4;
			background-image: none;
			color: #ffffff;
		}
