body        
{
    margin-top: -25px;
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 15px;
}
 
#page-wrap
{
    width: 1020px;
    margin: 0 auto;
    object-position: center;
    box-shadow: 10px 10px 100px #888888; 
}

h1
{
    font-size: 19px;
}

h2
{
    font-size: 16px;
}

strong
{
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
}

dt
{
    color: black;
    text-decoration: none;
    margin-bottom: 4px;
    background-color: rgba(173, 216, 230, 0.4);
    padding: 2px;
}

dd
{
    text-decoration: none;
    margin-bottom: 4px;
    background-color: rgba(0, 102, 204, 0.1);
    padding: 5px;
}

a:link 
{
    text-decoration: none;
    color: #0066cc;
}

a:visited 
{
    text-decoration: none;
    color: #0066cc;
}

a:hover 
{
    color: #00CBCC;
}

a:active 
{
    color: #00CBCC;
    text-shadow: 0px 0px 1px black;
}

#g
{
    color: #00CBCC;
    text-shadow: 0px 0px 3px #00CBCC;
}

header
{
    height: 140px;
    background-color: #0066cc;

}

#small
{
   display: none;
}

header #titel
{
    Height: 80px;
    width: 1020px;  
    font-family: Segoe UI;
    line-height: 80px;
    font-size: 50px;
    color: white;
    text-shadow: 0px 1px 1px black;
    text-align: center;
}

header ul
{
   width: 1020px;
}

header ul li 
{
    display: inline-block;
    text-decoration: none;
    margin-left: 19px; 
    width: 120px;
    background-color: white;
    text-align: center;
    font-size: 20px;
    padding: 4px;
    color:  #0066cc;
}

main 
{           
    float: left;
    height: auto;
    width:1020px;
    background-image: url(Back1.jpg);
    box-shadow: 10px 10px 100px #888888;  
}

main article
{
    float: left;
    margin: 40px;
    margin-right: 0px;
    width: 640px;
    height: auto;
    min-height: 630px;
}

main article #geest dt
{
    font-weight: 600;
}

main article #lichaam dt
{
    font-weight: 600;
}

main aside
{
    float: right;
    padding: 10px;
    margin-top: 48px;
    margin-right: 30px;
    width: 260px;
    height: auto;
    background-color: rgba(173, 216, 230, 0.8);
}

footer      
{ 
    float: left;
    Height: 72px;
    width: 1020px;
    color: white;
    text-shadow: 1px 1px 1px #888888;
    background-color:#00CBCC;
    box-shadow: 10px 10px 100px #888888; 
}

footer p 
{
    text-align: center;
    font-size: 0.9em;
    line-height: 20px;
}

fieldset{
    border-width: 0px;
    margin-bottom: 5px;
    background-color: rgba(0, 102, 204, 0.1);
}

textarea{
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif;
    border-color: white;
    height: 80px;
    width: 252px;
}
form .submit{
    border-width: 0px;
    color: #0066cc;
    background-color: white;
    width:258px;
}

/*----------------media-query------------------*/
@media only screen and (min-width: 150px) and (max-width: 767px)
{
    body
    {
        font-size: 1em;
    }

    #page-wrap
    {
        width: 100%
    }

    h1
    {
        font-size: 1.3em;
    }

    h2
    {
        font-size: 1.1em;
    }

    dd
    {
        margin-left: 5%;
    }

    header
    {
        height: 100%;
    }

    #big
    {
       display: none;
    }

    #small
    {
       display:inline ;
    }

    header #titel
    {
        height: 80px;
        width:auto;
        font-size: 1.8em;
        text-align: center;
        line-height:34px;
        padding-top:  40px
    }

    header ul
    {
        width:96%;
        margin: 0%;
        padding: 2%
    }

    header ul li
    {
        margin-left: 1%;
        margin-bottom: 1%;
        width: 46%;
        font-size: 1.3em;
        padding: 1%;
    }

    main
    {
        width:100%;
    }

    main article
    {
        margin: 5%;
        width:90%;
        height: auto;
    }

    main aside
    {
        padding: 2%;
        margin: 3%;
        width: 90%;
        height: auto;
    }

    footer
    {
        width: 100%;
    }

    footer p
    {
        text-align: center;
        font-size: 0.9em;
        line-height: 20px;
    }

    textarea{
        width: 350px;
    }
    form .submit{
        width: 356px;
    }
}
/*----------------media-query------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    body
    {
        font-size: 1em;
    }
    #page-wrap
    {
        width: 750px;
    }

    h1
    {
        font-size: 1.3em;
    }

    h2
    {
        font-size: 1.1em;
    }


    dd
    {
        margin-left: 20px;
    }

    header
    {
        height: 200px;
        width:750px;
    }

    header #titel
    {
        Height: 80px;
        width: 90%;
        line-height: 80px;
        font-size: 2.8em;
        text-align: left;
        margin-left: 40px;
    }

    header ul
    {
        width: 710px;
    }

    header ul li
    {
        margin-left: 15px;
        margin-bottom: 10px;
        width: 190px;
        font-size: 1.5em;
    }

    main
    {
        width:100%;
    }

    main article
    {
        margin: 20px;
        width: 460px;
        height: auto;
    }

    main aside
    {
        width: 200px;
        height: auto;
        margin-bottom: 20px;
    }

    footer
    {
        width: 100%;
    }

    footer p
    {
        text-align: center;
        font-size: 0.9em;
        line-height: 20px;
    }

    textarea{
        width: 192px;
    }
    form .submit{
        width:198px;
    }
}