body {
	background: #fff url(/img/background.png) no-repeat fixed 30% 100%;
	font: x-small Arial, sans-serif;
}

html>body {
	font-size: small;
}

h1 {
	font: large Georgia, serif;
}

/* menu */

#menu ul {
	list-style: none outside;
}

#menu #item0 {
	position: absolute;
	top: 10px;
	left: 20px;
}

#menu #item1 {
	position: absolute;
	top: 135px;
	left: 115px;
}
#menu #item2 {
	position: absolute;
	top: 160px;
	left: 90px;
}
#menu #item3 {
	position: absolute;
	top: 185px;
	left: 77px;
}
#menu #item4 {
	position: absolute;
	top: 210px;
	left: 75px;
}

#menu a {
	font: italic bold small Arial, sans-serif;
	text-decoration: none;
	color: #f00;
	background: transparent;
}

#menu li>a {
	font-size: medium;
}

/* address block */

address {
	position: absolute;
	top: 50px;
	left: 200px;
}

/* main content */

#content {
	position: absolute;
	left: 23%;
	width: 74%;
	top: 120px;
}

#print {
}

/* voorraad */

#searchbox {
	width: 100%;
	text-align: center;
}


img.stock {
	margin: 3px;
	border: 1px solid #f00;
}

#voorraad {
	text-align: center;
}

#voorraad .prijs {
	font-size: large;
}

#nav a {
	font: italic bold small Arial, sans-serif;
	text-decoration: none;
	color: #f00;
}

#nav-prev {
	float: left;
}

#nav-next {
	float: right;
}

#submit-inf {
	float: right;
}

#link {
        font: italic bold small Arial, sans-serif;
        text-decoration: none;
        color: #f00;
}

