body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 15px !important;
	color: #FFF !important;
    background-color: #000 !important; /* All browsers */
}

/* WORD style remover */
font, basefont {
	color: inherit; /* Standard browsers */
	font: inherit; /* Standard browsers. Font instead of font-size for Opera */
	font-size: 100%; /* All browsers. Sizes are inherited */
}

center {
	text-align: inherit; /* Standard browsers */
	
}

s, strike, u {
	text-decoration: inherit; /* Standard browsers */
	
}



img { margin: 0; border:none; display: none !important; }  /* All browsers. Borders & margins are not inherited */

table {
  font-size: 12px;
}



/* H1-H6 tagok */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 110%;
}

h1 {
	font-size: 18px;
	line-height: 23px;
	width: 634px;
	margin-left: 0px;
	display: block;	
	color: #FFF !important;
	margin-bottom: 28px;
	text-align: center;
}

h2 {
   	font-size: 12px;
	line-height: 17px;
	display: block;
	color: #00386b;
	font-size: 15px !important;
	color: #FFF !important;

}

/* P, DIV tagok */
p {
	width: auto;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
    font-style: normal;
	display: block;
	font-size: 15px !important;
	color: #FFF !important;
}

div {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	display: table;
}

a {	
	font-size: 15px !important;
	height: auto !important;
	border: none !important;
	background-image: none !important;
	color:#FFFF00 !important;
	font-weight:bold !important;
	text-decoration:underline; !important
}

a:hover {
	font-size: 15px !important;
	border: none !important;
	height: auto !important;
	background-image: none !important;
	background-color:#FFFFFF !important;
	color:#000000 !important;
	font-weight:bold !important;
	text-decoration:underline !important;
}

ul,li{
	font-size: 15px !important;
	color: #FFF !important;
	border: none !important;
	background-image: none !important;
}

/* FORM tagok*/
form, fieldset {
	margin: 0;
	padding: 0;
   	width: auto;
	height: auto;
	border: 0px;
}

legend {
 	display: none;
}

input {
	margin: 0px;
	padding: 0px;
	width: auto;
	border: 1px solid #B1B1B1;
	background-image: none !important;
}

input.inputbox {
	width: 100px;
	border: 1px solid #B1B1B1 !important;
}

input.submit{
	background-image: none !important;
	font-size: 12px !important;
	color: #FFF !important;
	background-color: transparent !important;
	border: 1px solid #B1B1B1 !important;
}

input.submitbutton {
	width: 100px;
}

div.logoutbox span.userinfo{
	background-image: none !important;	
}

select {
	border: 1px solid #000;
}

span{
	font-size: 13px !important;
	color: #FFF !important;	
}

form p span {
	width: 200px;
	display: table;
	float: left;
}

form p {
	width: 100%;
	display: table;
	line-height: 20px;
}

/* funkcio gombok */
div.functionbuttons {
	width: 100%;
	float: left;
	text-align: left;
}

div.functionbuttons p {
	display: inline;
    font-size: 9px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	width: auto;
}

div.functionbuttons p img {
	margin-right: 5px;
	vertical-align:middle;
}


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;
}

/* Paginator */
div.paginator_top {
	width: 100%;
	margin-bottom: 10px;
	text-align: right;
	display: none;
}

div.paginator_bottom {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	display: none;
}

p.lang {
	text-align: center;
}


/* Elfelejtett jelszó */
#lost_password {
	margin-top: 20px;
}

/* Weboldal CSS-e */

table.main {
	width: 100%;
	height: 100%;
}

td.header {
	height: 201px;
    vertical-align: top;
    /*
    background-image: url(../images/headerbg.jpg);
	background-repeat: repeat-x;
    background-position: top left;
    */
}

td.headertop {


vertical-align: bottom;


}

td.footer {
	width: 100%;
	height: 66px;
	/*
   	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
    background-position: top left;
    */
}

td.left {
	vertical-align: top;
    width: 266px;
	height: 580px;
	/*
   	background-image: url(../images/leftbg.jpg);
	background-repeat: no-repeat;
    background-position: top left;
    */
}

td.center {
	vertical-align: top;
   	width: 734px;
   	/*
   	background-image: url(../images/centerbg.jpg);
    background-repeat: repeat-y;
    background-position: top left;
    */
}

td.footerleft p {
	margin-top: 20px;
	color: #FFF;
	text-align: right;
}

td.footerleft a, #footer a:hover {
	color: #FFF;
	text-decoration: none;
}

div.banners {
	padding-left: 70px;
}

div.mainbody {
	width: 620px;
	height: 100%;
	margin-left: 20px;
}

div.content {
	width: 620px;	
}

div.text {
	width: 620px;	
}

div.function_buttons {
	width: 734px;
	height: 20px;
	margin-top: 20px;
}

div.function_buttons p {
  	display: table;
	float: left;
	width: auto;
	margin-right: 10px;
	font-size: 9px;
}

div.function_buttons img {
	margin-right: 5px;
	vertical-align: middle;
}

#headerlogin {
	width: 1000px;
	height: 116px;
}

div.langswitch{
	float:left;	
	width: 250px;
	display: block;
	height: auto;
	margin-top: 62px;
	margin-left: 8px;
}

ul.langlist{
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.langlist li{
	float:left;
	margin-right: 0px;
}

.nyitolink{
	display: block;
	float: left;
	width: 280px;
	height: 55px;
	position: absolute;
	left: 23px;
	top: 25px;
}

div.ujmagyaro{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
