/* BODY tagok */
body, html {
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

#body {
    background-color: #CCCCCC;
}


/* A tagok */
a {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/* DIV tagok */
div {
	margin: 0px;
	padding: 0px;
}

#main {
	width: 760px;
    float: left;
    background-color: #F5F5F5;
    display: block;
	background-image: url(../pics/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#top {
	width: 760px;
	height: 153px;
	float: left;
}

#top a#antiszem {
	float: left;
}

#top_slide {
    width: 760px;
    height: 22px;
    float: left;
	border-top: 1px solid #006699;
	border-bottom: 1px solid #006699;
	margin-bottom: 20px;
}

#topmenu {
    float: left;
    height: 50px;
	width: 270px;
}

#center {
	width: 760px;
	float: left;
	margin-bottom: 20px;
}

#left {
	width: 190px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

.leftmenu {
    display: block;
	width: 190px;
	float: left;
}


#middle {
    float: left;
	display: block;
	width: 490px;
	border-left: 1px dotted #006699;
	padding-left: 20px;
}

div.mainbody {
	width: 490px;
	display: block;
	float: left;
	background-image: url(../pics/menusav_also.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#bottom {
	border-top: 1px solid #006699;
	width: 760px;
	height: 28px;
	float: left;
	color: #FFF;
}

#bottom a {
    float: right;
	position: relative;
	top: 5px;
	right: 10px;
}

#bottom a img {
    border: none;
}

div.text {
}

div.paginator_bottom {
	display: none;
}

/* P tagok */
p {
	width: auto;
	height: auto;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 16px;
	color: #000000;
	font-size: 12px;
}

/* Hr tagok */
hr {
	height: 2px;
	margin: 0px;
	padding: 0px;
	border: 1px dotted #DDD;
}

/* H1-H6 tagok */
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

h1 {
	font-family: Georgia,"Times New Roman",Times,serif;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0px;
	width: auto;
	display: block;
	line-height: 110%;
	color: #660000;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}


h1.title {
	font-family: Arial;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	width: auto;
	display: block;
	line-height: 110%;
	color: #34689A;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	height: 48px;
	background-image: url(../pics/title_bg.jpg);
	line-height: 56px;
	text-indent: 10px;
}

h2 {
    font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 2px;
}

h3 {
	margin: 0px;
	padding: 0px;
	line-height: 120%;
    font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #000000;
	background-color: #E8F4F4;
	padding: 5px 15px 8px 10px;
	text-align: justify;
/*	text-indent: 25px;*/
}

h4 {
	margin: 0px;
	padding: 0px;
	line-height: 120%;
    font-style: italic;
    font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #666666;
	background-color: #FFFFFF;
	padding: 5px 15px 8px 10px;
	text-align: justify;
/*	text-indent: 25px;*/
}

h5 {
    font-family: Verdana;
	font-size: 13px;
	color: #666666;
	margin-bottom: 5px;
	background-color: #E2F1F1;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 100%;
	margin-top: 10px;
}


/* 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;
	background-image: url(../pics/bg_sendmail_button.gif);
	background-repeat: no-repeat;
	background-position: left;
	border: 0px;
}

/* 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 img {
	margin-left: 130px;
}


