/* ------ Div-Setting ------ */
/*
conMaster
+------------------------------------------------+
|                (ggf.)secondPid                 |
+------------------------------------------------+
|                (ggf.)thirdPid                  |
+------------------------------------------------+
|                   titleline                    |
+------------------------------------------------+
|                   contentline                  |
+------------------------------------------------+
|                       ...                      |
+------------------------------------------------+
|                   contentline                  |
+------------------------------------------------+
*/
/* ------ Div-Umgebung id='conMaster' ------ */
div#conMaster { margin: 10px; }

/* ------ Links: Standardverhalten ------ */
a { text-decoration: underline; }

/* ------ div-erse Links: content - Link ------ */
div.contentline a:hover, div.checklistline a:hover,
  div.checklistitem a:hover, div.extraIndentLine a:hover {
  font-style: italic;
}

a.tocLink { text-decoration: none; }
 
