/* BODY tagok */
body, html {
	font-size: 12px;
	font-family: Tahoma;
	margin: 0px;
	padding: 0px;
}

/* A tagok */
a {
	color: #9A9A9A;
	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;
}

div.mainbody h1.title {
    padding-bottom: 5px;
}


div#right .text {
	float: left;
	width: 620px;
}

/* P tagok */
p {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
/*	text-align: justify;*/
/*	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: 5px 0px;
	padding: 0px;
}

h2, h3, h4, h5, h6 {
}

/* 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;
}

/*-------------------------------------------------------------------------------------------------------------*/

#main_content{
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#header{
	float: left;
	height: 115px;
	width: 100%;
	background-image: url(../pics/top_line.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#logo{
	float: left;
	height: 61px;
	padding-left: 15px;
	padding-top: 25px;
	width: 233px;
	cursor: pointer;
}
#logo img{
	border: none;
}
#center{
	float: left;
	height: auto;
	width: 100%;
	background-image: url(../pics/main_content_bg.jpg);
	background-position: left top;
	background-repeat: repeat-y;

}
#left{
	float: left;
	width: 172px;
/*	height: 380px;*/
}
#right{
	float: left;
	width: 627px;
	height: 100%;
}
#footer{
	float: left;
	height: 30px;
	width: 100%;
	background-image: url(../pics/bottom_line.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#languages{
	float:right;
	height:100%;
	padding-top:5px;
	width:auto;
}
#pi{
	float:left;
	padding-left:62px;
	padding-top:15px;
	width:100px;
}
#pi img{
	border: none;
	width: 15px;
	height: 15px;
}

