body {
	font-family: Arial,sans-serif;
	font-size: 12px;
	background-color: #faf3df;
}

h1,h3,h4 {
	font-family: Georgia, Times New Roman, Times, serif;
}

h1 {
	font-style: italic;
	font-weight: bold;
}

h2 {
	font-family: Helvetica,sans-serif;
	font-style: italic;
	font-weight: normal;
}

.rtrail {
	font-family: Arial,sans-serif;
	font-size: 16px;
	font-style: italic;
	float: right;
	clear: right;
	color: white;
	padding-right: 10px;
}

.options {
	font-family: Arial,sans-serif;
	font-weight: bold;
	float: left;
	clear: left;
	color: white;
	padding-left: 10px;
}

.options a {
	color: white;
}

#orderbox a {
	font-weight: bold;
	color: #5b60a3;
	text-decoration: none;
}

#orderbox p {
	text-align: justify;
}

#orderbox li {
	text-align: left;
}

#orderbox h3 {
	text-align: left;
}

#orderbox a:hover {
	text-decoration: underline;
}

#knapp {
/*	display: block; */
	float: right;
	clear: right;
}

#antalBest {
	border: 1px dashed grey;
	font-family: Helvetica,sans-serif;
	text-align: right;
	font-size: 12px;
}

#fraktBest {
	border: 1px dashed grey;
	font-family: Helvetica,sans-serif;
	text-align: right;
	font-size: 12px;
}

#summaBest {
	border: 1px dashed grey;
	font-family: Helvetica,sans-serif;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}

#content {
	width: 700px;
	padding: 0;
	margin: 0;
}

#kvitto {
	background-color: white;
	border: 1px solid #dddddd;
	padding: 2px;
	width: 230px;
}

.rfloat {
	float: right;
	clear: right;
	padding: 0;
	margin: 0;
}