body{
	font: 12px arial;
	background-color: #eeeeee;
	color: #555555;
	font-family: "Open Sans";
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 23px;
	margin: 0px;
}

.top15{
margin-top: 15px;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.center-block {
 display: block;
  margin-left: auto;
  margin-right: auto;
}

.nopadding{
padding-left: 0 !important;
padding-right: 0 !important
}

.allpadding{
padding: 10px;
}

.nomargin{
margin-left: 0 !important;
margin-right: 0 !important;
}


@media (max-width: 767px) {
.greenback{
background-color: #afca05;
z-index: 100;
height: auto !important;
}
}

.greenback{
background-color: #afca05;
z-index: 100;
height: 55px;
}

.tartalomkont{
background-color: #fff;
margin-top: 15px;
height: 100%; 
overflow: hidden;
margin-bottom: 15px;
}

.tartalomkont .content{
padding: 10px;
}

.cikk{
background-color: #fff;
margin-top: 15px;
height: 100%; 
overflow: hidden;
}

.ido{
font-size: 12px;
}

.tartalomcol{
padding-left: 5px;
}


.nopad{
padding-left: 2px;
padding-right: 2px;
}

h1{
	font-family: "Open Sans";
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #539a00;
}

hr {
color: #afca05;
background-color: #afca05;
border-top: 1px solid #afca05;
margin-top: 10px;
margin-bottom: 10px;
}

h2{
	font-family: "Open Sans";
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #000000;
} 

h3{
	font-family: "Open Sans";
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 23px;
} 

.tartalomkont a,
.cikk a{
	font-family: "Open Sans";
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #539a00;
}

a h1:hover,
.tartalomkont a:hover,
.cikk a:hover{
	color: #afca05;
}

img{
border: 0;
}

.error-template {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}