@charset "utf-8";
/* CSS Document */



body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9a9a9a;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	outline:none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	outline:none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	outline:none;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	outline:none;
}


.main {
margin:0 auto;
width:100%;
}


.main_content {
margin:0 auto;
overflow:hidden;
width:1000px;
background-image:url("design_images/site_bg.jpg");
background-position:center top;
background-repeat:no-repeat;
}

.header {
margin:0 auto;
width:934px;
height:70px;
overflow:hidden;
border-bottom:2px dotted #7d7d7d;
margin-bottom:10px;
position: relative;
}

.langswitch {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 16px;
}
	.langitem {
		margin-right: 6px;
	}
	.icon {
		width: 16px;
		height: 11px;
		display: inline-block;
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	.hu {
		background-image: url('images/hu.png');
	}
	.en {
		background-image: url('images/gb.png');
	}

.header_logo{
	width:200px;
	font-size:18px;
	text-transform:uppercase;
	float:left;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:15px;
	border-right:2px dotted #7d7d7d;
	padding-left:10px;
	}
	
.logo_white{
	color:#FFFFFF;
	display:inline;
	}
	
.logo_www{
	font-size:9px;
	letter-spacing:2px;
	font-weight:normal;
	}

.header_adress{
	width:200px;
	font-size:11px;
	line-height:13px;
	text-transform:uppercase;
	float:left;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:55px;
	}
	
.header_adress span{
	color:#FFFFFF;
	}
	
.content {
	height:500px;
	margin-bottom:10px;
	overflow:hidden;
}
	
.content_left{
	width:335px;
	float:left;
	margin-left:40px;
	border-right:2px dotted #7d7d7d;
	margin-bottom:10px;
	margin-top:10px;
	height:480px;
	}
	
.content_headline{
	color:#FFFFFF;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:2px dotted #7d7d7d;
	width:300px;
	margin-bottom:10px;
	}
	
.content_text{
	font-size:13px;
	line-height:17px;
	width:300px;
	}
	
#pane1 {
	height: 440px;
}

	
.content_right{
	float:right;
	margin-right:40px;
	text-align:right;
	}
	
.content_right_eng {
	text-transform:uppercase;
	font-size:10px;
	}
	
.content_right_hun {
	text-transform:uppercase;
	margin-top:455px;
	font-size:10px;
	}


.menu{
	clear:both;
	margin:0 auto;
	width:934px;
	border-top:2px dotted #7d7d7d;
	margin-top:10px;
	padding-top:10px;
	margin-bottom:10px;
	overflow:hidden;
	}

.menu_item1,
.menu_item2,
.menu_item3,
.menu_item4,
.menu_item5,
.menu_item6,
.menu_item7 {
	background-position:center top;
	background-repeat:no-repeat;
	width:129px;
	height:119px;
	margin-right:5px;
	float:left;
	}
	
.menu_item7 {
	margin-right: 0;
}

.menu_item1 {
	background-image:url("design_images/m1_1.jpg");
}
	.menu_item1.active {
		background-image:url("design_images/m1_2.jpg");
	}

.menu_item2 {
	background-image:url("design_images/m2_1.jpg");
}
	.menu_item2.active {
		background-image:url("design_images/m2_2.jpg");
	}

.menu_item3 {
	background-image:url("design_images/m3_1.jpg");
}
	.menu_item3.active {
		background-image:url("design_images/m3_2.jpg");
	}

.menu_item4 {
	background-image:url("design_images/m4_1.jpg");
}
	.menu_item4.active {
		background-image:url("design_images/m4_2.jpg");
	}

.menu_item5 {
	background-image:url("design_images/m5_1.jpg");
}
	.menu_item5.active {
		background-image:url("design_images/m5_2.jpg");
	}

.menu_item6 {
	background-image:url("design_images/m6_1.jpg");
}
	.menu_item6.active {
		background-image:url("design_images/m6_2.jpg");
	}

.menu_item7 {
	background-image:url("design_images/m7_1.jpg");
}
	.menu_item7.active {
		background-image:url("design_images/m7_2.jpg");
	}



.footer{
	clear:both;
	text-align:center;
	margin:0 auto;
	width:934px;
	height:30px;
	overflow:hidden;
	border-top:2px dotted #7d7d7d;
	margin-top:10px;
	padding-top:10px;
	text-transform:uppercase;
	font-size:10px;
	padding-bottom:10px;
	}


div a img {
	opacity:0.0;
	filter:alpha(opacity=0);
	}










.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	outline:none;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #262626;
	opacity:0.75;
	filter:alpha(opacity=75);
	
}
.jScrollPaneDrag {
	position: absolute;
	background: #2d2c2c;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

