@charset "utf-8";
body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font: 100% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	vertical-align:baseline;
	text-align: left;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	background: #0F212E url(/style/pic/bg_body.png) top left repeat-x;
}
table,tbody,tfoot,thead,tr,th,td {
	font-weight:inherit;
	font-style:inherit;
	font: 100% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	vertical-align:baseline;
	text-align: left;
}
html {
    overflow-y: scroll;
}
strong {
	font-weight: bold;
}
a {
	text-decoration:none;
	color:#2C5E21;
	font-weight:bold;
	padding-bottom: 2px;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
}
img {
	border: 0px solid transparent;
	padding: 0;
	margin: 0;
}
img:hover {
	text-decoration: none;
	background: transparent;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #063653;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #063653;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #063653;
}
p {
	padding: 10px 0;
	font-size: 12px;
	line-height: 20px;
}
ul,ol {
	display: inline-block;
	list-style-position: outside;
	margin: 0;
	padding: 0 0 0 30px;
}
li {
	font-size: 12px;
	line-height: 20px;
}
/* jellemzők a szöveges leírásokban ----------------------------------------*/
ul.jellemzo, ul.hiany, ul.plus {
	list-style: none outside none;
	padding: 0 0 0 10px;
}
ul.jellemzo li {
	margin: 15px 0;
	padding: 0 0 0 50px;
	min-height: 35px;
	background: url(/style/pic/ok.png) center left no-repeat;
}
ul.hiany {
	padding: 0 0 0 20px;
}
ul.hiany li {
	margin: 5px 0;
	min-height: 24px;
	line-height: 24px;
	padding: 0 0 0 40px;
	background: url(/style/pic/cancel20.png) center left no-repeat;
}
ul.plus {
	padding: 0 0 0 50px;
}
ul.plus li {
	margin: 5px 0;
	min-height: 24px;
	line-height: 24px;
	padding: 0 0 0 30px;
	background: url(/style/pic/plus20.png) center left no-repeat;
}
/* fő tartalmi elemek ------------------------------------------------------*/
#header, #content, #footer {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
/* fejléc ------------------------------------------------------------------*/
#header {
	height: 130px;
	background: transparent url(/style/pic/bg_header.png) top left no-repeat;
}
#logo {
	position: absolute;
	left: 20px;
	top: 30px;
}
#logo a {
	display: block;
	width: 220px;
	height: 80px;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent url(/style/pic/logo.png) top left no-repeat;
}
nav ul {
	list-style: none outside none;
}
#web-nav {
	position: absolute;
	left: 200px;
	top: 0px;
	float: left;
}
#web-nav ul {
	padding: 0;
	border: 1px solid #033042;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
#web-nav li {
	float: left;
	background-color: #80CF2B;
}
#web-nav li a {
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 18px;
	font-size: 14px;
	color: white;
	text-decoration: none;
	text-shadow: 0 -1px 0 #456B22;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#web-nav li a:hover {
	background: none repeat scroll 0 0 rgba(0,0,0,0.1);
}
#web-nav li.first, #web-nav li.first a {
	border-radius: 0 0 0 5px;
}
#web-nav li.last, #web-nav li.last a {
	border-radius: 0 0 5px 0;
}
#connect-nav {
	position: absolute;
	right: 10px;
	top: 10px;
	float: left;
	height: 32px;
}
#connect-nav li {
	float: left;
	padding: 0 0 0 30px;
	height: 24px;
}
#connect-nav li.phone {
	background: transparent url(/style/pic/phone.png) center left no-repeat;
	padding-right: 30px;
}
#connect-nav li.email {
	background: transparent url(/style/pic/email.png) center left no-repeat;
}
#connect-nav li a {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #C6C6C6;
	text-decoration: none;
}
#site-nav {
	float: right;
	padding: 60px 0 0 0;
}
#site-nav ul {
	padding: 0;
	border: 1px solid #033042;
	border-radius: 6px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
