* {
    margin:0;
    padding:0;
    box-sizing: border-box;
} /* to remove the top and left whitespace */
.siteHeader {
    height: 150px;
    width: 100%;
    background-color: white;
    background-image: url("../images/fgregorcom_logo01.png");
    background-repeat: no-repeat;
    background-position: center;

}
.menuSeparator{
    margin-right: 5px;
    margin-left: 5px;
    min-width: 15px;
    max-width: 15px;
}

.arnyek {
    border-radius: 10px;
    -webkit-box-shadow: -5px -5px 0px #666666;
    -moz-box-shadow: -5px -5px 0px #666666;
    box-shadow: -5px -5px 0px #666666;
}

.menuGomb {
    width: fit-content;
    padding: 5px;
    margin-left: 2px;
    margin-right: 2px;
    background-color: black;
    font-weight: bold;
    color: lightskyblue;
    border-radius: 10px;
    -webkit-box-shadow: -5px -5px 0px #C9C9C9;
    -moz-box-shadow: -5px -5px 0px #C9C9C9;
    box-shadow: -5px -5px 0px #C9C9C9;
}

.menuGombActive {
    color: #FFFFFF;
}


.menuGomb:hover{
    -webkit-box-shadow: -5px -5px 0px #666666;
    -moz-box-shadow: -5px -5px 0px #666666;
    box-shadow: -5px -5px 0px #666666;
    color: #0167aa;
}
.menuGomb:active{
    -webkit-box-shadow: -1px -1px 0px #C9C9C9;
    -moz-box-shadow: -1px -1px 0px #C9C9C9;
    box-shadow: -1px -1px 0px #C9C9C9;
    transform: translate(-2px,-2px);
}

.hirkeret{
    border: 3px solid black;
    width: 80%;
    padding: 5px;
    background-color: #C9C9C9;
    margin-top: 30px;
}
.hirdatum {
    position: relative;
    top:-25px;
    left: 25px;
    border: 1px solid black;
    width: fit-content;
    padding: 5px;
    background-color: black;
    font-weight: bold;
    color: lightskyblue;
}

.hirkep {
    position: relative;
    text-align: center;
}
.hirkep img {
    border: 3px solid black;
    width: 200px;
    height: 200px;
    margin: 3px;
}

.hir {
    position: relative;
    text-justify: auto;

}
.hirtag {
    position: relative;
    bottom: 0px;
    left: -10px;
    width: 100%;
    text-align: right;
    font-size: 0.6em;
    color: #6f42c1;
}
