html, body {
	background-color:#FFFFFF;
	margin: 0;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #aaaaaa;
}
#logo {
	position: absolute;
	background-image: url(../images/background-logo.gif);
	width: 257px;
	height: 161px;
	border: 0px;
}
#header {
	position: absolute;
	background: url(../images/background-header.gif);
	left: 257px;
	width: 697px;
	height: 161px;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #d8d8d8;
}
#headerzonderlijn {
	position: absolute;
	background: url(../images/background-headerzonderlijn.gif);
	left: 257px;
	width: 697px;
	height: 161px;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #d8d8d8;
}
#header p {
	color: #b21900;
	font-size: 0.7em;
}
#broodkruimels {
	position: relative;
	top: 128px;
	height: 30px;
	text-align: right;
}
#broodkruimels p {
	margin-top: 0px;
	color: #b21900;
	font-size: 0.7em;
}
#menu {
	position: absolute;
	top: 161px;
	background: url(../images/background-menu.gif);
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	width: 257px;
	text-align: left;
}
#menu h1 {
	font-size: 1.0em;
	color: #b21900;
	margin: 5px 13px 5px 0px;
	padding: 5px 0px 8px 17px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #d8d8d8;
}
#content1 {
	position: absolute;
	top: 161px;
	left: 257px;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	width: 378px;
	text-align: left;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #d8d8d8;
}
#content2 {
	position: absolute;
	top: 161px;
	left: 636px;
	background: url(../images/background-content2.gif) no-repeat;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	width: 318px;
	text-align: center;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #d8d8d8;
}
#contentcatalogus {
	position: absolute;
	top: 161px;
	left: 257px;
	background: url(../images/background-content.gif) no-repeat;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	width: 697px;
	text-align: left;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #d8d8d8;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	margin-top: 10px;
	text-align: left;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #666666;
	margin-top: 10px;
	margin-left: 15px;
	text-align: left;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	font-weight: normal;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	line-height: 1.5em;
	margin-right: 6px;
	margin-bottom: 15px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}
.lijnonder {
	padding-left: 15px;
	padding-bottom: 15px;
	margin: 0px 0px 15px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #d8d8d8;
}
.midden {
	text-align: center;
}
.kleiner {
	font-size: 0.7em;
}
a:link, a:visited { color: #666666; text-decoration: none;
}
a:hover, a:active {color: #666666; text-decoration: underline;
}
a.underline:link, a.underline:visited { color: #666666; text-decoration: underline;
}
a.underline:hover, a.underline:active {
	text-decoration: underline;
	background-color: #FFF5B2;
}
a.rood:link, a.rood:visited {
	 text-decoration: none;
	color: #b21900;
}
a.rood:hover, a.rood:active {
	color: #b21900;
	text-decoration: underline;
}
a.menuknoppen:link, a.menuknoppen:visited {
	 text-decoration: none;
	color: #b21900;
}
a.menuknoppen:hover, a.menuknoppen:active {
	color: #666666;
	text-decoration: none;
}