/*altalanos*/
html{
  overflow: scroll;
}
body{
  color: #333333; 
  margin: 20px 0; 
  padding: 0; 
  font-family : Arial, Helvetica, sans-serif;
  font-size: 11px;
}
#timer{
  clear: both;
}
#maincontainer{
  text-align:center; 
  width:872px;
  position:absolute;
  left: 50%;
  margin-left: -436px;
}
.clear{
  clear: both;
}
/*altalanos*/

/*fejlec*/
#fejlec{
  background: url(http://hiroshetfesztival.hu/2007/images/bg-fejlec.jpg);
  height: 163px;
}
  /*fooldali link*/
  #mainpagelink{
    position: absolute;
    top: 1px;
    left: 0px;
  }
  #mainpagelink a{
    display: block;
    width: 454px;
    height: 160px;
  }
  /*fooldali link*/

  /*menu oszlopok*/
  #bal{
    position: absolute;
    top: 12px;
    left: 466px;
    width: 194px;
  }
  #jobb{
    position: absolute;
    top: 12px;
    left: 683px;
    width:177px;
  }
  #fejlec ul li{
    line-height: 27px;
    font-variant: small-caps;
  }
  #fejlec ul li a{
    text-decoration: none;
    color: #7E7E7E;
  }
  #fejlec ul li a:hover{
    text-decoration: underline;
  }
  /*menu oszlopok*/
/*fejlec*/

/*content*/
#content{
  background-image: url(http://hiroshetfesztival.hu/2007/images/bg-content.jpg);
  background-repeat: no-repeat;
  height: 408px;
  overflow: auto;
}
  /*varcontent*/
  #varcontent{
    padding: 10px 10px 10px 360px;
  }
  #varcontent h1,
  #varcontent h1 a{
    font-size: 16px; 
    font-weight: normal; 
    margin-bottom: 10px;
    color: #7E7E7E;
    text-decoration: none;
    font-variant: small-caps;
  }
  #varcontent h2{
    font-size: 13px; 
    font-weight: normal; 
    margin-bottom: 10px;
    color: #7E7E7E;
    text-decoration: none;
    margin-left: 22px;
  }
  #varcontent h3,
  #varcontent h3 a{
    font-size: 16px; 
    font-weight: normal; 
    margin-bottom: 10px;
    color: #6C9632;
    text-decoration: none;
    font-variant: small-caps;
  }
  #varcontent h3 a:hover{
    text-decoration: underline;
  }
  #varcontent .cikkbevezeto,
  #varcontent p{
    font-family: verdana;
    line-height: 20px;
    font-size: 11px;
    margin: 0 0 10px 23px;
    font-weight: normal;
  }
  /*varcontent*/
/*content*/

/*lablec*/
#lablec{
  background: url(http://hiroshetfesztival.hu/2007/images/bg-lablec.jpg);
  height: 67px;
}
#lablec p{
  padding: 40px 0 0 10px;
  font-size: 10px;
  color: #7E7E7E;
}
/*lablec*/

fieldset{
  border: 0px solid white; 
  margin: 0px 3px 13px 3px;
  padding: 6px 2px 6px 16px;
}
legend{
  color: #000000; 
  font-weight: bold;
}
label{
  color: gray; 
  float: left; 
  width: 170px; 
  font-weight: bold;
  margin: 6px 0 0 0;
}
input, textarea{
  color: #000000;
  margin-top: 1px; 
  border: 1px solid #E8E8E8;
  width: 280px;
}
input:active, textarea:{
  border: 1px solid #000;
}

textarea{
  width: 450px;
  height: 100px;
}
#hibadiv{
  color: #FF0A0F; 
  font-weight: bold; 
  text-align: center;
  height: 17px;
}
#submitbutton{
  background-color: #E0E0E0;
  font-weight: bold;
  color: #000000;
  border: 1px outset gray;
}