  <style type="text/css" media="screen">
  * {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  body, html {
	  color: black;
    font-family: Arial, sans-serif;
    font-size: 12pt;
	  align: left;
    text-align: left;
    caret-color: transparent; /* villogó kurzor eltűntetése */
  }

  video { cursor: pointer; }

  #ToTop_Btn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #E8E8E8; /* Set a background color */
    color: black; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 20px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 20px; /* Increase font size */
  }

  #ToTop_Btn:hover {
    background-color: #A9A9A9; /* Add a dark-grey background on hover */
  }


  a:visited {
    color: #551A8B;
  }
  a:hover {
    color: #617DDF;
  }

  /* < per style> */
  /* DROPDOWN MENU */

	.dropdown-content {
  	display: none;
  	position: absolute;
    top: 48px; /* 48PX zene lejátszó nélkül */
    left: 0px;
  	background-color: #436f4d;<!-- #0daf63; -->
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	z-index: 200;
    width: 400px;
	}

  .dropdown-content-5 {
    margin-left: 400px;
    margin-top: -48px;
    display: none;
    position: absolute;
    background-color: #436f4d;<!-- #0daf63; -->
    box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.8);
    z-index: 200;
  }

	.dropdown-content a {
		color: #ffffff;
		padding: 10px 0px 10px 5px; <!-- szeles <a> főmenü -->
		text-decoration: none;
		display: block;
	}

  .dropdown-content-5 a {
    padding: 10px 10px 10px 5px;
    text-decoration: none;
  }

  .dropdown-content a:hover {color: #436f4d;<!-- #0daf63; -->; background-color: #ffffff; font-weight: bold;}
  .dropdown-content-5 a:hover {color: #436f4d;<!-- #0daf63; -->; background-color: #ffffff; }

  .dropdown:hover .dropdown-content {display: block;}
  .dropdown-5:hover .dropdown-content-5 {display: block;}

</style>
