html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

.hide {    display: none;
    visibility: hidden;
    overflow: hidden;
}

body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	background-image: url(../img/body-bg.jpg);
	background-repeat: repeat;
	background-position: center 0px;
	background-color: #db8b64;
}

#canvas
{
	width: 600px;
	margin: 0px auto 0px auto;	
	background-image: url(../img/content-bg.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;
	padding: 0px 0px 0px 0px;
}
#pop
{
	background-image: url(../img/content-bg.jpg);
	background-repeat: repeat-y;
}

#masthead {	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:600; 
	height:95;
}

#menu {	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:600; 
	height:30;
}

#content {padding-top:20px;
}

#footer
{	border-top: 1px solid #db8b64;
	font-size: 10px;
	text-align: center;
	text-transform: inherit;
	margin-top:20px;
	width:600px;
}


/* ############ */

#content p {	margin: 7px 40px 7px 40px;
}
#content img {	margin: 10px 0px 10px 0px;
}

.copy {	font-size: 10px;
	text-align: center;
}

a:link, a:visited { color: #C00; }
a:hover, a:active { color: #F30; }

#contactpage{	font-size: 14px;
}
td {	font-size: 14px;
}

#bestellen
{
	margin: 10px 40px 10px 40px;
	border-color: #F30;
	border-width: 2px;
	border-style: dotted;
}

#bestellen p {	margin: 10px 10px 10px 10px;
}
.rule
{
	border-top: 2px solid #F96;
	width: 525;
	text-align: center;
	text-transform: inherit;
	margin: 15px 35px 10px 40px;

}

#reactiespage {}
#reactiespage p {margin: 7px 0px 0px 0px;}
.reactie
{
	margin: 7px 40px 0px 40px;
	border-top: 2px dotted #F90;
}
.reactie small { color: #C30; }