/**********RESET************/
body {padding:0;margin:0;margin-left:auto;margin-right:auto;font-size:11.0pt;/* font-family:century gothic;*/}
p {margin:0;padding:0; text-align: justify;}
a {text-decoration:none;}



body {
    background: url("hatter.png") repeat center left border-box;
    max-width: 1400px;
    /*max-width: 80%;*/
}

.shadow2 {
    /*border: 1px solid blue;*/
    width: 100%;
    margin: 0 auto;
    margin-left: -1%;
    margin-top: -0.5%;
    max-height: 20px;
    /*float:left;*/
}

hr { 
    display: block; height: 1px;
    border: 0; border-top: 1px solid #f96e5b;
    margin: 1em 0; padding: 0; 
}

/*****BODY***/

.fo_keret {
    /*border: 2px solid #F09800;*/
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding:0;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	/*width:920px;*/
	background: #fff;
}

.fejlec {

    padding-top: 10px;
    height: auto;
    box-sizing: content-box;
    display: inline-block;
    /*border: 1px solid gray;*/
    width:100%;
}

.social {
    padding-top: 19px;
    position:relative;
    display: block;
    float:right;
    
}
/*.carousel {
    margin-top: 15px;
    margin-bottom: 20px;
}*/

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
  /*margin: auto;*/
  /*border:1px solid black;*/
}

.site_content {
  /*background: #F3F3F3;*/
  background: #FFF;
  padding: 15px;
  /*border: 1px solid #E7E4E4;*/
  border: 1px solid #BBB;
  box-shadow: 0px 0px 2px #C7C7C7;
  position: relative;
  z-index: 1;   
}

.site_content h1{
    margin-top: 0px;
}

.site_content h3{
    margin-top: 0px;
    text-align: center;
}

.hely_top {
    margin-top: 10px;
}

.impressum h3{
    text-align: left;
    color: #C87402;
}

.velemeny {
    margin-top: 5px;
    color: #818386;
    font-size:10.0pt
}

.labresz{
    padding: 10px 0 10px 0;
    margin-top: 00px;
    background-color: #333;
    text-align:  center;
    border: 1px solid gray;
    width:100%; 
    color: #DDD;
}

/* TREE */

.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    color:#369;
    font-weight:700;
    position:relative
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
    color:#369;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}
