/* Alap elemek */
h1 {
    font-size: 1.9em;
    color: #fff;
    line-height: 1em;
    margin: 2px 0em
}
h2 {
    font-size: 1.5em;
    color: #fff;
    line-height: 1em;
    margin: 10px 0em;
}
h3 {
    border: 1px solid #004a39;
    background: #f3ef84;
    border-radius: 4px;
    color: #008265;
    display: inline;
    list-style-type: none;
    margin-right: 10px;
    margin-top: 0px;
    opacity: 0.9;
    padding: 3px 3px 3px;
    margin-bottom: 0px;



}
h4 {

}
h5 {
    font-size: 1.1em;
    margin: 0px;
    padding: 0px;
}
h6 {

}

ul {list-style-position: inside;

}
li {
   list-style-position:inside;
    line-height: 18px;
}
p {
    text-align: justify;
    margin: 0 0 1.2em;
    padding: 0;
    color:#555;

}
img {
     
}

span {

}
a:link {   color: #186a9a;
    text-decoration: none;
    outline: none;
    
}
a:visited {
    
}
a:hover {
    text-decoration: none;
}
a {
    color: #fff;
    text-decoration: none;
    outline: none;
}
body {

   	margin-top: 10px;
    font: .81em/150% Arial, Helvetica, sans-serif;
    color: #555;
    background: url(img/hatter.jpg) fixed no-repeat top center;
     background: #d1d4d3;

}

/*Default elemek vége ------------------------------------------------*/

/*Oldal alap elemek ++++++++++++++++++++++++++++++++++++++++++++++++*/

