HTML{
  overflow: auto;
  }

*HTML{
  overflow-y: scroll; 
}
BODY {
  width: 100%;
  height: 100%;
  background: url(/images/background.jpg) no-repeat #fed825;
  overflow: hidden;
  max-height: 100%; 
  padding:0; /*remove padding */
  margin:0; /* remove margins */
  border:0; /* remove borders */
  color: #4769b6;
  font-family: 'Arial', sans-serif;
  font-size: 10pt;
  
  }

BODY img{
    -ms-interpolation-mode:bicubic;
    }

BODY a img{
  border: none;
  }

BODY a,
BODY a:visited,
BODY a:hover{
  text-decoration: none;
  color:  rgb(89, 179, 55);
  }  
  

#wrapper{
  width: 960px;
  height: 905px;
  margin: 20px auto 0px auto;
  background: url(/images/content_bg.png) no-repeat;
  position: relative;
  }

#banner{
  position: relative;
  left: 80px;
  top: 85px;
  }


#aktualis{
  position: absolute;
  right: 76px;
  top: 83px;
  font-weight: bold;
  text-align: right;
  width: 475px;
  }

#banner img.kepzomuvesz{
  width: 250px;
  }


#bal_sav{
  position: relative;
  top: 100px;
  left: 40px;
  width: 170px;
  margin: 0;
  float: left;
  }



#loginbox{
  position: relative;
  color: white;
  }




#loginbox h2{
  margin: 0;
  font-size: 1.5em;
  padding-left: .3em;
  padding-top: .3em;
  background: url(/images/loginbox_bg_top.jpg) repeat-x;
  height: 30px;
  } 


#loginbox_bottom{
  position: relative;
  margin-top: 0em;
  padding-top: .3em;
  padding-left: .3em;
  background: url(/images/loginbox_bg_bottom_100.jpg) repeat-x;
  height: 100px;
  }


#loginbox .inputfield{
  width: 80%;
  height: 1.1em;
  font-size: .7em;
  margin-bottom: .4em;
  
  }


#loginbox a,
#loginbox a:visited,
#loginbox a:hover{
  color: white;
  text-decoration: none;
  font-size: .7em;
  position: relative;
  left: .3em;
  }

#loggeduser{
  height: 130px;
  background: url(/images/loginbox_bg_bottom_100.jpg) repeat-x;
  margin: 0;
  font-size: 14pt;
  
  padding-left: .3em;
  padding-top: 3px;
  padding-bottom: 0px;
  color: white;
  display: none;
  }

#loggeduser a,
#loggeduser a:visited,
#loggeduser a:hover{
  color: white;
  padding: 0;
  padding-left: .3em;
  font-size: 8pt;
  
  margin: 0;
  }



#belepes{
  background: url(/images/login_button.jpg) no-repeat center;
  height: 14px;
  width: 51px;
  border: none;
  margin-bottom: .4em;
  margin-left: 40px;
  margin-top: .1em;
  cursor: pointer;
  }


#mucsarnok_logo{  
  margin-top: 130px;
  }
  
  
#logo7even{
  position: relative;
  top: 180px;
  text-align: right;
  }

#mucsarnok_logo img{  
  width: 170px;
  }
  


#kozep{
  position: relative;
  float: left;
  left: 50px;
  top: 100px;
  width: 720px;
  }


#menu { 
  position: relative;
  top: 0px;
  left: 0px;
  width: 98%;
  }

.submenu{
  position: relative;
  top: 3px;
  left: 0px;
  width: 97%;
  display: none;
  }

#menu .menuitem{
  
  margin-left: 3px;
  text-align: center;
  padding: 3px 19px;
  
  }

.submenu .menuitem{
  float: left;
  margin-left: 2px;
  text-align: center;
  padding: 3px 4px 3px 4px;
  font-size: 8pt;
  }

.submenu .menuitem_info{
  float: right;
  margin-left: 2px;
  text-align: center;
  padding: 3px 4px 3px 4px;
  background: url(/images/menu_hatter.jpg) repeat-x #5a79bd;
  font-size: 8pt;
  }


#content_container{
  position: absolute;
  float: left;
  left: 3px;
  
  width: 100%;
  height: 390px;
  }


#content{
  position: relative;
  float: left;
  width: 470px;
  background: #fdf8e2;
  text-align: justify;
  height: 98%;
  overflow: auto;
  padding-top: 10px;
  
  }
  
*html #content{
  background: #fdf8e2;
}

#content h1{
  padding: 0;
  margin: 0;
  margin-top: -10px;
  background: url(/images/content_header_hatter.jpg) repeat-x;
  text-align: right;
  color: white;
  font-family: 'Arial', sans-serif; 
  font-size: 10pt;
  font-weight: bold;
  padding-top: .5em;
  padding-right: .5em;
  height: 32px;
  }
  
#content table{
  
  width: 90%;
  
  }
  
  
#dijrol_tartalom{
  min-height: 140px;
  max-height: 140px;
  overflow: auto;
  margin-bottom: 27px;
  }

*html #dijrol_tartalom{
  height: expression( document.body.clientHeight > 150 ? "140px" : "auto" );
  }

