body {
  margin: 0;
  overflow: no;
  margin: 0px;
  scrollbar-arrow-color:  #5C3400;
  scrollbar-base-color: #EADDBF;
  scrollbar-dark-shadow-color: #CDDDE8;
  scrollbar-track-color: #EADDBF;
  scrollbar-face-color: #D7C59A;
  scrollbar-shadow-color: #CDDDE8;
  scrollbar-highlight-color: #D7C59A;
  scrollbar-3d-light-color: #D7C59A;
  font-family: Verdana, Arial, Helvetica, sans-serif;

  font-size: 11px;
}
body#kulso {
  background: url(img/body_bg.png) center center repeat-y;
  background-attachment: fixed;
}
body#belso {
  background: url(img/content_bg.png);
  background-attachment: fixed;
}
body#main{
  background: url(elemek/main_bg.gif);
}
.kenyer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
	color: #73461E;
}
.feherkenyer {

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
	color: #B48176;
}

.input{
	color: #73461E;
	border:1px solid #CAB076;
	background-color: #E9DBB9;
	margin: 1px;}

a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
    color: #B30000;

    text-decoration: none;}
}
a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
	text-decoration: underline;}
}


a.link {
    color: #B30000;
  font-weight: bold;
}


a.footerlink{
  font-size: 10px;
  color: #B48176;
}
a.footerlink:hover {
  font-size: 10px;
  color: #B48176;
  text-decoration: underline;}



/* divs */
div#wrapper {
  height: 600px;
  background: url(img/box_bg.png) top center repeat-x;
  text-align: center;
}
div#page {
  width: 769px;
  margin: 0 auto;
  height: 600px;
  position: relative;
  text-align: left;
}

div#content {
  position: absolute;
  right: 0;
  width: 590px;
  top: 150px;
  height: 324px;
  background: url(img/content_bg.png) no-repeat;
  _background-attachment: fixed;
  overflow: no;
}
iframe {
  background: url(img/content_bg.png) no-repeat;
  _background-attachment: fixed;

}
div#copyright {
  position: absolute;
  padding: 0 px;
  top: 570px;
  right: 0;
  width: 770px;
  height: 28px;
  background: url(img/copyright_bg.png);
  color: #986051;


}
img#borbirosag {
  position: absolute;
  left: -42px;
  width: 42px;
  top: 150px;
  height: 324px;
}
div#info {
  position: absolute;
  left: 0;
  width: 179px;
  top: 474px;
  height: 92px;
  background: url(img/info.png);
}
div#menu {
  position: absolute;
  left: 0;
  width: 179px;
  top: 150px;
  height: 324px;
  background: url(img/menu_bg.png);
}
div#header {
  height: 150px;
  background: url(img/header_bg.png);
}
div#footer {
  position: absolute;
  right: 0;
  width: 590px;
  top: 474px;
  height: 92px;
  background: url(img/footer_bg.png);
}
