/* DATEI: bibtag.css */

body {
  background: #FFFFFF;
  color: #000000;
  font-family: Verdana,Arial,Helvetica,Sans-Serif;
  font-size: 10pt;
/*  margin-top: 10px; */
/*  margin-bottom:10px; */
/*  margin-left: 10px; */
/*  margin-right: 10px; */
}

p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 10pt;
  color: #000000;
}

h1,h2,h3,h4 { font-family: Verdana, Arial, Helvetica, Sans-Serif; }

h1 { font-size: 18pt; font-weight: bold; color: #C00040; }
h2 { font-size: 16pt; font-weight: bold; color: #C00040; }
h3 { font-size: 14pt; font-weight: bold; color: #C00040; }
h4 { font-size: 12pt; font-weight: bold; color: #C00040; }

pre,tt {
  font-family: Courier New, Courier;
  font-size: 10pt;
  color: #0000C0;
}

.small { font-size: 8pt; }

.impressum {
  font-size: 8pt;
  font-weight: normal;
  color: #999999;
  margin-top: 0cm;
  margin-bottom: 0cm;
}

/*  a:link    { color:#0070C0; font-weight:bold; text-decoration:none; } */
/*  a:visited { color:#0070C0; font-weight:bold; text-decoration:none; } */
/*  a:active  { color:#0070C0; font-weight:bold; text-decoration:none; } */
a:link    { color:#005EA0; font-weight:bold; text-decoration:none; }
a:visited { color:#005EA0; font-weight:bold; text-decoration:none; }
a:active  { color:#005EA0; font-weight:bold; text-decoration:none; }
a:hover   { color:#005EA0; font-weight:bold; text-decoration: underline; }

/* Grautöne */
.bg_hell { background:#E7E7E7; vertical-align:top; text-align: left; }
.bg_mittel { background:#D7D7D7; vertical-align:top; text-align: left; }
.bg_dunkel { background:#CCCCCC; vertical-align:top; text-align: left; }
