* {
	box-sizing: border-box
}
/* alap max szélesség */
.wrapper {
 margin-right: auto; /* 1 */
 margin-left:  auto; /* 1 */

 max-width: 1300px; /* 2 */

 /* padding-right: 10px; /* 3 */
 /* padding-left:  10px; /* 3 */
}
/* alap max szélesség VÉGE*/

/* háttér beállítások */
body {
    background-color: #e3f2fd;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
			}
body,td,th {
	color: #000000;
	}
/* háttér beállítások VÉGE*/

/* fejléc */
.Fejlec a {
	color: #000000;
	text-decoration: none
}
/* fejléc VÉGE*/

/* Galéria szöveg */
.arny {
	text-shadow: 0px 0px 6px #000000, 0 0 6px #000000, 0 0 6px #000000;
}
/* Galéria szöveg VÉGE */

/* Galéria beállítása */
#wrap {
	max-width: 300px;
	margin: 0 auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.7), 0 6px 20px 0 rgba(0, 0, 0, 0.59);
	text-align: center;
}
#wrap2 {
	max-width: 300px;
	margin: 0 auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.7), 0 6px 20px 0 rgba(0, 0, 0, 0.59);
	text-align: center;
}
/* Galéria beállítása VÉGE */


/* Feluró tájékoztató link méret */
@media only screen and (max-width: 640px) {
	.click-mobile {
		font-size: 22px;
	}
}
/* Feluró tájékoztató link méret VÉGE */

/* Kártyák árnyékolása  */
div.card {
  
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}
/* Kártyák árnyékolása  VÉGE*/

/*ugrás a lap tetejére */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  outline: none;
  cursor: pointer;
}
/*ugrás a lap tetejére vége */



/* uniós támogatás pozicionálása*/
#tam_szoveg {
	position: relative;
	z-index:20;
}

#szechenyi2020 {
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 150px;

}
  @media (min-width: 768px) {
	#szechenyi2020 {
 		max-width: 250px;
		height: auto;
	}
}
@media (min-width: 992px) {
	#szechenyi2020 {
 		max-width: 400px;
		height: auto;
	}
}
 .kepmeret {
	max-width: 100%;
	height: auto;
	z-index:10;
}
/* uniós támogatás pozicionálása VÉGE*/

/* Betűsablon*/
h51 {
	color: #FFFFFF ;
	font-size: 25px;
	text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
	/*text-shadow: 0px 0px 6px #000000;*/
	font-weight: 500;
}
h52 {
	color: black;
	font-size: 15px;
	text-shadow: 2px 2px 4px #000000;
}
h53 {
	color: darkred;
	font-size: 30px;
	text-shadow: 2px 2px 4px #000000;
	font-weight: 500;
}
h54 {
	color: darkred;
	font-size: 18px;
	text-shadow: 2px 2px 4px #000000;
	font-weight: 500;
}

/* Betűsablon VÉGE*/
/* Táblasablon*/
table { 
	margin: 3%;  border: solid 2px; border-collapse: separate;
}
td, th {
	margin: 3%;  border: solid 1px; padding: 20px;
}
th {
	text-align: center
}
table .ssz, table .adat {
	white-space: normal;
}
table .adat {
	text-align: center
}
table .friss {
	font-weight: auto; text-align: center
}
table .megorz {
	text-align: center
}
/* Táblasablon VÉGE*/


