body {
text-align: center;
margin: 20px 0 0 0;
padding: 0;
background: #7A9F7A;
background-position: top center;
}

#container {
width: 800px;
margin-left: auto;
margin-right: auto;
margin-top: 0;
padding: 0;
text-align: center;
background: #FEFEB7;
border: 1px solid #15614A;
}

#fejlec {
text-align: left;
width: 100%;
height: 200px;
background: #15614A url("../images/fejlec-05.jpg") no-repeat;
margin: 0;
padding: 0;
}

#menu_container {
padding: 10px 0;
background:#15614A;
width: 100%;
height: 60px;
}


#content {
width:800px;
min-height: 380px;
background: #FEFEB7;
margin: 0;
padding: 0;
text-align: center;
}

#tartalom {
width: 680px;
float: right;
background: #F0E7C9 url("../images/tartalom-hatter.jpg") no-repeat;
background-position: 180px 130px;
color: #15614A;
}


#tartalom h1 {
text-align: center;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.3em;
line-height: 26px;
color: #0F2267;
padding: 20px 0 15px 0;
margin: 0;
}

#contentcolumn p {
padding: 0 25px;
font-family: Verdana, Arial, sans-serif;
font-size: 0.8em;
line-height: 24px;
color: #0F2267;
}

#alairas img {
float: left;
margin: 20px;
}


#alairas {
width: 400px;
margin: auto;

}

#tartalom p.alairas {
width:300px;
line-height: 18px;
text-indent: 0;
text-align: center;
float: right;
}


h3.elso  {
padding:20px 0 8px 0;
margin: 0 20px;
text-align: left;
color: #980618;
font-family: Verdana, Arial, sans-serif;
font-size: 1.2em;
font-weight: bold;
}


h3 a {
text-decoration:none;
color:  #980618;
font-weight: bold;
}

h1 span {
margin: 0;
padding: 0;
display:none;
}

.kiemeles {
font-weight: bold;
}

.zold {
color:  #124C4F;
}

.piros {
color: red;
font-weight: bold;
}
#tartalom_aloldal p.piros {
color: red;
font-weight: bold;


}
.dolt {
font-style: italic;
}

.clearer {
clear:both;
}

.alahuz {
text-decoration: underline;
}

#lablec {
height: 20px;
width: 800px;
background: #15614A;
}


.keretes {
width: 400px;
margin: auto;
border: 1px solid #15614A;
text-align: center;
}

#tartalom_aloldal h3 {
color: red;
margin: 15px 0 5px 30px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.2em;
text-align: center;
}


/*FELSŐ MENÜ
=============================================================

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop5.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {font-size:0.8em; text-align: center; width: 736px; margin: auto;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:2.5em; background:#15614A;}

/* style the sub-level lists */
.menu ul ul {width:8em;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:2.5em;line-height:2.5em;}

/* style the sub level list items */
.menu ul ul li {display:block;width:8em;height:auto; line-height:1em;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;float:left;height:100%;font-size:0.9em;
font-family: Verdana, Arial, sans-serif; font-weight: bold;
text-decoration:none;color:#D5E2C7;background:#4A8069;padding:0 1.1em 0 1.1em;
border-top:1px solid #779586;border-left:1px solid #779586; border-bottom:1px solid #779586;}

/*border-top:1px solid #000;border-left:1px solid #eee; border-right:1px solid #000;border-bottom:1px solid #C5CBAA;}*/


/*aktív főmenü világítson*/
.menu a.aktiv {
background: #6BA088;
}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#D5E2C7;
color:#085351;font-weight: normal; width:8em;height:100%;line-height:1em; padding:0.5em 1em;
border-top: 0; border-right:1px solid #C5CBAA;border-bottom:1px solid #C5CBAA;border-left:1px solid #C5CBAA;}
* html .menu ul ul a, * html .menu ul ul a:visited  {width:8em; w\idth:8em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:1px; top:0; width:0; height:0; font-size:1em; z-index:-1;}


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#93C4A4;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#c4ceac;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#93C4A4;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#c4ceac;}

/* style the level hovers */
/* first */
* html .menu a:hover {color:#D5E2C7;background:#6BA088; position:relative; z-index:100;}
.menu li:hover {position:relative;}
.menu :hover > a {color:#F8FCDB;background:#6BA088;}
/* second */
* html .menu ul ul a:hover{color:#085351;background:#F8FCDB; position:relative; z-index:110;}
.menu ul ul li:hover {position:relative;}
.menu ul ul :hover > a {color:#085351;background:#F8FCDB;}
/* third */
* html .menu ul ul ul a:hover {background:#F8FCDB; position:relative; z-index:120;}
.menu ul ul ul :hover > a {background:#F8FCDB;}
/* fourth */
.menu ul ul ul ul a:hover {background:#d4debc; position:relative; z-index:130;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:2.5em;left:0;width:8em;}

/* position the third level flyout menu */
.menu ul ul ul{left:8em;top:0;width:8em;}


/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}







/*ALOLDALAK
=============================================================*/
#fejlec_aloldal {
background: #E9F2B6;
width: 800px;
height: 110px;
text-align: left;
margin: 0;
padding: 0;
}

#fejlec_aloldal h1 {
margin: 0;
padding: 0;
}

#fejlec_aloldal img {
border: 0;
}

.logo_japan a em{
top: 16px;
left: 20px;
position: absolute;
display: block;
height: 80px;
width: 80px;
cursor: pointer;
}
.logo_japan a {
margin-left: 20px;
position: absolute;
display: block;
height: 0;
width: 0;
}


.image_holder a em{
position: relative;
display: block;
height: 55px;
width: 165px;
cursor: pointer;
}
.image_holder a {
top: 30px;
left: 620px;
position: absolute;
display: block;
height: 0;
width: 0;
}

#japanszak_cimsor {
position: absolute;
background: url("../images/cimsor.gif") no-repeat;
width: 800px;
height: 104px;
background-position: center center;
}


#felso_menu_aloldal {
width: 800px;
height: 36px;
background: #0F2267;
padding: 8px 0 0 0;
margin: 0;
text-align: left;
}

#tartalom_aloldal {
width: 800px;
min-height: 550px;
background: #FEFEB7;
color: #0F2267;
text-align: left;
font-size: 1em;
}

#tartalom_aloldal h1 {
text-align: center;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 18px;
color: #0F2267;
padding: 40px 0 20px 0;
margin: 0;
}
#tartalom_aloldal h2 {
text-align: center;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 14px;
color: #0F2267;
padding: 10px 0 10px 0;
margin: 0;
}


