/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
	background:url(../images/body-bg.gif) #151515;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#5c5d5f;
	text-transform:uppercase;
}
html { min-width:980px;}
html, body { height:100%;}



/* Global Structure ============================================================= */
.container {
	margin: 0 auto;
	position: relative;
	width: 980px;
	font-size:.625em;
}

	/* Header */
	header{
		height:337px; /* border miatt +1 = 37 */
		overflow:hidden;
		/*background:url(../images/header-tail.jpg) repeat-x left bottom;*/
		background:url(../images/header.jpg) repeat-x center top;
	}
	
	/* Content */
	section#content {
		padding:60px 0 30px 0;
		background:url(../images/content-bg.gif) 0 0 repeat-x;
	}
			
	/* Footer */
	footer{
		padding:0 0 50px 0;
	}




/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.col-1, .col-2, .col-3 { float:left;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
}

/* The inside class provides consistent padding. To be used often! */
.inside{ padding: 20px; }

/*----- form defaults -----*/
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	padding: 3px;
	margin: 4px;
	background: #212121;
	color: #66FF00;
	border: 1px #777777 solid;
}
textarea{
width: 280px;
height: 160px;
}
input{
background:url(../images/input-bg.gif) no-repeat center center;
border: none;
width: 142px;
height: 21px;
padding: 2px 5px;
text-transform:uppercase;
color: #ffffff;
}
input[type="checkbox"],input[type="radio"]{
width: auto;
}
select{
background:url(../images/input-bg.gif) no-repeat center center;
border: none;
width: 154px;
height: 21px;
padding: 2px 5px;
text-transform:uppercase;
color: #ffffff;
}
textarea:focus,textarea:hover{
border: 1px #66FF00 solid;
}

/*----- other -----*/
figure { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:40px;
}

.extra-wrap { 
	overflow:hidden;
}

p {margin-bottom:18px;}
.p1 { margin-bottom:9px;}
.p2 { margin-bottom:18px;}
.p3 { margin-bottom:27px;}
.p4 { margin-bottom:36px;}


/*----- txt, links, lines, titles -----*/
a {
	color:#cbcaca; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-size:36px;
	line-height:1.2em;
	font-weight:normal;
	color:#fff;
	text-transform:none;
	margin-bottom:18px;
}
	h1 span {
		display:block;
		margin-top:-6px;
	}
h2 {
	font-size:30px;
	line-height:1.2em;
	color:#fff;
	text-transform:none;
	font-weight:normal;
	padding:5px 0 0 0;
	margin-bottom:46px;
}
h3 {
	font-size:27px;
	line-height:1.2em;
	color:#fff;
	text-transform:none;
	font-weight:normal;
	position:relative;
	padding:0 0 25px 32px;
}
	h3 img {
		position:absolute;
		left:-8px;
		top:0;
	}
h6 {
	font-size:1em;
	font-weight:normal;
	color:#cbcaca;
}


.link1 { 
	display:block;
	float:right;
	background:url(../images/link1-bg.gif) left top repeat-x; 
	color:#ccc; 
	text-decoration:none;
}
.link1:hover { 
	text-decoration:underline;
	color:#fff;
}
	.link1 em {
		display:block;
		background:url(../images/link1-left.gif) no-repeat left top;
	}
	.link1 b { 
		display:block;
		background:url(../images/link1-right.gif) no-repeat right top; 
		line-height:27px;
		padding:0 9px;
		font-weight:normal;
		font-style:normal;
	}
	

.line-ver, .line-ver1 { 
	background-image:url(../images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}


/*==================boxes====================*/
.box {
	background:#0c0c0c;
	width:100%;
}
	.box .border-top {
		background:url(../images/border-top.gif) repeat-x left top;
	}
	.box .left-top-corner {
		background:url(../images/left-top-corner.gif) no-repeat left top;
	}
	.box .right-top-corner {
		background:url(../images/right-top-corner.gif) no-repeat right top;
	}
	.box .left-bot-corner {
		background:url(../images/left-bot-corner.gif) no-repeat left bottom;
		width:100%;
		}
	.box .right-bot-corner {
		background:url(../images/right-bot-corner.gif) no-repeat right bottom;
		}
	.box .inner { 
		padding:12px 15px 17px 17px;
	}
		.box h3 {
			font-size:22px;
			padding:0 0 0 26px;
			margin-bottom:15px;
		}
			.box h3 img {
				top:5px;
				left:0;
			}
		
		
		.box .link1 {
			background:url(../images/link1-bg-alt.gif) 0 0 repeat-x;
		}
			.box .link1 em {
				background:url(../images/link1-left-alt.gif) no-repeat 0 0;
			}
			.box .link1 b {
				background:url(../images/link1-right-alt.gif) no-repeat 100% 0;
			}


.address { 
	float:left;
}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:80px;
		}
		.address dd a {
			color:#5c5d5f;
		}


