/* @import "custom.scss" */

#g-main
{
background-color: #0F6300;
background-image: url('/images/alapkep/hatter.jpg');
background-position:  center top;
background-repeat: no-repeat;
background-attachment: fixed;
color:#212121;
}

#g-header
{
background-color: #0F6300;
background-image: url('/images/alapkep/hatter.jpg');
background-position:  center top;
background-repeat: no-repeat;
background-attachment: fixed;
  color: #ffffff;
  position: relative;
  z-index: 3;
}

table
{
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #eaeaea;
  border-right-color: #eaeaea;
  border-bottom-color: #eaeaea;
  border-left-color: #eaeaea;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
}
td,th
{
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #eaeaea;
  border-right-color: #eaeaea;
  border-bottom-color: #eaeaea;
  border-left-color: #eaeaea;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  font-size: 120%;
}
#g-footer
{
background-color: #0F6300;
background-image: url('/images/alapkep/hatter.jpg');
background-position:  center top;
background-repeat: no-repeat;
background-attachment: fixed;
  color: #666666;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(0, 0, 0, 0.05);
}
p
{
  margin-top: 0.6rem;
  margin-right: 0px;
  margin-bottom: 0.6rem;
  margin-left: 0px;
  font-size: 120%;
}
.g-content
{
  margin-top: 0.125rem;
  margin-right: 0.625rem;
  margin-bottom: 0.125rem;
  margin-left: 0.625rem;
  padding-top: 0.138rem;
  padding-right: 0.938rem;
  padding-bottom: 0.138rem;
  padding-left: 0.938rem;
}
