﻿body {
	margin : 20px 0px 0px 0px;
	padding : 0;
	text-align : center;
	background-color : #4d4c4a;
	font-family : Arial, Verdana;
    font-size : 8pt;
}

#header
{
    width : 850px;
    height : 259px;
    background : url(images/header.jpg) top left no-repeat;    
}

img
{
    border : none;
}

td
{
    font-family : Arial, Verdana;
    font-size : 8pt;
    color : #FFFFFF;
    line-height : 17px;    
}

p
{
    font-family : Arial, Verdana;
    font-size : 8pt;
    color : #FFFFFF;
    line-height : 17px;
}

a
{
    color : #ed6f0b;
    text-decoration : none;   
}

.Knop
{
    border : solid 2px #ed6f0b;
    padding : 3px;
    color : #ed6f0b;
    width : 75px;
}
.voeding_naam
{
    font-size : 9pt;
    font-weight : bold;
}

.voeding_prijs
{
    font-weight : bold;
    color : #ed6f0b;
    text-align : right;
}

a:hover
{
    text-decoration : underline;
}

#sidebar
{
    background : url(images/sidebar.jpg) top left no-repeat;
    height : 700px;
    width : 245px;
}

#welkom
{
    height : 132px;
    width : 605px;
    background : url(images/welkom.jpg) top left no-repeat;
    font-family : Arial, Verdana;
    font-size : 8pt;
    color : #FFFFFF;
    line-height : 17px;
}

#footer
{
    height : 43px;
    background : url(images/footer.jpg) top left repeat-x;
    text-align : justify;
    font-family : Arial, Verdana;
    font-size : 8pt;
    color : #FFFFFF;
}

#footer a
{
    text-decoration : none;
    color : #ffffff;
}

#footer a:hover
{
    text-decoration : underline;
}

.contactvak
{
    width : 380px;
    border : solid 1px #292929;
    color : #292929;
    font-family : Arial, Verdana;
    font-size : 8pt;
    padding : 2px;
}

.knop
{
    width : 75px;
    border : solid 1px #292929;
    color : #292929;
    font-family : Arial, Verdana;
    font-size : 8pt;
    padding : 5px;
    font-weight : bold;   
}


