@font-face {
    font-family: bookosi;
    src: url(/style/fonts/bookosi.ttf);
}

html {
    height: 100%;
}

body {
    color:#000000;
    font-family: times new roman,times,serif;
    background-size: 100% 100%;
    background: url(/style/graphics/infosm.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#main-menu img {
    height: 30px;
    margin-bottom: 2px;
    margin-top: 18px;
    width:75px
}

#koptexth4a {   
    font-size:28px;
    font-weight: bold;
    text-align: center;
}

#onderschrift {
    font-size:18px;
    font-weight: bold;
    text-align: center;
}
#content {
    font-family: bookosi;
    font-size: 16px;
    margin: 20px 0 20px 0;
}
#content h4 {
    font-weight: bold;
    margin: 20px 0;
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}