body {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  background: #ddd;
}
#wrapper {
  background: #eee;
  padding: 10px;
  width: 600px;
  margin: auto;
}
#header, #right, #jumptonavi, #navicontainer, #lang, .hideonprint {
	position: absolute;
	top: 0px;
	left: 0px;
  	display: none !important;
}
a {
  color: #3C86C3;
}
a:hover {
  color: #B8D4EA;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
}
#print-header h1 {
	text-align: right;
	display: block;
	background-color: #ccc;
}