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

/*                            Logo = 275 x 106 JPG, 70% */
/*                      Bannerfoto = 550 x 106 JPG, 70% */
/*                     Menue-Fotos = 153 x 230 JPG, 70% */
/*                   Content-Fotos = 338 x 55..112 JPG, 70% */

/*         Kopf-Navi Schrift sand  = #FFCC66  Verdana, Trebuchet MS, regular, 9pt */
/*         Kopf Hintergrund        = #FFFFFF  weiss */

/*  Menue Schrift orange aktiv     = #FF6600  Verdana, Trebuchet MS, regular, 11pt */
/*  Menue Schrift blau             = #0033FF  Verdana, Trebuchet MS, regular, 11pt */
/*  Menue Unter-Ueberschrift       = #FF6600  Verdana, Trebuchet MS, regular, 9pt */
/*  Menue Unter-Ueberschrift aktiv = #FF6600  Verdana, Trebuchet MS, bold, 9pt */
/*  Menue Hintergrund              = #FFFFFF  weiss */

/*    Content Ueberschrift orange  = #FF6600  Verdana, Trebuchet MS, 12pt, regular */
/*    Content Schrift schwarz      = #000000  Verdana, Trebuchet MS, 11pt, regular */
/*    Content Schrift orange       = #FF6600  Verdana, Trebuchet MS, 11pt, regular */
/*    Content Schrift link         = #000000  Verdana, Trebuchet MS, 11pt, italic */
/*    Content Hintergrund          = #FFFFCC  leicht orange hinterlegt */

/*          Bildunterschrift weiss = #FFFFFF  Verdana, Trebuchet MS, 9pt, regular */



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

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


.head_navi {      font-family:Verdana,Trebuchet MS,Arial,Helvetica,Sans Serif;
                  font-size:9pt;
                  color:#FFFFFF;
                  font-weight:normal;   }        /* Schrift in der kleinen Navi im Kopf */


.menu {           font-family:Verdana,Trebuchet MS,Arial,Helvetica,Sans Serif;
                  font-size:10pt;
                  color:#0033FF;
                  font-weight:normal;   }        /* Menue Ueberschrift */

.menu_sel {       font-family:Verdana,Trebuchet MS,Arial,Helvetica,Sans Serif;
                  font-size:10pt;
                  color:#FF6600;
                  font-weight:normal;   }        /* Menue Ueberschrift ausgewaehlt */

.menu_sub {       font-family:Verdana,Trebuchet MS,Arial,Helvetica,Sans Serif;
                  font-size:9pt;
                  color:#FF6600;
                  font-weight:normal;   }        /* Menue Unter-Ueberschrift */

.menu_sub_sel {   font-family:Verdana,Trebuchet MS,Arial,Helvetica,Sans Serif;
                  font-size:9pt;
                  color:#FF6600;
                  font-weight:bold;   }          /* Menue Unter-Ueberschrift ausgewaehlt */


.picture_sub {    font-family:Verdana,Trebuchet MS,Arial,Helvetica,Sans Serif;
                  font-size:9pt;
                  color:#FFFFCC;
                  font-weight:normal;   }        /* Bild-Unterschrift */


.content_head {   font-family:Verdana,Trebuchet MS,Arial,Helvetica,Sans Serif;
                  font-size:10pt;
                  color:#FF6600;
                  font-weight:normal;   }        /* Ueberschrift im Bereich des Content */

.content {        font-family:Verdana,Trebuchet MS,Arial,Helvetica,Sans Serif;
                  font-size:9pt;
                  color:#000000;
                  font-weight:normal;   }        /* Schrift im Bereich des Content */

.content_link {   font-family:Verdana,Trebuchet MS,Arial,Helvetica,Sans Serif;
                  font-size:9pt;
                  color:#3366CC;
                  font-weight:normal;   }        /* Link im Bereich des Content */

.content_source { font-family:Verdana,Trebuchet MS,Arial,Helvetica,Sans Serif;
                  font-size:10pt;
                  color:#000000;
                  font-style:italic;   }         /* Quellenangabe im Bereich des Content */


.blue {           color:#0033FF; }               /* blaue Schrift */


.error {          font-family:Verdana,Trebuchet MS,Arial,Helvetica,Sans Serif;
                  font-size:10pt;
                  color:#FF0000;
                  font-weight:normal;   }        /* Content-Bereich: Fehlermeldung */


.admin {          font-family:Verdana,Trebuchet MS,Arial,Helvetica,Sans Serif;
                  font-size:10pt;
                  color:#000000;
                  font-weight:normal;   }        /* Schrift im Admin-Bereich */

