/* BODY tagok */
body, html {
	font-family: Tahoma;
	margin: 0px;
	padding: 0px;
	background-color: white;
	background-image: url('../pics/body.jpg');
	background-position: left top;
}

/* A tagok */
a {
	color: #3f3f3f;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* DIV tagok */
div {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#main {
	width: 100%;
	height: 100%;
	background-image: url('../pics/main.jpg');
	background-position: left top;
	background-repeat: repeat-x;
}

*html #main {
    height: auto;
	
}

div.mainbody {
	margin-top: 20px;
	margin-left: 5px;
	text-align: justify;
}

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;
}

.text {
	margin-bottom: 5px;
}

.more {
	margin-top: 10px;
}

/* Hr tagok */
hr {
	height: 2px;
	margin: 0px;
	padding: 0px;
	border: 1px dotted #DDD;
}

/* H1-H6 tagok */
h1 {
	color: #FD7920;
	font-size: 13px;
	font-weight: bold;
	padding-top: 3px;
	text-align: left;
	text-transform: uppercase;
}

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 {
	border-bottom:1px solid #CCCCCC;
	border-left:13px solid #AAAAAA;
	color:#FF0000;
	font-weight:bold;
	line-height:25px;
	margin:0;
	padding-bottom:0;
	padding-right:0;
	padding-top:0;
	text-indent:20px;
	width:393px;
}

p.success_message {
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #D8F884;
	border-bottom: 1px solid #000;
	border-left: 13px solid #B9F323;
	text-indent: 20px;
	line-height: 25px;
	font-weight: bold;
	width:393px;
}

/* Form elemek */
form {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/*-------------------------------------------------------------------------------------------------------------*/

#main_content{
	background-image:url(../pics/shadow.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:700px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:35px;
	padding-left:53px;
	padding-top:34px;
	width:870px;
}
#main_content_center{
	float: left;
	height: auto;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}

#header{
	background: transparent url(../pics/header.png) no-repeat;
	float:left;
	height: 263px;
	width: 839px;
	position:relative;
}
#logo{
	background-image:url(../pics/logo.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	height:73px;
	margin-left:27px;
	margin-top:21px;
	width:112px;
}
#logo a{
	width:112px;
	height: 73px;
	float:left;
}
#toplinks{
	color:white;
	float:right;
	font-size:9px;
	height:20px;
	padding-right:5px;
	padding-top:4px;
	width:auto;
	position:absolute;
	right:5px;
}
#to_first_page{
	float: left;
	height: 100%;
	width: auto;
	cursor: pointer;
}
#slash{
	float: left;
	height: 100%;
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
}
#to_favourites{
	float: left;
	height: 100%;
	width: auto;
	cursor: pointer;
}

#menustruct{
	height: 20px;
	width: 50%;
	padding-left: 40px;
}

#header_text{
	color:white;
	float:left;
	font-size:11px;
	font-weight:bold;
	height:20px;
	position:absolute;
	left:155px;
	top:225px;
	text-align:center;
	width:500px;
}

#left {
	background: transparent url(../pics/left.jpg) no-repeat;
	width: 157px;
	height: 400px;
	float: left;
	font-size: 10px;
	background-color:#ffffff;
}

#right{
	background-color: white;
	background-image: url(../pics/right.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	float: left;
	height: 400px;
	background-color: #969593;
	width: 633px;
	padding: 0px 25px;
	overflow:hidden;
}

#center {
	width: 840px;
	float:left;
	padding: 0px;
	margin:0px;
}

#footer{
	background:transparent url(../pics/footer.jpg) repeat-y left top;;
	float:left;
	height:50px;
	width:840px;
}
#footer_text{
	color:#3F3F3F;
	float:left;
	font-size:15px;
	font-weight:normal;
	padding-left:100px;
	padding-top:17px;
	text-align:center;
	width:640px;
}

#portal_sign{
	float:left;
	height:auto;
	padding-left:60px;
	padding-top:15px;
	width:auto;
}
#portal_sign img{
	border: none;
	cursor: pointer;
}

#flashcontent {
	position:relative;
	left:1px;
}
