/* matisz.css  (tartalomipar)  2010.12.03 */





/* -------------------- basic layout ---------------------*/



body, td { /* pageview and table-cells */

    font-size:   12px;

    font-family: Arial, Helvetica, Verdana;

    margin:0;

    padding:0; /* table-cells cannot be set here as it ruins the pageview */

    color:white;

}



.contenttable { /* tables ('table' elements) */

    /* Should fix table width (so as middle content cannot protrude

       at IE), but 'width' stretch smaller tables. IE6 doesn't know 

       about 'max-width' (which would be a solution).

    width: 99%; OR

    width: 616px;

    */

    color:white;

}



.contenttable p.bodytext {  /* table <p> remove in Mozilla & Firefox */

    margin:2px 3px 2px 3px; /* fix table-cells padding: top-right-bottom-left */

}



#top {          /* logo */

    background: url(/web/20161106121527im_/http://www.matisz.hu/fileadmin/template/matisz/img/top-bg.gif);

    height: 200px;

}



#banner {       /* banner OR header */

    /* dafault banner size: 468*60px */

    /* default banner upper-left position: left: 290px; top: 42px; */

    /* EYCI banner upper-left position: left: 720px; top: 42px; */

    /* eFestival'2009 fat banner upper-left position: left: 630px; top: 35px; */

    position: absolute;

    left:     290px;

    top:      42px;

    border:   0px solid gray; /* default: 2px solid gray; if no banner, or banner has border, set to 0px */

}



#footer {

    background: url(/web/20161106121527im_/http://www.matisz.hu/fileadmin/template/matisz/img/footer-bg.gif);

    height: 143px;

}



#bottom {

    background: url(/web/20161106121527im_/http://www.matisz.hu/fileadmin/template/matisz/img/bottom-bg.gif);

    height: 80px;

    /* padding-left: 252px; */

    color: gray;

}



#menucol {

    background: url(/web/20161106121527im_/http://www.matisz.hu/fileadmin/template/matisz/img/menucol-bottom-bg.gif);

    width: 252px;

}



#leftmenu {

    background: url(/web/20161106121527im_/http://www.matisz.hu/fileadmin/template/matisz/img/menucol-menu-bg.gif);

    padding-top: 2px;

    color: white;

}



#leftmenu-bottom {

    background: url(/web/20161106121527im_/http://www.matisz.hu/fileadmin/template/matisz/img/menucol-menu-bottom.gif);

    height: 35px;    

}



#logobox-title {

    margin-left: 5px;

    font-weight: bold;

    color: #024272; /* MATISZ dark-blue (MATISZ middle-blue:#015494) */

}



#contentcol {

    width: 640px;

    background: #015494;

}



#rightcol {

    background: url(/web/20161106121527im_/http://www.matisz.hu/fileadmin/template/matisz/img/rightcol-bottom-bg.gif);

    width: 114px;    

}



#rightmenu {

    background: url(/web/20161106121527im_/http://www.matisz.hu/fileadmin/template/matisz/img/rightcol-bg.gif);

}



#rightcol-bottom {

    background: url(/web/20161106121527im_/http://www.matisz.hu/fileadmin/template/matisz/img/rightcol-bottom.gif);

    height: 35px;

}



#rssreg {

    margin-left: 10px;

}





/*---------------------- left menu -----------------------*/



.rmenu {

    height: 25px;

}



.lmenu-1 {

    padding-left: 25px;

    height: 25px;

}



.lmenu-1 a {

    padding: 3px;

    color:white;

    display: block;

    border-top: 1px solid white;

    text-decoration: none;

    margin-right: 25px;

}



.lmenu-1 a:hover {

    color: #AAFA00; /* neon-green: #AAFA00 */

}



