* { padding: 0; margin: 0; border: 0; font-family: inherit; }

a:link,a:active,a:visited {color : #FFFFFF;text-decoration: none;}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  background-color: #f0f0f8;
  /*-moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;*/
}

code, pre, abbr, kbd {
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

#wrapper {
  width: 955px;
  margin: auto;
  background-color: white;
}

.szoveg {
  margin: 5px;
}

.szoveg img {
  float: left;
  margin: 10px;
}

.szoveg p {
  text-align: justify;
  padding: 10px;
}

.tablazat {
  
}

.tablazat caption {
  background-color: #ffd801;
  padding: 10px;
  font-weight: bold;
}

.tablazat th {
  padding: 3px;
}

.tablazat table {
  width: 70%;
  margin: 10px auto;
  border: solid black 1px;
  border-collapse: collapse;
}

.tablazat table td {
  border: solid black 1px;
  padding: 3px;
}

.tablazat table td:not(:first-child) {
  text-align:center;
}

.copyright {
  background-color: #ffd801;
  padding: 5px;
}

.copyright p {
  text-align: center;
  font-size: .8em;
}

@media only screen
and (min-width : 320px)
and (max-width : 640px) {
  #wrapper { width: 100%;}
  .szoveg img {display: block; margin: 0;}
  .szoveg {margin: 0;}
}