html { background-color:transparent; }
body {
	background:url('/files/img/bg.jpg') no-repeat center top #000;
	text-decoration:none;
	border: 0;
	color: #ffffff;
	margin: 0;
	overflow-y: scroll;
}

img {
	border: 0;
}

a {
	text-decoration:none;
	cursor: hand;
	border: 0;
	color: #ffffff;
}

a:focus, a:hover, a:active { outline:none; text-decoration:none; border: 0;}

:focus { outline: 0; }

#navigation {
	width:auto;
	height:418px;
	float: right;
	left: -50%;
	position: relative;
	margin-topx:245px;
}

#navigation ul {
	float: left;
	left: 50%;
	position: relative;
}


#navigation ul li {
	float:left;
	height:418px;
	position:relative;
	z-index:1;
	margin: 0px;
	margin-left:2px;
	z-index:10;
}
#navigation ul li.content { z-index:1; margin-left:-8px; }
#navigation ul li.menu { z-index:100; }
#navigation ul li#content01 { background:url('/files/img/content01_bg.png') no-repeat transparent; }
#navigation ul li#content02 { background:url('/files/img/content01_bg.png') no-repeat transparent; }
#navigation ul li#content03 { background:url('/files/img/content01_bg.png') no-repeat transparent; }
#navigation ul li#content04 { background:url('/files/img/content01_bg.png') no-repeat transparent; }
#navigation ul li#content05 { background:url('/files/img/content01_bg.png') no-repeat transparent; }

#szoveg {
	float:left;
	margin:10px;
	padding:5px;
	overflow:auto;
	z-index:11;
	background-image:url('/files/img/transp_bg.png');
	border-radius:15px;
	-moz-border-radius:15px;
	}


#menu01 a img{ background:url('/files/img/button01.png') no-repeat transparent; }
#menu01 a:hover img{ background:url('/files/img/button01_h.png') no-repeat transparent; }
#menu02 a img{ background:url('/files/img/button02.png') no-repeat transparent; }
#menu02 a:hover img{ background:url('/files/img/button02_h.png') no-repeat transparent; }
#menu03 a img{ background:url('/files/img/button03.png') no-repeat transparent; }
#menu03 a:hover img{ background:url('/files/img/button03_h.png') no-repeat transparent; }
#menu04 a img{ background:url('/files/img/button04.png') no-repeat transparent; }
#menu04 a:hover img{ background:url('/files/img/button04_h.png') no-repeat transparent; }
#menu05 a img{ background:url('/files/img/button05.png') no-repeat transparent; }
#menu05 a:hover img{ background:url('/files/img/button05_h.png') no-repeat transparent; }

ul, li, p {
    list-style: none outside none;
	position:relative;
    margin: 0;
    padding: 0;
}

.clear { clear:both; height:0; }

.jspDrag{
	background-color:#aba09e;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.jspVerticalBar {
	width:10px;
}

.scroll-pane{
	width: 640px;
	height: 378px;
	overflow: hidden;
	padding: 0px;
}

.jspHorizontalBar, .jspVerticalBar, .jspTrack {
    background: none repeat scroll 0 0 transparent;
}