#site-nav li {
	float: left;
	background: #3B99E2 url(/style/pic/bg_menu.png) top left repeat-x;
}
#site-nav li a {
	display: block;
	height: 34px;
	line-height: 34px;
	padding: 0 18px;
	font-size: 14px;
	color: white;
	text-decoration: none;
	text-shadow: 0 -1px 0 #456B22;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#site-nav li a:hover {
	background-color: #063054;
	background: none repeat scroll 0 0 rgba(0,0,0,0.1);
}
#site-nav li.first, #site-nav li.first a {
	border-radius: 5px 0 0 5px;
}
#site-nav li.last, #site-nav li.last a {
	border-radius: 0 5px 5px 0;
}
/* fő tartalmi ablak -------------------------------------------------------*/
#content {
	background-color: white;
	border-radius: 8px 8px 0 0;
	padding-bottom: 20px;
}
#content #leftmenu {
	position: relative;
	float: left;
	width: 270px;
}
#content #leftmain {
	position: relative;
	float: left;
	width: 650px;
	margin: 20px 30px;
}
#content #main {
	width: 950px;
	padding: 15px;
}
#main div.maindata {
	width: 100%;
	margin: 0;
	padding: 0;
}
/* lábrész -----------------------------------------------------------------*/
#footer {
	margin-bottom: 20px;
	padding: 20px 0 20px 0;
	background: #3B99E2 url(/style/pic/bg_footer_center.png) no-repeat;
	border-radius: 0 0 8px 8px;
}
#footer p {
	float: left;
	width: 50%;
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-shadow: 0 -1px 0 #456B22;
}
#footer div.gplus1 {
	float: right;
	width: 45%;
	text-align: right;
	color: white;
}
#footer-nav {
	float: right;
	margin: 10px 0 0 0;
}
#footer-nav li {
	float: left;
	padding: 0 30px 0 30px;
	height: 24px;
}
#footer-nav li.phone {
	background: transparent url(/style/pic/phone.png) center left no-repeat;
}
#footer-nav li.email {
	background: transparent url(/style/pic/email.png) center left no-repeat;
}
#footer-nav li.info {
	background: transparent url(/style/pic/info.png) center left no-repeat;
}
#footer-nav li.text {
	padding: 0 30px 0 0;
}
#footer-nav li a {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: white;
	text-decoration: none;
	text-shadow: 0 -1px 0 #456B22;
}
/* címsorok ----------------------------------------------------------------*/
#leftmenu #cim {
	position: absolute;
	top: 25px;
	left: -3px;
	width: 270px;
	margin: 0;
	border: solid 1px #fff;
	text-shadow: rgba(0,0,0,0.5) 0 1px 0;
	box-shadow: rgba(0,0,0,0.5) 3px 3px 5px;
	-webkit-transform: skew(-10deg,0deg);
	-moz-transform: skew(-10deg,0deg);
	transform: skew(-10deg,0deg);
	text-transform: uppercase;
	border-radius: 0 0 6px 0;
}
#leftmenu #cim, #leftmenu #cim em {
	background-color: #3B99E2;
	background-image: -moz-linear-gradient(left, #3B99E2, #1c6faf);
	background-image: -webkit-gradient(linear,left top,right top,color-stop(0, #3B99E2),color-stop(1, #1c6faf));
}
#leftmenu #cim em {
	text-indent: 30px;
	padding: 8px 0;
	margin: -1px 5px -1px -6px;
	border: 1px solid #fff;
	border-right: 0;
	display: block;
	-webkit-transform: skew(10deg,0deg);
	-moz-transform: skew(10deg,0deg);
  transform: skew(10deg,0deg);
  font-style: normal;
  font-weight: bold;
  color: white;
}
#leftmenu #cim:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 3px #fff;
  border-color: transparent #1c6faf #1c6faf transparent;
  position: absolute;
  top: -7px;
  left: -9px;
  -webkit-transform: skew(10deg,0deg) translate(-1px,0);
  transform: skew(10deg,0deg);
}
#content div.cim {
	clear: both;
	width: 100%;
	height: 40px;
	margin: 0 0 15px 0;
	padding-bottom: 15px;
	border-bottom: 3px solid #80CF2B;
}
#content div.cim img {
	float: left;
	height: 100%;
	width: auto;
	margin-left: 20px;
}
#content div.cim h1 {
	float: left;
	height: 100%;
	margin-left: 20px;
	padding-top: 8px;
}
/* bal oldali menü választó ------------------------------------------------*/
ul.leftmenu {
	list-style-type: none;
	margin: 70px 0 0 0;
	padding: 0;
	width: 100%;
}
ul.leftmenu li {
	clear: both;
	margin: 0;
	padding: 15px 15px 15px 25px;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	color: #4D4D4D;
	background: url(/style/pic/bg_leftmenu_selector.png) bottom left no-repeat;
	cursor: pointer;
}
ul.leftmenu li:hover {
	cursor: pointer;
	background: #E0E0E0 url(/style/pic/bg_leftmenu_hover.png) center right no-repeat;
	border-radius: 0 16px 16px 0;
}
ul.leftmenu li.subkat {
	padding: 4px 10px 4px 20px;
}
ul.leftmenu li.subkat:hover {
	cursor: pointer;
	background-color: #929AA3;
}
ul.leftmenu li img {
	width: 20%;
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
}
/* nyomógombok -------------------------------------------------------------*/
input.button {
	margin: 0;
	color: white;
	cursor: pointer;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius:5px;
	background: #1C70B0 url(/style/pic/bg_button.png) top left no-repeat;
}
input.button_big {
	padding: 0 15px 0px !important;
	padding: 0 4px 0px;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}
input.button_small {
	padding: 0 10px 0px !important;
	padding: 0 4px 0px;
	font-size: 11px;
	height: 22px;
	line-height: 18px;
}
input.button:hover {
	background-color: #0a3a60;
}
/* globális elemek ---------------------------------------------------------*/
.clearfix {
	clear: both;
	font: 0;
}
.clearline {
	clear: both;
	font: 0;
	border-top: 1px solid #DFDFDF;
}
.clearfix_plus {
	clear: both;
	font-size: 0px;
	margin: 8px 0 0 0;
}