#tartalom_aloldal h4 {
text-align: left;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 14px;
color: #0F2267;
padding : 20px 0 0 30px;
margin: 0;

}

#tartalom_aloldal h5 {
text-align: left;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-style: italic;
font-size: 12px;
font-weight: normal;
color: #0F2267;
padding : 20px 0 0 30px;
margin: 0;

}

#tartalom_aloldal p {
	font-family: Verdana, Arial, sans-serif;
font-size: 0.7em;
	line-height: 18px;
	color: #0F2267;
	text-align: justify;
	margin: 5px 55px;
}

#tartalom_aloldal img {
	float: right;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#tartalom_aloldal p.alairas {
width: 150px;
text-indent: 0;
text-align: center;
margin-left: 500px; 
font-weight: bold;
}
/*
#tartalom_aloldal a, #tartalom_aloldal a:visited {
color: #0F2267;
}

#tartalom_aloldal a:hover {
color: #7A9F7A;
text-decoration: none;
}
*/


#tartalom_aloldal table.ba, #tartalom_aloldal tr, #tartalom_aloldal td  {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
line-height: 18px;
color: #0F2267;
border-collapse: collapse;
border:1px solid #0F2267;
margin: auto;
}

#tartalom_aloldal .ba {
text-align: left;
margin-right: 130px;
}

#tartalom_aloldal p.jobb {
width: 230px;
margin: -80px 30px 10px 500px;
padding: 15px;
background: #1967A0;
color: white;
}

#reg_box {
text-align: center;
float: right;
top:10px;
width: 120px;
height: 200px;
margin-right: 45px;
margin-top: 10px;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
color: black;
}

#bal_blokk {

width: 600px;
float: left;
}




#japanszak {
text-align: center;
width: 680px;
height: 92px;
background: url("../images/japanszak.gif") no-repeat;
background-position: 110px center;
padding: 20px 0 0 0;
margin: 0;
}



#valaszto {
width: 800px;
height: 20px;
background: #0F2267;
}


#tartalom_aloldal .kozep {
width: 800px;
margin: -2px 0 0 0;
text-align: center;
}

#tartalom_aloldal .vissza a  {
text-align: left;
font-weight: bold;
color: #980618;
margin-top: 20px;
}



#impresszum {
text-align: center;
font-weight: normal;
font-family: Verdana, Arial, sans-serif;
font-size: 9px;
margin: 0 0 40px 0;
color:  #FCD815;
}

#impresszum a {
text-decoration:underline;
color:  #FCD815;
font-weight: bold;
}
#impresszum a:hover {
color: #FF6600;
text-decoration: none;
}


/*BAL OLDALI menüsáv
================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout5.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.balmenu {
position:relative;
z-index:1000;
font-size:10px;
margin:0; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.balmenu ul {
padding:0;
margin:0;
list-style-type:none;
position:relative;
}

* html .balmenu li {margin-left:-16px; margin-lef\t:0;}
/* get rid of the table */
.balmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
.balmenu a, .balmenu a:visited {
text-align: left;
display:block; 
text-decoration:none;
height:28px;
line-height:28px;
width:176px;
color:#522A1C;
font-family: Verdana, Arial, sans-serif;
font-weight: bold;
font-size:11px;
text-indent:7px;
background:#C4DAB9;
border-bottom: 1px solid #93C4A4;
}
/* style the link hover */
* html .balmenu a:hover {color:#fff; background:#999;}

.balmenu :hover > a {
color:#F6F7B4; 
background:#93C4A4;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.balmenu ul ul {
visibility:hidden;
position:absolute;
top:-1px;
left:100px;
}

/* make the second level visible when hover on first level list OR link */
.balmenu ul li:hover ul,
.balmenu ul a:hover ul {
visibility:visible;
border: 1px solid #93C4A4;
background:#D5E2C7;
}


.balmenu ul ul a:hover {
background: #F8FCDB;
color: #70A082;
}

/* keep the third level hidden when you hover on first level list OR link */
.balmenu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.balmenu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.balmenu ul :hover ul :hover ul{ 
visibility:visible;
background:#ded;
}
/* make the fourth level visible when you hover over third level list OR link */
.balmenu ul :hover ul :hover ul :hover ul { 
visibility:visible;
background:#edd;
}
.balmenu ul.top1 {top:10px;}
.balmenu ul.top3 {top:66px;}
.balmenu ul.top4 {top:80px;}
.balmenu ul.top5 {top:110px;}
.balmenu ul.top6 {top:129px;}
.balmenu ul.top7 {top:155px;}
.balmenu ul.top8 {top:182px;}


