	html, body {
		/* IE ONLY */
		scrollbar-face-color: #9a0032;
		scrollbar-highlight-color: #9a0032;
		scrollbar-3dlight-color: white;
		scrollbar-darkshadow-color: white;
		scrollbar-shadow-color: white;
		scrollbar-arrow-color: white;
		scrollbar-track-color: white;
		
		height:100%;
		margin: 0px;
		margin-top: 10px;
		background-image: url('img/bg.gif');
		background-repeat: repeat-y;
		background-position: center;
		background-attachment: fixed;
		font-family: 'Trebuchet MS';
		font-size: 1.0em;
	}

	#bg-logo, #bg-main {
		left: 50%;
		margin-left: -151px
	}

	#bg-logo {
		height: 100%;
		margin-left: -491px;
		width: 340px;
		background-image: url('img/naw.gif');
		background-repeat: no-repeat;
		background-position: bottom;
		z-index: 1;

		position: fixed;
		top: 0px; 
		_position: absolute;
		_top: expression((dummy = document.documentElement.scrollTop) + "px"); 
	}


	#bg-main {
		position: relative;
		width: 600px;
		z-index: 0;
		overflow: hidden;

		background-image: url('img/footer.gif');
		background-repeat: no-repeat;
		background-position: bottom;
	}

	#main-content {
		position: relative;
		float: right;
		width: 337px;
		text-align: justify;
		padding-bottom: 35px;
	}

	#main-menu {
		position: relative;
		float: right;
		width: 200px;
		height: 100%;
		padding-top: 30px;
		margin-left: 53px;
	}

	#main-menu ul { margin-top: 0px; }

	#main-menu li {
		list-style: square url('img/disc_white.gif') outside;
		color: #666465;
		font-size: 1.3em;
		line-height: 1.5em;
		vertical-align: bottom;
	}

	#main-menu a {
		color: #666465;
		text-decoration: none;
		border-style: none;
	}

	#main-menu li:hover {
		list-style: square url('img/disc_red.gif') outside;
	}

	#main-menu a:hover, li:hover {
		color: #3e3d3d;
		list-style: square url('img/disc_red.gif') outside;
	}

	a#menu-active { color: #9a0032; }

	#main-menu img {
		border-style: none;
		margin: 0px;
	}

	#main-content li {
		list-style: disc none outside;
		margin-left: -10px;
		padding-right: 10px;
	}

	h1 {
		margin-left: -52px;
		color: #666465;
		text-align: center;
		margin-top: 20px;
	}

	h2 {
		font-size: 1.1em;
		font-weight: bold;
		font-style: italic;
	}

	p { 
		padding-right: 15px;
		line-height: 1.5em;
	}

	a {
		color: #9a0032;
		text-decoration: none;
		border-color: #9a0032;
		border-style: none none dotted none;
		border-width: 1px;
	}

	img { border-style: none; }

	table {
		margin: auto;
	}

	input.contact {
		width: 150px;
		background-color: white;
		border-style: solid;
		border-width: 1px;
		border-color: #9a0032;
	}

	textarea.contact {
			width: 278px;
			height: 100px;
			background-color: white;
			border-style: solid;
			border-width: 1px;
			border-color: #9a0032;
	}

	input.contactbtn {
		width: 75px;
		background-color: white;
		border-style: solid;
		border-width: 1px;
		border-color: #9a0032;
	}

	/* PRIJSLIJST */
	td.prod {
		font-weight: bold;
		background-color: #eee;
		border-top: 15px solid #fff;
	}

	td.price {
		text-align: right;
		border-bottom: 1px dotted #ccc;
	}

	td.info {
		font-size: 0.9em;
	}

	table.full {
		width: 100%;
	}