/* DATEI: define.css */


/*** A L L G E M E I N ***/

body { margin-top:10px; margin-bottom:0px; background-color:#FAFAD2; }

p,h1,h2,h3,h4,h5,ul,ol,li,div,td,th,form { font-family:Arial,sans-serif; color:#000000; }

a { font-family:Arial,sans-serif; }


/*** E I N S T I E G S S E I T E ***/

h1.home { font-family:"Comic Sans MS",Arial,sans-serif; }
h1.home { font-size:40pt; font-weight:bold; color:#96BBFF; }

h2.home { font-family:"Comic Sans MS",Arial,sans-serif; }
h2.home { font-size:18pt; font-weight:bold; color:#96BBFF; }

td.home { color:#FFFFFF; }

input { font-family:"Courier New",monospace; color:#000000; }
input.button { font-family:"Arial",monospace; color:#000000; }


/*** I N D E X Ü B E R S C H R I F T ***/

p.header { font-size:30pt; font-weight:bold; color:#3566BF; }


/*** Ü B E R S C H R I F T E N ***/

/* Seitenüberschriften */
h1 { font-size:24pt; color:#3566BF; }

/* Zwischenüberschriften */
h2 { font-size:16pt; }

/* kleine Zwischenüberschriften */
h3 { font-size:12pt; }

/* Kapitel&uuml;berschriften */
h4 { font-size:10pt; text-decoration:underline; }

/* normaler Text */
p,ul,ol,li,div,td,th,form { font-size:10pt; }

/* größerer Text */
p.large { font-size:12pt; }

/* tiefergestellter Text */
p sub { font-size:8pt; }


/*** T A B E L L E N - L I N K S ***/

a.td { color:#FFFFFF; }


/*** B E R I C H T E ***/

/* Autor */
p.autor { font-style:italic; }

/* Untertitel */
p.untertitel { font-size:12pt; font-weight:bold; }

/* Bild-Beschriftung */
p.bildtext { font-size:9pt; font-weight:bold; }
td.bildtext { font-size:9pt; font-weight:bold; }

/* Quelle */
p.quelle { font-size:9pt; }

/* Zitat */
p.zitat { font-style:italic; }


/*** U R G E N T   A C T I O N S ***/

/* Focus */
td.focus { font-weight:bold; text-decoration:underline; }

/* Person */
td.person { font-weight:bold; }


/*** B R I E F V O R S C H L A G ***/

/* weiße Hintergrundfarbe */
body.white { background-color:#FFFFFF; }

/* Adresse */
p.adresse { font-weight:bold; }

/* Kommentar */
p.comment { font-style:italic; }


/*** Z E I T U N G S A R T I K E L ***/

/* Überschrift */
p.ps-titel { font-family:"Arial",Arial,sans-serif; }
p.ps-titel { font-size:20pt; font-weight:bold; }

/* Untertitel */
p.ps-untertitel { font-family:"Arial",Arial,sans-serif; }
p.ps-untertitel { font-size:12pt; font-weight:bold; }

/* Einleitung */
p.ps-einleitung { font-family:"Arial",Arial,sans-serif; }
p.ps-einleitung { font-size:11pt; }

/* Autor */
p.ps-autor { font-family:"Times New Roman",Times,serif; }
p.ps-autor { font-size:11pt; font-style:italic; }

/* Text */
p.ps-text { font-family:"Times New Roman",Times,serif; }
p.ps-text { font-size:11pt; }

/* Zwischenüberschrift */
p.ps-zwischentitel { font-family:"Arial",Arial,sans-serif; }
p.ps-zwischentitel { font-size:11pt; font-weight:bold; }

/* Bild-Beschriftung */
p.ps-bildtext { font-family:"Arial",Arial,sans-serif; }
p.ps-bildtext { font-size:10pt; font-weight:bold; }


/*** G A L E R I E ***/

/* Überschrift */
p.galery-header { font-size:30pt; font-weight:bold; color:#DADAB2; }

/* Bild-Beschriftung */
td.galery-bildtext { font-size:9pt; font-weight:bold; }

/*** F O R M U L A R ***/

INPUT{
  font-family:"Arial",Arial,sans-serif;
  font-size:10pt;
}