html, body {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}

#errorportal {
	background-color: #FFFFFF;
}

.nl {
	clear: both;
}

div#desktop {
	width: 100%;
}

.error {
	border: medium outset red;
	padding: 8px;
	margin: 0.5em;
	background-color: #FFCCCC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.dataerror {
	padding: 0.3em;
	font-weight: bold;
	color: red;
}

.thsp { /* halbes Leerzeichen */
	font-size: 50%;
}

input[type=text], input[type=password] {
	font-family: "Courie Newr", Courier;
	margin-right: 1em;
}

a.linkbtn {
	text-decoration: none;
}

.etikett {
	width: 15em;
	float: left;
	font-weight: bold;
	margin: 0 1em 0.4em 0;
}

.etikettkurz {
	width: 7em;
	float: left;
	font-weight: bold;
	margin: 0 1em 0.4em 0;
}

table.datalist th, tr{
	vertical-align: top;
}

form.dataform fieldset {
	border-style: solid;
	border-width: medium;
	padding: 0.8em;
	margin-bottom: 0.5em;
}

div.right {
	width: 12em;
	float: left;
}

div.rightsel {
	width: 20px;
	float: left;
	margin-right: 0.5em;
	padding: 0;
}

div.righttext {
	width: 9em;
	float: left;
	margin: 0;
	padding: 0;
}

div.advice {
	width: auto;
	float: left;
	margin-left: 1em;
	font-size: smaller;
}

p.advice {
	font-size: smaller;
}

textarea {
	margin-bottom: 0.3em;
}

textarea.adressfeld {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11pt;
  width: 80mm;
}

.blocked, .red {
	color: red;
}

hr.cut {
	border-width: 0;
	background-color: #808080;
}

tr.filter {
	text-align: left;
}

th.left {
	text-align: left;
}

td.num {
	text-align: right;
}

td.minus {
	color: red;
}

td.notpaied {
	background-color: #FFB0B0;
}

input.summe {
	border: 0;
	background-color: transparent;
	outline: 0 none !important;
	outline-color: transparent;
	font-size: 100.01%;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}

table.preise td {
	padding: 0 1em;
}

p#date {
	font-size: smaller;
}

.fleft {
	 float: left;
	 width: auto;
}

.fleft70 {
	 float: left;
	 width: 70%;
}

tr.oldorder {
	color: #CC0000;
}

tr.inaktiv {
	font-style: italic;
}

tr.exadresse {
	font-style: italic;
	color: red;
	opacity: 0.7;
}

tr.inaktiv {
	color: #606060;
}

div.persons {
	float: left;
	width: 2.5em;
}

div.attention {
	width: 90%;
	padding: 1em;
	font-weight: bold;
	font-size: larger;
}

input.edit {
	background-image: url(../../icons/b_edit.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 2px outset gray;
}

input.delete {
	background-image: url(../../icons/b_drop.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 2px outset gray;
}

input.details {
	background-image: url(../../icons/b_browse.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 2px outset gray;
}

input.lupe {
	background-image: url(../../icons/b_search.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 2px outset gray;
}

input.copy {
	background-image: url(../../icons/b_copy.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 2px outset gray;
}

input.filter {
	background-image: url(../../icons/b_filteron.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 2px outset gray;
}

input.filteroff {
	background-image: url(../../icons/b_filteroff.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 2px outset gray;
}

input.sort {
	display: block;
	width: 2em;
	float: right;
	margin-left: 1em;
}

input.insert {
	background-image: url(../../icons/b_insrow.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 2px outset gray;
}

input.kalender {
	background-image: url(../../icons/kalender.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: 2px outset gray;
}

textarea.hide {
	display: none;
}

div.details {
	border: thin solid black;
	padding: 0.7em;
	overflow: visible;
}

div.notneeded {
	display: none;
}

tr.notneeded {
	display: none;
}

#editorframe {
	margin: 0.3em;
	padding: 0.3em;
	overflow: auto;
}

#browserframe {
	margin: 0.3em;
	padding: 0.3em;
	overflow: auto;
}

div.kunde {
	width: auto;
	height: auto;
	float: left;
	margin: 0 0.5em 0.5em 0;
	padding: 0.2em;
	background-color: #FFFFE0;
}

div.doku {
	background-color: #f0fff0 !important;
}

ul.inhalt {
	list-style: none;
}

div.helpimportant {
	background-color: #FFCCB0;
	background-image: url(../../icons/achtung.gif);
	background-position: 0.5em;
	background-repeat: no-repeat;
	padding: 0.5em 0.5em 0.5em 70px;
	min-height: 50px;
}

div.helptipp {
	background-color: #CCFFB0;
	background-image: url(../../icons/tipp.gif);
	background-position: 0.5em;
	background-repeat: no-repeat;
	padding: 0.5em 0.5em 0.5em 70px;
	min-height: 50px;
}

div.helpadvice {
	background-color: #FFFFB0;
	background-image: url(../../icons/hinweis.gif);
	background-position: 0.5em;
	background-repeat: no-repeat;
	padding: 0.5em 0.5em 0.5em 70px;
	min-height: 50px;
}

span.taste {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0.1em 0.2em;
	border: thick outset #B0B0B0;
	margin: 0.2em;
	background-color: #D9D9D9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

span.menue {
	font-style: italic;
}

div.fnlinie {
	width: 8em;
}

div.fussnote {
	width:2em;
	font-size:90%;
	float:left;
}

div.fnotetxt {
	font-size:90%;
	text-indent:0em;
	width:auto;
	margin-left:2em;
	margin-right:1.5em;
	margin-bottom: 0.7em;
}

hr.fussnote {
	width:8em;
	height:1pt;
	color:black;
	background-color:black;
	border-style:none;
	text-align:left;
	margin-bottom:0.2em;
}

div.pict_center {
	display: inline-block;
	margin: 0.7em;
	padding: 0.3em;
	width: auto;
	text-align: left;
	background-color: #FFFF99;
}

div.pict_right {
	margin: 0.7em 0 0.7em 0.7em;
	padding: 0.3em;
	display: inline-block;
	width: auto;
	float: right;
	text-align: left;
	background-color: #FFFF99;
}

div.pict_left {
	margin: 0.7em 0.7em 0.7em 0;
	padding: 0.3em;
	width: auto;
	float: left;
	text-align: left;
	background-color: #FFFF99;
}

div.pict_center img,
div.pict_left img,
div.pict_right img {
	margin-bottom: 0.5em;
}

span.nobr {
	white-space: nowrap;
}

caption {
	font-style: italic;
	margin-top: 0.8em;
	margin-bottom: 0.5em;
}

textarea.anschrift {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11pt;
    width: 80mm;
}

#monatskalender {
	width: auto;
	height: 13em;
	overflow: auto;
	background-color: white;
}

div.email {
	font-family: Courier, monospace;
	width: auto;
	background-color: white;
}

div.noshow {
	visibility: hidden;
	overflow: hidden;
	width: auto;
	height: 5px;
}

tr.summe {
	border-top: 2pt solid black;
	border-bottom: medium double black;
}