body{
	background-color:#fff;
	overflow: hidden;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

@font-face{
	font-family: myFirstFont;
	src: url('microgrammaextotmedium.ttf'),
     	 url('microgrammaextotmedium.otf') format("opentype");
}

#text{
	font-family:myFirstFont;
	font-size:72px;
	color:#FFF;
	width:500px;
	left:3%;
	bottom:0%;
	position:fixed;
	z-index:2;
}
#csik{
	background-image:url(menubg.png);
	width:100%;
	height:100px;
	position: fixed;
	top:15px;
	z-index:2;
}
#menu{
	width:100%;
	left:44%;
	top:55px;
	background-attachment: fixed;
	position: fixed;
	z-index:3;
}
#nav{
	width:600px;
	display: block;
	float:left;
	list-style-type:none;
	position:absolute;
	z-index:4;
}
#nav li{
	font-size:21px;
}
#logo{
	width:198px;
	height:83px;
	top:20px;
	left:50px;
	position: fixed;
	z-index:3;
}
a{
    color:#000;
	font-family:myFirstFont;
	font-size:16px;
	padding:5px 10px 5px 10px;
    text-decoration:none;
	list-style-type:none;
	clear:none;
	float:left;
}
ul a:hover{
    text-decoration:none;
	background-color:#fff;
	padding:5px 10px 5px 10px;
	border:0px;
	border-radius:5px;
	-moz-border-radius:5px;
	color:#000;
}
img{
	border:0;
}
#ddlogo{
	width:145px;
	height:25px;
	margin:0;
    padding:0;
	right:1%;
	bottom:2%;
	position:fixed;
}
.section{	
    margin:0px;
    bottom:0px;
    width:900px;
    float:left;
	height:388px;

}
#section0{
	height:388px;
    margin:0px;
	width:900px;
	top:0px;
	position:absolute;	
    float:left;
	z-index:1;
}
#section1{
	height:388px;
    margin:0px;
	width:900px;
	top:0px;
	position:absolute;
	left:2500px;
    float:left;
	z-index:1;
}
#section2{
	height:388px;
	margin:0px;
    width:900px;
	top:0px;
	position:absolute;
	left:5000px;
    float:left;
	z-index:1;
}
#section3{
	height:388px;
    margin:0px;
    width:900px;
	position:absolute;
	top:0px;
	left:7500px;
    float:left;
	z-index:1;
}
#section4{
	height:388px;
    margin:0px;
    width:900px;
	position:absolute;
	top:0px;
	left:10000px;
    float:left;
	z-index:1;
}
#section5{
	height:388px;
    margin:0px;
    width:100%;
	position:absolute;
	top:0px;
	left:12500px;
    float:left;
	z-index:1;
}


table{
	font-family:myFirstFont;
	background-image: url(text_bg.png);
	color:#FFF;
	font-size:14px;
	border:0px;
	border-radius:15px;
	-moz-border-radius:15px;
}
h1{
	color:#dddcdd;
	padding:5px;
}

#ceg{
	list-style-type:none;
	clear:none;
	float:left;
}
#szolg{
	list-style-type:none;
	clear:none;
	float:left;
}
#term{
	list-style-type:none;
	clear:none;
	float:left;
}
#part{
	list-style-type:none;
	clear:none;
	float:left;
}
#kapc{
	list-style-type:none;
	clear:none;
	float:left;
}