/* BODY tagok */
body, html {
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

/* A tagok */
a {
	color:white;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* DIV tagok */
div {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#main {
	width: 100%;
	height: 100%;
}

*html #main {
    height: auto;
}

div.mainbody {
	margin-top: 20px;
	margin-left: 5px;
	text-align: justify;
}

#top_close {
	color: #343434;
	font-weight: bold;
	font-size: 12px;
	display:none;
	position:absolute;
	z-index:200;
	text-align:right;
	cursor:pointer;
	background-color: #fff;
	padding: 5px;
}

div.mainbody h1.title {
    padding-bottom: 5px;
}


div.mainbody .text {
	font-size: 11px;
	margin-bottom: 10px;
}

/* P tagok */
p {
	width: auto;
	height: auto;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
/*	line-height: 20px;*/
}

/* Hr tagok */
hr {
	height: 2px;
	margin: 0px;
	padding: 0px;
	border: 1px dotted #DDD;
}

/* H1-H6 tagok */
h1 {
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	color: #5A5A5A;
	font-size: 95%;
}

h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

/* funkcio gombok */
div.functionbuttons {
	width: 100%;
	float: left;
	text-align: center;
}

div.functionbuttons p {
	display: inline;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

p.error_message {
	margin: 0px;
	padding: 0px;
	color: #FF0000;
	border-bottom: 1px solid #CCC;
	border-left: 10px solid #AAA;
	text-indent: 20px;
	line-height: 25px;
	font-weight: bold;
}

p.success_message {
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #D8F884;
	border-bottom: 1px solid #000;
	border-left: 10px solid #B9F323;
	text-indent: 20px;
	line-height: 25px;
	font-weight: bold;
}

/* Form elemek */
form {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

input.inputbox {
	margin: 2px;
	padding: 0px;
	color: #333;
	background-color: #EEE;
	border: 1px solid #000;
	width: 200px;
}

input.inputbox:focus {
	margin: 2px;
	padding: 0px;
	color: #333;
	background-color: #EEE;
	border: 1px solid #000;
	width: 200px;
}

input.submit {
	width: auto;
	height: 25px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	background-color: #FF0000;
	font-size: 100%;
	font-weight: bold;
	border: 1px solid #EEE;
}

/* Paginator */
div.paginator_top {
	width: 100%;
	text-align: right;
}

div.paginator_bottom {
	width: 100%;
	text-align: center;
}

p.lang {
	text-align: center;
}

/* TOP menu */
div.topmenu {
	background-image: url(../../../kezdooldal/kezdooldal.html);
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	height: 58px;
}

div.topmenu ul {
	width: auto;
	margin: 0px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
	list-style: none;
	display: block;
	margin-left: 280px;
	padding-top: 2px;
}

div.topmenu ul li {
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	padding-right: 35px;
}

div.topmenu ul li a {
	font-family: Verdana;
	font-size: 90%;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	font-weight: bold;
	color: #8D8D8D;
	text-decoration: none;
	text-transform: uppercase;
}

div.topmenu ul li a:hover,  div.topmenu ul li a#active_menu1 {
	color: #000;
	background-color: #FFF;
}

/*-------------------------------------------------------------------------------------------------------------*/

#main_content{
	width: 1140px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
}
#header{
	float: left;
	height:58px;
	width: 100%;
	background-image: url('../pics/header.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}
#center{
	float: left;
	height:525px;
	width: 1140px;
	background-image:url(../pics/center.jpg);
	background-position:3px 0;
	background-repeat:repeat-y;
}


#center_left{
	float:left;
	height:100%;
	padding-left:30px;
	padding-top:5px;
	width:120px;
}
#center_center{
	float: left;
	width: 800px;
	height: 100%;
	background-image: url('../pics/fooldal.jpg');
	background-position:36px 35px;
	background-repeat: no-repeat;
}
#center_right{
	float: left;
	width: 130px;
	height: 100%;
	padding-top:5px;
}

#navigate{
	float:left;
	font-weight:bold;
	height:auto;
	padding-left:320px;
	padding-top:100px;
	width:428px;
}
.static_content{
	display: none;
}

#content{
	float: left;
	width: 636px;
	height: auto;
	padding-top:95px;
	height:330px;
}

#flashcontent {
	width:724px;
	height:485px;
	position:relative;
	top:-56px;
	left:37px;
}

#footer{
	background-image:url(../pics/bottom.jpg);
	background-position:-2px -19px;
	background-repeat:no-repeat;
	float:left;
	height:75px;
	width:1034px;
}
#menustruct{
	height:39px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	text-align:center;
	width:800px;
}
#footer_text{
	color:#06427E;
	float:left;
	font-size:11px;
	height:30px;
	padding-left:220px;
	padding-top: 3px;
	width:auto;
}
#portal_logo{
	float: left;
	height: 30px;
	padding-left:150px;
	width: auto;
}
#portal_logo img{
	border: none;
}

#navigate{
	display: none;
}
