html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
}
a {
	color:#f18a13;
	text-decoration: none;
} 

a:hover {
	color:#f18a13;
	text-decoration: underline;
}
a:visited {
	color:#f18a13;
}
 
#pagewidth{
	width:984px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	} 
 
#header{
	position:relative;
	height:76px;
	background-color:#FFFFFF;
	width:984px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	} 
 
#maincol{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width: 100%;
	background-image: url(images/kozepbg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 10px;
 }
 
#footer{
	height:32px;
	background-color:#FFFFFF;
	clear:both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
 }
#footerin {
	height: 20px;
	width: 964px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-left: 0px;
} 
 

 
 /* *** Float containers fix:
 *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

#kozep {
	width: 944px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#headlink {
	height: 97px;
	width: 100%;
}
.tablavonal {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #f18a13;
	padding-top: 0px;
}