body {
	background-image: url(bilder/illustration.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
}

h1 {
	font-size: 16pt;
	color: #000000;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: Andale Mono, Lucida Grande, Verdana;
	font-weight: 100;
}

h2 {
	font-size: 12pt;
	color: #000000;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: Andale Mono, Lucida Grande, Verdana;
	font-weight: 100;
}

p {
	font-size: 9pt;
	color: #000000;
	font-family: Georgia;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 150px;
	font-weight: normal;

}

li {
	font-size: 9pt;
	color: #000000;
	font-family: Arial, Geneva, Helvetica;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 0px;
	font-weight: normal;

}

a {
	font-size: 9pt;
	color: #111111;
	text-align: left;
	font-family: Georgia;
	font-weight: 600;
}

a:hover	{
	color: #CCCCCC;
}

#order {
	font-size: 12pt;
	color: #000000;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: Andale Mono, Lucida Grande, Verdana;
	font-weight: 100;
}

#copy {
	font-size: 8pt;
	color: #666666;
	font-family: Georgia;
	font-style: italic;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-weight: normal;

}

#date {
	font-size: 8pt;
	color: #666666;
	font-family: Georgia;
	font-style: italic;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-weight: normal;

}