body {
  font-family: Tahoma, Arial;
  background: url("content/bg.png") repeat-y top left #07152f;
}
#header {
  background: url("content/web.png") no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 750px;
  height: 700px;
  z-index: 0;
} 
#header span {
  display:none;
}

#csswarning {
  display:none;
}

#menu {
  position: absolute;
  left: 130px;
  top: 215px;
  width: 130px;
  text-align: right;
  line-height: 15px;

  font-size: 10px;
  font-weight: bold; 

  text-transform: uppercase;
}

#menu ul {
  list-style: none;
}

#menu a {
  color: #0a2c48;
  text-decoration: none;
}

#menu a:hover {
  color: #be2732;
  text-decoration: none;
}

#content {
  position: absolute;
  left: 273px;
  top: 190px;
  width: 460px;
  padding: 0px;

  font-size: 11px;
  color: #333333;
  line-height: 14px;
  text-align: justify;

  padding-bottom: 50px;
}

#content h1 {
  color: #843441;
  font-size: 16px;
}

#content h2,h3 {
  color: #be2732;
  font-size: 12px;
}

#content a {
  color: #0a2c48;
  font-weight: bold; 
  text-decoration: none;
  border-bottom: 1px dotted #be2732;
}

#content a:hover {
  color: #0a2c48;
  font-weight: bold; 
  text-decoration: none;
  border-bottom: 1px solid #be2732;
}

#language {
  position: absolute;
  left: 670px;
  top: 10px;
  width: 100px;
  height: 18px;
  font-size: 12px;
}

#language span {
  visibility:hidden;
}

#language a {
  text-decoration: none;
}

.langeng {
  background: url("content/english.png") no-repeat;
}

.langhun {
  background: url("content/magyar.png") no-repeat;
}

#banner {
  position: absolute;
  left: 269px;
  top: 42px;
  width: 468px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}
hr {
  background-color: #ffffff;
  height: 4px;
  border: 0px;
  border-bottom: 1px dotted #a0b9d1;
}
dt {
  font-weight: bold;
  color: #0a2c48;
  letter-spacing: 2px;
  margin-top: 18px;
  margin-bottom: 5px;
  font-size: 11px;
}
dd {
  margin-left: 20px;
}
#content ul {
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 20px;
  list-style-image: url(content/blue-bullseye.png);
}
.timetable {
  width: 460px;
}
.timetable th {
  border-bottom: 1px dotted #be2732;
}
.timetabletime {
  color: #0a2c48;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  width: 40px;
}
.timetableevent {
  color: #0a2c48;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
}
#regform {
  width: 200px;
  margin: 10px auto;  
  padding: 10px;
  text-align: center;
  border: 1px dotted #a0b9d1;
  background-color: #f6f7f8;
}
#regform input,select {
  font-family: Tahoma, Arial;
  font-size: 11px;
}
#registered {
  margin: 0px auto;  
  width: 95%;  
}
.sidepic {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}
img {
  border: 0px;
} 
select,input[type="text"] {
  width:300px;
}
#shots {
  float: right;
  padding: 5px;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 100px;
  border: 1px dotted #a0b9d1;
  background-color: #f6f7f8;
  text-align: center;
  line-height: 100%;
}

#shots img {
  padding-bottom: 5px;
  padding-top: 10px;
}

#footer {
  padding-top: 20px;
  text-align: center;
  text-transform: lowercase;
  font-size: 12px;
  letter-spacing: 6px;
  clear: both;
}

.sponsor {
  clear: both;
}

.sponsorlogo {
  float: left;
  margin: 5px;
}

.mediasponsor {
  margin: 20px;
}

.atilogo {
  margin: 10px;
  text-align: center;
  width: 100%;
}

.small {
  font-family: Verdana;
  font-size: 7px;
  color: #aaaaaa;
  line-height: 7px;
}

#thanx {
  padding-top: 10px;
  text-align:center;
}


#counter {
  text-align: center;
  font-size: 13px;
  padding: 10px;
  font-weight: bold;
  color: #0a2c48;
  border: 1px dotted #a0b9d1;
  background-color: #f6f7f8;
  width: 75%;
  margin: 0px auto;
}

#counter span {
  color: #be2732;
}