﻿body {
	font-size: medium;
	color: black;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align:top;
}
.Seiten-Titel {
    color:gray;
	text-align: left;
	font-weight:bold;
	font-size:x-large;
	vertical-align:middle;
	height: 30px;
}
.Titel-Rot {
	color:red;
	font-size:x-large;
	font-weight:bold;
}
.Text-Schwarz {
	color:black;
}
.Text-Blau {
	color:blue;
}
.Text-Blau-Kursiv {
	color:blue;
	font-style:italic;
}
.Ausgabe-OK {
	color:green;
    background-image: url('/image/status-ok16.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
}
.Ausgabe-Fehler {
	color:red;
	font-weight:bold;
    background-image: url('/image/status-fehler16.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
}
.Ausgabe-Fragezeichen {
	color: #F9B131;
	font-weight:bold;
    background-image: url('/image/status-fragezeichen16.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
}
.Tabelle-Anzeige {
	font-size: small;
	color: black;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align:top;
}
.TA-dt {
	font-size:small;
	border-bottom: 1px solid #ddd;
}
.TA-th {
	font-size:small;
	font-weight:bold;
	font-style:italic;
}
