/* font-size Angaben mit px als Masseinheit machen unter Linux Riesenprobleme */

/* Netscape zeigt Schriften kleiner an. Schriftgroessen-Umrechnung: */
/* andere Browser  --->  Netscape  */
/*            8pt  --->  10pt      */
/*          8.5pt  --->  11pt      */
/*            9pt  --->  11pt      */
/*           10pt  --->  12pt      */
/*           11pt  --->  13pt      */
/*           12pt  --->  14pt      */
/*           14pt  --->  16pt      */


a {               text-decoration:none; }        /* zentrales Format fuer alle Links */

a:hover {         text-decoration:underline;   } /* zentrales Format fuer alle Links (mouse-over Effekt) */


.menu {           font-family:Arial,Helvetica,Sans Serif;
                  font-size:9pt;
                  color:#707070;
                  font-weight:bold;   }        /* Menue Ueberschrif (CLASS="menu") */

.menu_sel {       font-family:Arial,Helvetica,Sans Serif;
                  font-size:9pt;
                  color:#001780;
                  font-weight:bold;   }        /* Menue Ueberschrif ausgewaehlt (CLASS="menu_sel") */


.datum {          font-family:Arial,Helvetica,Sans Serif;
                  font-size:11pt;
                  color:#707070;
                  font-weight:normal;   }        /* Schrift im Bereich der Thumbs (CLASS="datum") */

.datum_sel {      font-family:Arial,Helvetica,Sans Serif;
                  font-size:11pt;
                  color:#001780;
                  font-weight:normal;   }        /* Schrift im Bereich der Thumbs (CLASS="datum_sel") */


.content_head {   font-family:Arial,Helvetica,Sans Serif;
                  font-size:11pt;
                  color:#001780;
                  font-weight:normal;   }        /* Ueberschrift im Bereich des Content (CLASS="content_head") */

.content_subhead { font-family:Arial,Helvetica,Sans Serif;
                  font-size:9pt;
                  color:#001780;
                  font-weight:normal;   }          /* Unter-Ueberschrift im Bereich des Content (CLASS="content_subhead") */

.content {        font-family:Arial,Helvetica,Sans Serif;
                  font-size:9pt;
                  color:#333333;
                  font-weight:normal;   }        /* Schrift im Bereich des Content (CLASS="content") */

.content_link {   font-family:Arial,Helvetica,Sans Serif;
                  font-size:9pt;
                  color:#001780;
                  font-weight:normal;   }        /* Link im Bereich des Content (CLASS="content_link") */

.error {          font-family:Arial,Helvetica,Sans Serif;
                  font-size:10pt;
                  color:#5F210C;
                  font-weight:bold;   }          /* Content-Bereich: Fehlermeldung (CLASS="error") */


.footer {         font-family:Arial,Helvetica,Sans Serif;
                  font-size:8pt;
                  color:#707070;
                  font-weight:normal;   }        /* Schrift im Bereich des Footer (CLASS="footer") */

.footer_link {    font-family:Arial,Helvetica,Sans Serif;
                  font-size:8pt;
                  color:#707070;
                  font-weight:normal;   }        /* Link im Bereich des Footer (CLASS="footer_link") */


.admin {          font-family:Arial,Helvetica,Sans Serif;
                  font-size:10pt;
                  color:#000000;
                  font-weight:normal;   }        /* Schrift im Admin-Bereich (CLASS="admin") */

