/****************************************************/
/*                                                  */
/*  CSS-Format-Datei für das Diözesanarchiv Berlin  */
/*                                                  */
/****************************************************/


@charset "utf-8";
AddType text/css;charset=utf-8 .css
AddType text/html;charset=utf-8 .html

/* Hintergrundfarben */

body,blockquote,td.ebb
{ background-color: #FFFFFF; }

th,td
{ background-color: #FFFFBF; }

/* #F8E7B7 = hellbraun
   #F4CCOO = nicht ganz weiß
   #FFF7D7 = helleres hellbraun */


/* Schriftart für die gesamte Website */

body,p,a,table,tr,th,td,ul,ol,li,h1,h2,h3,h4,h5,h6,small
{ font-family: "Arial", "Verdana", "Helvetica", sans-serif; }


/* Schriftfarben */

body,p,a,table,tr,th,td,ul,ol,li,h1,h2,h3,small
{ color: #993300; }

h4,h5,h6
{ color: #0000FF; }


/* Schriftgröße und andere Schriftformatierungen */

body,p,table,tr,th,td,ul,li
{ font-size: 11pt; }

small { font-size: 10pt; }

h1,h4 { font-size: 18pt; }

h2,h5 { font-size: 16pt;
       font-style: italic; }

h3,h6 { font-size: 13pt; }

p.titel,td.titel
{ font-size: 24pt;
 text-align: center; }

p.abk,td.abk
{ font-size: 36pt;
 text-align: center; }

p.quelle
{ font-style: italic;
   font-size: 10pt; }


/* Ausrichtung der Überschriften */

h1,h2,h3
{ text-align: left; }

h4,h5,h6
{ text-align: center; }


/* sonstige Angaben */

hr { height: 2px;
      color: #993300; }

table { table-layout: fixed;
         empty-cells: show; }


/* Format für interne Links */

/* a.intern:link    { color: #007FFF; text-decoration: none; }
   a.intern:visited { color: #007FFF; text-decoration: none; }
   a.intern:hover   { color: #007FFF; text-decoration: underline; }
   a.intern:active  { color: #007FFF; text-decoration: underline; } */


/* Format für externe Links */

/* a.extern:before { content: url (linkex.gif); } */

/* a.extern:link    { color: #FF0000; text-decoration: none; }
   a.extern:visited { color: #FF0000; text-decoration: none; }
   a.extern:hover   { color: #FF0000; text-decoration: underline; }
   a.extern:active  { color: #FF0000; text-decoration: underline; } */


/* Format für E-Mail-Links */

/* a.mail:link    { color: #00A000; text-decoration: none; }
   a.mail:visited { color: #00A000; text-decoration: none; }
   a.mail:hover   { color: #00A000; text-decoration: underline; }
   a.mail:active  { color: #00A000; text-decoration: underline; } */