#hirek_tartalom{
  min-height: 150px;
  max-height: 150px;
  overflow: auto;
  margin-bottom: 7px;
  }
  
*html #hirek_tartalom{
  height: expression( document.body.clientHeight > 150 ? "150px" : "auto" );
  }

#forum_tartalom{
  height: 150px;
  max-height: 150px;
  overflow: auto;
  margin-bottom: 17px;
  }

*html #forum_tartalom{
  height: expression( document.body.clientHeight > 150 ? "150px" : "auto" );
  }

#galeria_tartalom{
  min-height: 150px;
  max-height: 150px;
  height: 150px;
  overflow: auto;
  margin-bottom: 7px;
  width: 100%;
  }

*html #galeria_tartalom{
  height: expression( document.body.clientHeight > 150 ? "150px" : "auto" );
  }



#content p{
  /*margin: 5px 10px 5px 10px;*/
  margin: 0 10px 5px 10px;
  
  }

.content_header{
  background: url(/images/content_header_hatter.jpg) repeat-x;
  text-align: right;
  color: white;
  font-family: 'Arial', sans-serif; 
  font-size: 10pt;
  font-weight: bold;
  padding-top: .5em;
  padding-right: .3em;
  margin-top: -10px;
  }

.content_header img{
  position: relative;
  text-align: right;
  right: 0;
  top: -7px;
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 0;
  }

#hirek_header_kep{
  top: -7px;
  right: -4px;
  }

*html #hirek_header_kep{
  top: -7px;
  } 
  
#galeria_table img{
  width: 100px;
  height: 100px;
  }

#content_jobb_sav{
  position: relative;
  float: left;
  top: 0px;
  left: 10px;
  width: 226px;
  background: #fdf8e2;
  height: 390px;
  padding-top: 10px;
  }

#content_jobb_sav p{
  margin: 1px 25px 1px 25px;
  }

#also_iv_jobb{
  position: absolute;
  top: 400px;
  left: 480px;
  width: 226px;
  height: 30px;
  background: url(/images/also_iv_jobb.png) no-repeat;
  
  }

*html #also_iv_jobb{
  position: absolute;
  top: 400px;
  left: 480px;
  width: 226px;
  height: 30px;
  background: ;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/also_iv_jobb.png');
  }

#also_iv_kozep{
  position: absolute;
  top: 390px;
  left: 0px;
  width: 470px;
  height: 220px;
  background: url(/images/also_iv_kozep_550.png) no-repeat;
  }

*html #also_iv_kozep{
  position: absolute;
  top: 390px;
  left: 0px;
  width: 470px;
  height: 220px;
  background: ;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/also_iv_kozep_550.png');
  }

#forum_tartalom .left{
  margin-left: 50px;
  }

#forum_tartalom .right{
  margin-right: 50px;
  }


.left{
  text-align: left;
  }

.right{
  text-align: right;
  }

.clear{
  clear: both;
  }

.blue{
  color: #4769b6;
  }

.kuratorok_vissza{
  background: white;
  padding: 5px 8px 5px 8px;
  white-space: nowrap;
  font-weight: bold;
  text-align: center;
  float: none;
  margin-top: 6px;
  }


/* FORUM */



.topic{
  color: #4769b6;
  size: 1.5em;
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
  padding-right: .5em;
  }
  
.topicinfo{
  padding-left: 2em;
  padding-top: 1em;
  }

.center{
  text-align: center;  
  }

.center a,
.center a:visited,
.center a:hover{
text-decoration: none;
/*color: #4769b6;*/
font-size: 10pt;
size: 10pt;
}

.paging{
text-align: center;
padding-bottom: 1em;
}

.puinfo{
color: #4769b6;
  font-weight: bold;
  text-decoration: none;
  padding-left: 2em;
  padding-right: 1em;
  float: left;

}

.ptext{
padding-left: 4em;
padding-top: 1em;
padding-bottom: 1em;
}

.ptools{
  text-align: right;
  padding-right: 30px;
  }

.ptools a{
  
  } 

.post{
  padding-bottom: 20px;
  }

.preply{
  font-size: 8pt;
  }


.form_title{
  font-weight: bold;
  text-align: center;
  }
  
  
.galeria_td{
  text-align: left;
  width: 150px;
  }
  
.szavazas_button{
  background: #c8d3e9;
  color: #5c5c5c;
  font-weight: bold;
  padding: 2px;
  border: none;
  font-size: 8pt;
  }

#galeria_szavazas_info{
  font-size: 8pt;
  font-family: 'Arial', sans-serif;
  padding-right: 10px;
  text-align: center;
  }

.hidden{
  display: none;
  }

.kepleiras{
  text-align: center;
  font-size: 10pt;
  font-family: 'Arial', sans-serif;
  }
  
.nc_article { margin: 0 0 15px; padding: 5px; text-align: justify; }
.nc_title { margin: 0 0 12px; }
.nc_title a:link, .nc_title a:visited { font-size: 14px; }
.nc_next { margin: 12px 0; }
.nc_date, .nc_comments, .n_author { display: none; }
.n_title { margin: 0 10px 10px; font-size: 14px; }
.n_intro { margin: 12px 10px; font-weight: bold; }
.n_date { margin: 10px; font-size: 11px; }
