/* standard.css
   20040419 RMM erstellt  */

/* Hinweis Bilder -- background: url(../images/book.jpg)
           gefolgt von
                       no-repeat       = nur einmal
                       repeat-x        = wiederholen in X-Richtung
                       repeat-y        = wiederholen in Y-Richtung
                       (blank !)       = default - wiederholen in X und Y
                   und ";" !
  
                  -- background-position:  center; */

/*

    body {
            background: url(../images/book.jpg) ;
            margin-left: 20%;
            margin-right: 255px;

            wordspacing: 1px; }

    h1 {
            font: small-caps bold italic 2.5em 'minion web', Georgia, 'Time New Roman', Times, serif;
            color: red; }

*/


/* background: pink url(../images/basic024x.jpg) repeat-y right  ; */

    body {
            background: url(../images/book.jpg)  ; 
            wordspacing: 1px; }

    h1 {
            font: small-caps bold italic 2.5em ;
            font-family: arial, helvetica, geneva, sans-serif;
            color: black; }
    h2,h3,h4,h5,h6,h6,h7,h8,h9 {
            font-family: arial, helvetica, geneva, sans-serif;
            color: black; }
    p {
            font-family: arial, helvetica, geneva, sans-serif;
            color: black; }
    li {
            font-family: arial, helvetica, geneva, sans-serif;
            color: black; }
    td,th,tr {
            font-family: arial, helvetica, geneva, sans-serif;
            color: black; }

    dl, dd, dt {
            font-family: arial, helvetica, geneva, sans-serif;
            color: black; }

  em   {    
            font-family: arial, helvetica, geneva, sans-serif; 
            color: black; 
            font-style: italic }
            
#content {
            position: relative;
            top: 190px;
            left: 165px;
            width: 480px;
            background: yellow;
            font-family: arial, helvetica, geneva, sans-serif; }
            
            
            
    
    div.box { 
            border: solid; 
            border-width: thin; 
            width: 100% }

    div.color {
            background: rgb(204,204,255);
            padding: 0.5em;
            border: none; }
            
            
    p.changed {
            padding-left: 0.2em;
            border-left: solid;
            border-right: none;
            border-top: none;
            border-bottom: none;
            border-left-width: thin;
            border-color: red; }
