body {
  margin : 0px 0px 0px 0px;
  background-color : #d9c896;
  color : #453b09;
  scrollbar-base-color: #778899;
  padding-top      : 0px;
  padding-left     : 0px;
  padding-right    : 0px;
  padding-bottom   : 0px;
}

td, tr, p, div {
  font-family      : Verdana, Helvetica, Arial, Geneva, sans-serif;
  font-size        : 12px;
  color            : #453b09;
  padding-top      : 0px;
  padding-left     : 0px;
  padding-right    : 0px;
  padding-bottom   : 0px;
}

/*----------------------------------------------------- alap és látogatott linkek ---*/ 
a:link, a:visited {
  color : #725e26;
  text-decoration : none;
}

/*----------------------------------------------------- aktív linkek ---*/ 
a:hover {
  color : #000000;
  text-decoration : underline;
}

/*----------------------------------------------------- címsor ---*/ 
.title {
  font-size : 20px;
  font-weight: bold;
  color:#e2c437; 
  padding-left:20px; 
  padding-right:20px; 
  text-align:right;
  text-decoration : none;
}

/*----------------------------------------------------- a lábléc jellemzői ---*/ 
a.foot, a:visited.foot, td.foot {
  background: url(images/bg_b49c56.gif) repeat-x top left;
  font-family : Arial, Helvetica, Verdana, sans-serif;
  font-size : 10px;
  color : #b49c56;
  text-decoration : none;
}

a:hover.foot {
  color : #725e26;
  text-decoration : underline;
}

/*----------------------------------------------------- menü ---*/ 
a.menu:link, a.menu:visited {
  font-family : Verdana, Helvetica, Arial, Geneva, sans-serif;
  font-size : 12px;
  font-weight: bold;
  color : #725e26;
  text-decoration : none;
}

a.menu:hover {
  color : #fef7e2;
}

div.menu {
  font-family : Verdana, Helvetica, Arial, Geneva, sans-serif;
  font-size : 12px;
  font-weight: bold;
  color : #725e26;
  text-decoration : none;
}

/*----------------------------------------------------- form ---*/ 
.input_form {
  padding-top:0px;
  padding-right:0px;
  padding-bottom:0px;
  padding-left:0;
  margin:0px,0px,0px,0px;
}


/*----------------------------------------------------- input ---*/ 

.input_text {
  color:#555555; 
  background-color:#ffffff; 
  border:1 solid; 
  border-top:1 solid; 
  border-left:1 solid; 
  border-right:1 solid; 
  border-bottom:1 solid; 
  font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
  font-size:10px;
}

.input_select {
  color:#555555; 
  background-color:#ffffff; 
  border:1 solid; 
  border-top:1 solid; 
  border-left:1 solid; 
  border-right:1 solid; 
  border-bottom:1 solid; 
  font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
  font-size:10px;
}

.input_button {
  height=16px; 
  background-color:#d1e4f2; 
  font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
  font-size:10px;
}
  
/*----------------------------------------------------- listák  ---*/ 
ul {
margin : 0px 0px 0px 0px;
}

/*----------------------------------------------------- vízszintes elválasztó ---*/ 
hr {
background : #fef7e2;
height : 1px;
width : 518px;
}


