* { 
margin: 0;
padding: 0;
border: 0;
}

body {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    font-size: 11px;
    line-height: 1.5;
    background: #106399 url(../images/bg_body.gif) repeat-x top left;
}

a:link, a:visited {
    text-decoration: none;
    color: #106399;
}


/* ------------------------------------------- */

div#oldal {
    margin: 10px;
    width: 950px;
    background-color: #fff;
}

/* --- FEJLÉC -------------------------------- */

div#fejlec {
    width: 100%;
    height: 150px; 
    background-color: #08324d;       //--08324d  
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    text-align: center;
}

    div#fejlec h1 {
        margin: 5px auto;
        font-size: 42px;
        text-transform: uppercase;
        letter-spacing: -2px;
        color: #fff;
		
		width: 391px;
		height: 50px;
		background: url(../images/heads/title1.gif) no-repeat top left;
		text-indent: -9999px;
    }

    div#fejlec h2 {
        margin: 0 auto;
        font-size: 18px;

		width: 329px;
		height: 26px;
		background: url(../images/heads/title2.gif) no-repeat top left;
		text-indent: -9999px;
    }

/* --- KÖZÉP ---------------------------------  */

div#kozep {
    padding-top: 1em;
    border-top: 2px solid #fff;
    width: 100%;
   background: #fff url(../images/bg_kozep.gif) top left repeat-x;
    color: #08324d;
}

/* --- BAL PANEL ----------------------------- */

div#bal_panel {
    padding: 3px;
    width: 190px;
    float: left;
}

ul#menu {
    list-style-type: none;
}

    * html ul#menu li {	border-bottom: 1px solid #ffffff; }
	
    ul#menu li a {
        padding: 4px;
        border-top: 1px solid #59a9dd;
        border-bottom: 1px solid #08324d;
        display: block;
        background-color: #106399;
        color: #fff;
    }

    ul#menu li a:hover {
        border-bottom: 1px solid #1584cc;
        background-color: #1584cc;
    }
	
	ul#menu2 {
    list-style-type: none;
}

    * html ul#menu2 li {	border-bottom: 1px solid #ffffff; }
	
    ul#menu2 li a {
        padding: 4px;
        border-top: 1px solid #59a9dd;
        border-bottom: 1px solid #08324d;
        display: block;
        background-color: #164b6e;
        color: #fff;
    }

    ul#menu2 li a:hover {
        border-bottom: 1px solid #1584cc;
        background-color: #1584cc;
    }

/* --- JOBB PANEL ---------------------------- */

div#jobb_panel {
    margin-left: 200px;
    padding: 6px;
    width: 734px;
}

div#jobb_panel h1 {
	font-size: 160%;
	padding-bottom: .5em;
	text-align: center;
}

div#jobb_panel h2 {
	font-size: 120%;
	padding-top: .5em;
	padding-bottom: .5em;
	text-align: left;
}

div.hir {
	width: 734px;
    margin-bottom: 2em;
    color: #106399;  //betű színe
}

    div.hir h3 {
		padding: 2px 8px;
        border-bottom: 2px solid #ffffff;
        font-family: Georgia, Utopia, serif;
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
		background: url(../images/bg_hir_h3.gif) no-repeat top center;
    }
	
    div.hir h3 a, div.hir h3 a:visited {
        color: #ffffff;
    }
	
	    div.hir h3 a:hover {
	        text-decoration: underline; 
	    }
	

    div.hir p {
		padding: 2px 8px;
		background: url(../images/bg_hir.gif) no-repeat bottom center;
	}
	
    div.hir p a {
        color: #1584cc;
        font-weight: bold;
    }

        div.hir p a:hover {
            text-decoration: underline; 
        }
		
div#jobb_panel div#navigator ul {
	display: block;
	width: 100%;
	height: 2em;
	list-style-type: none;
	border-bottom: 1px solid #777c80;
}

	div#navigator li {
		display: block;
		float: left;
		margin: 1px .5em;
		border: 1px solid #777c80;
	}
	* html div#navigator li {
		margin-bottom: -3px;
	}
	
	div#navigator li a {
		display: block;
		padding: 0 .5em;
		font-size: 120%;
		font-weight: bold;
		background: #e9f3fa;
	}

	div#navigator li a:hover {
		background: #ffffff;
	}
	
	div#navigator li.selected {
		border-bottom: 1px solid #ffffff;
	}
	
	div#navigator li.selected a {
		background: #ffffff;
	}

