/* CAD-Ress Style-Sheet file: */

/* Haupttext 0,0,0 */
body,td {
 font-family: Arial,sans-serif;
 font-size: 9pt;
 color: #000000;
 }
/* Formulartext 0,0,0 */
input,select,option,textarea {
 font-family: Courier New,Courier;
 }
/* Hinweistext 128,128,128 */
.txt {
 font-family: Courier New,Courier;
 color: #808080;
 }
/* Großer Text 0,0,0 */
.big {
 font-size: 11pt;
 font-weight: bold;
 }
/* Groß Markiert 0,0,255 */
.bam {
 font-size: 11pt;
 font-weight: bold;
 color: #0000FF;
 }
/* Fetter Text 0,0,0 */
.wgt {
 font-weight: bold;
 }
/* Kleiner Text 0,0,0 */
.sml {
 font-size: 8pt;
 }
/* Farbiger Text 128,128,128 */
.col {
 color: #808080;
 }
/* Farbig Klein 128,128,128 */
.sac {
 font-size: 8pt;
 color: #808080;
 }
/* Markierter Text 0,0,255 */
.mrk {
 color: #0000FF;
 }
/* Markiert Rot 192,0,0 */
.mrd {
 color: #C00000;
 font-weight: bold;
 }
/* Markiert Grün 0,192,0 */
.mgr {
 color: #00C000;
 font-weight: bold;
 }
/* Unterstrichener Text 0,0,0 */
.udl {
 text-decoration: underline;
 }
/* Unsichtbarer Text 255,255,255 */
.non {
 font-size: 4pt;
 color: #FFFFFF;
 }
/* Hinterlegter Text 192,192,192 */
.bck {
 background-color: #C0C0C0;
 padding: 5pt;
 }
/* Umrahmter Text 128,128,128 */
.brd {
 border-style: solid;
 border-width: 1pt;
 border-color: #808080;
 padding: 5pt;
 }
/* Überschrift 1 0,0,0 */
h1 {
 font-family: Arial,sans-serif;
 font-size: 13pt;
 font-weight: 700;
 }
/* Überschrift 2 0,0,0 */
h2 {
 font-family: Arial,sans-serif;
 font-size: 12pt;
 font-weight: 700;
 }
/* Überschrift 3 0,0,0 */
h3 {
 font-family: Arial,sans-serif;
 font-size: 12pt;
 font-weight: 500;
 }
/* Überschrift 4 0,0,0 */
h4 {
 font-family: Arial,sans-serif;
 font-size: 11pt;
 font-weight: 700;
 }
/* Überschrift 5 0,0,0 */
h5 {
 font-family: Arial,sans-serif;
 font-size: 11pt;
 font-weight: 500;
 }
/* Verweis 0,0,255 */
a:link {
 color: #0000FF;
 text-decoration: none;
 }
/* Aktuell 128,128,128 */
a:active {
 color: #808080;
 text-decoration: underline;
 }
/* Besucht 0,0,255 */
a:visited {
 color: #0000FF;
 text-decoration: none;
 }
/* Mauseffekt 0,0,255 */
a:hover {
 color: #0000FF;
 text-decoration: underline
 }