.container { 
    width: 980px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
    margin: 1em auto;
	padding-bottom: 10px;
		


}
.logo {border: 0px solid grey; float: left; margin-left: 10px; padding-top: 10px; }
.szoveg {margin-top: 40px; color: #000; padding: 3px;}
.fej {
    position: relative;
    height: 170px;

  
    border-top: 1px solid #035744;
    border-left: 1px solid #035744;
    border-right: 1px solid #008265;
	border-bottom: 1px dashed #d3e2df;
	margin-bottom: 1px;
	padding-top: 5px;
    background: #008265;


}

.menu {
    bottom: 0px;
    float: right;
    font-size: 0.9em;
    left: 0px;
    margin: 0px;
    padding-top: 35px;
    text-transform: uppercase;
    width: 700px;


}
.gombok_1 {
    margin-left: 5px;
    margin-top: 0px;
    padding-top: 37px;
}

.menu li {
    float: left;
    list-style: none outside none;
    margin: 5px 0px 0px 5px;
    padding: 0px;
    position: relative;
}
.menu a {
    line-height: 100%;
    color: #888;
    display: block;
    padding: 12px 10px;
    text-decoration: none;
    border: 1px solid #fff;
} 
.menu a:hover {
    color: #888;
    background: #fff;
    border-top: 1px solid #888;
}
.aktivmenu {
    font-weight: 700;
}

.doboz {color: #000; float: left; width: 155px; height: auto; padding: 8px; background: #fff; 


-webkit-border-bottom-right-radius: 8px;

-moz-border-radius-bottomright: 8px;

border-bottom-right-radius: 8px;
margin-bottom: 10px;
border-right: 1px solid black;
border-bottom: 1px solid black;
border-top: 1px solid grey;}


.tartalom {
    width: 978px;
    color: #000;
    background: #f1f1f0;

    overflow: hidden;
    border-left: 1px solid #035744;
    border-right: 1px solid #035744;

}
.duma {
    min-height: 500px;
    padding: 8px;
    width: 783px;
    float: right;
    background: #fff;
	margin-bottom: 10px;

-webkit-border-bottom-left-radius: 8px;

-moz-border-radius-bottomleft: 8px;

border-bottom-left-radius: 8px;
    border-left: 1px solid #004435;
    border-top: 1px solid grey;
    border-right: 1px solid #bebebe;
	border-bottom: 1px solid #004435;
}
.duma img {padding-top: 5px;
           padding-left: 1px;
           
           -webkit-border-radius: 8px;
           -moz-border-radius: 8px;
           border-radius: 8px;
           border: 0px solid #045c2d;
             
}
.duma a:link {

}
.duma a:visited {

}
.duma a:hover {
    text-decoration: none;
}
.duma a {
    color: #186a9a;
    text-decoration: none;
    outline: none;
}
.duma h1 { padding:10px;
    height: 12px;

    border:1px solid grey;
    
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    text-decoration:none;
    text-transform:uppercase;
  
    font-size:1em;   color: #fff; background: #4a4f4c; 
	background: #1d1b1e; /* Old browsers */
background: #1c514a; /* Old browsers */
background: -moz-linear-gradient(top,  #1c514a 0%, #008265 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c514a), color-stop(100%,#008265)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1c514a 0%,#008265 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1c514a 0%,#008265 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1c514a 0%,#008265 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1c514a 0%,#008265 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c514a', endColorstr='#008265',GradientType=0 ); /* IE6-9 */

	}
	
	.doboz h1 { padding:10px;
    height: 12px;

    border:1px solid grey;
    
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    text-decoration:none;
    text-transform:uppercase;
background: #1c514a; /* Old browsers */
background: -moz-linear-gradient(top,  #1c514a 0%, #008265 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c514a), color-stop(100%,#008265)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1c514a 0%,#008265 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1c514a 0%,#008265 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1c514a 0%,#008265 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1c514a 0%,#008265 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c514a', endColorstr='#008265',GradientType=0 ); /* IE6-9 */

    font-size:1em;   color: #fff;  }

.alj {
	color: #fff;
    background: #02745b;
    width: 978px;
    height: 30px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3em;
    padding-top: 10px;
    text-align: center;
  	border-top: 2px dashed #d3e2df;
    border-left: 1px solid #004c3b;
    border-right: 1px solid #004c3b;
    -webkit-box-shadow: inset 0 3px 3px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 3px 3px rgba(0,0,0,.3);
    box-shadow: inset 0 3px 3px rgba(0,0,0,.3);

}
.alj p {
    margin: 0px;
    font-family: 'Jura', sans-serif; 
}

.alj a {
    color: #FFFFFF;
    text-decoration: none;

}

.alj a:hover {
    text-decoration: underline;
}
.alj p {
    text-align: center;
}

.clear {
    clear: both; 
    line-height: 0px; 
    visibility: hidden;
}

.hiba {
    margin-bottom: 5px;
    font-weight: 700;
    color: #ff0000;
}
.siker {
    color:#339933;
    font-weight: 700;
}
.kereso {margin-top: 5px;
}
#s {width: 137px;
}
.alj_csik {
    background: #fff;
    width: 978px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.7em;
    text-align: center;
    border: 1px solid #004c3b;
	  	border-top: 1px dashed #b9b9b6;
    color: #000;
	font-weight: bold;
     -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;

}
.bongesz {
    text-decoration: none;
    color: #000;
    font-weight: bold;
	width: 150px;
}
.tul {
	border: 1px solid #444;
	margin-bottom: 1em;
        cursor: pointer;
}
.fejlec {
        cursor: pointer;
}
.tul .fejlec {
	position: relative;
	background-color: #444;
	color: white;
	font-size: 1.2em;
	line-height: 1em;
	padding: 0.5em;
	height: 1em;
	margin: 0;
        cursor: pointer;
}

.tul .aktivfejlec {
	background-position: 99% center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.tul .aktivfejlec:hover,
.tul .aktivfejlec:active {
	outline: none;
        cursor: pointer;
}
.egyebtul {float: left; margin-right: 15px; min-height: 50px;}
.szovegdoboz {border: 1px solid #5c5553; padding: 8px;
              margin-top: 5px;
              -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.48);
-moz-box-shadow:    0px 0px 8px rgba(50, 50, 50, 0.48);
box-shadow:         0px 0px 8px rgba(50, 50, 50, 0.48);}

#navigation {
    width:250px;
}

#content {
    width:700px;
}

#navigation,
#content {
    float:left;
    margin:10px;
}

