html {
  height: 100%;
}

body {
    margin: 0 auto 0 auto;
    height: 100%;
    font-family: Verdana;
    font-size: 15px;
    margin: 0 auto 0 auto;
}

#bgBack {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1000;
}

#bgFix {
    height: 100%;
    position: fixed;
    z-index: -999;
}

#bgTrees {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -998;
}

#contentMain {
    text-align: justify;
    background: rgba(255,255,255,0.8);
    margin-top: 10px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 20px;
    padding: 2%;
    box-shadow: 0 0 10px 10px rgba(255,255,255,0.8);
    overflow: auto;
}

#menu {
    border: 8px solid green;
    border-style: double;
    border-radius: 8px;
    background-color: white;
}

#menuInside {
    background-color: green;
    text-align: center;
}

#showMenu {
    background-color: green;
    text-align: center;
    display: none;
}

#activeMenu {
    margin: auto;
    border: 8px solid blue;
    border-style: double;
    border-radius: 8px;
    background-color: white;
    width: 250px;
}

#activeMenuInside {
    background-color: blue;
    text-align: center;
}

.menuItem {
    font-family: "Times New Roman";
    font-size: 25px;    
    width: 250px;
    height: 30px;
    line-height: 30px;
    color: white;
}

.menuItem:link, .menuItem:visited {
    text-decoration: none;
    text-align: center;
    display: inline-block;
}

.menuItem:hover {
    text-decoration: none;
    font-weight: bold;
}


#headline {
    text-align: center;
}

.noWrapText {
    white-space: nowrap;
}

#logo {
    font-family: "Times New Roman";
    font-size : 30px ;
    font-weight: bold;
    font-style: italic;
    border: 8px solid white;
    border-style: double;
    border-radius: 8px;
    background-color: red;
    color: red;
    max-width: 440px;
    margin:auto;
    text-shadow: 1px 1px 1px black;
}

#logoInside {
    background-color: white;
    text-align: center;
    overflow: auto;
}

#tSign {
    font-family: "Helvetica";
    font-style: normal;
    display: inline-block;
    background-color: dodgerblue;
    text-align: center;
    color: white;
    font-weight: bold;
    width: 35px;
    text-shadow: none;
    margin-left: 5px;
}

#logoImage {
    display: block;
    float: right;
    height: 35px;
}

/*Címsorok*/

h1 {
    font-family: "Times New Roman";
    font-weight: bold;
    font-size: 200%;
    color: blue;
    text-align: center;
    clear: both;
}

h2 {
    font-family: "Times New Roman";
    font-weight: normal;
    font-style: italic;
    font-size: 150%;
    color: red;
    text-align: center;
    clear: both;
}

h3 {
    font-family: "Times New Roman";
    font-weight: bold;
    font-style: italic;
    font-size: 130%;;
    color: black;
    text-align: center;
    clear: both;
}

h4 {
    font-size: 110%;
    font-weight: bold;
    color: blue;
    clear: both;
}

/*Különböző típusú kiemelések*/

.kiemeles1 {
    font-weight: bold;
    color: green;
}

.kiemeles3 {
    font-weight: bold;
    color: red;
}

.kiemeles4 {
    font-weight: bold;
    color: blue;
}

.kiemeles5 {
    font-size: 150%;
    font-weight: bold;
    color: red;
}

.kiemeles6 {
    font-size: 150%;
    font-weight: bold;
    color: blue;
}

/*Különböző okokból végzett középre igazítások:*/

.pageMenu, .kozepre {
    text-align: center;
}

/*Különböző okokból végzett jobbra igazítások:*/

.jobbra {
    text-align: right;
}

#toTopButton {
    font-weight: bold;
    text-align: center;
    clear: both;
    display: block;
}

/*A helyimenün belül ne váltson színt a link*/

.pageMenu a:link, .pageMenu a:visited {
    color: blue;
}

/****

****Oldalspecifikus formázások formázások:

****/

/*Főoldal:*/

#titleBelowImages {
    clear: none;
}

/*Bemutatkozás:*/

#miertValasszMinket {
    list-style-type: square;
}

.inlineImageLeft {
    display: block;
    float: left;
    border: solid 3px lightblue;
    width: 200px;
    height: 150px;
    margin: 10px;
}

.inlineImageRight {
    display: block;
    float: right;
    border: solid 3px lightblue;
    width: 200px;
    height: 150px;
    margin: 10px;
}

