/*css document*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	min-height:100%;
	background-color:#002C63;
	font-family:Arial;
	font-size:12px;
	line-height:1.5;
	text-align:justify;
}

.kiemelt {
	color:#002C63;
}

* html body {
	height:100%;
}

* html {
	margin: 0;
	padding: 0;
	height:100%;
}

hr {
	color:#5ABAEF;
	background-color:#5ABAEF;
}

h3 {
	background-color:#DE0008;
	color:#FFFFFF;
	padding:6px;
	font-family:Arial;
	font-weight:bold;
	font-size:13px;
	margin-bottom:10px;
}

a {
	text-decoration:none;
	color:#002F67;
	font-size:12px;
}

#header {
	margin:0;
	padding:0;
	position: absolute;
	z-index: 100;
	width: 980px;
	height:99px;
	background-color: #002C63;
	border-bottom: 3px solid #002C63;
}

#header_logo {
	float:left;
	background-color: #002C63;
}

#header_logo img{
	margin-bottom: -5px;
	padding: 0;
}

#header_main {
	float:left;
	width:810px;
	height:99px;
	background-image:url(gfx/header_main_cz.jpg);
}


#header_menu {
	text-align:center;
	width:211px;
	height:20px;
	margin-top:74px;
	margin-left:428px;
	background-image:url(gfx/header_menu.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding-top:5px;
}

*html #header_menu {
	margin-left:431px;
}

#header_menu_1 {
	float:left;
	text-align:right;
	width:95px;
}

#header_menu_2 {
	float:right;
	text-align:left;
	width:95px;
}

#header_menu a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
}

*html #header_menu a {
	height:1%;
}

#page {
	position: absolute;
	top: 0px;
	min-height:1050px;
	width:980px;
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
	z-index: 1;
}

* html #page {
	height:1050px;
}
/**********************************************************/
#menu {
	position: absolute;
	min-height:100%;
	float: left;
	width: 168px;
	border-right: 3px solid #002C63;
}

* html #menu {
	height:100%;
	border:none;
}

#menu_content {
	margin-top: 115px;
}


#menu_content ul {
}

#menu_content ul li {
	border-bottom:1px solid #5ABAEF;
	height:25px;
	line-height:2.2;
}

#menu_content ul li a {
	display:block;
	padding-left:15px;
	font-size:12px;
	text-decoration:none;
	color:#000000;
}

*html #menu_content ul li a {
	height: 1%;
}


/**********************************************************/

#content {
	float:right;
	width:809px;
	min-height:100%;
	z-index: 1;
}

* html #content {
	width:812px;
	height:100%;
}

#main_content {
	float:left;
	width:640px;
	height:100%;
	z-index: 1;
}

* html #main_content {
	border-left: 3px solid #002C63;
	border-right: 3px solid #002C63;
}

#tartalom {
	margin: 10px;
	margin-top: 110px;
	min-height:680px;
}

* html #tartalom {
	height:680px;
}

#right_content {
	position: absolute;
	min-height:100%;
	float: right;
	width:163px;
	left: 809px;
	border-left: 3px solid #002C63;
}

* html #right_content {
	margin-left:8px;
	height:100%;
	border:none;
	width:166px;
}

#banner_content {
	margin-top: 105px;
	margin-left:5px;
}

#info_content {
	margin-top: 10px;
	padding:5px;
	color:#59BBED;
	font-weight:bold;
	text-align:center;
}

#logo {
	text-align:center;
	margin-top:30px;
}

#nyelv {
	margin-top:30px;
	border-bottom:1px solid #5ABAEF;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	line-height:2.2;
}

#nyelv a {
	display:block;
	padding-left:15px;
	font-size:12px;
	text-decoration:none;
	color:#000000;
}

