* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }  

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #4c4c4c;
    width: 1000px;
    margin: 0 auto;
}

#logo
{

    width: 250px;
    height: 250px;
    float: left;
}

#dark-purple-box
{

    width: 250px;
    height: 250px;
    float: left;
}


#light-purple-box
{
    width: 500px;
    height: 250px;
    float: left;
}

#psy-image
{
    display: block;
    float: left;
    width: 400px; 
    height: 250px;
    position: absolute;
    margin-left: 500px;
}

#psy-imageL
{
    display: block;
    float: left;
    width: 344px; 
    height: 250px;
    position: absolute;
    margin-left: 500px;
}


#tessa
{
    display: block;
    float: left; 
    height: 250px;
    width: 183px; 
    position: absolute;
    margin-left: 500px;
}

#daphne
{
    display: block;
    float: left; 
    height: 250px; 
    position: absolute;
    margin-left: 500px;
}

#anouk
{
    display: block;
    float: left; 
    height: 250px; 
    position: absolute;
    margin-left: 500px;
}


nav
{
    width: 250px;
    height: 700px;
    float: left;
}

nav ul
{
    margin-top: 30px;
}
nav li
{
    list-style-type: none;
    line-height: 30px;
}

nav li:hover
{
    color:#ffffff; 
    text-decoration:none; 
    background:#336699 
}

nav a
{

    color: #4c4c4c;
    text-decoration:none; 
    padding: 15px;
    font-weight: bold;
    font-size: 16px;

}


nav a:hover
{
    color:#FFFFFF; 
    text-decoration:none; 
}

#nav-active-li
{
    background:#9999CC;

}


#active-url
{
    color: #ffffff;
}

.psycholoog
{
    text-decoration:none; 
    font-weight: normal;
}

article
{
    width: 750px;
    height: 400px;
    margin-top: 30px;
    padding-left: 55px;
    float: left;
}


h1
{
    font-size: 18px;
}

p
{
    font-size: 16px;
    margin-top: 18px;
    line-height:1.8;
}

.textli
{
    line-height: 30px;
    margin-left: 30px
}


ol
{
    line-height: 30px;
    margin-left: 30px
}

.small-print
{
    font-size: 12px;
}

#oog
{
    float: left;
    margin-right: 5px;
    width: 200px;
    height: 125px;
    margin-top: 5px;
}