@charset "utf-8";
/* CSS Document */
body {
	background-color: rgba(0, 0, 0, 0.07) !important;
}
#body_container {
	background:rgba(255, 255, 255, 0.9);
}
.focim {
    font-size: 2em;
    text-align: center;
    margin-left: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: initial;
    font-weight: normal !important;
    font-variant: small-caps;
}
.informatii_tetel {
text-align: center;
    font-size: 1.5em;
    margin-top: 1em;
    box-shadow: 1px 1px 6px 0 rgba(0,51,255,1);
    border-radius: 6px;
    height: 1.5em;
    font-variant: small-caps;
    color: #777;
}
.informatii_tetel:hover {
	box-shadow:4px 1px 6px 0 rgba(0,51,255,1);
}
.copyright{
    text-align: center;
    font-size: 1em;
    margin-top: 2em;
    margin-bottom: 1em;
}
#tartalom_container p, h4 {
	margin:0 1em;
}