/* DATEI: formate.css */
/* In dieser Datei werden alle globalen Formate definiert */
/* Alle HTML-Dateien, die im Frame "CONTENT" und  */
/* geöffnet werden referenzieren auf "layout/formate.css" */


/* 1.  Body-Tag */

.CONTENT { margin: 1em ; background-color: #FFFFFF ; }
.POPUP  { margin: 0.67em ; background-color: #FFFFFF ; }


/* 2. Texttags */

/* 2.1  Überschriften */

H1 { font-size: 1.4em ; line-height: 1.4em ; font-family: Verdana,Geneva,Arial,Helvetica,sans-serif ; font-weight: bold ; color: #0080C0 ; }  /* derzeit nicht verwendet */
H2 { font-size: 1.2em ; line-height: 1.2em ; font-family: Verdana,Geneva,Arial,Helvetica,sans-serif ; font-weight: bold ; color: #0080C0 ; }  /* Seitenüberschriften */
H3 { font-size: 0.8em ; line-height: 1.1em ; font-family: Verdana,Geneva,Arial,Helvetica,sans-serif ; font-weight: bold ; color: #0080C0 ; }  /* Überschriften bei FAQs */


/* 2.2 normaler Text */

P, UL, OL, LI { font-size: 0.8em ; line-height: 1.1em ; font-family: Geneva,Verdana,Arial,Helvetica,sans-serif ;  color: #000000 ; }
DIV, TD, TH { font-size: 0.8em ; font-family: Geneva,Verdana,Arial,Helvetica,sans-serif ;  color: #000000 ; }  /*ohne Zeilenhöhe*/

/* 2.3 Links */

A { font-family: Geneva,Verdana,Arial,Helvetica,sans-serif ;  color: #0080C0 ; }   /*war: color: #0080C0 */
A:LINK, A:VISITED, A:ACTIVE { color: #0099CC; text-decoration:none; font-weight: bold; } /* nicht unterstrichen (none), unterstrichen (underline) */


/* 3. Variationen */

.ABSATZ { font-size: 0.8em ; line-height: 1.1em ; font-family: Geneva,Verdana,Arial,Helvetica,sans-serif ;  color: #000000 ; }    /*normaler Text */
.AUSSAG { font-weight: bold ; color: #0080C0 ; }                               /*Farbige Textauszeichnung des Worts "Aussage" */
.NAVIGATION { font-size: 0.9em ; font-weight: bold ; color: #0080C0 ; }     /* Navigation als eigener Absatz*/
.POPUPNAV { font-size: 0.7em ; font-weight: bold;  color: #0080C0 ; }           /* Navigation in Popupfenstern */
.ABSATZLINK { font-size: 0.8em ; line-height: 1em ; font-weight: bold;  color: #0080C0 ; font-style:normal ; }           /* Link am Absatzende */
.KLEIN { font-size: 0.7em ; line-height: 1.1em ; }                                               /* kleiner Text*/
.LIT { color: #0080C0 ; text-indent: -2em ; margin-left: 2em ; }             /* Literatur*/
.FARBIG { font-weight: bold ; color: #0080C0 ; }                               /*Farbige Textauszeichnung */
.STERN { color: #FF3300 ; font-size: 0.7em ; }     / *Pflichstern beim Downloadformular */
.DUMMY { font-size: 0.7em ; line-height: 1.1em ; }                                               /* Aus irgendwelchen Gründen nimmt er das Format nach dem Stern nicht*/
.ITEM { font-weight: bold ; color: #0080C0 ; margin-top:2.3em ; margin-bottom:0.1em; }       /*Itemaussage, muss sich wg. margin auf <p>-Tag beziehen*/
.IRESP { font-size: 0.6em ;  }                                               /* Itemantwortskala, unabhängig vom tag, bezieht sich meist auf <td>*/
.INST {  margin-top:4em ;  margin-bottom:0em ; }  / *Instruktionstext*/