/*<		alap 		>*/
	html, body, ul, ol, li, p, 
	h1, h2, h3, h4, h5, h6, 
	form, fieldset, a, img { 
		margin: 0; 
		padding: 0; 
		border: none; 
		outline: none;
	}
	html{
		background-color: #e9f4dc;
		background-image: url(html_bg.png);
		background-repeat: repeat-x;
		background-position: 0 0;
	}

	body{
		width: 996px;
		margin: 0 auto;
		color: #7f9f59;
    	font-family: "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
    	font-size: 12px;
		background-color: transparent;
	}
	.center{
		text-align: center;	
	}
	.clear{
		clear: both;
	}
	.em0{
		color: #5aad18;
	}
	.small{
		font-size: 0.8em;
	}
	a{
		color: #055607;
		text-decoration: none;
	}
	a:hover{
		color: #7f9f59;
	}
	.sec_text{
		color: #b9b9b9;
		font-size: 1em;
	}
	.error{
		color: red;
	}
	p.error{
		margin: 1px 0 !important;
	}
	.hidden{
		display: none;
	}
	.left{
		float: left;
		width: 49%;
	}
	.right{
		float: right;
		width: 50%;
	}
/*</	alap		>*/
/*///////////////////*/
/*<		header		>*/
	#header {
		background-color: transparent;
		display: block;
		width: 996px;
		padding: 0;
	}
	#header #logo{
		display: block;
		width: 300px;
		height: 150px;
		padding: 0;
		margin-top: 5px;
	}
	/*<		menu		>*/
	#menu {
		display: block;
		height: 30px;
		padding: 0;
		list-style: none;
		margin-bottom: 0;
		clear: both;
	}
	#menu li {
		display:-moz-inline-stack;
		display: inline-block;
		height: 30px;
		padding: 0;
	}
	#menu li a {
		color: #055607;
		font-size: 14px;
		text-decoration: none;
		display: block;
		height: 30px;
		line-height: 30px;
		padding: 0 20px 0 20px;
		background-color: transparent;
		font-weight: bold;
	}

	#menu li a.selected {
		background-color: rgba(255,255,255,0.3);
	}
	#menu li a:hover {
		background-color: rgba(255,255,255,0.2);
	}
	#menu li a.selected:hover {
		background-color: rgba(255,255,255,0.45);
	}
	#menu li a:active {
		color: #156617;
		background-color: rgba(255,255,255,0.6);
	}


	.almenu{
		display: block;
		height: 33px;
		width: 776px;
		padding: 0;
		list-style: none;
		margin-top: 5px;
		margin-bottom: 0;
		margin-left: 3px;
		clear: both;
		float: left;
	}
	.almenu li {
		display:-moz-inline-stack;
		display: inline-block;
		height: 33px;
		padding: 0;
		background-image: url(anchor.gif);
		background-repeat: no-repeat;
		background-position: 7px -36px;
	}
	.almenu li a {
		color: #1e3e6c;
		font-size: 13px;
		text-decoration: none;
		display: block;
		height: 33px;
		line-height: 33px;
		padding: 0 12px 0 12px;
		background-color: transparent;
		background-image: url(almenu.gif);
		background-repeat: repeat-x;
		background-position: 0% 0%;
		text-transform: uppercase;
		border-left: solid 1px #fff;
		border-right: solid 1px #fff;
	}

	.almenu li.selected a {
		background-position: 50% 51%;
		border-left: solid 1px #22426f;
		border-right: solid 1px #22426f;
	}
	.almenu li a:hover {
		background-position: 50% 101%;
	}
	.almenu li.selected a:hover {
		background-position: 50% 51%;
	}
	.almenu li a:active {
		background-position: 50% 51%;
		border-left: solid 1px #22426f;
		border-right: solid 1px #22426f;
		color: #00a;
	}


	/*</	menu		>*/
	/*///////////////////*/
