@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #002;
	color: silver;
}
label {
	text-transform: uppercase;
}
form input {
    font-size: 14px;
    padding: 1px;
}
input.disabled, label.disabled {
	color: silver;
}
input.orange {
	background-color: orange;
	border: 0;
}
input.bezahlt {
	background-image: url('../icons/payed.png');
	width: 24px;
	height: 24px;
	border: 0;
	cursor: pointer;
}
input.nb {
	background-image: url('../icons/not_payed.png');
	width: 24px;
	height: 24px;
	border: 0;
	cursor: pointer;
}
input.rechnung {
	background-image: url('../icons/document-invoice.png');
	width: 24px;
	height: 24px;
	border: 0;
	cursor: pointer;
}
input.del {
	background-image: url('../icons/cross-button.png');
	width: 16px;
	height: 16px;
	border: 0;
	cursor: pointer;
}
.highlight {
	color: yellow;
	font-weight: bold;
}
.klein {
	font-size: 9px;
	text-transform: none;
}
.mittel {
	font-size: 12px;
	text-transform: none;
}
#inhalt {
	text-align: left;
	font-size: 18px;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 8.5em;
	/* min-height: 100em; */
}
#inhalt ul {
	list-style: none;
}
#inhalt2 {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 8.5em;
	text-align: center;
	/* min-height: 100em; */
}
p {
	margin-top: 1em;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 2em;
}
h1, h2, h3 {
	text-transform: uppercase;
}
h1 {
	background-color: silver;
	color: #002;
}
h1.fehler, h2.fehler {
	background-color: red;
	text-align: center;
}
h1.lightblue {
	background-color: lightblue;
}
h1.gold {
	background-color: gold;
}
h1.orange {
	background-color: orange;
}
h1.pink {
	background-color: pink;
}
ul {
	padding: 0;
}
#footer {
	margin-left: 0.7em;
	margin-right: 0.7em;
	margin-top: 8em;
	margin-bottom: 35em;
	text-transform: uppercase;
	background-color: silver;
	color: #002;
	text-align: center;
}
#logging {
	background-color: #002;
	text-align: center;
}
#logging form {
	margin: 1em;
}
#logging h1 {
	margin-top: 0.7em;
}
.li, #logging li {
	margin-left: 0.2em;
	margin-right: 0.2em;
	display: inline;
	list-style: inside;
}
hr {
	color: silver;
}
#inhalt hr {
	margin-top: 1em;
	margin-bottom: 1em;
}
a {
	text-transform: uppercase;
	padding: 0.5em;
	color: #002;
	background-color: silver;
	font-weight: bold;
	text-decoration: none;
	border: 8px double;
}
a.lightblue {
	background-color: lightblue;
}
a.gold {
	background-color: gold;
}
a.orange {
	background-color: orange;
}
a.pink {
	background-color: pink;
}
a:hover, a:active {
	border: 8px double #74F;
}
#inhalt a, #inhalt2 a {
	background-color: #002;
	border: 3px double silver;
	color: silver;
}
#inhalt a.lightblue, #inhalt2 a.lightblue {
	background-color: #002;
	border: 3px double;
	color: lightblue;
}
#inhalt a.gold, #inhalt2 a.gold {
	background-color: #002;
	border: 3px double;
	color: gold;
}
#inhalt a.orange, #inhalt2 a.orange {
	background-color: #002;
	border: 3px double;
	color: orange;
}
#inhalt a.pink, #inhalt2 a.pink {
	background-color: #002;
	border: 3px double;
	color: pink;
}
#inhalt a:hover, #inhalt2 a:hover {
	background-color: silver;
	border: 3px double;
	color: #002;
}
#inhalt a:hover.lightblue, #inhalt2 a:hover.lightblue {
	background-color: lightblue;
	border: 3px double;
	color: #002;
}
#inhalt a:hover.gold, #inhalt2 a:hover.gold {
	background-color: gold;
	border: 3px double;
	color: #002;
}
#inhalt a:hover.orange, #inhalt2 a:hover.orange {
	background-color: orange;
	border: 3px double;
	color: #002;
}
#inhalt a:hover.pink, #inhalt2 a:hover.pink {
	background-color: pink;
	border: 3px double;
	color: #002;
}
input {
	font-size: 14px;
}
.red {
	color: red;
}
.strongred {
    font-size: 1.5em;
	color: red;
	font-weight: bold;
	text-transform: uppercase;
}
.stronggreen {
    font-size: 2em;
	color: lightgreen;
	font-weight: bold;
	text-transform: uppercase;
}
.strong {
	font-weight: bold;
	text-transform: uppercase;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin-left: 0;
	background-color: #002;
	white-space: nowrap;
}
.kursiv {
	font-weight: normal;
	font-style: italic;
	text-transform: none;
}
.fett {
	font-weight: bold;
}
.finanz_reitanlage {
	font-size: 12px;
	float: left;
	margin-right: 1em;
	width: 25em;
	white-space: nowrap;
	background-color: #000022;
}
.posten_bezeichnung {
	float: left;
	margin-right: 1em;
	width: 50%;
	white-space: nowrap;
	background-color: #000022;
}
.touren_bezeichnung {
	margin-top: -1em;
	float: left;
	margin-right: 1em;
	width: 25%;
	white-space: nowrap;
	background-color: #000022;
}
.reitanlagen_name {
	float: left;
	margin-right: 1em;
	width: 30%;
	white-space: nowrap;
	background-color: #000022;
}
.reitanlagen_strasse {
	float: left;
	margin-right: 1em;
	width: 22%;
	white-space: nowrap;
	background-color: #000022;
	border-left: 1px dotted;
}
.reitanlagen_ort {
	float: left;
	margin-right: 1em;
	width: 22%;
	white-space: nowrap;
	background-color: #000022;
	border-left: 1px dotted;
}
.posten_deaktiviert {
	text-decoration: line-through;
}
.auftrag_nb {
	color: red;
}
.auftrag_verpackt {
	color: orange;
}
.uebersicht_reitanlage {
	float: left;
	width: 30em;
	white-space: nowrap;
	background-color: #000022;
}
.finanz_nachname {
	float: left;
	margin-right: 1em;
	width: 15em;
	white-space: nowrap;
}
.uebersicht_nachname {
	float: left;
	margin-right: 1em;
	width: 15em;
	white-space: nowrap;
}
.kunden_nachname {
	float: left;
	margin-right: 1em;
	width: 20%;
	white-space: nowrap;
}
.kunden_telefon {
	float: left;
	margin-right: 1em;
	width: 35%;
	white-space: nowrap;
}
.finanz_vorname {
	float: left;
	margin-right: 1em;
	width: 10em;
	white-space: nowrap;
	background-color: #000022;
	border-left: 1px dotted;
	padding-left: 0.3em;
	font-size: 16px;
}
.uebersicht_vorname {
	float: left;
	margin-right: 1em;
	width: 10em;
	white-space: nowrap;
	background-color: #000022;
	border-left: 1px dotted silver;
	padding-left: 0.3em;
	font-size: 16px;
}
.kunden_vorname {
	float: left;
	margin-right: 1em;
	width: 20%;
	white-space: nowrap;
	background-color: #000022;
	border-left: 1px dotted silver;
}
.finanz_auftragssumme {
	width: 5em;
	text-align: right;
	float: right;
	background-color: #000022;
	font-size: 16px;
}
.posten_pid {
	width: 9%;
	float: right;
	background-color: #000022;
}
.kunden_kid {
	width: 12%;
	float: right;
	background-color: #000022;
}
.reitanlagen_rid {
	width: 5%;
	float: left;
	margin-right: 1em;
	background-color: #000022;
}
.touren_tid {
	margin-top: -1em;
	width: 5%;
	float: right;
	background-color: #000022;
}
.posten_preis {
	width: 9%;
	text-align: right;
	float: left;
	background-color: #000022;
	margin-right: 0.5em;
}
.finanz_nb {
	width: 9%;
	background-color: #000022;
}
.formular {
	font-size: 10px;
	margin-right: 1em;
	float: left;
	background-color: #000022;
	padding: 0;
}
.auftragsnummer {
	float: left;
	width: 7em;
}
.right {
	float: right;
}
.buttonleft {
	float: left;
	width: 49%;
}
.buttonright {
	float: right;
	width: 49%;
	text-align: right;
}
.einzug {
	padding-left: 2%;
	padding-right: 2%;
}
.blink {
	text-decoration: blink;
}
.reitanlagenerf {
    margin: 0.5em;
}
#print {
	margin: auto;
	background-color: white;
	padding: 1em;
	width: 62mm;
	height: 100mm;
	color: black;
}
#printA6 {
  margin: auto;
  background-color: white;
  padding: 1em;
  width: 105mm;
  height: 148.5mm;
  color: black;
}
#printA4 {
	margin: auto;
	background-color: white;
	padding: 1em;
	color: black;
}
#print h1, #print h2, #print h3, #print p {
	text-transform: none;
}
#print p {
	font-size: 8pt;
}
#printA4 .formular {
	display: none;
}
#right, #printlabel, .right {
	float: right;
}
form.abstandrechts {
	margin-right: 15%;
}
.monospaced_buttons {
	font-family: monospace;
	font-size: 18px;
	font-weight: bold;
}
#inhalt a.kleinerLink {
	border: 0 none;
	padding: 0;
}
#printA4 .finanz_auftragssumme {
	background-color: white;
}
#printA4 .finanz_nb {
	background-color: white;
}
#printA4 .auftragsnummer {
	margin-right: 1em;
}
#printA4 .finanz_vorname {
	display: none;
}
#printA4 .finanz_nachname {
	width: 20%;
}
#printA4 .finanz_reitanlage {
	background-color: white;
	font-size: 16px;
}
#printA4 h2 {
	margin-top: 0;
}
#printA4 .auftrag_verpackt {
	margin-top: 0;
	color: black;
}
.verpackt_change {
	color: orange;
}