body{
	font-family: Arial, sans-serif;
	font-size: 1em;
	background: #FFFFFF;
}

/* Tabellenköpfe */
th {
	background-color: #FF8000;
	font-size: 1.0em;
	color:#FFFFFF;
	white-space: nowrap;
}

td {
	font-size: 0.8em;
	font-family: Arial, Sans-Serif;
	padding:4px;
}

H1 {
	font-family: Arial, sans-serif;
	font-size: 1.0em;
}

textarea {
	font-size: 1em;
	font-family: Arial, sans-serif;
}


/***********************************************************************/
/***************************** Klassen *********************************/

/* Beschriftungen über Spalten oder vor Feldern */
.fldLabel{
	vertical-align: top;
	font-weight: bold;
}

.fldLabel2{
	vertical-align: top;
	font-weight: bold;
	width:160px;
}

/* Inhalte der Tabellenzellen */
.fldContent{
}

.counterLineTable{
	width: 100%;
	border: 0px solid silver;
	margin: 2px;
	padding: 0px;
}

.counterLineTable td,th{
	border: 1px solid silver;
	padding: 2px;
}

.counterLineTable td.hiddenRow{
	border: 0 solid red;
	line-height: 2px;
}
/* Rechtsausgerichteter Tabelleninhalt, z.B. Zählerstandsspalte */
.textRight{
	text-align: right;
	padding-right: 4px;
}

/* Rechtausgerichteter Feldinhalt, z.B. Zählerstandseingabe*/
.fieldRight{
	text-align: right;
}

/* Zentrieter Tabelleninhalt, z.B. Statusspalte */
.textCenter{
	text-align: center;
}

/* Sortierungsgrafik */
.sortButton{
	margin-right:-15px;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

/* error text */
.fldError{
	color:red;
}

.imgSortUp{
	border:0;
}

.imgSortDown{
	border:0;
	position: relative;
	left: -10px;
	margin-right:0px;
}

.imgOK{
	border:0;
}

/* Eingabefeld Zählerstand */
.newCounterInput{
	text-align:right;
}

/* Buttons */
.button{
	font-weight:bold;
}

/***********************************************************************/
/********************************  IDs *********************************/

/* Linke Spalte im Adresskopf */
#colLeft{
	width: 300px;
	float: left;
}

/* Rechte Spalte im Adresskopf */
#colRight{
	width: 300px;
	float: right;
}

/* Container für alles nach dem Adresskopf */
#content{
	clear:both;
}

/* Überschrift 'Zählerstandsabfrage zum ... */
#headline{
	font-weight: bold;
	font-size:1.2em;
	margin-bottom: 16px;
}

/* Nicht-aktive Dokumente zeigen im Header eine Hinweisbox an*/
#cardReadOnlyMessage{
	clear: both;
	background-color: Aqua;
	color: Red;
	border: 1px solid #FF8000;
	padding: 4px;
	margin-bottom: 2px;
	width: 400px;
}

/* Anwenderhinweis aus Profildokument */
#userNote{
	clear:both;
	background-color: #FFFFCC;
	color: #e88000;
	border: 1px solid #FF8000;
	padding:4px;
	margin-bottom: 2px;
}

/* Tabelle nach den SOs*/
#footerTable{
	width:100%;
}

/* Bemerkungsfeld, Textarea*/
#remarks{
	width:400px;
}

/* Erfasst durch - Feld*/
#byUser{
	width:400px;
}

/* Neue E-Mail - Feld*/
#email{
	width:400px;
}
