html, 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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html { height: 101%; }
body {font: 13px 'Trebuchet MS',Arial,Helvetica,Sans-Serif; line-height: 1; background: #ffffff; text-align:justify;}

/*::selection { background: #adf0bd; }*/
/*::-moz-selection { background: #adf0bd; }*/
/*::-webkit-selection { background: #adf0bd; }*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul {list-style: none;}

.felsorolas{ 
	font: 13px 'Trebuchet MS',Arial,Helvetica,Sans-Serif;
	list-style: square;
	padding-left:20px;
	line-height:22px;


 }
 
.felsorolas li{
	padding-bottom:6px;
	
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

header {
  position:relative;
  margin-bottom: 0px;
  background: url('../images/header.png');
  height:300px;
  overflow:hidden;
  /*border:1px solid #ff0000;*/
  text-align:center;
  margin-top:-25px;
}
header  img{
	top:-28px;
}

header h1 { 
  position:absolute;
  top:100px;
  left:-255px;
  width:100%;
  white-space:nowrap;
  /*line-height: 21px; */
  /*font-weight: 800;*/
  /*margin-bottom: 0px; */
  /*letter-spacing: 0px; */
  /*text-transform: lowercase;*/
  /*text-shadow: 1px 1px 1px #9fafde;*/
}
header h2{
	position:absolute;
	top:155px;
	left:-280px;
	width:100%;
	padding-left:5px;
	
}

header h1 span{
	
   /*background: rgb(0, 0, 0); /* fallback color */
   /*background: rgba(0, 0, 0, 0.7);*/
   padding: 15px;
   font: 14px 'Trebuchet MS',Arial,Helvetica,Sans-Serif;
   font-size: 52px; 
   color: #33B7DB;
   
}

header h2 span{
   
   /*background: rgb(0, 0, 0); /* fallback color */
   /*background: rgba(0, 0, 0, 0.7);*/
   color: #33B7DB;
   font: 14px 'Trebuchet MS',Arial,Helvetica,Sans-Serif;
   text-transform:uppercase;
   
}

h2 {
  font-size: 24px; 
  color: #33B7DB;
  line-height: 21px; 
  font-weight: 800;
  margin-bottom: 18px; 
}

h3 {
  font-size: 18px;
  color: #33B7DB;
  line-height: 16px;
  font-weight: 800;
  margin-bottom: 15px;
  cursor: default;
}

p { font-size: 13px; line-height: 22px; color: #000000; margin-bottom: 15px; font-style:justify; }

a { text-decoration: none; color: #ff0000; }

hr.implantstyle {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.55), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.55), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.55), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.55), rgba(0,0,0,0)); 
    width:200px;
    margin-bottom:15px;
}

/* core body */
#w { 
  display: block;
  width: 900px;
  padding-top: 0px;
  margin: 0 auto;
}

#content {
  width: 600px;
  float: right;
  padding-top: 15px;
  padding-left: 20px;
  background: #ffffff;
  border-left: 7px solid #33B7DB;
  /*box-shadow: 4px 5px 10px rgba(30, 30, 30, 0.35);*/
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
}

#sidebar {

  width: 300px;
  background-color: #DAE0E2;
  margin: 0px 0 30px 0;
 /* padding: 5px 10px;*/
  float: left;
  border-bottom: 3px solid #33B7DB;
  opacity: 0.75;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
#sidebar:hover {
  opacity: 1.0;
}
#sidebar ul li { 

margin-bottom: 0px;
border-bottom: 1px solid #eeeeee;
border-top: 1px solid #eeeeee;
font-size: 16px;
padding:6px;
text-align:left;
list-style: none;


 }
#sidebar a { text-decoration: none; font-style:normal; color: #000000; }
#sidebar a:hover { text-decoration: none; color:#ffffff }
#sidebar li:hover { text-decoration: none; background-color:#33B7DB } 
 
footer {
  background-color: #44737F;
  box-shadow: 0 5px 5px 0 #33B7BD inset;
  display: block;
  width: 100%;
  clear: both;
  padding: 5px 0 25px 0;
}
.firstcolumn{
	float: left;
	margin-left: 30px;
	margin-right: 147px;
	width: 200px;
}
.secondcolumn{
float: left; margin: 0 116px 0 0; width: 200px;
}
.thirdcolumn{
float: right; margin: 0 25px 0 0; width: 200px;
 
}
.thirdcolumn img{
	padding-bottom: 12px;
}
.clear {clear:both}

.footerheader{

	border-bottom: 1px solid #33B7DB;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 11px;
    padding-bottom: 11px;
    padding-top: 10px;
	
}
.footerlist{
	padding-bottom: 12px;

}
.footerlist a {
	color: #3BD5FF;
}
.footerlist a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.footercopyright{
	color:#FFFFFF;
	font-size:10px;
}
#footer{
	max-width:950px;
	margin: 0px auto;
}
