/* 2015/08/24f. .pubbeob... */
/* 2015/06/04   Schrifteinstellungen in body */
/* 2014/01/01   visited statt purple: ... */
/* 2013/10/30   .highl */
/* 2013/09/11   "Marzipan" */
/* 2013/05/15   .mystrong */
/* 2013/05/11   weniger schwarz */
/* 2013/01/23   body background-color */
/* 2011/12/20   undone: */
/* 2011/12/19   line-height */
/* 2011/11/18   Kommentar-Matching */
/* 2011/11/09   hN nur Schriftgröße ändern! auch td */
/* 2011/10/05   Lucida! */
/* 2010/09/28   font-size nur für "body" festlegen!! */
/* 2010/09/21   weitere Änderungen Einzüge */
/* 2010/08/24   aus style.css */
/* body { background-color: #ffffee } */
body { 
     background-color:Ivory;    /* Marzipan 2013/09/11 */
     /* statt b, ... 2015/06/04: */
     font-family:Arial,Verdana,"Lucida Sans",sans-serif;
     color:#4e3710;
}
/* b, h1, h2, h3, h4, div, p, td, th, body, span, table, ol, li, a, ul { */
  /* color:#040404; */          /* weniger schwarz 2013/05/11 */
  /* in body verschoben 2015/06/04 */
/* } */

h1 { font-size: 18px }
h2 { font-size: 16px }
/*<- 2010/11/16 h3 neu wie vorher h2, h2 mittel ->*/
h3 { font-size: 14px }
/* 2010/11/16 h4: */
h4 { font-size: 12px }

body, td /* rm 2010/09/28, add 2010/11/09, th, b, div, p, span, ul, li, em, strong */ {
font-size:   12px;
}
/* td { line-height: 16px } 2011/12/19*/

/* margin-top margin-bottom Uwe 2009-01-31*/
p { margin-bottom: 0px } /* wegen Abstand vor <ul> */
/* UL/ul different style: 1em instead of 15px -- 2010/09/21
ul { list-style-position: outside; margin-left: 0px; padding-left: 16px; list-style: bullet; vertical-align: middle; margin-top: 8px; margin-bottom: 8px}
ul { list-style-position: outside; margin-left: 1em; padding-left: 16px; vertical-align: middle; margin-top: 8px; margin-bottom: 8px}
   2014-01-01:
*/
ul { list-style-position: outside; margin-left: 1em; padding-left: 16px; vertical-align: middle; margin-top: 6px; margin-bottom: 6px}
blockquote { margin-left: 2em }
li { margin: 0px; padding: 0px; margin-top: 4px; margin-bottom: 4px}
/*li {margin-top: 3px; margin-bottom:3px; } */

/* adding `pre' Uwe 2010-09-10*/
pre { margin-top: 0px; margin-left:1em }

/* TeX macro \mystrong Uwe 2012-05-15 */
/* .mystrong { color: #008800 } */
   .mystrong { color:#a62; }     /*       Marzipan 2013/09/11   */
/* .highl { color:#482; } */                    /* 2013-10-30   */
   .highl { color:#a62; }                       /* 2013-11-04   */
   .pubbeob-outer { background-color:#ffffc7; } /* 2015-08-24f. */
/* .pubbeob-outer { background-color:#ffff93; }    2015-08-24   */
/* .pubbeob-outer { background-color:#ffffcc; }    2015-08-24   */
   .pubbeob-inner { padding-left: 30px;
                    padding-right:30px; }       /* 2015-08-24   */
/* ... TODO: das ist nicht mehr „plain“ ... */

/* a:link { color:#0000d0; text-decoration:none; } */
   a:link    { color:#229; text-decoration:none; }      /* Marzipan 2013/09/11 */
/* a:visited { color:purple; text-decoration:none; } */
   a:visited { color:#336; text-decoration:none; }      /* 2014/01/01 */
   a:hover   { color:blue; text-decoration:underline; }
   a:active  { color:blue; text-decoration:underline; }
