﻿body, table, th, td, p, input, textarea, select, a {
	color:#3D2E29;
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	font-size:13px;
	text-align:left;
}

.logo img{
	border:0;
}

.topnav {
	display:none;
}

.header {
	display:none;
}

.right 
{
	display:none;
}

.bottom 
{
	display:none;
}

table 
{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

table td, table th
{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

div.adreslabel 
{
	padding: 15px;
	margin: 50px 0 0 0 ;
	border:1px solid #000;
	width: 150px;
}

table.personalia
{
	border:0;
	width: 150px;
	height: auto;
	background-color: #fff;
	position:relative;
	margin: 25px 0 0 0;
}

table.personalia td
{
	border:0;
}

table.personalia td.value
{
	font-weight: bold;
}

table.orderinfo 
{
	border:0;
	width: 250px;
	height: auto;
	background-color: #fff;
	position:relative;
	margin: 0 0 0 0;
}

table.orderinfo td
{
	border:0;
}

table.orderinfo td.value
{
	font-weight: bold;
}

.textright
{
	text-align:right;
}