/* buta ie */

.gal a:hover img{
  outline: 2px solid red;
}

.gal img {
  margin: 2px;
}

.menu a {
  display: block;
  background-color: white;
  margin: 0px 0px 4px 0px;
  padding: 2px;
}

.menu a:hover, .menu a:active {
  background-color: rgb(30,0,110);
  color: white;
}

/* közös részek */

body {
  font-family: "Times New Roman",Times,serif;
  background-image: url(hatter.jpg);
  background-attachment: fixed;
  background-position: top left;
  background-repeat: repeat;
  color: rgb(30,0,110);
}

h1 {
  font-weight:bold;
  font-size:xx-large;
  text-align:center;
}

img {
  border: 0px solid;
}

a {
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
  font-size: medium;
  border-style: none;
  color: rgb(30,0,210);
}

/* elrendezés */

.logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 110px;
  height: 150px;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.banner {
  position: absolute;
  top: 10px;
  left: 130px;
  right: 10px;
  height: 150px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  overflow: hidden;
}

.menu {
  position: absolute;
  top: 170px;
  left: 10px;
  width: 110px;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
}

.main {
  position: absolute;
  top: 170px;
  left: 130px;
  right: 10px;
  height: auto;
  padding: 3px;
  margin: 0px;
  text-align: justify;
  background-color: white;
}

/* menü */

.menu a {
  display: block;
  background-color: white;
  margin: 0px 0px 4px 0px;
  padding: 2px;
}

.menu a.file {
  font-weight: normal;
  font-size: smaller;
}

.menu a:hover, .menu a:active {
  background-color: rgb(30,0,110);
  color: white;
}

/* egyéb */

.main a:hover, .main a:active {
  color: rgb(236,0,0);
}

.main>table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
}

.main>table>tbody>tr>th {
  text-align: left;
  vertical-align: top;
  font-weight: bold;  
  padding: 4px;
/*  border-bottom: thin solid red;*/
}

.main>table>tbody>tr>td {
  text-align: justify;
  vertical-align: top;
  padding: 4px;
  border-bottom: 1px solid red;
}

/* gallery */

span.gal {
  padding: 0px;
  margin: 0px;
}

.gal img {
  margin: 2px;
}
.gal a:hover img{
  outline: 2px solid red;
}