/* Print styles */

div#layoutContent {
  margin-top: 200px;
  width: 700px;
  display: block;
  position: absolute;
}


p, td, li, a, div, span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
  line-height: 1.4em
}
p {
  margin-top: 0px;
  margin-bottom: 20px;
}
hr {
	height: 1px;
	color: #000000;
	background-color: #000000;
	border: solid #000000 0px;
}

a:link,
a:visited,
a:active,
a:hover {
  -moz-outline-style: none;
  color: #000000;
}
a:active,
a:hover {
  text-decoration: none;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}
h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
}
ul {
  padding: 0px;
  margin: 0px;
  padding-left: 15px;
}


div#layoutTop, 
div#layoutNavigation, 
div#layoutFooter {
  display: none
}
div#divLogoPrint {
  width: 700px;
  display: block;
  position: relative;
}
div.printTitel {
  display: block;
  position: relative;
}