.collapsible,
.page_collapsible {
    margin-top: 2px;
    padding:10px;
    height:20px;

    border:1px solid grey;
    background: #ddddcd;

    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    text-decoration:none;
    text-transform:uppercase;
    color: #000;
    font-size:1em;
}


.collapse-open {
    background:#626262;
    color: #fff;
	
}

.collapse-open span {
    display:block;
    float:right;
    padding:10px;
}

.collapse-open span {
    background:url(../images/minus.png) center center no-repeat;
}

.collapse-close span {
    display:block;
    float:right;
    background:url(../images/plus.png) center center no-repeat;
    padding:10px;
}


div.content {
    background:#f0f0f0;
   margin-top: 2px;
    padding: 5px;
    font-size:.9em;
    line-height:1.5em;
    font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	 border: 1px solid grey;
	
}

div.content a {  color: #186a9a;
    text-decoration: none;
    outline: none;
}

div.content ul, div.content p {
    margin:0;
    padding:0px;
}

div.content ul li {
    list-style-position:inside;
    line-height: 18px;
}

div.content ul li a {
    color:#555555;
}

code {
    overflow:auto;
}
/*

github.com style (c) Vasily Polovnyov <vast@whiteants.net>

*/

pre code {
  display: block; padding: 0.5em;
  color: #333;
  background: #f8f8ff
}

pre .comment,
pre .template_comment,
pre .diff .header,
pre .javadoc {
  color: #998;
  font-style: italic
}

pre .keyword,
pre .css .rule .keyword,
pre .winutils,
pre .javascript .title,
pre .nginx .title,
pre .subst,
pre .request,
pre .status {
  color: #333;
  font-weight: bold
}

pre .number,
pre .hexcolor,
pre .ruby .constant {
  color: #099;
}

pre .string,
pre .tag .value,
pre .phpdoc,
pre .tex .formula {
  color: #d14
}

pre .title,
pre .id {
  color: #900;
  font-weight: bold
}

pre .javascript .title,
pre .lisp .title,
pre .clojure .title,
pre .subst {
  font-weight: normal
}

pre .class .title,
pre .haskell .type,
pre .vhdl .literal,
pre .tex .command {
  color: #458;
  font-weight: bold
}

pre .tag,
pre .tag .title,
pre .rules .property,
pre .django .tag .keyword {
  color: #000080;
  font-weight: normal
}

pre .attribute,
pre .variable,
pre .lisp .body {
  color: #008080
}

pre .regexp {
  color: #009926
}

pre .class {
  color: #458;
  font-weight: bold
}

pre .symbol,
pre .ruby .symbol .string,
pre .lisp .keyword,
pre .tex .special,
pre .prompt {
  color: #990073
}

pre .built_in,
pre .lisp .title,
pre .clojure .built_in {
  color: #0086b3
}

pre .preprocessor,
pre .pi,
pre .doctype,
pre .shebang,
pre .cdata {
  color: #999;
  font-weight: bold
}

pre .deletion {
  background: #fdd
}

pre .addition {
  background: #dfd
}

pre .diff .change {
  background: #0086b3
}

pre .chunk {
  color: #aaa
}
.form {   

background:#f0f0f0;
   margin-top: 2px;
    padding: 5px;
    font-size:.9em;
    line-height:1.5em;
    font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	 border: 1px solid grey;
}

.adat ul {padding: 0px; margin: 0px;}


.keptarto {float: left; margin-left: 20px; margin-bottom: 15px; }

.keptarto img {
border: 1px solid grey;
-webkit-box-shadow: 1px 1px 14px rgba(50, 50, 50, 0.89);
-moz-box-shadow:    1px 1px 14px rgba(50, 50, 50, 0.89);
box-shadow:         1px 1px 14px rgba(50, 50, 50, 0.89);}

.toloka {margin-left: 18px; }
.toloka1 {margin-left: 18px; border-top: 1px dashed black;border-bottom: 1px dashed black; margin-bottom: 10px;}
.contain p {margin-left: 30px; }
.contain h1 {color: #000; margin-left: 18px; margin-bottom: 10px; text-decoration: underline; }
	