body
{
    margin:0;
    padding:0;
}
h1
{
    font-family: Open Sans;
    font-weight: 800;
    color: #1866A6;
    font-size: 30px;
}
h2
{
    font-family: Open Sans;
    font-weight: 800;
    color: #1866A6;
    font-size: 20px;
    margin-top: 0px;
    padding-top: 0px;

}
.optionButton
{
    width: 160px;
    height: 160px;
    font-family: Open Sans;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
    color:white;
    vertical-align: center;
    text-align: center;
    cursor: pointer;

    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
}
.optionButton:hover
{
    opacity:0.8;
    width: 160px;
    height: 160px;
    font-family: Open Sans;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
    color:white;
    vertical-align: center;
    text-align: center;
    cursor: pointer;

    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
}
.menu
{
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
}
.menu:hover
{
    opacity: 0.7;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
}
.cikkImageContainer
{
    width: 200px;
    height: 200px;
    text-align: center;
    vertical-align: top;
}
.cikkContent
{
    text-align: justify;
    padding-left: 20px;
    font-family: Open Sans;
    font-weight: 400;
    color:#1866A6;
    font-size: 14px;
    vertical-align: top;

}
a
{
    color: #1866A6;
    text-decoration: underline;
}
a:hover
{
    color: #1866A6;
    text-decoration: none;
}
input
{
    color: #1866A6;
    border: 1px solid #1866A6;
    border-radius: 5px;
    font-size: 18px;
    font-family: Open Sans;
    font-weight:400;
    width: 300px;
}
select
{
    color: #1866A6;
    border: 1px solid #1866A6;
    border-radius: 5px;
    font-size: 18px;
    font-family: Open Sans;
    font-weight:400;
}

.optionButton
{
    width: 160px;
    height: 160px;
    font-family: Open Sans;
    font-weight: 800;
    font-size: 20px;
    color:white;
    vertical-align: center;
    text-align: center;

    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
}
.optionButton:hover
{
    opacity:0.8;
    width: 160px;
    height: 160px;
    font-family: Open Sans;
    font-weight: 800;
    font-size: 20px;
    color:white;
    vertical-align: center;
    text-align: center;

    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
}

.selectButton
{
    color: white;
    border: 1px solid #1866A6;
    background-color:white;
    border-radius: 5px;
    font-size: 18px;
    font-family: Open Sans;
    font-weight:400;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    cursor:pointer;

}
.selectButton:hover
{
    color: white;
    border: 1px solid #1866A6;
    background-color:#9CBFDC;
    border-radius: 5px;
    font-size: 18px;
    font-family: Open Sans;
    font-weight:400;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    cursor:pointer;

}


button
{
    color: #1866A6;
    border: 1px solid #1866A6;
    background-color:white;
    border-radius: 5px;
    font-size: 18px;
    font-family: Open Sans;
    font-weight:400;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    cursor:pointer;
}
button:hover
{
    color: white;
    border: 1px solid #1866A6;
    background-color:#1866A6;
    border-radius: 5px;
    font-size: 18px;
    font-family: Open Sans;
    font-weight:400;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    cursor:pointer;

}

.programmeTd
{
    color: #1866A6;
    border: 1px solid #1866A6;
    background-color:white;
    border-radius: 5px;
    font-family: Open Sans;
    font-weight:400;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    cursor:pointer;
}
.programmeTd:hover
{
    color: #1866A6;
    border: 1px solid #1866A6;
    background-color:#D6ECFF;
    border-radius: 5px;
    font-family: Open Sans;
    font-weight:400;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    cursor:pointer;

}
.tableCell
{
  border: 1px solid #1866A6;
  border-radius:5px;
}