.departments { 
	margin-top:-18px;
}
	.departments dt {
		padding-top:18px;
	}
	.departments dd { 
		clear:both;
	}
		.departments dd span { 
			float:left;
			width:80px;
		}
		.departments dd a {
			color:#5c5d5f;
		}



/*===== header =====*/
header .logo {
	position:absolute;
	left:0;
	top:15px;
}
	header nav {
		position:absolute;
		right:0;
		top:263px;
	}
		header nav ul li {
			float:left;
			padding-left:2px;
		}
			header nav ul li a {
				float:left;
				background:url(../images/nav-bg1.png) no-repeat 0 0;
				text-align:center;
				color:#ccc;
				text-decoration:none;
				width:98px;
				height:36px;
				line-height:36px;
			}
			header nav ul li a:hover, header nav ul li a.current {
				background:url(../images/nav-bg2.png) no-repeat 0 0;
				color:#000;
			}
	header nav2 {
		position:absolute;
		right:0;
		top:300px;
	}
		header nav2 ul li {
			float:left;
			padding-left:2px;
		}
			header nav2 ul .bannerek a  {
				float:left;
				background:url(../images/partnerek-bg1.png) no-repeat 0 0;
				text-align:center;
				color:#ccc;
				text-decoration:none;
				width:698px;
				height:36px;
				line-height:36px;
				text-indent: -9999px;
			}
			header nav2 ul li a:hover, header nav2 ul li a.current {
				background:url(../images/partnerek-bg2.png) no-repeat 0 0;
				color:#000;
			}

/*===== content =====*/
#content .section {
	padding-bottom:30px;
}
#content .indent {
	padding-left:10px;
}
	.banners {
		background:url(../images/line-hor.gif) 0 100% repeat-x;
		padding-bottom:41px;
		margin-bottom:33px;
	}
		.banners ul {
			width:100%;
			overflow:hidden;
			margin-bottom: 10px;
		}
			.banners ul li {
				float:left;
				width:245px;
				height:245px;
				background:url(../images/banner-bg1.jpg) no-repeat 0 0;
				color:#8b8c8e;
				position:relative;
			}
				.banners ul li h3 {
					color:#fff;
				}
			.banners ul li:hover, .banners ul li:hover li {
				color:#fff;
			}
				.banners ul li:hover h3 {
					color:#000;
				}
				.banners ul li .inner {
					padding:21px 11px 0 28px;
				}
			.banners ul li.item1:hover {
				background:url(../images/banner-act1.jpg) no-repeat 0 0;
			}
			.banners ul li.item2:hover {
				background:url(../images/banner-act2.jpg) no-repeat 0 0;
			}
			.banners ul li.item3:hover {
				background:url(../images/banner-act3.jpg) no-repeat 0 0;
			}
			.banners ul li.item4:hover {
				background:url(../images/banner-act4.jpg) no-repeat 0 0;
			}
			.banners ul li.item5:hover {
				background:url(../images/banner-act5.jpg) no-repeat 0 0;
			}
			.banners ul li.item6:hover {
				background:url(../images/banner-act6.jpg) no-repeat 0 0;
			}
			.banners ul li.item7:hover {
				background:url(../images/banner-act7.jpg) no-repeat 0 0;
			}
			.banners ul li.item8:hover {
				background:url(../images/banner-act8.jpg) no-repeat 0 0;
			}
				
				.banners ul ul {
					width:auto;
				}
					.banners ul ul li {
						float:none;
						width:auto;
						height:auto;
						background:none;
						background:url(../images/bull-1.png) no-repeat 0 5px;
						padding:0 0 0 15px;
					}
						.banners .button {
							display:block;
							background:url(../images/button-bg.png) no-repeat 0 0;
							width:78px;
							height:27px;
							line-height:27px;
							color:#ccc;
							text-align:center;
							text-decoration:none;
							position:absolute;
							right:11px;
							bottom:12px;
						}
	
	
	.carousel-wrapper {
		margin:30px 0 0 0;
		background:url(../images/carousel-bg.gif) no-repeat 0 0;
		height:105px;
		width:980px;
		position:relative;
	}
		
		.carousel-box {
			padding:15px 0 0 0;
		}
		.carousel {
			margin-left:70px;
		}
		button.prev {
			position:absolute;
			left:0;
			top:47px;
			background:#fff;
			width:11px;
			height:10px;
			overflow:hidden;
			background:url(../images/prev.gif) no-repeat 0 0;
			border:none;
			cursor:pointer;
		}
		button.prev:hover {
			background-position:0 -10px;
		}
		button.next {
			position:absolute;
			right:0;
			top:47px;
			width:11px;
			height:10px;
			overflow:hidden;
			background:url(../images/next.gif) no-repeat 0 0;
			border:none;
			cursor:pointer;
		}
		button.next:hover {
			background-position:0 -10px;
		}
			.carousel ul li {
				padding-right:35px;
			}
	
	.list1 dt {
		background:url(../images/marker1.gif) no-repeat 0 1px;
		padding:0 0 6px 26px;
		font-size:1.1em;
		color:#cbcaca;
		font-weight:bold;
	}
	.list1 dd {
		padding-bottom:28px;
	}
	
	
	.list2 li {
		background:url(../images/arrow1.gif) no-repeat 0 4px;
		padding:0 0 8px 21px;
	}
		.list2 li a {
			color:#5c5d5f;
			text-decoration: none;
		}
		.list2 li a:hover {
			color:#cbcaca;
			text-decoration: none;
		}
	.list2 li.last {
		background:none;
	}
		.list2 li.last a {
			color:#cbcaca;
		}
	
	
	.list3 dt {
		color:#ccc;
		font-size:1.1em;
		padding-bottom:6px;
	}
	.list3 dd {
		padding-bottom:27px;
	}
	
	
	.list4 dt {
		padding:0 0 6px 0;
		font-size:1.1em;
		color:#cbcaca;
	}
	.list4 dd {
		padding-bottom:28px;
	}

