/* Stylesheet ETB-Anwendung */

body { margin-top:10px; margin-bottom:10px; margin-left:20px; color:#000000;background-color:#5683B2; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
a:link { color:#FFFFFF; text-decoration:underline; }
a:visited { color:#FFFFFF; text-decoration:underline; }
a:active { color:#FFFFFF; text-decoration:underline; }
a.header:visited { color:#FFFFFF;  }
a.header:link { color:#FFFFFF;  }
a.header:active { color:#FFFFFF;  }
/*a.select { font-size:18pt; color:#000000; text-decoration:none;}*/

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-family:Verdana,Arial,sans-serif; }
p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }

h1 { font-size:22pt; }
h2 { font-size:18pt; }
h3 { font-size:14pt; }
h4 { font-size:12pt; line-height: 20pt;}

input.enabled { background-color:#FFFFFF; }
input.disabled { background-color: #929292; };
select.enabled { background-color:#FFFFFF; }
select.disabled { background-color: #929292; };

tr.bg_color_1 { background-color:#B9CAE6; }
tr.bg_color_2 { background-color:#A8B9D5; }

td { font-size:10pt; color:#000000;}