body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
h1, h2, h3, {
	margin:0;
	padding:0;
	color:#2f295a;
}
a {
	color:#2f295a;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color:#2f295a;
	font-size:12px;
	text-decoration:none;
}
#logohatter { 
	width: 990px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border-left:7px solid #FFFFFF;
	border-right:7px solid #FFFFFF;
	text-align: left; 
} 
#header { 
	background:#000;
	height:50px;
	top: 0px;
	left:0px;
	padding: 0;  
	} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float:right;
	color:#FFFFFF;
}
.headerPic {
	width:990px; 
	background:#333333 url(../img/headerPic.jpg); 
	height:150px; 
	top: 70px;
	float: center; /* since this element is floated, a width must be given */
	position:absolute;
}
#menu { 
	padding: 0 5px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../img/menuhatter.jpg) left top repeat-x;
	height:20px;
	top: 40px;
}
#menu p {
	text-align:left;
	padding:1px 0;
	color:#FFFFFF;
	font-size:10px;
}
#menu a {
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
}
#baloszlop {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #d2d3fb; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 160px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
}

#jobboszlop {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #e1ff98; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 160px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
div.calendar
{
  font-size: smaller;
  color: #000;
}

div.calendar.popup
{
  margin-left: -40px;
  margin-top: -100px;
}

div.calendar table
{
  background-color: #eee;
  border: 1px solid #aaa;
  border-collapse: collapse;
}

div.calendar thead {
  background-color: white;
}

div.calendar td,
div.calendar th
{
  padding: 3px;
  text-align: center;
}

div.calendar td.title
{
  font-weight: bold;
}

div.calendar th
{
  background: #ddd;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-weight: bold;
  color: #555;
}

div.calendar tr.days td {
  width: 2em;
  color: #555;
  text-align: center;
  cursor: pointer;
}

div.calendar tr.days td:hover,
div.calendar td.button:hover
{
  background-color: #34ABFA;
  cursor: pointer;
}

div.calendar tr.days td:active
div.calendar td.button:active
{
  background-color: #cde;
}

div.calendar tr.days td.selected
{
  font-weight: bold;
  background-color: #fff;
  color: #000;
}

div.calendar tr.days td.today
{
  font-weight: bold;
  color: #D50000;
}

div.calendar tr.days td.otherDay
{
  color: #bbb;
}

#kozep { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 160px 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.honved {
	float:right;
	margin:0 0 15px 15px;
} 
.honvedb {
	float:left;
	margin: 10px 10px 10px 0 ;
} 
#lablec { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../img/footerBackground.jpg) left top repeat-x;
	height:98px;
} 
#lablec p {
	text-align:center;
	padding:30px 0;
	color:#FFFFFF;
	font-size:10px;
}
#lablec a {
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

