@charset "utf-8";
/* CSS Document */

body {
  font-family:Arial, Helvetica, sans-serif;
  background-color:white;
}
#inhalt {
	text-align: left;
}
h1 {
  text-transform:uppercase;
  margin-top:2em;
  display:none;
}
h2 {
  text-transform:uppercase;
  margin-top:2em;
}
h3 {
  text-transform:uppercase;
}
#nb2 {
	display: default;
}
#logging {
  margin-top:0.5em;
  display:none;
}
#logging a {
  text-transform:uppercase;
  padding:0.5em;
  color:darkblue;
  font-weight:bold;
  text-decoration:none;
}
#logging a:hover, #logging a:active {
  background-color:darkblue;
  color:lightyellow;
}
input {
  font-size:16px;
}
.ul {
  text-align: center;
  display:none;
}
.li {
  margin: 0.4em;
  display: none;
  list-style: none;
  padding: 0;
}
.strongred {
  color:red;
  font-weight:bold;
  text-transform:uppercase;
}
.strong {
  font-weight:bold;
  text-transform:uppercase;
}
.fixed {
  position: fixed;
  top: 0px;
  left: 5px;
  width: 100%;
  background-color: lightyellow;
}
.kursiv {
  font-style:italic;
}
.blue {
  color: darkblue;
}
.red {
  color: darkred;
}
.blink {
  text-decoration: blink;
}
div.box {
  margin: 1em;
  padding: 1em;
  border: thin lightyellow solid;
  color: lightyellow;
  display: none;
}
#print, #printA4 {
  display: inline;
}
#printA4 {
	margin-top: 0;
	padding-top: 0;
}
#print h1, #print h2, #print h3 {
  text-transform: none;
  display: inline;
}
.printlabel, form, input, .inhalt2 {
  display: none;
}
.finanz_auftragssumme {
	width: 9%;
	text-align: right;
	float: right;
}
.finanz_nb {
	width: 9%;
	text-align: right;
	float: right;
}
.auftragsnummer {
	float: left;
	width: 7em;
	margin-right: 1em;
}
.formular {
	display: none;
}
#footer {
	display: none;
}
.finanz_nachname {
	float: left;
	margin-right: 1em;
	width: 20%;
	white-space: nowrap;
}
.finanz_vorname {
	display: none;
	float: left;
	margin-right: 1em;
	width: 8%;
	white-space: nowrap;
	border-left: 1px dotted black;
}
.finanziell_drucken {
	font-size: 12px;
}
.right {
	float: right;
}
.fett {
	font-weight: bold;
}
.li {
	display: inline;
	list-style: none;
}
ul {
	padding: 0;
}
#printA4 h2 {
	margin-top: 0;
}
.noprint {
	display: none;
}
.print {
  display: list-item;
}