/*css document*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #055665;
}

* html {
	margin: 0;
	padding: 0;
}

#clean_head {
	height: 100px;
	width: 100%;
}

#background {
	height: 556px;
	width: 100%;
	background-color: #B2E502;
	background-image: url(images/c_left.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#page {
	position: absolute;
	left: 98px;
	top: 191px;
	width: 834px;
	min-height: 470px;
	background-color: #FFFFFF;
}

* html #page {
	height: 470px;
}

#content_head {
	background-image: url(images/c_top.gif);
	background-repeat: no-repeat;
	width: 834px;
	height: 24px;
}
#content {
	width: 830px;
	min-height: 470px;
	border-left: 2px solid #cfebf0;
	border-right: 2px solid #cfebf0;
	background-color: #FFFFFF;
}

* html #content {
	height: 470px;
}

#content_foot {
	background-image: url(images/c_bottom.gif);
	background-repeat: no-repeat;
	width: 834px;
	height: 24px;
}

#webdesign {
	width: 830px;
	height: 90px;
	text-align: center;
	font-size: 11px;
}

#webdesign img{
	margin-top: 10px;
}

/************************************** MENU *********************************************/
#menu_bg {
	position: absolute;
	left: 98px;
	top: 37px;
	background-image: url(images/menu_bg.gif);
	background-repeat: no-repeat;
	width: 832px;
	height: 138px;
	font-size: 14px;
}

#menu_bg #remat {
	position: absolute;
	left: 1px;
	top: 0px;
	width: 171px;
}

#menu_bg #menu_top {
	position: relative;
	left: 623px;
	top: 2px;
	color: #74c6d5;
	text-decoration: none;
	width: 210px;
}

#menu_bg #menu_top_en {
	position: relative;
	left: 686px;
	top: 2px;
	color: #74c6d5;
	text-decoration: none;
	width: 210px;
}

#menu_bg #menu_top_en a {
	color: #74c6d5;
	text-decoration: none;
}

#menu_bg #menu_top_en .white {
	color: #FFFFFF;
}

#menu_bg #menu_top .white {
	color: #FFFFFF;
}

#menu_bg #menu_top a {
	color: #74c6d5;
	text-decoration: none;
}

#menu_bg #menu_bottom {
	position: relative;
	float: right;
	margin-right: 40px;
	top: 95px;
	color: #74c6d5;
	text-decoration: none;
	color: #FFFFFF;
}

#menu_bg #menu_bottom a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu_bg #menu_bottom ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
/*	border: 1px solid red;*/
}

 /* all list items */
#menu_bg #menu_bottom li {
	float: left;
	position: relative;
}

#menu_bg #menu_bottom li a {
	float: left;
}

#menu_bg #menu_bottom_en {
	position: relative;
	left: 640px;
	top: 95px;
	color: #74c6d5;
	text-decoration: none;
	width: 440px;
	color: #FFFFFF;
}

#menu_bg #menu_bottom_en a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu_bg #menu_bottom_en ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
/*	border: 1px solid red;*/
}

 /* all list items */
#menu_bg #menu_bottom_en li {
	float: left;
	position: relative;
}

#menu_bg #menu_bottom_en li a {
	float: left;
}

/************************************** MENU *********************************************/

/************************************* CONTENT *******************************************/
#page #content #content_main {
	width: 760px;
	padding-left: 44px;
	padding-bottom: 10px;
}

#page #content #content_main h1 {
	color: #4cc6dc;
	font-size: 18px;
	margin-bottom: 10px;
}

#page #content #content_main h2 {
	color: #4cc6dc;
	font-size: 14px;
	margin-bottom: 10px;
}

#page #content #content_main p {
	margin-bottom: 10px;
}

#page #content #content_main p.hr {
	border-bottom: 1px solid #49C5DC;
	border-top: 1px solid #49C5DC;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

#page #content #content_main p.vilagos {
	margin-bottom: 10px;
	color: #3d8896;
}

#page #content #content_main p.felsorolas {
	margin-bottom: 0px;
}

#page #content #content_main ul {
	margin-left: 15px;
	list-style: none;
	margin-bottom: 10px;
}

#page #content table.cegadatok {
	background-color: #FFFFFF;
}

#page #content table.cegadatok td.even{
	background-color: #A8E2EC;
	padding: 4px;
}

#page #content table.cegadatok td.odd{
	background-color: #4CC6DC;
	padding: 4px;
}

/************************************* CONTENT *******************************************/