.lmenu-2 {

    background: url(/web/20161106121527im_/http://www.matisz.hu/fileadmin/template/matisz/img/lmenu2-bg.gif);

    height: 25px;

    padding-left: 50px;

}



.lmenu-2 a {

    color:white;

    display: block;

    text-decoration: none;	

    padding: 3px;

    padding-left: 5px;

    border-top: 1px solid white;

    margin-right: 25px;

}



.lmenu-2 a:hover {

    color: #AAFA00;

}



.lmenu-3 {

    background: url(/web/20161106121527im_/http://www.matisz.hu/fileadmin/template/matisz/img/lmenu3-bg.gif);

    height: 25px;

    padding-left: 75px;

}



.lmenu-3 a {

    color:white;

    display: block;

    text-decoration: none;	

    padding: 3px;

    padding-left: 5px;

    border-top: 1px solid white;

    margin-right: 25px;

}



.lmenu-3 a:hover {

    color: #AAFA00;

}



.lmenu-4 {

    background: url(/web/20161106121527im_/http://www.matisz.hu/fileadmin/template/matisz/img/lmenu4-bg.gif);

    height: 25px;

    padding-left: 100px;

}



.lmenu-4 a {

    color:white;

    display: block;

    text-decoration: none;	

    padding: 3px;

    padding-left: 5px;

    border-top: 1px solid white;

    margin-right: 25px;

}



.lmenu-4 a:hover {

    color: #AAFA00;

}



.lmenu-5 {

    background: url(/web/20161106121527im_/http://www.matisz.hu/fileadmin/template/matisz/img/lmenu5-bg.gif);

    height: 25px;

    padding-left: 125px;

}



.lmenu-5 a {

    color:white;

    display: block;

    text-decoration: none;

    padding: 3px;

    padding-left: 5px;

    border-top: 1px solid white;

    margin-right: 25px;

}



.lmenu-5 a:hover {

    color: #AAFA00;

}





/*-- highlight currently selected menuitem in left menu --*/



.lmenu-cur1 {

    padding-left: 25px;

    height: 25px;

    text-decoration:none;

    font-weight: bold;

}



.lmenu-cur1 a {

    padding: 3px;

    color: #AAFA00;

    display: block;

    border-top: 1px solid white;

    text-decoration: none;

    margin-right: 25px;

}



.lmenu-cur1 a:hover {

    text-decoration: underline;

}



.lmenu-cur2 {

    height: 25px;

    padding-left: 50px;

    background: url(/web/20161106121527im_/http://www.matisz.hu/fileadmin/template/matisz/img/lmenu2-bg.gif);

    font-weight: bold;

}



.lmenu-cur2 a {

    color: #AAFA00;

    display: block;

    text-decoration: none;	

    padding: 3px;

    padding-left: 5px;

    border-top: 1px solid white;

    margin-right: 25px;

}



.lmenu-cur2 a:hover {

    text-decoration: underline;

}



.lmenu-cur3 {

    height: 25px;

    padding-left: 75px;

    background: url(/web/20161106121527im_/http://www.matisz.hu/fileadmin/template/matisz/img/lmenu3-bg.gif);

    font-weight: bold;

}



.lmenu-cur3 a {

    color: #AAFA00;

    display: block;

    text-decoration: none;	

    padding: 3px;

    padding-left: 5px;

    border-top: 1px solid white;

    margin-right: 25px;

}



.lmenu-cur3 a:hover {

    text-decoration: underline;

}



.lmenu-cur4 {

    height: 25px;

    padding-left: 100px;

    background: url(/web/20161106121527im_/http://www.matisz.hu/fileadmin/template/matisz/img/lmenu4-bg.gif);

    font-weight: bold;

}



.lmenu-cur4 a {

    color: #AAFA00;

    display: block;

    text-decoration: none;	

    padding: 3px;

    padding-left: 5px;

    border-top: 1px solid white;

    margin-right: 25px;

}



.lmenu-cur4 a:hover {

    text-decoration: underline;

}



.lmenu-cur5 {

    height: 25px;

    padding-left: 125px;

    background: url(/web/20161106121527im_/http://www.matisz.hu/fileadmin/template/matisz/img/lmenu5-bg.gif);

    font-weight: bold;

}



.lmenu-cur5 a {

    color: #AAFA00;

    display: block;

    text-decoration: none;	

    padding: 3px;

    padding-left: 5px;

    border-top: 1px solid white;

    margin-right: 25px;

}



.lmenu-cur5 a:hover {

    text-decoration: underline;

}





/*----------------------- content ------------------------*/



#content {          /* texts */

    padding: 10px;

    color: white;

}



#content a {        /* links in texts */

    font-weight: bold;

    color: white;

}



.csc-header H1 {    /* header rows */

    font-weight: bold;

    font-size: 16px;

    color: #BBE53A; /* light-green */

}



h2 {                /* subheader rows */

    font-weight: bold;

    font-size: 14px;

    color: white;

}



/*---------------------- top menu ------------------------*/



#topmenu {

    margin-left: 250px;

}



a.topmenu-item {

    display: block;

    color: #024272; /* MATISZ dark-blue (MATISZ middle-blue:#015494) */

    float: left;

    padding-left: 20px;

    padding-right: 20px;

    height: 34px;

    background: url(/web/20161106121527im_/http://www.matisz.hu/fileadmin/template/matisz/img/topmenu-sep.gif);

    background-repeat: no-repeat;

    text-decoration: none;

    font-size: 16px;

    padding-top: 16px;

    font-weight: bold;

}



a.topmenu-item:hover {

	color: #FCFCFC; /* butter-color */

}



a.topmenu-item-last {

    display: block;

    float: left;

    height: 34px;

    width: 4px;

    background: url(/web/20161106121527im_/http://www.matisz.hu/fileadmin/template/matisz/img/topmenu-sep.gif);

    background-repeat: no-repeat;

    text-decoration: none;

    padding-top: 16px;

}





/*---------------------- foot menu -----------------------*/



#footmenu {

    margin-left: 250px;

    margin-top: 25px;

}



a.footmenu-item {

    display: block;

    color: black;

    float: left;

    width: 160px;

    text-decoration: none;

    font-size: 16px;

    text-align: center;

}



a.footmenu-item:hover {

	color: #015494; /* MATISZ middle-blue */

}





/*--------------------- header menu ----------------------*/



#headermenu {

    margin-top: 10px;

    margin-right: 120px;

    color: black;

    text-align: right;

    font-weight: bold;

}



#headermenu a {

    color: black;

    font-weight: bold;

    text-decoration: none;

}



#headermenu a:hover {

    color: #015494; /* MATISZ middle-blue */

}
/*
     FILE ARCHIVED ON 12:15:27 Nov 06, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:00:15 Sep 01, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 299.417
  exclusion.robots: 0.309
  exclusion.robots.policy: 0.299
  RedisCDXSource: 0.693
  esindex: 0.01
  LoadShardBlock: 260.966 (3)
  PetaboxLoader3.datanode: 327.898 (5)
  CDXLines.iter: 31.49 (3)
  load_resource: 185.415 (2)
  PetaboxLoader3.resolve: 62.356 (2)
*/