/* css_js/default.css
   = cgi-bin/ssl/css_js/default.css
   2015-12-04

   wird durch /cgi-bin/pm/acc.pm und /cgi-bin/pm/raw.pm überall eingebunden,
   sofern im Seitenkopf kein <style ...> oder <link rel="stylesheet" ...> definiert ist.
*/

body                 { background-color: #fff7b5; }
*                    { color: #000080; font-family: Verdana, Arial, Helvetica; font-size: 10pt; }

a:link               { color: blue; text-decoration: none; }
a:visited            { color: blue; text-decoration: none; }
a:active             { color: red;  text-decoration: none; }
a:hover              { color: red;  text-decoration: none; }

#b_11                { font-size: 11pt; font-weight: bold; }
#b_13                { font-size: 13pt; font-weight: bold; }
#b_0020C0            { color: #0020C0; font-weight: bold; }
#untertitel          { color: white;   font-weight: bold; letter-spacing: 3pt; }
#titel_4             { color: #0020C0; font-weight: bold; font-size: 13pt; }
#initial_3           { font-weight: bold; font-size: 11pt; }

input[type="submit"] { color: black; }
input[type="text"]   { color: black; }
option               { color: black; }
select               { color: black; }
textarea             { color: black; }

.b_0020C0            { color: #0020C0; font-weight: bold; }
.untertitel          { color: white;   font-weight: bold; letter-spacing: 3pt; }
