/*css document*/

img, div, input, ul { behavior: url("http://poligrupo.hu/_site/templates/iepngfix.htc") }

* {
	margin: 0;
	padding: 0;
}

body {
	height:100%;
	margin: 0;
	padding: 0;
	background-image:url(images/bg_img.jpg);
	background-repeat:repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #353535;
	
}

* html {
	margin: 0;
	padding: 0;
}

#headbg {
	position: absolute;
	left: 0;
	top: 0;
	background-image:url(images/head_bg_img.jpg);
	background-repeat:repeat-x;
	width: 100%;
	height:258px;
	z-index: -3000;
}

#page {
	margin: auto;
	width: 788px;
	min-height:800px;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-x;
	background-color: #b0de20;
	border-left: 2px solid #9b9b9b;
	border-right: 2px solid #9b9b9b;
}

* #page {
	height: 100%;
}
 
#head_top {
	height: 33px;
}
#head_top .pikto {
	float: left; 
	width: 11px;
}
#head_top .text {
	float: right; 
	margin-left: 2px; 
	margin-top: -1px;
}
#head_top .text a {
	color: #FFFFFF; 
	font-weight: bold; 
	text-decoration: none;
}

#head_left {
	padding-top: 10px;
	padding-left: 16px;
	float: left;
}

#head_right {
	padding-top: 10px;
	padding-right: 25px;
	float: right;
	width: 170px;
}

#left {
	float: left;
	width: 240px;
}

#right {
	float: right;
	width: 548px;
}

#content {
	margin-top: 10px;
	margin-left: 6px;
	min-height: 550px;
}

#main_content {
	height: 16px;
	width: 522px;
}

#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 55px;
}

h1 {
	font-size: 18px;
	color: #008349;
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
}

ul li {
	list-style-image: url(images/li.jpg);
	margin-left: 20px;
	text-align: justify;
}

ol li {
	list-style-type: decimal;
	margin-left: 20px;
	text-align: justify;
	font-weight: bold;
}


a {
	color: #008349;
}

/*----------------------------------------------------*/
/*--Menü----------------------------------------------*/
/*----------------------------------------------------*/

#menu {
	 width: 222px;
}
#menu ul {
	margin: 0px;
	padding-left: 2px;
	width: 220px;
	background: url(images/menu/bg.png) repeat-y;
}
#menu ul a {
	color: #2f302f;
	height: 18px;
	padding: 2px 0px 1px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	display: block;
	background: url(images/menu/bg_btn.png) no-repeat;
}

/* ez a lenyilo menupont*/
#menu ul .lenyilo {
	background: url(images/menu/bg_btn_lenyilo.png) no-repeat;
}
/* ez egy div amiben benne vannak az almenupontok.*/
#menu ul .almenu{
	margin-bottom: 1px;
	display:none;
}
/* ezzek az almenupontok*/
#menu ul .al {
	font-size: 12px;
	color: #ffffff;
	background: url(images/menu/bg_al.png) repeat-y;
}
#menu ul .al_akt {
	font-size: 12px;
	color: #2f302f;
	background: url(images/menu/bg_al.png) repeat-y;
}

#ajanlatkeres input {
	border: 1px solid #008349;
}
#ajanlatkeres input.ajanlat {
	width: 240px;
}
#ajanlatkeres textarea {
	border: 1px solid #008349;
	width: 240px;
}


