body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

.hline {
	height: 1px;
	margin: 0px 0px 1px 0px;
	border-top: 1px dotted White;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: black;
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-decoration: none;
	text-align: left;
	vertical-align: baseline;
	overflow: hidden;
	background-color: #48696F;
}

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* page structure & layout */

#page {
	height: 570px;
	width: 980px;
	position: absolute;
	text-align: left;
	overflow: hidden;
	left: 50%;
	top: 50%;
	margin-top: -285px;
	margin-left: -490px;
	background-color: #66cdaa;
	-moz-box-shadow: 0px 0px 25px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 25px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 25px rgba(0,0,0,0.75);
}
#header {
	height: 128px;
	width: 980px;
	background-image: url(images/hbg.png);
	background-position: right;
	background-repeat: no-repeat;
	-moz-box-shadow: 0px 0px 9px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 9px rgba(0,0,0,0.75);
	border-bottom-color: White;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	position: absolute;
	z-index: 1;
}
#logo {
	top:15px;
	left:10px;
	height: 90px;
	width: 300px;
	position: absolute;
	z-index: 1;
}
#logo2 {
	top: 22px;
	right: 3px;
	height: 83px;
	width: 170px;
	position: absolute;
	z-index: 1;
}
#motto {
	top: 62px;
	left: 325px;
	height: 50px;
	width: 500px;
	position: absolute;
	z-index: 1;
	font-size: 16px;
	color: White;
	font-family: Georgia;
	font-style: italic;
	line-height: normal;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
}
#linkhead {
	position: absolute;
	font-size: 12px;
	left: 328px;
	color: White;
	top: 0px;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
	font-size: 9px;
	z-index: 2;
}
#linkhead a {
	font-size: 9px;
	color: White;
	display: inline-block;
	text-decoration: none;
	border-left: 1px dotted White;
	-moz-outline: none;
	-webkit-outline: none;
	outline: none;
	padding: 5px 5px 0px 5px;
}
#linkhead a:hover {
	color: #FFA500;
}
#nav {
	position: absolute;
	top: 108px;
	font-size: 11px;
	left: 325px;
	z-index: 2;
}
#content {
	position: absolute;
	top: 137px;
	left: 325px;
	background-color: transparent;
	width: 640px;
	height: 387px;
	padding-right: 15px;
}
#content img{
	width: 42px;
	height: 59px;
}
#contentwide {
	position: absolute;
	top: 137px;
	background-color: transparent;
	width: 965px;
	height: 387px;
	left: 15px;
}
#sidebar {
	position: absolute;
	top: 129px;
	height: 387px;
	width: 213px;
	background-color: #3FBC92;
	padding: 8px 0 8px 15px;
	border-right-color: White;
	border-right-style: dotted;
	border-right-width: 1px;
	padding-right: 10px;
}
#footer {
	top: 533px;
	height: 36px;
	width: 980px;
	position: absolute;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/fbg.png);
	background-position: left;
	background-repeat: no-repeat;
	-moz-box-shadow: 0px 0px 25px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 25px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 25px rgba(0,0,0,0.75);
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
	border-top-color: White;
	border-top-style: dotted;
	border-top-width: 1px;
}
#footer a {
	font-size: 8px;
	color: White;
	display: inline-block;
	text-decoration: none;
	-moz-outline:none;
	-webkit-outline:none;
	outline: none;
}
#footer a:hover {
	color: #FFA500;
}
.foo {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px dotted White;
	line-height: 9px;
	padding-top: 3px;
	height: 21px;
	color: White;
	font-size: 8px;
	text-align: center;
}
.foo2 {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	text-align: right;
	width: 228px;
}
/* navigation */

#nav ul {
  display: inline;
}
#nav li {
  display: block;
  float: left;
  list-style: none;
}
#nav li a {
	background: #f5f5dc;
	color: Black;
	display: block;
	margin: 2px 3px 0 0px;
	line-height: 16px;
	padding: 2px 12px 0px 12px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-radius-topleft: 4px;
	border-radius-topright: 4px;
	-moz-outline: none;
	-webkit-outline: none;
	outline: none;
	letter-spacing: 1px;
}
#nav li a:hover, #nav li a.current {
	background: #66cdaa;
	padding: 3px 12px 9px 12px;
	color: White;
	-moz-box-shadow: 0px -3px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px -3px 4px rgba(0,0,0,0.5);
	box-shadow: 0px -3px 4px rgba(0,0,0,0.5);
	margin-top: 0px;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
}
 
/* content */