/*===== footer =====*/
footer {

}
	.logo-small {
		float:left;
	}
	
	.contacts {
		float:right;
		width:256px;
	}
		.contacts a {
			color:#5c5d5f;
			text-decoration:none;
		}
		.contacts a:hover {
			color:#fff;
		}
		.contacts span {
			color:#cbcaca;
		}
	
	.social-services {
		float:right;
		width:207px;
		position:relative;
	}
		.social-services dt {
			padding-left:67px;
		}
		.social-services dd {
			position:absolute;
			left:0;
			top:0;
			width:67px;
		}
			.social-services dd img {
				margin-right:5px;
			}
			
	
	.carousel ul {
		width:980px;
	}


/*----- forms -----*/
#search-form {
	position:absolute;
	right:0;
	top:15px;
}
	#search-form fieldset {
		float:right;
		border:none;
		background:url(../images/input-bg.gif) no-repeat 0 2px;
	}
		#search-form input.text {
			width:138px;
			padding:2px 3px 2px 7px;
			margin-right:9px;
			background:none;
			border:none;
			color:#ccc;
			text-transform:uppercase;
		}
		#search-form input.submit {
			background:url(../images/submit.gif) no-repeat 0 0;
			width:57px;
			height:26px;
			border:none;
			color:#ccc;
			text-transform:uppercase;
			cursor:pointer;
		}


#newsletter-form fieldset {
	border:none;
}
	#newsletter-form label {
		display:block;
		height:31px;
		overflow:hidden;
		background:url(../images/newsletter-bg.gif) no-repeat 0 0;
	}
	#newsletter-form input.text {
		width:180px;
		padding:2px 0 2px 5px;
		background:none;
		border:none;
		color:#fff;
		text-transform:uppercase;
	}
		#newsletter-form .fleft {
			color:#4b4b4d;
			text-decoration:none;
			padding:4px 0 0 0;
		}
		#newsletter-form .fleft:hover {
			color:#fff;
			text-decoration:underline;
		}


#contacts-form fieldset {
	border:none;
}
	#contacts-form label {
		display:block;
		height:31px;
		overflow:hidden;
		background:url(../images/contact-input.gif) no-repeat 0 0;
	}
		#contacts-form input {
			width:180px;
			padding:2px 5px 2px 5px;
			background:none;
			border:none;
			color:#4b4b4d;
			text-transform:uppercase;
		}
		#contacts-form textarea {
			width:180px;
			padding:1px 5px 1px 5px;
			background:none;
			border:none;
			color:#4b4b4d;
			text-transform:uppercase;
			height:184px;
			overflow:auto;
		}
		#contacts-form .link1 {
			float:right;
			margin-left:10px;
		}
		#contacts-form .textarea-box {
			background:url(../images/textarea-bg.gif) no-repeat 0 0;
			margin-bottom:10px;
			overflow:hidden;
			height:189px;
		}


/*==========================================*/
