body {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-weight: lighter;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
a:link {
	text-decoration:none;
	color: #77909f;
}
a:visited {
	text-decoration:none;
	color: #77909f;
}
a:hover {
	text-decoration:none;
	color: #ffffff;
	background-color: #10314A;
}
a:active {
	text-decoration:none;
	color: #77909f;
}
a:focus {
	text-decoration:none;
	color: #77909f;
}
select {
	color: #10314A;
	font-size: 14px;
	font-weight: lighter;
	text-transform: lowercase;	
}
td {
	text-transform: lowercase;
	font-weight: lighter;
}
.sichtbar {
	display: inline;
}
.nicht-sichtbar {
	display: none;
}
h1 {
	font-weight: lighter;
	font-size: 50px;
	margin-left:-4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
strong {
	font-weight: lighter;
}
.fussnoten {
	font-size: smaller;
}
font {
font-variant: small-caps;
}
.screenlogo {
}
.printlogo {
	display: none;
}
@media print {
  .screenlogo {
	display: none;
}
.printlogo {
	display: inline;
}
strong {
	font-weight: bold;
}
}
