BODY {
	background-color : #FFFFFF;
	background-image : url(../../images/body_bg.jpg);
	background-repeat : repeat-x;
	background-position : top;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}


/* Első szintű menü */
#menuszint1 {
	background-image : url(../../images/menulevel1_bg.gif);
	background-repeat : no-repeat;
	display : block;
	height : 28px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #004074;
	vertical-align : middle;
	line-height : 28px;
	padding-left : 30px;
}
.menuszint1 {
	background-image : url(../../images/menulevel1_bg.gif);
	background-repeat : no-repeat;
	display : block;
	height : 28px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #004074;
	vertical-align : middle;
	line-height : 28px;
	padding-left : 30px;
}
.menuszint1 a:link, .menuszint1 a:visited { color : #004074; text-decoration : none;}
.menuszint1 a:hover { color : #CC0000; text-decoration : none;}
#menuszint1 A { color : #004074; text-decoration : none;}
#menuszint1 A:HOVER { color : #CC0000; text-decoration : none;}


/* Második szintű menü */
#menuszint2 {
	background-image : url(../../images/menulevel2_bg.gif);
	background-repeat : no-repeat;
	display : block;
	height : 25px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #004074;
	vertical-align : middle;
	line-height : 25px;
	padding-left : 30px;
}
#menuszint2 A { color : #FFFFFF; text-decoration : none;}
#menuszint2 A:HOVER { color : #FFCC00; text-decoration : none;}
.menuszint2 {
	background-image : url(../../images/menulevel2_bg.gif);
	background-repeat : no-repeat;
	display : block;
	height : 25px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #004074;
	vertical-align : middle;
	line-height : 25px;
	padding-left : 30px;
}
.menuszint2 a:link, .menuszint2 a:visited  { color : #FFFFFF; text-decoration : none;}
.menuszint2 a:hover { color : #FFCC00; text-decoration : none;}


/* Harmadik szintű menü */
#menuszint3 {
	background-image : url(../../images/menulevel3_bg.gif);
	background-repeat : no-repeat;
	display : block;
	height : 25px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #004074;
	vertical-align : middle;
	line-height : 25px;
	padding-left : 42px;
}
#menuszint3 A { color : #FFFFFF; text-decoration : none;}
#menuszint3 A:HOVER { color : #FFCC00; text-decoration : none;}
.menuszint3 {
	background-image : url(../../images/menulevel3_bg.gif);
	background-repeat : no-repeat;
	display : block;
	height : 25px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #004074;
	vertical-align : middle;
	line-height : 25px;
	padding-left : 42px;
}
.menuszint3 a:link, .menuszint3 a:visited  { color : #FFFFFF; text-decoration : none;}
.menuszint3 a:hover { color : #FFCC00; text-decoration : none;}
/* Felsőmenü formázása */
#felsomenu {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #004074;
	padding-left : 32px;
	vertical-align : middle;
	line-height : 20px;
}
#felsomenu A { color : #004074; text-decoration : underline;}
#felsomenu A:HOVER { color : #000000; text-decoration : none;}


/* Tartalmi rész formázása */
#tartalom H1 {
	font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13pt;
	font-weight : bold;
	color : #004074;
	text-transform : uppercase;
	margin-top : 0px;
         margin-bottom : 10px;
}
#tartalom H2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : #003F74;
	margin-top : 0px;
	margin-bottom : 5px;
}

#tartalom {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #003F74;
}
#tartalom table {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #003F74;
}
#tartalom UL {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #003F74;
}
#tartalom LI {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #003F74;
}

#tartalom HR {
	border: none 0;
         border-top: 1px dotted #004074;
         width: 100%;
         height: 1px;
}

#tartalom .inputszoveg {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #000000;
	background-color : #FFFFFF;
	border : 1px solid #004074;
	padding : 2px 2px 2px 2px;
}
#tartalom .inputgomb {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #004074;
	background-color : #FFE066;
	border : 1px solid #004074;
	padding : 2px 2px 2px 2px;
}
#tartalom A { color : #004074;	text-decoration : underline; }
#tartalom A:HOVER { color : #000000;	text-decoration : underline; }

/*Hirekblokk formázása*/
#hirekblokk H1 {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #000088;
	background-image : url(../../images/hirekblokk_h1.gif);
	background-repeat : no-repeat;
	text-align : center;
	height : 20px;
	vertical-align : middle;
	line-height : 20px;
	display : block;
}
#hirekblokk H2 {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #004074;
	background-image : url(../../images/hirekblokk_h2.gif);
	background-repeat : repeat-y;
	height : 20px;
	vertical-align : middle;
	line-height : 20px;
	display : block;
	padding-left : 14px;
	padding-right : 14px;
}
#hirekblokk  P{
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #004074;
	padding-left : 14px;
	padding-right : 14px;
	line-height : 14px;
}
#hirekblokk  UL {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #004074;
/*	margin-left : -5px;*/
	padding-right : 13px;
	line-height : 14px;
}
#hirekblokk LI {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #004074;
/*	margin-left : -5px;*/
	padding-right : 13px;
	line-height : 14px;
}
#hirekblokk A { color : #004074;	text-decoration : underline; }
#hirekblokk A:HOVER { color : #000000;	text-decoration : underline; }

/*Belső tábla stílusok*/
#kekkeret {
    border: 1px solid #000088;
    margin: 0;
    padding: 4px;
    background-color: #F5F8FA;
}


#vizsgagomb {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
         text-align : center;
	color : #004074;
	background-color : #FFE066;
	border : 1px solid #004074;
	padding : 2px 2px 2px 2px;
         display : block;
	height : 16px;
	width: 100px;
}

#vizsgagomb a {
         color : #004074;
         text-decoration: none;}
#vizsgagomb a:hover {
         color : #004074;
         text-decoration: none;}


/* Copyright szöveg formázása */
#copyright {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #0E5A98;
}
#copyright A { color : #0E5A98; text-decoration : none;}
#copyright A:HOVER { color : #0E5A98; text-decoration : underline;}



/* Path navigation formázása */
#pathnav {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #0E5A98;
}
#pathnav A { color : #0E5A98; text-decoration : none;}
#pathnav A:HOVER { color : #000000; text-decoration : none;}