.body{
	width:100%;
        height: 0px;
        display: flex;
        flex-direction: column;
}

section {
	margin-top:20px;
	margin-bottom:20px;
}

.row {
	margin-bottom:20px;
}


p {
	margin-bottom:20px;
}

a {
	color:#C48E10;
}
a:hover {
	color:#036A3B;
}

.litera-antet {
	display:inline;
	float:left;
	position: relative; 
	top: -0.9em;
	margin-bottom: -0.9em;
}

.meniu {
       
        max-width:1440px;
	margin-top:20px;
	text-align:center;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;

}

.element-meniu {
	line-height:1.5;font-size:10pt
}

.separator-orizontal {
        width:100%;
	text-align:center;
	margin-top:20px;
}

.separator-orizontal img {
	width:100%;
        max-width:635px;

}

main {
        z-index: -1;
        top: 150px;
        flex: 1;
        max-width:1440px;
	margin-right:auto;
	margin-left:auto;
	padding-left:10px;
	padding-right:10px;
	position:relative;

}

.container {
	max-width:900px;
	margin-left:auto; 
	margin-right:auto;
	text-align:left;
}

header {
    
        top:0;
        width:100%;
        text-align:center;
        background-color:#FFFFFF;
        position:fixed;
        margin-right:auto;
        margin-left:auto;
}
footer {

        width:100%;
	position:fixed;
        bottom: 0;
        text-align:center;
	background-color:#FFFFFF;
        margin-right:auto;
        margin-left:auto;
}

.h-space {
	min-height:100px;

}