         
body{
    margin:0; 
    background-image:url(../pictures/monochrome_low_poly_abstract_background_2101.jpg);
    font-size: large;
    background-size:cover;
    background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
    width: 100%;
	height: auto;
    font-family:Arial, Helvetica, sans-serif
}
.tartalom{
    background: rgba(69, 174, 240, 0.7);
	opacity: 1;
	margin: auto;
    margin-top: 70px;
	padding: 20px;
    width:60%;
	max-width: 60%;
    height: auto;
    border-radius:15px;
	box-shadow: 0 6px 15px #000000;
    margin-bottom: 120px;
}
.topnav {
    background-color: #333;
    overflow: hidden;
    top: 0px;
    width: 100%;
  }
.topnav a {
    color: #f2f2f2;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none;
    font-size: 20px;
    width: 10%;
}
.dropdown {
    float: right;
    overflow: hidden;
    width: 10%;
}
.dropdown .dropbtn {
    font-size: 20px;
    border: none;
    outline: none;
    color: white;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    width: 100%;
    text-align: center;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    float: none;
    color: black;
    padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    min-width: 100px;
}
.dropdown-content a:hover {
    background-color: #ddd;
}
.dropdown:hover .dropdown-content {
    display: block;
}
#kepindex{
    padding-top: 5px;
    padding-bottom: 5px;
}
a{
    float: left;
}
.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #ddd;
    color: black;
}
.topnav a.active {
    background-color: #04AA6D;
    color: silver;
}
.kep{
    height: 40px;
}
h1{
    text-align: center;
    margin-bottom: 20px;
    border-collapse: collapse;
    color:#f2f2f2;
    text-shadow: 3px 3px black;
}
footer{
    margin-top: 20px;
    background: rgba(63, 63, 63, 0.7);
	opacity: 1;
    font-size: small;
    position: fixed;
    bottom: 0px;
    width: 100%;
    color: rgb(230, 230, 230);
    text-shadow:1px 1px #000000;
}
.eler{
    margin-left: auto;
    margin-right: auto;
    border:2px;
    border-color:rgba(0, 0, 0, 1);
    font-size: small;
    text-align: left;
}
.eler td{
    padding-left: 15px;
    padding-right: 15px;
}
.elerkozep{
    text-align: center;
}
.flag{
    height: 16px;
}
.ezust{
    font-style: italic;
    text-align: center;
}
.arak{
    background: rgba(98, 98, 98, 0.7);
	opacity: 1;
	margin: auto;
    margin-top: 20px;
	padding: 20px;
    width: 90%;
	max-width: 90%;
    height: auto;
    border-radius:15px;
	box-shadow: 0 6px 15px #000000;
    margin-bottom: 20px;
    border-collapse: collapse;
    color:#f2f2f2;
    text-shadow: 0.5px 0.5px black;
}
.arak td{
    text-align: center;
}
h3{
    text-align: center;
}
tr.vonal td{
    border-bottom: 1px solid #f2f2f2;
}
.tartalom2{
    background: rgba(69, 174, 240, 0.7);
	opacity: 1;
	margin: auto;
    margin-top: 70px;
	padding: 20px;
    width:70%;
	max-width: 70%;
    height: auto;
    border-radius:15px;
	box-shadow: 0 6px 15px #000000;
    margin-bottom: 120px;
}
.flat{
    font-size: 12px;
    font-style: italic;
    margin-left: 10%;
}
.zaszlo{
    height: 30px;
}
.zaszlotabla{
    width: 90%;
	max-width: 90%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
}
.tartalom3{
    background: rgba(69, 174, 240, 0.7);
	opacity: 1;
	margin: auto;
    margin-top: 10%;
	padding: 20px;
    width:60%;
	max-width: 60%;
    height: auto;
    border-radius:15px;
	box-shadow: 0 6px 15px #000000;
    margin-bottom: 120px;
    text-align: center;
}
.tartalom3 img{
    width: 100%;
}
.karika{
    height: 28px;
    float: left;
    padding-right: 2%;
}
.karier{
    background: rgba(98, 98, 98, 0.7);
	opacity: 1;
	margin: auto;
    margin-top: 20px;
	padding: 20px;
    width: 90%;
	max-width: 90%;
    height: auto;
    border-radius:15px;
	box-shadow: 0 6px 15px #000000;
    margin-bottom: 20px;
    border-collapse: collapse;
    color:#f2f2f2;
    text-shadow: 0.5px 0.5px black;
}
.karirerbal td{
    text-align: left;
    font-size:x-large;
    width: 50%;
    padding-left: 10%;
}
.normalis{
    text-align: center;
    font-size:x-large;
}
body::-webkit-scrollbar {
    width:1ch;
    border-radius:15px;
}
   
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius:15px;
}
body::-webkit-scrollbar-thumb {
    background-color:silver;
    outline: 1px solid rgb(130, 148, 166);
    border-radius:15px;
}
.egyeb{
    text-align: center;
    font-size:x-large;
    width: 50%;
    padding-left: 10%;
}
.imp{
    background: rgba(200, 200, 200, 0.7);
	opacity: 1;
    height: auto;
    border-radius:8px;
    border-collapse: collapse;
    margin: auto;
    font-size: 10px;
    
}
.impdiv{
    margin-bottom: 5%;
}
table.imp td{
    border-bottom: 1px solid #000000;
    padding-top:2px;
    padding-left:3px;
    padding-right:3px;
    padding-bottom:2px;
    width:  50%;
}
#nincsvonal{
border-bottom: none;
}