/*
 * format.css
 *
 * Formatdatei für die Bildschirmanzeige
 */

/* Standardtext */
p,td,tr,table,li,a
 {
  font-family:Helvetica,Verdana,Arial,Courier;
  font-size:10pt;
 }

b
 {
  font-weight:bold;
 }

h1,h2,h3,h4,h5,h6
 {
  font-family:Helvetica,Verdana,Arial,Courier;
 }

.copyright
 {
  font-size:8pt;
  text-align:center;
 }

toptext,.toptext
 {
  font-size:8pt;
  font-weight:normal;
 }

small,.small
 {
  font-size:8pt;
 }

big,.big
 {
  font-size:12pt;
 }

/* Links, basierend auf Standardtext */
a:link
 {
  color:#006699;
  font-weight:bold;
  text-decoration:none;
 }

a:visited
 {
  color:#006699;
  font-weight:bold;
  text-decoration:none;
 }

a:hover
 {
  color:#FF8000;
  font-weight:bold;
  text-decoration:none;
  }
a:active
 {
  color:#FF8000;
  font-weight:bold;
  text-decoration:none;
 }

a:focus
 {
  color:#FF8000;
  font-weight:bold;
  text-decoration:none;
 }

/* Titeltext, basiert auf Standardtext */
p.navline
 {
  font-size:10pt;
  font-weight:bold;
  /* -- war einmal! -- border-bottom-width:1px;
  border-bottom-style:none;
  border-bottom-color:#006699; */
  padding-bottom:5px;
 }

p.title
 {
  font-size:14pt;
  font-weight:bold;
 }

/* Datumszeile im Titel, basiert auf Standardtext */
p.dateline
 {
  font-size:8pt;
  padding-right:5px;
  color:#CCCCCC;
  font-weight:none;
 }

/* Jahreszeile im Gemeindebotenarchiv */
p.yearline
 {
  font-size:10pt;
  font-weight:bold;
  border-bottom:1px solid;
  border-bottom-color:#CCCCCC;
  margin-bottom:2px;
 }

p.boteline
 {
  margin:2px;
  margin-left:15px;
 }

td.dateline
 {
  background-image:url(/images/title.php/line.gif);
 }

a.dateline
 {
  font-size:8pt;
 }

a.dateline:link
 {
  font-size:8pt;
 }

a.dateline:visited
 {
  font-size:8pt;
 }

a.dateline:activ
 {
  font-size:8pt;
 }

a.dateline:hover
 {
  font-size:8pt;
 }

p.footer
 {
  color:#bbbbbb;
  font-size:8pt;
  text-align:right;
 }

/*
 * Bilder innerhalb eines Textes
 */
p.picdesc
 {
  font-size:8pt;
  text-align:center;
  font-weight:bold;
 }

a.footer
 {
  font-size:8pt; font-weight:normal;
 }

a.footer:link
 {
  font-size:8pt; font-weight:normal;
 }

a.footer:visited
 {
  font-size:8pt; font-weight:normal;
 }

a.footer:activ
 {
  font-size:8pt; font-weight:normal;
 }

a.footer:hover
 {
  font-size:8pt; font-weight:normal;
 }

table.pictab
 {
 }

td.piccell
 {
	text-align:center;
	vertical-align:top;
	padding:10px;
	font-size:8pt;
 }
td.blankcell
 {
	font-size:1pt;
	visibility:hidden;
 }