/*
© Copyright De Jong Snacks
Developed by Sneldesign.com
*/

body
{
    margin: 0;
    padding: 0;
	background-color: #EDE8E2;
}

#container
{
	width: 780px;
	height: 100%;
	min-height: 100%;
	background: url("../img/border.gif") repeat-y;
	background-color: #ffffff;
	background-repeat: repeat-y;
	margin: 0 auto 0 auto;
	border: 1px solid #959595;
}

#headertop
{
    width: 760px;
    height: 20px;
    background-color: #f4f4f4;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 5px;
}

#headertussen
{
    width: 780px;
    height: 10px;
    background-color: #ffffff;
}

#header
{
    float: left;
    width: 780px;
    height: 155px;
	background-image: url("../img/header.jpg");
	background-repeat: no-repeat;
    text-align: left;
    background-color: #ffffff;
}

div.topmenu
{
    float: left;
    width: 160px;
    height: 20px;
    background-color: #ffffff;
}

div.topcontent
{
    float: left;
    width: 614px;
    height: 20px;
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
    background-color: #ffffff;
}

#menu
{
    float: left;
    width: 160px;
    height: 100%;
    min-height: 100%;
}

#content
{
    float: left;
    width: 619px;
    background-color: #eceeee;
    border-top: 1px solid #959595;
    margin-left: 1px;
}

div.home
{
    width: 595px;
	padding: 10px;
}

#copyright
{
    clear: both;
    text-align: center;
}

/* FLOAT FIX */
#cbody:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	background-color: #ffffff;
}
