/* initializalas
-------------------------------------------------------------------------*/
/* alap beallitasok, margin-ok es padding-ok nullazasa */
/* heading es egyeb formazasok, melyek mas alapertelmezett margokkal birnak az egyes bongeszokben */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, address {margin: 0px; padding: 0px; }
/* a linkek kez alakot kapjanak mindenhol */
form label {cursor: pointer; }
address {font-style: normal; }
/* a linkek alapertelmezett alahuzasat szunteti meg */
:link,:visited { text-decoration: none;  }
/* linkelt kepek keretezesenek megszuntetese */
a img,:link img,:visited img {border: none; }
/* float-olt elemek utan hasznalatos clear */
div.clear, span.clear {clear: both; font-size: 0px; }

body {
background-color:#000000;
font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size:95%;
background-image:url(images/bg.png);
background-position:top center;
background-repeat:no-repeat;
background-attachment:fixed;
}
.head{
width:100%;
height:150px;
background-image:url(images/bg-head.png);
background-repeat:repeat-x;
}
.head_center{
width:1000px;
height:150px;
margin:0 auto;
background-image:url(images/bg-logo.png);
background-repeat:no-repeat;
}
.menu{
font-size:110%;
font-weight: bold;
width: 100%;
padding-top:70px;
}
.menu ul{
padding: 6px 40px 7px 0;
margin: 0;
text-align: right;
}
.menu ul li{
display: inline;
}
.menu ul li a{
color: #333333;
padding: 6px 3px 4px 2px;
margin-right: 20px;
text-decoration: none;
border-bottom: 3px solid #888888;
}
.menu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #7E3D01;
border-top: 5px solid #444444;
}
.tartalom{
width:1000px;
margin:0 auto;
}
.box {
width:980px;
margin:15px 0 0 10px;
padding:12px 0;
border:3px solid #777777;
border-bottom:3px solid #666666;
border-top:3px solid #888888;
background-color:#FFFFFF;
filter:alpha(opacity=60);
opacity: 0.6;
-moz-opacity:0.6;
}
.box p, .box img, .boxok p, .boxok img{
margin:10px;
}
.box h1{
margin:10px 0 15px 20px;
font-size:120%;
color:#666666;
}
.box h2{
margin:20px 10px 10px 10px;
color:#333333;
font-size:108%;
}
.czeg{
text-align:right;
}
.czeg a{
text-decoration:underline;
color:#660000;
}
.box ul{
margin:15px 0 10px 30px;
}
.box li{
margin-bottom:5px;
}
#left_box{
float:left;
width:700px;
}
.boxok{
margin:15px 0 0 10px;
padding:12px 0;
border:3px solid #777777;
border-bottom:3px solid #666666;
border-top:3px solid #888888;
background-color:#FFFFFF;
filter:alpha(opacity=60);
opacity: 0.6;
-moz-opacity:0.6;
}
.box2 {
float:left;
width:260px;
margin:15px 0 0 10px;
padding:17px 0;
border:2px solid #777777;
border-bottom:2px solid #666666;
border-top:2px solid #888888;
background-color:#000000;
color:#FFFFFF;
filter:alpha(opacity=60);
opacity: 0.6;
-moz-opacity:0.6;
}
.box2 h2{
text-align:center;
font-size:110%;
color:#666666;
padding-bottom:20px;
}
.box2 img{
float:left;
margin:5px;
}
.box2 p{
margin:15px 5px;
font-size:80%;
}
.box2 a{
color:#999999;
}
.box2 a:hover{
color:#FFFFFF;
}
.box2 hr{
width:80%;
border:0;
color:#222222;
background-color:#222222;
height:1px;
}
.feltoltve{
text-align:right;
font-size:75%;
padding-bottom:40px;
}
#film{
margin:20px 0 20px 90px;
}
.kisleft{
width:33%;
height:80px;
float:left;
}
.kisleft2{
width:50%;
float:left;
}
.video, .videok{
padding:10px 0 40px 70px;
background-image:url(images/video.png);
background-repeat:no-repeat;
}
.video a, .videok a{
color:#000000;
}
.videok{
background-image:url(images/videok.png);
}
.video a:hover, .videok a:hover{
color:#555555;
text-decoration:underline;
}
.footer{
width:100%;
text-align:center;
padding:15px 0;
color:#333333;
}
.footer a{
color:#333333;
}
.footer a:hover{
color:#666666;
}
.emil{
float:right;
margin-right:40px;
font-size:110%;
color:#777777;
}
.emil a{
color:#888888;
}
.emil a:hover{
color:#999999;
}
