#divbg {
    height: 100%;
    left: 0;
    right: 0;
    top: 0px;
    position: absolute;
    z-index: 0;   
    }

    #divembleem { 
    right: 3%;
    top: 2%;
    position: absolute;
    z-index: 10; 
    }
    
body, html{
background:  #f2f2f2;
}

#opskrif, #skadu{
    position: absolute;
    top: 2%;
    left: 0;
    right: 0;
    font: bold 2em Droid Sans;
    text-align: center;
    }

    #opskrif{
    margin: 0 auto;
    width: 100%;
    color: #0d1f33;
    z-index: 2;
    }

    #skadu{
    margin: .13em auto;
    width: 100%;
    color: #89a4b9;
    z-index: 1;
    }







