@charset "UTF-8";
/* 
Tomaker Kft. 2.0 CSS
xTrinal-Studio - www.xtrinal.net
info[at]tomaker[dot]hu
 */

/* Base */
body {
  background-color: #4a8a00;
  color: #333;
  font-family: "Arial", Sans-Serif;
  margin: 0px;
}
div#base {
  width: 752px;
  text-align: center;
  height: auto;
  background: left top url(img/base.jpg) no-repeat;
  overflow: hidden;
  margin: 0px auto 0px auto;
}
/* Header */
div#head a {
  display: block;
  width: 752px;
  height: 255px;
  background: left top url(img/header.jpg) no-repeat;
  color: inherit;
}
/* Menu */
div#menu  {
  display: block;
  width: 752px;
  height: 37px;
  background: left top url(img/menu.jpg) no-repeat;
  color: inherit;
}
div#menu ul {
  clear: both;
  background-color: inherit;
  color: #fff;
  font-size: 12px;
  text-align: justify;
  padding: 0px 5px 5px 0px;
  margin: 0px;
}
div#menu li {
  float: left;
  list-style: none;
  background-color: inherit;
  padding: 11px 0px 0px 0px;
  margin: 0px;
}
div#menu a {
  color: #fff;
  background-color: inherit;
  font-weight: bold;
  text-decoration: none;	
}
div#menu a:hover {
  color: #fed643;
  background-color: inherit;
  font-weight: bold;
  text-decoration: none;	
}
/* Left */
div#site {
  background-repeat: repeat-y;
  background-color: inherit;
  width: 752px;
  text-align: left;
}
div#left a{
  float: left;
  background: left top url(img/left.jpg) no-repeat;
  background-color: #ececec;
  color: inherit;
  width: 206px;
  height: 272px;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}
/* Content */
div#content {
  float: left;
  color: inherit;
  background-color: inherit;
  width: 546px;
  height: auto;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
div.content_in {
  float: left;
  color: inherit;
  background-color: inherit;
  width: 546px;
  height: auto;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
div.content_in h1 {
  background-color: inherit;
  color: #333;
  text-align: justify;
  font-size: 20px;
  font-weight: bold;
  margin: 0px;
  padding: 5px 10px 10px 10px;
}
div.content_in h2 {
  background-color: inherit;
  color: #333;
  text-align: justify;
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  padding: 5px 10px 10px 10px;
}
div.text {
  background-color: inherit;
  color: #333;
  text-align: justify;
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
  padding: 10px 10px 10px 10px;
}
div.text ul {
  clear: both;
  background-color: inherit;
  color: #333;
  font-weight: bold;
  font-size: 12px;
  text-align: justify;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
div.text li {
  float: left;
  list-style: none;
  width: 119px;
  height: 79px;
  text-align: center;
  background: left top url(img/frame.png);
  padding: 0px 0px 0px 0px;
  margin: 0px 12px 33px 0px;
}
div.text_in ul {
  clear: both;
  background-color: inherit;
  color: #333;
  font-size: 12px;
  text-align: justify;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
div.text_in li {
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 5px 20px;
}
div.text_in a {
  color: #333;
  background-color: inherit;
  text-decoration: underline;	
}
div.text_in a:hover {
  color: #000;
  background-color: inherit;
  text-decoration: underline;	
}
div.text a {
  color: #333;
  background-color: inherit;
  text-decoration: underline;	
}
div.text a:hover {
  color: #000;
  background-color: inherit;
  text-decoration: underline;	
}
div.text .pics {
	color: inherit;
	margin: 0px 0px 10px 0px;
	border: none;
}
/* Footer */
div#footer {
  float: left;
  width: 752px;
  height: 56px;
  overflow: hidden;
  text-align: center;
  margin: 0px;
  background: left top url(img/bottom.png) no-repeat;
}
div.footertext {
  color: #fff;
  background-color: inherit;
  margin: 0px;
  padding: 35px 10px 0px 0px;
  font-size: 10px;
  text-align: right;
}
div.footertext a {
  color: #fff;
  background-color: inherit;
  font-weight: bold;
  text-decoration: none;	
}
div.footertext a:hover {
  color: #fed643;
  background-color: inherit;
  font-weight: bold;
  text-decoration: none;	
}
