/* BODY tagok */
body, html {
	font-family: Arial;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #000066;
}

#body, html {
}

/* A tagok */
a {
	text-decoration: underline;
}

a:hover {
}

/* DIV tagok */
div {
	margin: 0px;
	padding: 0px;
}

#main {
	width: 900px;
    float: left;
    display: block;
}

#top {
	width: 900px;
	height: 100px;
	float: left;
	background-image: url(../pics/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#top_slide {
    display: block;
	float: left;
	height: 20px;
	width: 100%;
	background-image: url(../pics/top_slide_bg.jpg);
	background-repeat: repeat-x;
	background-position: left;
}


#topmenu {
    float: left;
    height: 20px;
    width: 900px;
}

#center {
	display: block;
	float: left;
	width: 840px;
	padding-left: 60px;
	float: left;
	background-image: url(../pics/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#left {
	float: left;
	display: block;
	width: auto;
}

.leftmenu {
    display: block;
	float: left;
	background-image: url(../pics/menu_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
	width: 140px;
}


#middle {
    float: left;
	display: block;
	padding-top: 25px;
	padding-bottom: 5px;
	width: 700px;
}

div.mainbody {
	width: auto;
	display: block;
	float: left;
	width: 100%;
}

#bottom {
	width: 900px;
	height: 28px;
	display: block;
	float: left;
	color: #0000FF;
	font-size: 9px;
	border-top: 1px solid;
	text-align: center;
	padding-top: 5px;
}

#bottom span.footer_text {
    float: left;
	display: block;
	width: 850px;
	padding-left: 25px;
}


#bottom #portalinternet {
	display: block;
	float: right;
}


div.text {
	width: 100%;
}

div.paginator_bottom {
	display: none;
}

/* P tagok */
p {
	width: auto;
	height: auto;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 14px;
}

/* Hr tagok */
hr {
	height: 2px;
	margin: 0px;
	padding: 0px;
	border: 1px dotted #DDD;
}

/* H1-H6 tagok */
h1, h2, h3, h4, h5, h6 {
}

h1 {
}

h1 a {
}

h1 a:hover {
}


h1.title {
}


/* funkcio gombok */
div.functionbuttons {
	width: auto;
	height: 40px;
	display: block;
	margin-left: 50px;
	float: left;
	text-align: center;
}

*html div.functionbuttons {
	margin-left: 25px;
}



div.functionbuttons p {
	display: inline;
	height: 40px;
	line-height: 40px;
}

div.functionbuttons a {
	color: #373736;
	background-color: #FFF;
	font-size: 10px;
	text-decoration: none;
}

div.functionbuttons a:hover {
	text-decoration: underline;
}

/* Form elemek */
form {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

input {
	margin: 0px;
	padding: 0px;
}


input.inputbox {
	padding: 1px;
	color: #05370E;
	background-color: #E1EBD4;
	border: 1px solid #AEB1B0;
	width: 200px;
}

input.submit {
	margin-bottom: 10px;
	margin-left: 145px;
	width: 102px;
	height: 22px;
	font-size: 14px;
	color: #FFF;
	border: 0px;
    background-color: #7AACD1;
}

/* Uzenetek */
p.error_message {
	text-indent: 20px;
	line-height: 25px;
	font-size: 12px;
	color: #8daf61;
	background-image: url(../pics/bg_error.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 100%;
}

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;
}

/* Egyeb */

#bottom span {
    float: left;
	padding-top: 2px;
}

#bottom span.fotter_info {
    width: 770px;
	text-align: center;
}

#bottom span.fotter_info a {
    color: #FFFFFF;
}


#bottom span#portalinternet {
	float: right;
	padding-right: 5px;
}

#bottom span#portalinternet a img {
	border: none;
}
