﻿body {
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #eeeeee;
}
h1 {
	font-size: 12pt;
	font-weight: medium;
	color: black;
}
h2 {
	font-size: 10pt;
	font-weight: medium;
	color: black;
}
a {
	text-decoration: none;
	color: black;
}
img {
	border-style: none;
	border-color: transaprent;
	border-width: 0px;
}
img.border {
	border-style: solid;
	border-color: #dddddd;
	border-width: 2px;
}
p.center {
	text-align: center;
}
p.obs {
	color: red;
	font-weight: bold;
}
p.price {
	text-align: right;
	font-weight: bold;
}
p.signatur {
	text-align: right;
	border-top-style: solid;
	border-top-color: #dddddd;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	border-bottom-width: 2px;
	text-transform: uppercase;
	font-size: 7pt;
}
table.cols {
	width: 100%;
}
table.container {
	width: 974px;
	height: 100%;
	border-style: none;
	border-color: transaprent;
	border-width: 0px;
	border-spacing: 0px;
}
table.logo {
	width: 100%;
	border-style: none;
	border-color: transparent;
	border-width: 0px;
}
td.buttons {
	text-align: right;
}
td.cols {
	width: 50%;
	vertical-align: top;
}
td.cols1 {
	width: 10%;
	vertical-align: top;
}
td.cols2 {
	width: 40%;
	vertical-align: top;
}
td.cols3 {
	width: 50%;
	vertical-align: top;
	text-align: right;
}
td.content {
	background-color: white;
	width: 782px;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10pt;
	color: #444444;
}
td.greenstripe {
	height: 38px;
	background-color: #bed730;
	border-bottom-style: solid;
	border-bottom-color: #a0b527;
	border-bottom-width: 3px;
	text-align: right;
	padding-right: 10px;
}
td.logo {
	margin-top: 34px;
	padding-left: 11px;
	height: 122px;
	background-color: black;
}
td.menu {
	padding-left: 10px;
	padding-right: 0px;
	vertical-align: top;
	width: 192px;
	background-color: #dddddd;
	height: 608px;
	font-size: 9pt;
}