#content h2, #contentwide h2 {
	color: White;
	font-family: "Georgia", Times, serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 8px 0 3px 0;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
	line-height: 24px;
}
#content a, #contentwide a {
	color: Maroon;
	text-decoration: none;
	outline: none;
}
#content a:hover, #contentwide a:hover {
	color: White;
}
#content h3, #content h4 {
  background: none;
  border-bottom: 1px solid #dfe3e4;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
}
#content p {
  line-height: 1.5em;
  margin: 0 0 20px 0;
}
#content ol {
	margin: 0 0 0 0px;
}
#content ul {
	margin: 0 0 0 35px;
}
#content ul li {
	list-style: lower-latin outside;
}
/*bemutatkozó*/
#bemutatkep {
	height: 387px;
	width: 382px;
	background-attachment: scroll;
	background-image: url(images/1bg.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: transparent;
	float: right;
	margin-right:9px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
}
#portre {
	height: 100px;
	width: 100px;
	border: 1px solid maroon;
	background-color: white;
	margin-bottom: 15px;
	margin-top: 10px;
	background-attachment: scroll;
	background-image: url(images/port.jpg);
	background-position: top;
	background-repeat: no-repeat;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
}
#kep1 {
	height: 100px;
	width: 100px;
	border: 1px solid maroon;
	background-color: white;
	margin-bottom: 15px;
	background: url(images/terv2.jpg) no-repeat top;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
}
#kep2 {
	height: 100px;
	width: 100px;
	border: 1px solid maroon;
	background-color: white;
	background: url(images/kivit.jpg) no-repeat top;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
}
#bem {
	height: auto;
	width: 440px;
	margin-left: 120px;
	position: absolute;
	background-color: transparent;
	top: 0px;
}
#bizi {
	height: 311px;
	width: 242px;
	position: absolute;
	bottom: -5px;
	left: 480px;
	display: block;
	z-index: 2;
}

/*energetika*/
#jobbpic01 {
	height: 387px;
	width: 172px;
	float: right;
	background-color: transparent;
	background-image: url(images/energnagy.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	margin-left: 10px;
	margin-right: -6px;
}
#jobbpic02 {
	height: 387px;
	width: 172px;
	float: right;
	background-color: transparent;
	background-attachment: scroll;
	background-image: url(images/szam.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	margin-left: 10px;
	margin-right: -6px;
}
#jobbpic03 {
	height: 387px;
	width: 172px;
	float: right;
	background-color: transparent;
	background-attachment: scroll;
	background-image: url(images/diag.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	margin-left: 10px;
	margin-right: -6px;
}

/*szolgáltatások*/
#jobbpic04 {
	height: 387px;
	width: 172px;
	float: right;
	background-color: transparent;
	background-image: url(images/tervnagy.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	margin-left: 10px;
	margin-right: -6px;
}
#jobbpic04a {
	height: 387px;
	width: 172px;
	float: right;
	background-color: transparent;
	background-image: url(images/tervel.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	margin-left: 10px;
	margin-right: -6px;
}
#jobbpic05 {
	height: 387px;
	width: 172px;
	float: right;
	background-color: transparent;
	background-attachment: scroll;
	background-image: url(images/musz.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	margin-left: 10px;
	margin-right: -6px;
}
#jobbpic06 {
	height: 387px;
	width: 172px;
	float: right;
	background-color: transparent;
	background-attachment: scroll;
	background-image: url(images/muszel.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	margin-left: 10px;
	margin-right: -6px;
}
#jobbpic07 {
	height: 387px;
	width: 172px;
	float: right;
	background-color: transparent;
	background-attachment: scroll;
	background-image: url(images/kivitnagy.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	margin-left: 10px;
	margin-right: -6px;
}
#jobbpic08 {
	height: 387px;
	width: 172px;
	float: right;
	background-color: transparent;
	background-attachment: scroll;
	background-image: url(images/szam.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	margin-left: 10px;
	margin-right: -6px;
}
#jobbpic09 {
	height: 387px;
	width: 172px;
	float: right;
	background-color: transparent;
	background-attachment: scroll;
	background-image: url(images/kivitnagy.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	margin-left: 10px;
	margin-right: -6px;
}
#jobbpic10 {
	height: 387px;
	width: 172px;
	float: right;
	background-color: transparent;
	background-attachment: scroll;
	background-image: url(images/452004.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	margin-left: 10px;
	margin-right: -6px;
}
#energnagy {
	height: 372px;
	width: 372px;
	background-attachment: scroll;
	background-image: url(images/e1.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: transparent;
	float: right;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
}
#ener {
	height: 100px;
	width: 100px;
	border: 1px solid maroon;
	margin-left: 5px;
	background-color: white;
	float: right;
	margin-top: 2px;
	background: white url(images/abrakicsi.png) no-repeat center;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	margin-right: -60px;
}
#szamit {
	height: 100px;
	width: 100px;
	border: 1px solid maroon;
	margin-left: 5px;
	background-color: white;
	float: right;
	margin-top: 2px;
	background: white url(images/szamit.jpg) no-repeat center;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	margin-right: -60px;
}
#thermo {
	height: 100px;
	width: 100px;
	border: 1px solid maroon;
	margin-left: 5px;
	background-color: white;
	float: right;
	margin-top: 2px;
	background: url(images/therm2.jpg) no-repeat top;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	margin-right: -60px;
}
#tervezes {
	height: 100px;
	width: 100px;
	border: 1px solid maroon;
	margin-left: 5px;
	background-color: white;
	float: right;
	margin-top: 2px;
	background: url(images/terv.jpg) no-repeat top;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	margin-right: -60px;
}
#kivitelezes {
	height: 100px;
	width: 100px;
	border: 1px solid maroon;
	margin-left: 5px;
	background-color: white;
	float: right;
	margin-top: 2px;
	background: url(images/kiv.jpg) no-repeat top;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	margin-right: -60px;
}
#muszel {
	height: 100px;
	width: 100px;
	border: 1px solid maroon;
	margin-left: 5px;
	background-color: white;
	float: right;
	margin-top: 2px;
	background: url(images/2man.jpg) no-repeat top;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	margin-right: -60px;
}

