﻿body:after {
    font-family: Verdana, Helvetica, Arial;
    font-size: 12px;
    content: "";
    position: fixed; /* stretch a fixed position to the whole screen */
    top: 0;
    height: 100vh; /* fix for mobile browser address bar appearing disappearing */
    left: 0;
    right: 0;
    z-index: -1; /* needed to keep in the background */
    background: url(images/radiobackground.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
    margin: 0;
    scroll-behavior: smooth;
}

.Transp {
    margin-top: -10px;
    margin-left: -7px;
    padding-right: -10px;
    margin-right: -10px;
    width: 102%;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.8);
}

h1 {
    margin-top: 110px;
    text-align: center;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 300;
    color: white;
}

Bcl {
    left: 200px;
    top: 300px;
}

.tdLeft {
    width: 10%;
}

.tdMid {
    width: 80%;
    vertical-align: top;
}

.tdRight {
    width: 5%;
}

.tdSubLeft {
    width: 5%;
}

.tdSubMid {
    width: 80%;
    vertical-align: top;
}

.tdSubRight {
    width: 15%;
}


.menu {
    margin-left: 500px;
    font-size: Large;
    Color: White;
    background-color: #666666;
}


/*------------------------------------------------- menu inclusief dropdown menu*/
#divnavbar .NavBar {
    position: fixed;
    top: 0px;
    right: 40px;
    z-index: 9999;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(50,50,50,0.5);
    z-index: 9999;
}

li {
    float: left;
}

    li a, .dropbtn {
        font-size: 12px;
        display: inline-block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

        li a:hover, .dropdown:hover .dropbtn {
            background-color: rgba(5,50,100,0.7);
        }

    li.dropdown {
        display: inline-block;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(100,50,100,0.5);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .dropdown-content a:hover {
            background-color: rgba(50,50,100,0.5);
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.tba {
    vertical-align: top;
    width: 100%; 
}
.tdalr {
    vertical-align: top;
    width: 40%;
}
.tdam {
    vertical-align: top;
    width: 20%
}

.spalg {
    vertical-align: top;
    font-size: 14px;
    font-weight: bold;
    color: #000080;
}
.spalgR {
    vertical-align: top;
    font-size: 14px;
    font-weight: bold;
    color: #000080;
    text-align: right;
}
.chartPos0 {
    opacity: 1;
    color: white;
}
.chartPos1 {
    opacity: 0.5;
    margin-left: -150px;
    width: 1700px 
}
.chartPos3 {
    opacity: 1;
    color: white;
    margin-top: 60px; 
}
