body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006;
}


.szelek {   width: 1000px;  margin: auto;    }
.t01 { color: #900; font-family: "Comic Sans MS", cursive;  font-size: 16px; text-align:center; }
.style4 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
    font-size:18px;
	text-align:justify;
}
.style5 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
    font-size:13px;
	text-align:justify;
	color:#FFFFFF;
}
.style6 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
    font-size:14px;
	text-align:justify;
	color:#FFFFFF;
}

/* Menu Section */
ul#menu { padding: 0; }
ul#menu li { display: inline; }
ul#menu li a {
    background-color: #0069D2;
    color: white;
    padding: 10px 25px;
    text-decoration: none;
	font-family:"Comic Sans MS", cursive;
	font-size:14px;
    border-radius: 4px 4px 4px 4px;
}
ul#menu li a:hover { background-color: #0404B4; }

#menu li a:hover, #menu li .current{
	background-color: #0404B4;	
}
/* End Of Menu */


/* Seach Section */
	#tfheader{ background-color: #FFF;	}
	#tfnewsearch{
		float:right;
		padding: 0px;
	}
	.tftextinput{
		margin: 0;
		padding: 8px 15px;
		font-family:"Comic Sans MS", cursive;
		font-size:14px;
		border:1px solid #0076a3; border-right:0px;
		border-top-left-radius: 5px 5px;
		border-bottom-left-radius: 5px 5px;
	}
	.tfbutton {
		margin: 0;
		padding: 8px 15px;
		font-family:"Comic Sans MS", cursive;
		font-size:14px;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		border: solid 1px #0076a3; border-right:0px;
		background: #0069D2;
		border-top-right-radius: 5px 5px;
		border-bottom-right-radius: 5px 5px;
	}
	.tfbutton:hover {
		text-decoration: none;
		background: #0404B4; 
		
	}
	/* Fixes submit button height problem in Firefox */
	.tfbutton::-moz-focus-inner {  border: 0;	}
	.tfclear{ clear:both; }
/* Seach Section End*/