body{
	font-family: serif;
	font-size: 10pt;
	background-color: white; margin: 0;}

p {
	font-family: serif;
	font-size: 10pt;}

td {
	font-family: serif;
	font-size: 10pt;}

h1 {
	font-size:        14pt;
	font-weight:      bold;}

h2 {
	font-size: 12pt;
	font-weight: bold;}

a 			{ color: blue; font-size: 10pt; font-family: serif; text-decoration: underline;}
a:link   	{ color: blue; font-size: 10pt; font-family: serif; text-decoration: underline; }
a:visited   { color: purple; font-size: 10pt; font-family: serif; text-decoration: underline; }
a:hover  	{ color: red; font-size: 10pt; font-family: serif; text-decoration: underline; }
a:active   	{ color: red; font-size: 10pt; font-family: serif; text-decoration: underline; }

.navinput { font-size: 9pt; font-family: sans-serif; width: 140px; }


#background {	visibility: visible;
	position:   absolute;
	z-index:    0;
	top:        0;
	left:       0;
	width:      380px;
	height:     500px }

#backline {	visibility: visible;
	position:   absolute;
	z-index:    0;
	top:        50px;
	right:      0;
	left:       380px;
	height:     11px }

#language {	visibility: visible;
	position:   absolute;
	z-index:    1;
	top:        30px;
	right:      10px;
	width:      65px;
	height:     20px }

#title {	visibility: visible;
	position:   absolute;
	z-index:    1;
	top:        0;
	right:      85px;
	left:       160px;
	height:     87px }

#navigation {	visibility: visible;
	position:   absolute;
	z-index:    1;
	top:        187px;
	left:       0;
	width:      160px }

#content {	visibility: visible;
	position:   absolute;
	z-index:    1;
	top:        107px;
	right:      10px;
	left:       170px }



@media print {
	#background	{ display: none; }
	#backline	{ display: none; }
	#language	{ display: none; }
	#navigation	{ display: none; }
	#title  {
		background-color: #fff;
		visibility: visible;
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%; }
	#content  {
		background-color: #fff;
		visibility: visible;
		position: relative;
		top: 100px;
		left: 0px;
		right: 0px;
		width: 100%; }
}
