﻿body 
{
    margin: 0px;
    padding: 0px;
    background-color: #fcfeee;
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    font-size: 13px;
        }
html
{
	height: 100.1%;
	}
#container 
{
    margin-left:auto;
    margin-right: auto;
    width: 770px;
}
#header
{
    width: 770px;
    height: 169px;
    background-repeat:no-repeat;
   
    vertical-align:top
    
    }
#left 
{
    width: 130px;
    float:left;
    padding: 10px;
}
    #left UL 
    {
        color:Olive;
        list-style-type:square;
        display: inline;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    #left UL LI 
    {
        margin-bottom: 2px;
        
        
    }
    #left UL LI A 
    {
        color: olive;
    }
#right 
{
    width: 587px;
    float:right;
    padding: 10px;
    text-align: justify;
}
    #right UL LI A
    {
        margin-top: 5px;
        text-decoration:none;
        color: olive;
        
    }

    #right UL LI A:hover
    {
        text-decoration:underline;
    }
    #right UL LI A:visited
    {
        color: Green;
    }

h1 
{
    margin-top: 5px;
    font-size: 22px;
    color: Gray;
}

h2 
{
    font-size: 16px;
    color: Black;
}

h3 
{
    font-weight: bold;
    font-size: 14px;
}
img 
{
    border: 0px;
    }

.bold 
{
    font-weight: bold;
}
.italics
{
    font-style: italic;
}
.underline
{
    text-decoration: underline;
}

    .fotorechts 
    {
        float:right;
        margin: 0px 0px 0px 10px;
    } 
    .plinks
    {
        width:100%;
        float:left;
        text-indent: 20px;
    }
    
    .fotolinks 
    {
        float:left;
        margin: 10px 10px 10px 0px; 
        border-width:0px;
    }
    .prechts
    {
        width:100%;
        float:right;
    }
    .fotocentraal
    {
        float:left;
        margin: 10px 10px 10px 190px; 
    }

 

.txtbericht 
{
    width: 250px;
    height: 150px;
}

p A 
{
    color: Olive ;
    text-decoration:none;
}
    p A:hover
    {
        text-decoration:underline;
    }
    p A:visited
    {
        color: Green;
    }