body {
	color: black;
	font-family: Bitstream Vera Sans, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;		
	font-size: 14px;
	margin: 0;
	background-image: url("patroon.png");
	background-color: #333;
}

marquee {
	background-color: #ccc;
	color: red;
	font-weight: bold;
}

div#bar {
	background-image: url("bar.jpg");
	height: 40px;
}

a {
	color: black;
}

a:hover {
	color: red;
}

a.anchor {
	color: black;
}

div#menu {
	vertical-align: middle;
	border-width: 3px 0 3px 0;
	border-color: red; 
	border-style: solid;
	background: url("menu.png");
	font-size: 10px;
	padding: 0 10px 0 10px;
	margin-top: 5px;
}

div#menu a {
	color: black;
	text-decoration: none;
}

div#menu a:hover {
	color: red;
}

div#menu p {
	margin-top: 1ex;
	margin-bottom: 1ex;
}

div#content {
	padding: 0;
}

ul {
	list-style-type: circle;
	font-weight: bold;
	padding-left: 15px;
}

ul ul	{
	padding-bottom: 2ex;
	list-style-type: disc;
	font-weight: normal;
	padding-left: 40px;
}

ul.product {
	list-style-type: disc;
}

ul.product ul {
	list-style-type: circle;
}

div#info {
	margin: 10px 10px 10px 285px;
	padding: 20px;
	background-color: #ddd;
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

div#logotext {
	padding: 25px;
	text-align: center;
	color: red;
	font-size: 32px;
}

div#sidebar {
	float: left;
	margin: 10px;
}

div#logo {
	font-size: 36px;
	text-align: center;
	color: red;
}

h1 {
	font-style: italic;
	text-align: right;
	border-bottom: 1px solid red;
	font-size: 30px;
}

h2 {
	color: red;
	font-size: 18px;
}

div.imageleft {
	float: left;
	font-size: 10px;
	text-align: left;
	padding: 10px;
}

div.imageright {
	float: right;
	font-size: 10px;
	text-align: right;
	padding: 10px;
}

img {
	border: none;
	vertical-align: middle;
}

div#bar {
	clear: both;
}