.paragraphWithImage {
    overflow: auto;
}

/*Aktuális:*/

.discount {
    text-align: center;
}

.actualImportant {
    text-align: center;
}

.discountInformation, .actualImportant {
    color: red;
    font-family: "Times New Roman";
    font-size: 25px;
    /*    font-style: italic;*/
    font-weight: bold;
    text-shadow: 1px 1px 0 black;
}

.discountValue {
    color: blue;
    font-family: "Times New Roman";
    font-size: 35px;
    font-style: italic;
    font-weight: bold;
    text-shadow: 1px 1px 0 black;
}

.discountSopeTitle {
    color: skyBlue;
    font-family: "Times New Roman";
    font-size: 25px;
    text-shadow: 1px 1px 1px blue;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}

/*Oktatás:*/

/*A két jelzőlámpa:*/
#categorySelectorContainer {
    overflow: auto;
}

#categorySelector1 {
    margin: auto;
    float: left;
}

#categorySelector2  {
    margin: auto;
    float: right;
}

#categoryShortDescription {
    color: black;
    width: 300px;
    min-height: 30px;
    background-color: white;
}

#categoryShortDescriptionBorder {
    margin: auto;
    width: 300px;
    min-height: 30px;
    text-align: center;
    border: 8px solid white;
    border-style: double;
    border-radius: 8px;
    background-color: red;
}

/*Az egyes kategóriák lapjai:*/

#forSigning {
  display: flex;
  flex-wrap: wrap;
}

#forSigning > div{    
    width: 500px;
}

#linkToDiscounts {
    color: red;
    font-weight: bold;
}

#priceTables {
    margin:auto;
    max-width: 750px;  
}

/*Szakoktatóink:*/

.portre {
    height: 76px;
    float: left;
    border: solid 1px lightblue;
    margin-right: 10px;
}

.instructorBox {
    overflow: auto;
    float: left;
    min-width: 250px;
    padding: 20px;
}

/*Elérhetőség:*/

#terkep {

    width: 750px;

    border: solid 5px lightblue;

}

#t_betu {

    float: left;

}

#zrinyimail {

    border: none;

}

/*Galéria*/

.galeriakep {

    width: 210px;

    height: 220px;

    float: left;

    margin: 0px 15px;

    font-size: 12px;

    text-align: center;

}

.galeriakep img {

    border: ridge 10px DarkGoldenRod;

    max-width: 200px;

    max-height: 150px;

    /*Ha majd egyszer legalább hasonló lesz a színkezelése a böngészőknek: 

    rgb(213,106,0)*/

}

.horgony {

    visibility: hidden;

}

/*Letöltések*/
li{
    text-align: left;
}

table {
    border-collapse: collapse;
    border: solid 1px black;    
}

th, td {
    border: solid 1px black;
    text-align: center;
}

.priceTable th, .priceTable td {
    width: 16%;
}

.priceTable .noBorder {
    border-style: none;
}

#mutatok {
    margin: auto;
    font-size: 10px
}

#mutatok .paros th, #mutatok .paros td {
    background-color: lightcyan;
}

/*aktuálishoz*/

#coursesTable {
    margin: auto;    
    border-spacing: 10px;
    font-size: 110%;
}

#coursesTable td {
    padding: 5px;
    font-size: 120%;
}

caption {
    text-align: left;
    font-weight: bold;
    text-decoration: underline;
}

.courseListItemTime {
    font-size: 150%;
    font-weight: bold;
    color: red;
}

.courseListItemPlace {
    font-size: 90%;
    font-style: italic;
    color: black;
}

#feliratKedvezmenyek {

    height: 50px;

}

#feliratElmélet {

    height: 35px;

}

#feliratGyakorlat {

    height: 35px;

}

#szigetKep {

    width: 750px;

    border: 1px black solid;

}

#linkek_table {

    margin: 0 auto 0 auto;

    text-align: left;

    vertical-align: middle;

}

#kokarda {

    float: left;

    width: 80px;

    height: 110px;

}

#nyul {

    float: right;

    width: 80px;

    height: 110px;

}

#oktatas_kepszoveg {

    /*width : 670px ;

    height : 100px ;*/

}

.link_kep {

    border: 2px solid blue;

}

.invalidPrice {
    text-decoration: line-through;
}

.discountedPrice {
    color: red;
}

.discountNotes {
    font-size: 60%;
}