﻿body 
{
    background: #fff;
    margin: 0;
    padding: 0;
    font-family:  Verdana, Arial, Trebuchet MS;
    font-size: 12px;
    color: #000;
    line-height: 20px;
	overflow-y: scroll;
}


#header
{
    width: 100%;
    height: 284px ;
    float: left;
    margin: 0 0 50px 0;
    padding: 0;
    background-image: url(images/header.jpg);
}

#logocontain
{
    width: 680px;
    height: 284px ;
    margin: 0 auto;
}

#logo
{
    width: 675px;
    height: 284px ;
    margin: 0 auto;
    padding: 0;
    background: url(images/logo.png) no-repeat;
    background-position: bottom;
}

#container
{
    width: 680px;
    height: 100%;
    margin: 0 auto;

}

#content
{
    width: 638px;
    height: 100%;
    background-image: url(images/bg.jpg);
    float: left;
    border: 1px solid;
    border-color: #e5e6e8;
    margin: 0;
    padding: 20px;
}

#praktijken
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}


#praktijken a
{

    margin: 0 0 1px 0;
    padding: 0 0 0 10px;
    text-decoration: underline;
    font-size: 16px;
    outline: none;
    display: block;
    width: 100%;
    height: 30px;
    float: left;
    background: #eef7fd;
    color: #2a6ebb;

}

#praktijken a:hover
{
    background: #c5d6e8;
    color: #000;
}


h1
{
    font-family: Arial, Verdana, Trebuchet MS;
    font-size: 26px ;
    color: #2a6ebb;
    margin: 20px 0 25px 0 ;
    font-weight: normal;
    letter-spacing: 0.03em;
}

h2
{
    font-family: Arial, Verdana, Trebuchet MS;
    font-size: 20px ;
    color: #000;
    margin: 20px 0 20px 0 ;
    font-weight: normal;
    letter-spacing: 0.03em;
}

.spacer
{
    height: 50px;
    width: 100%;
    background: #fff;
    float: left;
}

ul
{
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
}

li
{
    list-style: none;
    display: inline;
    margin: 0 0 0 0;
    padding: 0;
}

li a
{
    text-decoration: none;
    width: 165px;
    height: 35px;
    float: left;
    outline: none;
    margin: 0;
    padding: 0 0 0 0;
}

.pleiaden
{
    margin: 0 0 0 0 ;
    background: url(images/pleiaden.jpg);
    float: left;
}

.bakx
{
    margin: 0 0 0 7px ;
    background: url(images/bakx.jpg);
    float: left;
}

.oskam
{
    margin: 0 0 0 7px ;
    background: url(images/oskam.jpg);
    float: left;
}

.apotheek
{
    margin: 0 0 0 0 ;
    background: url(images/apotheek.jpg);
    float: right;
}





