html
{
	background: #444;
}

body
{
	background: #fff;
	margin: 2em auto;
	padding: 0;
	width: 700px;
	position: relative;
}

*
{
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	list-style: none;
}

div#header
{
	position: relative;
	background: #ccc;
	border-bottom: 2px solid #444;
	height: 100px;
	background: url(images/banner1.jpg);
	overflow: hidden;
}

div#header h1
{
	float: left;
	width: 200px;
	border-right: 1px solid #999;
	height: 100%;
	text-align: center;
	color: #921;
	padding-top: 10px;
	letter-spacing: 5px;
	background: url(images/banner2.jpg);
}

div#container
{
	float: left;
	position: relative;
	margin: 2em 2em 0 0;
	background: #fff url(images/bread2.jpg) bottom left no-repeat;
	width: 100%;
}

div#content
{
	float: right;
	min-width: 468px;
	margin-left: 230px;
	min-height: 20em;
}

ul#navigation
{
	position: absolute;
	top: -2em;
	left: 0;
	width: 200px;
	height: 100%;
	background: #eee url(images/bread1.jpg) bottom left no-repeat;
	border-right: 1px solid #999;
	padding: 2em 0 0 0;
	overflow: hidden;
}

ul#navigation li
{
	display: block;
	background: #eee;
	padding-left: 1.5em;
}

ul#navigation li:hover
{
	background: #333 url(images/dot.png) 95% 50% no-repeat;
}

ul#navigation li:hover li a
{
	color: #DDD;
	font-style: normal;
}

ul#navigation li:hover li a:hover
{
	color: #D60;
	font-style: italic;
}

ul#navigation li a
{
	display: block;
	width: 100%;
}

ul#navigation li:hover a
{
	display: block;
	width: 100%;
	color: #D60;
	font-style: italic;
}

ul#navigation li li
{
	display: none;
}

ul#navigation li:hover li
{
	display: block;
	background: #333;
}

ul#navigation li:hover li:hover
{
	display: block;
	background: #333 url(images/dot.png) 95% 50% no-repeat;
}

div#footer
{
	clear: both;
	background: #ccc;
	border-top: 2px solid #999;
	padding: 15px;
	text-align: center;
	font-style: italic;
	height: 25px;
}

a
{
	text-decoration: none;
}

a:hover
{
	color: #D60;
}

div#content h2
{
	margin-bottom: 1.5em;
}

div#content p
{
	margin-bottom: 1.5em;
	padding-right: 1em;
}

strong
{
	color: #e21;
}

div#content ul
{
	margin: 1em;
}

ul.prijslijst
{
	margin-bottom: 2em;
}

ul.prijslijst img
{
	width: auto;
	max-width: 200px;
	height: 70px;
	float: left;
	margin-right: 1em;
	border: 1px solid #444;
}

ul.prijslijst li
{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 1em;
}

h3.prijslijst, em.prijslijst
{
	float: left;
	clear: both;
}

img#webmaster {
	float: left;
	margin-right: 1em;
	border: 1px solid #444;
}

fieldset
{
	margin: 1em;
	border: 0;
}

form li 
{
	overflow: auto;
}

li input
{
	float: right;
}

li label
{
	position: absolute;
}
