body
{
	margin: 0;
	padding:0;
}

h2
{
	padding:0;
}

.OnlyPrint
{
  display: block;
}

.OnlyScreen
{
  display: none;
}

div#PrintHeader
{
  display: block;
}

div#topwrap, div#nav, div#footer
{
  display: none;
}

div#cont
{
  border: none;
  overflow: visible;
}

div#PrintHeader
{
  width:100%;
  height: 50mm;
}

div#PrintTop1
{
  width:60px;
  height:50px;
  float:left;
}

div#PrintTop2
{
  position:relative;
  top:4px;
  width:210px;
  height:54px;
  float:left;
}

div#PrintAdress
{
  position:absolute;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10pt;
  padding: 0px;
  margin: 0px;
  height: 50mm;
  overflow:auto;
  width:60mm;
  right: 10px;
}

