a {
	cursor: pointer;
	color: #666666;
	text-decoration: none;
} 

a:hover {
	color: #FF6600;
	text-decoration: underline;
	cursor: pointer;
}

body {
	background-color : #333399;
	color: #666666;
	background-image: url('body-bg.png');
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
.bal {
	float: left;
	margin: 5px;
}

.jobb {
	float: right;
	margin: 5px;
}

#container {
	width: 949px;
	text-align: justify;
	background: #FFFFFF url('bg_2.jpg') repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	background-color:#FFFFFF;
}

#head {
	width: 969px;
	height: 175px;
	border: 0;
	background: #FFFFFF url('hirek.jpg') no-repeat;
	margin-top: opx;
}

.tartalom {
	background : #ffffff url('content_bg.jpg') repeat-x;
	border : 1px solid #FF9900;
	padding : 10px;
	padding-top: 30px;
	margin : 10px;
	margin-bottom : 20px;
	text-align : inherit;
	text-align: justify;
	width: 700px;
} 

.hirek {
	width: 760px;
	border: #FF9900 1px solid;
	text-align: justify;
	padding: 5px;
	background-color: #FFFFFF;
}

.hirek_cim {
	font-size: xx-large;
	color: #666666;
	padding-bottom: 10px;
}

.hir_cim {
	text-align: left;
	font-size: large;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC3300;
}

.hir_tartalom {
	text-align: justify;
	padding: 5px 5px 40px 40px;
}

.hir_alja {
	font-size: small;
	text-align: right;
	padding-bottom: 15px;
}

.clear {
	clear: both;
}

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url('menub_bg.gif') repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url('menub_hover_left.gif') no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url('menub_hover_right.gif') no-repeat right top; /*right tab image path*/
}

.formbutton {
	background: #FFFFFF url('form_bg.gif') repeat-x;
	heoght: 46px;
}

.handcursor {
	cursor:hand;
cursor:pointer;
}