body {
	background-color: #000;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
  color:yellow;
}
#wrapper {
	width: 812px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#header {
	margin-top: 12px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#footer {
	margin-top: 12px;
	clear: both;
	background-image: url('../images/dots.jpg');
	background-repeat: repeat-x;
	padding-top: 10px;
}
div#footer div.link_footer {
	font-size: 9px;
	line-height: 12px;
	text-align: center;
	margin-bottom: 10px;
}
div#footer div.link_footer a  {
	font-size: 9px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
}
div#footer div.copy_footer {
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 10px;
}
#logo{
        height: 174px;
        background-image: url('../images/header.png');
        background-repeat: no-repeat;
}

#LeftColumn {
	float: left;

	background-color: #f6f6f6;
	border-right-width: 1px;
	border-right-color: #3bc38a;
}

div#Left ul.banner {
	position: relative;
	display: block;
	float: none;
	clear: both;
	padding: 0px;
	overflow: hidden;
	list-style: none;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#RightColumn {
	float: right;

}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: yellow;
  padding:5px;
}
a:link {
	color: #fff;
}
a:hover {
	color: #fff;
}
#menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	margin: 0px;
	padding: 0px;
}
#menu li.almenu {
	padding-left: 25px;
	background-image: url('../images/bulett.gif');
	background-repeat: no-repeat;
	font-size: 18px;
	padding-top: 1px;
	padding-bottom: 10px;
	background-position: 10px 1px;
  
}
#menu li a {
	color: yellow;
	text-decoration: none;
  text-transform: uppercase;
}
#menu li a:hover {
	color: #fff;
	text-decoration: underline;

}
#content_top {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#content_botton {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
h1 {
	font-size: 20px;
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d1d1d1;
}

#content {
	overflow: hidden; /* felesleges hossz levágása */
}

div {
	background-color: #000;
  color:yellow;
  font-size:12px;
}
#LeftColumn, #RightColumn {
	width:100%; 
}
#content_botton {
  font-size:18px;
}

