.kedvenc {
}
.kedvenc a {
 color:#006699;
 text-decoration:none;
}
.kedvenc a:hover {
 color:#006699;
 text-decoration:underline;
}
.reglayerbez {
}
.reglayerbez a {
 color:white;
 text-decoration:none;
}
.reglayerbez a:hover {
 color:white;
 text-decoration:underline;
}
#topcontent {
 z-index:101;
 background-color:white;
 top:10px;
 left:10px;
 display:none;
 position: absolute;
}
#layer {
 top:0;
 left:0;
 z-index:100;
 background-color:#000;
 opacity:0;
 -moz-opacity: 0;
 filter: alpha(opacity=0);

 display:none;
 position: absolute;
 width:100%;
 height:100%;
 background-color:black;
}


@media screen
  {
  body>div#topcontent
    {
    position: fixed;
    }
  body>div#layer
    {
    position: fixed;
    }
  }
