
body, html {
  color: white;
  background-color: rgb(1,22,53);
  background-image: url(../img/weblap_bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed;
  background-size: cover;
  font-size: 17px;;
  font-family: "Comic Sans MS", Textile;
  height: 100%;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

#page {
  border: 1px dotted rgb(99,193,255);
  font-size: 0.9em;
  width: 750px;
  /*min-height: 2000px;*/
  text-align: center;
  /*margin-left: auto;*/
  /*margin-right: auto;*/
}

#top {
  background: rgb(1,22,53);
  color: rgb(99,193,255);
  height: 170px;
  /*line-height: 80px;*/
  width: 750px;
  font-size: 35px;
  position: fixed;
  top: 0px;
  clear: both;
  z-index: 100;
}
#top .placeholder{
  padding: 25px;
}

#cnt{
/*  min-height: 500px;*/
}

#balmenu {
  background: rgb(99,193,255);
  border: 0px dotted rgb(99,193,255);
  color: rgb(1,22,53);
  width: 200px;
  text-align: center;
  min-height: 800px;
  position: relative;
  top: 169px;
}
.menub {
  color: rgb(1,22,53);
  font-weight: bolder;
  animation-name: fade;
  animation-duration: 4s;
}

#tartalom {
  background: rgb(1,22,53);
  color: white;
  padding-left: 200px;
  /*position: absolute;
  top: 170px;*/
  padding-top: 200px;
  width: 550px;
}
#tartalom .inner {
  border-left: 1px dotted white;
  padding: 25px;
  min-height: 1000px;
}

#mainmenu{
  background: rgb(1,22,53);
  border-bottom: rgb(99,193,255) 0px dotted;
  color: rgb(99,193,255);
  position: fixed;
  top: 170px;
  z-index: 100;
  width: 550px;
  padding-bottom: 10px;
}
#mainmenu table{
  background: rgb(1,22,53);
  color: rgb(99,193,255);
  width: 100%;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
#mainmenu td{
  text-align: center;
  font-weight: bolder;
}
#mainmenu td:hover{
  background-color: rgb(99,193,255);
  color: rgb(1,22,53);
}
#mainmenu .aktiv{
  background-color: rgb(99,193,255);
  color: rgb(1,22,53);
}

a:link, a:active, a:visited {
  color: white;
}
a:hover, a:focus {
  color: rgb(99,193,255);
}


hr{
  border: 1px dotted rgb(99,193,255);
  width: 95%;
}

#oklevel {
  color: rgb(255,0,0);
  background-color: red;
}

#szponzorok {
  font-size: 25;
}



img {
  border: none;
}
ul {
  list-style-image: url('../img/felsorolasjel.gif');
}
b {
  color: rgb(99,193,255);
  font-weight: bolder;
  animation-name: fade;
  animation-duration: 4s;
}



form {
  display: inline;
}
input, select {
  background-color: white;
  border: 1px solid white;
  color: rgb(1,22,53);
  text-align: center;
  font-weight: bolder;
}
input:hover,  select:hover, select:focus {
  background-color: rgb(99,193,255);
  color: rgb(1,22,53);
  font-weight: bolder;
}

@keyframes fade {
    0%   {color: rgb(1,22,53);}
    50%  {color: rgb(99,193,255);}
}
.fader{
  animation-name: fade;
  animation-duration: 4s;
}




.bal {
  float: left;
}
.jobb {
  float: right;
}

.hiba {
  color: red;
  font-size: 1.5em;
}