div#jobb_panel table.program {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
	table.program th {
		width: 70px;
		padding: 2px;
		font-weight: bold;
		text-align: left;
		vertical-align: top;
	}

	table.program td {
		padding: 2px;
		text-align: justify;
	}
	
	table.program img {
		float: right;
		padding-left: 1em;
		padding-top: 4px;
	}
	
	table.program tr.odd {
		background: #ffffff;
	}
	table.program tr.even {
		background: #e9f3fa;
	}
	table.program tr.activerow {
		cursor: default;
	}

div#jobb_panel table.resztvevok {
	width: 100%;
	border-spacing: 0;
}
	table.resztvevok th {
		text-align: center;
		border-bottom: 2px solid #08324d;
	}
	table.resztvevok th a {
		padding-right: 24px;
	    background: url(../images/sort_no.gif) bottom right no-repeat;
	}
	table.resztvevok th.asc a {
	    background: url(../images/sort_up.gif) bottom right no-repeat;
	}
	table.resztvevok th.des a {
	    background: url(../images/sort_dn.gif) bottom right no-repeat;
	}
	table.resztvevok tr.odd {
		background: #e9f3fa;
	}
	table.resztvevok tr.even {
		background: #ffffff;
	}
	table.resztvevok tr.activerow {
		background: #c8e2f4;
		cursor: default;
	}
	table.resztvevok td {
		padding-left: 3px;
	}

/* --- TARTALOM ------------------------------ */

div#tartalom {
    float: left;
}

	div#tartalom h1 {
		font-size: 140%;
		font-weight: bold;
		text-align: center;
		margin: 1em 0;
	}
	
	div#tartalom ul {
	    list-style-type: none;
	}

	div#tartalom li.toclevel1 {
		padding-left: 0em;
	}

	div#tartalom li.toclevel2 {
		padding-left: 1em;
	}

	div#tartalom li.toclevel3 {
		padding-left: 2em;
	}

	div#tartalom li.toclevel4 {
		padding-left: 3em;
	}

    div#tartalom li a:hover {
		text-decoration: underline;
    }

/* --- CIKK ---------------------------------- */

div#cikk {
    padding: 6px;
    width: 934px;
}

	div#cikk h1 {
		font-size: 140%;
		text-align: center;
		margin: 1em auto 0 auto;
	}

	div#cikk h2 {
		font-size: 120%;
		margin: 1em 0 .25em 0;
		text-align: left;
	}

	div#cikk h3 {
		font-size: 100%;
		margin: 1em 0 0 0;
		text-align: left;
	}

	div#cikk p {
		text-align: justify;
	}

	div#cikk ul, div#cikk ol {
		padding: .5em 0 .5em 2em;
	}
	
	div#cikk ul li {
		list-style-image: url(../images/cikk_bullet.gif);
		list-style-type: circle;
	}

	div#cikk table {
		width: 100%;
		padding: 1em 0;
	}

	div#cikk thead th {
		font-weight: bold;
		text-align: center;
		color: #ffffff;
		background: #08324d;
	}

	div#cikk tbody th {
		font-weight: bold;
		text-align: left;
		padding-left: .2em;
	}

	div#cikk tbody td {
		text-align: right;
		padding-right: .2em;
	}

	div#cikk tr.odd {
		background: #e0eff8;
	}

	div#cikk tr.even {
		background: #ffffff;
	}
		
/* --- EZ ÉRVÉNYES MINDENHOL ----------------- */



a.pdf {
	padding: 0 18px 3px 0;
	background: url(../images/icon_pdf.gif) no-repeat bottom right;
}

a.doc {
	padding: 0 18px 3px 0;
	background: url(../images/icon_doc.gif) no-repeat bottom right;
}

a.xls {
	padding: 0 18px 3px 0;
	background: url(../images/icon_xls.gif) no-repeat bottom right;
}

a.ppt {
	padding: 0 18px 3px 0;
	background: url(../images/icon_ppt.gif) no-repeat bottom right;
}

a.cdr {
	padding: 0 18px 3px 0;
	background: url(../images/icon_cdr.gif) no-repeat bottom right;
}

/* --- LÁBLÉC -------------------------------- */

div#lablec {
    padding: 6px 0;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    background-color: #106399;
    color: #fff;
    clear: both;
}

