/* CSS Document */
		.hintsClass {
			font-family: tahoma, verdana, arial;
			font-size: 12px;
			background-color: #f0f0f0;
			color: #000000;
			border: 1px solid #808080;
			padding: 5px;
		}
body {
	margin:0; padding:0; background:url(../images/main_bg.gif) repeat-x top left;
	font:normal 12px arial; color:#465259;
}
a { text-decoration:none; color:#185e82; }
a:hover { text-decoration:underline; }

h1, h2, h3, h4, h5, h6 { margin:0; padding:0; font:bold 14px arial; color:#367ea3; }

/* keret, fejlec */
div.main_container { margin:auto; padding:0; width:1004px; position:relative; }
div.main_head {
	position:relative; z-index:2; margin:0; padding:0; width:792px; height:130px;
	background:url(../images/main_head.jpg) no-repeat;
	margin-left:105px;
}
div.main_head div.home {
	position:relative; z-index:900;
	float:left; margin-left:53px;
	width:120px; height:128px;
	cursor:pointer;
/*	border:1px solid #000;*/
}
* html div.main_head div.home {
	margin-left:26px;
}

/* body keret, body fejlec, body foot */
div.body_container {
	margin-left:0px; padding:0; width:710px;
	background:url(../images/body_bg.gif) repeat-y;
	float:left;
}
div.body_head {
	margin:0; padding:0; height:67px;
	background:url(../images/body_head.jpg) no-repeat;
}
div.body_head h1 {
	position:relative; top:27px; left:100px; margin:0; padding:0;
	font:bold 15px arial; color:#1e516c;
}
div.body_foot {
	text-align:center;
	margin:0; height:0;	height:78px; clear:both;
	background:url(../images/body_foot.jpg) no-repeat;
}

div.body_foot h6 {
	position:relative; top:10px; margin:0; padding:0;
	font:bold 9px verdana; color:#FFFFFF;
}
div.body_foot h6 a{
	color:#d6e4eb;
}

div.body_foot a h3{
	display:inline; position:relative; top:10px; font:bold 10px verdana; color:#5e9ec0;
}

tr.v1 {
 text-align: left;
 background-color: #f1f1f1;
 vertical-align: middle;
 font-weight: normal;
}
tr.v2 {
 text-align: left;
 background-color: #e9e9e9;

}
tr.v3 {
 background-color: #106f9f;
 text-align: left;
 font-weight: bold;
 vertical-align: text-top;
 color: #ffffff;
 font-family: tahoma, times;
 font-size: 11px;
}


#mydiv {
	position: relative;
}
.right-side {
	position: absolute;
	width: 150px;
	right: -3px;
}