﻿body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #ebe5d4;	/*  */
}
.thrColFixHdr #container {
	width: 945px;  
	background: #ebe5d4;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 7px;
} 
.thrColFixHdr #header {
	height: 330px;
	display: block;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
} 
.thrColFixHdr #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 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 

.thrColFixHdr #mainContent a {
	text-decoration: none;
	color: #4f677e;
	font-weight: bold;
} 

.thrColFixHdr #mainContent a:hover{
	background-color: #fff9eb;
}
 
.thrColFixHdr #footer { 
	width: 945px;
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height: 40px;
}
.thrColFixHdr #mainContent #Hdr0 {
	width: 925px;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
} 
.thrColFixHdr #mainContent #Hdr1 { 
	height: 10px;
	width: 945px;
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
}
.thrColFixHdr #mainContent #Hdr2 {
	height: 10px;
	width: 945px;
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	margin-bottom: 5px;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

#fejlec {
	text-align: center;
	font-size:10px;
	height: 30px;
	padding:0px;
	margin:0px;
	background-color: #8ab5dd;
	background: url('../images/table-head-bg.png') 0px 0px repeat-x;
}
#fejlec1 {
	width: 8px;
	background: url('../images/table-head-cr.png') 0px 0px no-repeat;
}
#fejlec2 {
	width: 8px;
	background: url('../images/table-head-cr.png') -22px 0px no-repeat;
}
#fejlec3 {
	width: 8px;
	background: url('../images/table-foot-bg.png') 0px 0px repeat;
}
#lablec {
	text-align: center;
	font-size:1px;
	height: 5px;
	padding:0px;
	margin:0px;
	background: url('../images/table-foot-bg.png') 0px 0px repeat-x;;
}
#lablec1 {
	width: 8px;
	background: url('../images/table-foot-cr.png') 0px 0px no-repeat;
}
#lablec2 {
	width: 8px;
	background: url('../images/table-foot-cr.png') -22px 0px no-repeat;
}
#elado {
	text-align: center;
	background-color: #fff;
	font-size:10px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

#eladva {
	text-align: center;
	background-color: #adadad;
	font-size:10px;
	height: 20px;
	padding:0px;
	margin:0px;
	/*background: url('../images/eladva-bg.png') 0px 0px repeat-x;*/
}
#foglalt {
	text-align: center;
	background-color: #dbdbdb;
	font-size:10px;
	height: 20px;
	padding:0px;
	margin:0px;
	/*background: url('../images/foglalt-bg.png') 0px 0px repeat-x;*/
}
#top_menu {
	width: 900px;
	position: absolute;
	left: 50%;
	margin-left: -520px;
	margin-top: 292px;
	z-index: 100;
	height: 36px;
	padding-top: 0px;
	background-repeat: no-repeat;
}
#top_menu li, #top_menu li a {
	margin-left: 14px;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	display: inline;
	list-style-type: none;
	
}
#top_menu li a:hover{
	color: #fff9eb;
}