/* CSS Document */

/* CSS Document */

html, body {
	height: 100%;
}

body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #363636;
	font-size: 12px;
	line-height: 21px;
}

img {
	border: none;
}

* {
	outline: none;
}

a
{
	color: #791764;
}

a:hover
{
	text-decoration: none;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 35px 0px 25px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #791764;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 35px 0px 25px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #791764;
}

h3 {
	position: relative;
	float: left;
	width: 258px;
	font-family: "Lucida Sans Unicode";
	font-size: 13px;
	color: #0d0d0d;
	margin: 0px 0px 10px 0px;
}

strong
{	
	color: #791764;
}

p
{
	margin-top: 0px;
	margin-bottom: 21px;
}

#container
{
	width: 900px;
	margin: 0 auto;
	border: 1px solid #ededed;
}

#container:after
{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#prijs
{
	position: absolute;
	top: 0px;
	right: 0px;
}

#titel
{
	width: 650px;
	height: auto;
	position: relative;
}

#print
{
	padding: 20px;
	position: relative;
}

#logo
{
	float: left;
}

#afbeeldingen
{
	width: 175px;
	float: right;
}

#afbeeldingen img
{
	width: 175px;
	margin-bottom: 10px;
}

#content
{
	width: 650px;
	float: left;
}

