/*        body.css                       */
/*        www.kirche-dueren-nord.de      */

/* +++Schrift+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
   body                          {
                                  font-family:Verdana;
                                  font-size:11pt;
                                 }

/* +++Hauptnavigation links+++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
   a.hlnav:link                {
                                font-family:Verdana;
                                font-size:11pt;
                                color:#000000;
                                text-decoration:none;
                        }

   a.hlnav:visited         {
                                font-family:Verdana;
                                font-size:11pt;
                                color:#000000;
                                text-decoration:none;
                        }

   a.hlnav:hover           {
                                font-family:Verdana;
                                font-size:11pt;
                                color:#BF0000;
                                text-decoration:none;
                        }

   a.hlnav:active          {
                                font-family:Verdana;
                                font-size:11pt;
                                color:#BF0000;
                                text-decoration:none;
                        }

/* +++Inhaltsverzeichnis einer Seite+++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
   a.nav:link                {
                                color:#007070;
                                font-family:Verdana;
                                font-size:11pt;
                                text-decoration:underline;
                        }

   a.nav:visited         {
                                color:#007070;
                                font-family:Verdana;
                                font-size:11pt;
                                text-decoration:underline;
                        }

   a.nav:hover           {
                                color:#007070;
                                background-color:#EEEEEE;
                                font-family:Verdana;
                                font-size:11pt;
                                text-decoration:underline;
                        }

   a.nav:active          {
                                color:#007070;
                                font-family:Verdana;
                                font-size:11pt;
                                text-decoration:underline;
                        }

/* +++Zurück zum Inhaltsverzeichnis+++++++++++++++++++++++++++++++++++++++++++++ */
/*   alte Farbe dunkelgrau:     color:#333333; */
   a.back:link            {
                                color:#007070;
/*                                background-color:#EEEEEE; */
                                font-size:10pt;
                                text-decoration:underline;
                        }

   a.back:visited         {
                                color:#007070;
/*                                background-color:#EEEEEE; */
                                font-size:10pt;
                                text-decoration:underline;
                        }

   a.back:hover           {
                                color:#007070;
                                background-color:#EEEEEE;
                                font-size:10pt;
                                text-decoration:underline;
                        }

   a.back:active          {
                                color:#007070;
                                background-color:#EEEEEE;
                                font-size:10pt;
                                text-decoration:underline;
                        }

/* +++Links im Text+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
   a.tlink:link            {
                                color:#333333;
                                background-color:#FFFFFF;
                                text-decoration:underline;
                        }

   a.tlink:visited         {
                                color:#333333;
                                background-color:#FFFFFF;
                                text-decoration:underline;
                        }

   a.tlink:hover           {
                                color:#333333;
                                background-color:#EEEEEE;
                                text-decoration:underline;
                        }

/* +++Trennstriche normal+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
   hr.normal              {
                                color:black;
                                background-color:black;
                                width:100%;
                                text-align:left;
                                height:1px;
                                border:0px;
                       }
/* +++Trennstriche dick+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
   hr.dick              {
                                color:black;
                                background-color:black;
                                width:100%;
                                text-align:left;
                                height:2px;
                                border:0px;
                        }
/* +++aktiver Bilderrahmen+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
   img.aktiv                 {
                                  border-color:black;
                                  border-width:2px;
                                  border-style:solid;
                                 }

/* +++inaktiver Bilderrahmen+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
   img.inaktiv                 {
                                  border-width:0px;
                                 }