/*</	header		>*/
/*///////////////////*/
/*<		content		>*/
	#content{
		min-height: 460px;
		margin-bottom: 0px;
	}
	.content{
		background-image: url(content_bg.png);
		background-repeat: no-repeat;
		background-position: 50% 0%;
		min-height: 332px;
		padding: 25px 32px 0 32px;
	}
	#contentcenter{
		width: 785px;
		margin-top: 16px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 25px;
		min-height: 460px;
		font-size: 10pt;
		float: left;
		padding-left: 15px;
		line-height: 1.22em;
    	font-family: "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	}
	#contentcenter h1{
    	font-family: "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
		font-weight: bold;
		margin-bottom: 0px;
		color: #7f9f59;
		font-size: 20px;
		text-transform: uppercase;
		padding-top: 0px;
		padding-left: 36px;
		line-height: 25px;
		background-image: url(virag.gif);
		background-repeat: no-repeat;
		background-position: 0% 50%;
	}
	#contentcenter h2, caption{
    	font-family: "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
		font-weight: bold;
		font-style: italic;
		margin-bottom: 10px;
		letter-spacing: 0px;
		line-height: 16px;
		font-size: 13pt;
		color: #055607;

	}
	
	#contentcenter h3{
		color: #333;
		font-size: 1.1em;
		font-weight: normal;
		margin-top: 0.4em;
	}
	#contentcenter h4{
		color: #014075;
		font-size: 1em;
		font-weight: bold;
		margin-top: 0.3em;
	}
	
	#contentcenter p{
		margin-bottom: 0.85em;
		margin-top: 0.85em;
	}

	#contentcenter ul, #contentcenter ol{
		padding-left: 20px;
		padding-top: 5px;
	}
	#contentcenter a{
		color: #055607;
	}
	#contentcenter a:hover{
		text-decoration: underline;
	}


	div.paginator_settings {
		color: #000;
		font-size: 10pt;
		height: 26px;
		line-height: 26px;
		margin-left: 0px;
		padding-left: 30px;
		width: 583px;
		background-image: url(paginator_bg.gif);
		background-repeat: no-repeat;
		background-position: 0% 100%;
		margin-bottom: 20px;
	}
	#contentcenter div.paginator_settings a{
		padding: 0 6px;
		color: #003362;
		font-size: 10pt;
	}
	#contentcenter div.paginator_settings a:hover{
		color: #a2464b;	
	}
	#contentcenter div.paginator_settings a.selected{
		color: #b9b9b9;
	}

	.pagination {
		list-style: none;
		display: block;
		float: right;
		margin-right: 0px;
		margin-top: 0px;
	}
	.pagination li{
		float: left;
		display: block;
		height: 18px;
		margin: 3px 3px 0px 3px;
		line-height: 18px;
	}
	#contentcenter .pagination li a{
		display: block;
		padding: 2px;
		width: 15px;
		height: 14px;
		text-align: center;
		line-height: 14px;
		font-size: 12px;
		text-decoration: none;
	}
	.pagination li.next-page{
		background-image: url(paginator_arrow_right.gif);
		background-repeat: no-repeat;
		background-position: 0px 7px;
		padding-left: 8px;
	}
	.pagination li.previous-page{
		background-image: url(paginator_arrow_left.gif);
		background-repeat: no-repeat;
		background-position: 100% 7px;
		padding-right: 8px;
	}
	#contentcenter .pagination li.previous-page a,
	#contentcenter .pagination li.next-page a{
		background-color: transparent;
		display: inline;
		width: auto;
		height: 14px;
		border: none;
		margin: 2px 0px;
	}
	#contentcenter .pagination li a.disabled {
		color: #6c6c6c;
		cursor: default;
	}
	#contentcenter .pagination li.currentPage a {
		background-color: #0c2730;
		color: #fff;
	}
	#contentcenter .pagination li.previous-page a:hover,
	#contentcenter .pagination li.next-page a:hover {
		color: #a2464b;	
	}
	#contentcenter .pagination li a:hover{
		background-color: #003362;
		color: #fff;
	}
	#contentcenter .pagination li.currentPage a:hover{
		background-color: #0c2730;
		color: #fff;
		}
	#contentcenter .pagination li.previous-page a:hover,
	#contentcenter .pagination li.next-page a:hover{
		background-color: transparent;
		color: #a2464b;	
	}



	.termekcsoport{
		float: left;
		margin: auto;
		text-align: center;
		margin: 7px;
		position: relative;
	}
	.termekcsoport span.img{
		display: none;
		position:absolute;
		overflow:hidden;
		left: 0;
	}
	.termekcsoport h3 a{
		display: block;
		height: 220px;
	}
	.termekcsoport span.active{
		display: block;
	}
	#contentcenter .termekcsoport h2{
		margin-bottom: 0;
	}
	#contentcenter .termekcsoport ul{
		padding-top: 0;
	}
	#contentcenter .termekcsoport li{
		color: #5aad18;
		font-size: 12pt;
	}
	#contentcenter .termekcsoport li a{
		color: #5aad18;
	}

	#panel{
		width: 174px;
		padding: 5px;
		float: right;
	}



	.galeria{
		margin-top: 10px;
		padding: 8px 10px;
		text-align: center;
	}
	.galeria .kep {
		padding: 3px;
		display: -moz-inline-stack;
		display: inline-block;
		height: 100px;
	}
	.galeria .kep a{
		padding: 3px;
		display: block;
		line-height: 0;
		border-radius: 2px;
		border: solid 1px #efefef;
		box-shadow: 1px 1px 3px #aaa;
	}


	#termek .termek_kep{
		float: left;
	}
	#termek .tartalom .right{
		width: 483px;
	}
	#termek .tartalom h2{
		margin: 10px;
	}
	a.vissza {
		clear: both;
		float: left;
	}

	
	
	#termekek{
		clear: both;
		margin-top: 7px;
	}
	#termekek .termek{
		background-image: url(termek_bg.gif);
		background-repeat: no-repeat;
		background-position: 0% 0%;
		padding-top: 9px;
		margin-top: 13px;
	}

	#termekek .termek div.wrapper{
		background-image: url(termek_bg.gif);
		background-repeat: no-repeat;
		background-position: 0% 100%;
		width: 688px;
		padding: 8px 17px 17px 17px;
	}



	
	.termek div.termek_leiras {
		width: 562px;
		float: right;
		color: #3c3c3c;
	}
	#contentcenter .termek div.termek_leiras h2{
		font-weight: normal;
		margin-bottom: 4px;
	}
	#contentcenter .termek div.termek_leiras p{
		margin: 0;
	}
	.termek div.foto {
		display: inline-block;
	}
	.termek a.foto {
		display: inline-block;
		padding: 0 13px 0 0;
		line-height: 0;
	}

	a.reszletek {
		display: inline-block;
		height: 25px;
		padding-left: 12px;
		background-image: url(reszletek.png);
		background-repeat: no-repeat;
		background-position: 0% 0%;
		color: #4c6f22;
		font-size: 12px;
		margin-top: 6px;
	}
	a.reszletek span{
		height: 25px;
		display: block;
		line-height: 22px;
		padding-right: 24px;
		background-image: url(reszletek.png);
		background-repeat: no-repeat;
		background-position: 100% 0%;
	}
	#contentcenter a.reszletek:hover{
		background-position: 0% -25px;
		text-decoration: none;
	}
	a.reszletek:hover span{
		background-position: 100% -25px;
	}
	#contentcenter a.reszletek:active{
		background-position: 0% -50px;
		color: #fff;
	}
	a.reszletek:active span{
		background-position: 100% -50px;
	}

	form {
		width: 80%;
		margin: auto;
	}
	form fieldset {
		border-radius: 10px;
		border: solid 1px #efefef;
		box-shadow: 1px 1px 10px #eee;
		padding: 16px;
	}
	fieldset legend{
		font-size: 16px;
		font-weight: bold;
		padding: 10px 10px 0 10px;
	}
	fieldset ul{
		padding: 0px;
		font-size: 14px;
		list-style: none;
	}
	fieldset ul li{
		margin-bottom: 5px;
	}
	fieldset ul li label{
		display:-moz-inline-stack;
		display: inline-block;
		width: 150px;
	}
	fieldset ul li span label{
		display:-moz-inline-stack;
		display: inline-block;
		width: auto;
		margin-left: 8px;
	}
	fieldset ul li.em{
		margin: 4px 0 12px 0;
	}
	fieldset ul li span.select label{
		margin-left: 14px;
		width: 100px;
	}


/*///////////////////*/
/*<		footer		>*/

	#footer{
		height: 87px;
		margin: 0 auto;
		padding: 97px 80px 0 333px;
		width: 583px;
		background-image: url(footer_bg.jpg);
		background-repeat: no-repeat;
		background-position: 0% 0%;
		color: #fff;
		font-size: 9pt;
	}
	#footer a{
		color: #fff;
	}
	#footer a:hover{
		text-decoration: underline;
	}
	#footer p{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#footer_menu{
		display: block;
		clear: both;
		margin: 0;
		text-align: center;
	}

	#footer_menu li{
		display: inline;
	}
	#footer_menu li a{
		border-left: solid 1px #fff;
		padding: 0 12px;
		color: #fff;
		font-size: 9pt;
	}
	#footer_menu li a:hover{
		text-decoration: underline;
	}
	#footer_menu li.first a,
	#footer_menu li.firstlast a{
		border-left: none;
	}
	#footer_menu li.selected a{
		color: #eee;
	}