/* secondary content */


#sidebar ul {
	margin: 10px 0 0px 0px;
	font-size: 10px;
}
#sidebar ul li {
	line-height: 12px;
	list-style: none /* url(images/list.jpg)*/;
	margin-bottom: 10px;
}	
#sidebar li a {
	color: White;
	font-size: 12px;
	text-decoration: none;
	line-height: 16px;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
	letter-spacing: -1px;
	outline: none;
}
#sidebar li a:hover, #sidebar li a.current {
	color: Black;
	-moz-text-shadow: -1px -1px 2px #fff;
	-webkit-text-shadow: -1px -1px 2px #fff;
	text-shadow: -1px -1px 2px #fff;
}

a img { border: none; }

#csik {
	height: 80px;
	width: 800px;
	bottom: 35px;
	position: absolute;
	background: transparent url(images/www.png) no-repeat scroll left;
	left: 13px;
}
/*referencia*/
.refsor{
	height: 50px;
	width: auto;
	position: relative;
	margin-bottom: 2px;
	text-align: center;
}
.reftext{
	height: 47px;
	width: auto;
	position: relative;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 4px;
	padding-top: 3px;
	background-color: #91ddc3;
	float: left;
	margin-left: 2px;
	text-align: right;
	font-size: 9px;
	line-height: 11px;
	overflow: hidden;
}
.reftext2{
	height: 47px;
	width: 52px;
	position: relative;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 4px;
	padding-top: 3px;
	background-color: #91ddc3;
	float: left;
	margin-left: 2px;
	text-align: right;
	font-size: 9px;
	line-height: 11px;
	overflow: hidden;
}
.thumbnail {
	margin-left: 2px;
	float: left;
	width: auto;
	height: 50px;
	display: inline-block;
	position: relative;
}

/*kontakt*/
#mail {
	padding: 5px 10px 10px 10px;
	border: 1px dotted White;
	width: 410px;
}
#mail p {
	margin-bottom: inherit;
}
.hide {
	visibility: hidden;
	width: 0px;
	height: 0px;
	margin-top: -2px;
}
.label {
	width: 70px;
	display: inline-block;
	vertical-align: top;
	clear: both;
	font-size: 10px;
	text-align: right;
	margin-top: 2px;
}
.textarea {
	width: 330px;
	padding: 2px;
	font-size: 10px;
	border: none;
	background: transparent url(images/w50.png) repeat;
	margin-top: 3px;
}
.textareabig {
	width: 330px;
	padding: 2px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	border: none;
	background: transparent url(images/w50.png) repeat;
	height: 195px;
}

.gomb {
	display: block;
	width: auto;
	padding: 1px;
	background: #3FBC92;
	font-size: 10px;
	border: none;
	margin-top: -19px;
}
.gomb:hover {
	background: transparent url(images/w50.png) repeat;
}
.mes{
	color: Black;
	text-align: center;
	font-size: 10px;
	letter-spacing: 1px;
}
.center{
	text-align: center;
}