/* BODY tagok */
body, html {
	font: 90%/140%;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #5D666D;
}

/* A tagok */
a {
	color: #465767;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* DIV tagok */
div {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#main {
	width: 100%;
	height: 100%;
}

#main_content{
	width: 659px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#top{
	float: left;
	width:659px;
	height: 187px;
	background-image: url('../pics/header.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

#center{
	float: left;
	height: auto;
	width: 100%;
}

#center_left{
	float: left;
	width: 170px;
	background-image: url('../pics/leftbg.jpg');
	background-repeat: repeat-y;
	background-position: left top;
	height: auto;
}

#left_menu{
	width:155px;
	float: left;
	height: auto;
}
#login_box{
	float:left;
	width: 140px;
	height: auto;
	padding-left: 10px;
	margin-top: 10px;
}

#registration_box{
	float:left;
	width: 140px;
	height: auto;
	padding-left: 15px;
	margin-top: 10px;
	font-size: 11px;
}
#lang_manager_box{
	float:right;
	height:auto;
	margin-top:15px;
	padding-left:0;
	width:98px;
}

#center_right{
	background-color:white;
	float:left;
	padding-left:15px;
	width:474px;
	height: auto;
}
#calendar_box{
	float: left;
	padding-left: 5px;
	margin-top: 25px;
	padding-bottom: 60px;
}
#rbox_title{
color:#FFB400;
font-size:14px;
font-weight:bold;
}
#bottom{
	float: left;
	width: 659px;
	background-color: #F5F7F9;
	height: 75px;
}
#bottom_text{
	color:#A8AEB5;
	float:left;
	font-size:11px;
	height:auto;
	padding-left:30px;
	padding-top:20px;
	text-align:center;
	width:90%;
}
#portal_sign{
	float:right;
	width: 20px;
	margin-top: 13px;
}
#portal_sign img{
	border:medium none;
	margin-top:7px;
}

*html #main {
    height: auto;
}

div.mainbody {
	margin-top: 20px;
	padding-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: 11px;
	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: 0px;
	padding: 0px;
	margin-bottom: 5px;
	color: #5A5A5A;
	font-size: 95%;
}

h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}