/* BODY tagok */
body, html {
	font-family: Tahoma;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background: #ffff00 url(../pics/oldallogo.gif) repeat;
}

/* A tagok */
a {
	color:#CA8F4D;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* DIV tagok */
div {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#text {
	padding-bottom: 20px;
}

#main {
	width: 766px;
	display: block;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

#top {
	width: 766px;
	height: 231px;
	background-image: url(../pics/header.jpg);
	background-repeat: no-repeat;
	text-align:right;
}

.img {
	position:relative;
	right:38px;
	top:120px;
	display:none;
}

#contentarea {
   padding:0px;
   margin: 0px;
   margin-left: 8px;
   *margin:0px;
}

#flashcontent {
	padding:0px 20px 0px 12px;
	*padding:0px 20px 0px 20px;
}


#center {
	background: #fff url(../pics/bg_main.gif) repeat-y top center;
	width: 766px;
	margin: 0px;
	padding: 0px;
}

div.mainbody {
	padding-left:8px;
	*padding:0px;
	width:734px;
	text-align: justify;
}

div.mainbody h1.title {
    padding-bottom: 5px;
}


div.mainbody .text {
	font-size: 12px;
	margin: 0px;
	width:735px;
}

div.login {
	height: 50px;
}

#bottom {
	width: 100%;
	color: #000;
	height: 37px;
	background-image: url(../pics/footer.jpg);
	background-repeat: no-repeat;
}

/* P tagok */
p {
	width: auto;
	height: auto;
	display: block;
	margin: 15px 15px 0px 15px;
	padding: 0px;
	line-height: 15px;
}

/* Hr tagok */
hr {

}

/* H1-H6 tagok */
h1 {
	background-image:url(../pics/bg_cimsor.gif);
	background-position:center top;
	background-repeat:repeat-x;
	color:#36753C;
	font-size:14px;
	font-weight:bold;
	margin:0 auto;
	padding-bottom:16px;
	padding-left:28px;
	padding-top:6px;
	clear:both;
}

h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

/* 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;
	margin: 0px;
	padding: 0px;
}

input.inputbox, textarea {
	background-color:#F2FFF3;
	border:1px solid gray;
	width:250px;
	margin: 2px;
}

.radio, .checkbox {
	background: transparent;
	border: 0px;
}

input.inputbox:focus {

}

input.submit {
	padding: 0px;
	margin: 0px;
	color: #FFF;
	font-size: 100%;
	font-weight: normal;
	text-align : center;
	width: 155px;
	background: transparent url(../pics/elkuld.gif) no-repeat;
	border: none;
}

/* Paginator */
div.paginator_top {
	width: 100%;
	text-align: right;
}

div.paginator_bottom {
	width: 100%;
	text-align: center;
}

p.lang {
	text-align: center;
}

/* TOP menu */
div.topmenu {
	background: transparent url(../pics/bg_mainmenu.gif) no-repeat;
	width: 100%;
	height: 35px;
}

div.topmenu ul {
	width: auto;
	margin: 0px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
	list-style: none;
	display: block;
	padding: 0px;
	margin-left: 13px;
}

div.topmenu ul li {
	width: 106px;;
	margin:0px;
	float: left;
	text-align:center;
	background-color: #0F4B0B;
}

div.topmenu ul li a {
	background: #0F4B0B url(../pics/menu_bg.jpg);
	font-size: 14px;
	height: 35px;
	padding: 0px;
	display: block;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

div.topmenu ul li a:hover,  div.topmenu ul li a#active_menu1 {
	text-decoration: underline;
}

/* BOTTOM menu */
div.bottommenu {
	width: 766px;
	padding-top: 10px;
	text-align: right;
}

div.bottommenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	margin-left: 20px;
}

div.bottommenu ul li {
	width: auto;
	float: left;
	padding-right: 5px;
	width: 70px;
}

div.bottommenu ul li a {
	font-size: 12px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

div.bottommenu ul li a:hover,  div.bottommenu ul li a#active_menu1 {
	text-decoration: underline;
}

/* FOOTER */

.footer_left {
    width: 50%;
	text-align: left;
}

.footer_right {
    font-size: 10px;
	padding-right: 30px;
}

.form_generator h1 {
	margin-bottom: 10px;
	width: 200px;
}


.form_generator div.elements {
	width: 350px;
}


.form_generator div.elements p.tagname {
	width: 150px;
	padding:0px;
	margin:0px;
	text-align:left;
	margin-left:50px;
	font-weight: normal;
	color: #8A9092;


}

.form_generator div#elements3 p.tagname {
    padding-top: 0px;
	margin: 0px;
	height: 0px;
	min-height: 0px;
}


.form_generator div.elements p.tagvalue {
	width: 100px;
	padding:0px;
	margin:0px;
	min-height: 0px;

}

.form_generator div.elements textarea {

}

.form_generator div.elements input {

}


.form_generator p.submit {
	clear:both;

}

.form_generator p.submit .submit {
}


fieldset p {
	margin:0px;
	padding-bottom:5px;
}

body .dijtablazat {
	width: 350px;
	height:auto;
}

#left_cont {
	position: fixed;
	top: 0;
	left:0;
	width:220px;
	z-index:99;
	background-color:#265B31;
}

#right_cont {
	position: fixed;
	top: 0;
	right:0;
	width:220px;
	z-index:99;
	background-color:#265B31;
}

#left_cont .cim, #right_cont .cim {
	color:white;
	font-weight:bold;
	font-variant:small-caps;
	float:left;
	font-size:11px;
	padding-left:3px;
}
#left_cont .cim2, #right_cont .cim2 {
	text-align:right;
}

#left_cont img.icon, #right_cont img.icon {
	width:12px;
	cursor:pointer;
	padding-right:3px;
}

.news, .banner, .cart {
	background-color:#E8E8E8;
	border:2px solid #0E4B08;
	margin-left:0;
	padding:0px;
	text-align: left;
	font-size: 12px;
}

.news_div p {
	margin:5px;
/*	text-align:justify;*/
}

.news_div h1 {
	padding-bottom:6px;
}

.new_div h1 {
	background:none;
}

.small_header {
	color:black;
	background-color:#265B31;
	padding:0;
	margin:0;
	height:20px;
	float:left;
	width:100%;
	border-bottom:solid 2px #898989;
}
