body
{
    margin: 0px;
}
#main
{
    height: 1000px;
    width: 100%;
    background-color: white;
}
#header
{
    width: 100%;
    height: 50px;
    background-color: orange;
}
#banner
{
    height: 400px;
    width: 100%;
    background-color: red;
}
#banner img
{
    height: 400px;
    width: 100%;
}
#button
{
    height: 400px;
    width: 100%;
    position: absolute;
    margin-top: -400px;
}
#button img
{
    height: 50px;
    width: 50px;
    margin-top: 175px;
    opacity: 0.2;
}
#button img:hover
{
    cursor: pointer;
    opacity: 1;
}
#radio1
{
    text-align: center;
    position: absolute;
    height: 20px;
    width: 100%;
    margin-top: -30px;
}
#menu
{
    width: 100%;
    height: 50px;
    box-shadow: 0px 0px 3px gray;
    background-color: orange;
}
.bekar
{
    padding-top: 10px;
    text-align: center;
}
#topmenu
{
    margin: 0px;
    text-align: center;
    padding left: 2px;
}
#topmenu li
{
    list-style: none;
    display: inline-block;
    background-color: aqua;
    cursor: pointer;
    padding: 10px 35px;
    border-radius: 20px;
    margin-top: 7px;
}
#topmenu li a
{
    text-decoration: none;
    color: black;
    font-style: italic;
    font-weight: bolder;
}
#topmenu li:hover
{
    background-color:ghostwhite;
}
#details
{
    width: 100%;
    height: 400px;
    background-color: black;
    box-shadow: 0px 0px 3px gray;
}
#ad
{
    height: 468;
    width: 15%;
    background-color: white;
    float: left;
    box-shadow: 0px 0px 3px gray;
}
#ad img
{
    width: 100%;
    height: 100%;
}
#misc
{
    height: 468px;
    width: 25%;
    background-color: white;
    float: left;
    box-shadow: 0px 0px 3px gray;
}
#news
{
    height: 160px;
    width: 100%;
    background-color: white;
}
#event
{
    height: 150px;
    width: 100%;
    background-color:white;
}
#event img
{
    width: 80%;
    height: 100%;
}
#content
{
    height: 468;
    width: 60%;
    background-color: white;
    float: left;
    box-shadow: 0px 0px 3px gray;
    overflow: auto; 
}
#content .bekar
{
    text-align: left;
    padding: 50px;
}
@media screen and (max-width:770px)
{
    #map
    {
        width: 20%;
        float: left;
    }
}