.center { text-align:center; }
.right { text-align:right; }
.left { text-align:left; }
.em { font-style:italic; }
.strong {font-weight:italic; }

BODY { background-color: rgb(255,255,255);
       background-image: url('../bilder/locations/lbg.jpg');	/* Infinity.png');	*/
       background-attachment:fixed;
	   font-family: Helvetica, Arial, sans-serif; /* or just generic font? */
       color: rgb(0,0,0);
       margin-top: 1.5em;
       margin-left: 1.5em;
       margin-bottom: 1.5em;
       margin-right: 1em;
}

/* If these are changed, the BODY attributes generated by kde.dsl must
   be changed as well */
/* achtung: wenn hier überall font-weight:bold; steht, spinnt konqui ab 3.5.3 !! 08.07.06	*/  
:link { color: darkblue;font-weight:bold; }
        /* background-color: white; *//* should be inherit */
:visited { color:#6495ED;font-weight:italic; }
           /* background-color: white; *//* should be inherit */
:active { color: rgb(170,0,0);font-weight:italic; }
          /* background-color: white; *//* should be inherit */

TABLE { padding: 5px; } 

TABLE.programlisting
TABLE.screen { border-style: none;
               background-color: rgb(224,224,224);
               table-layout: auto; /* 100%? */
               color: rgb(0,0,0); /* should be inherit */
               }

/* Same as previous block, but more general (previous is HTML only)
   Not all browsers understand this yet.
TABLE[class~=programlisting]
TABLE[class~=screen] { border-style: none;
                       background-color: rgb(224,224,224);
                       table-layout: auto;
                       color: inherit;
                       }
*/

P { text-align: justify; }

/* More specific settings */

DIV.navbar P { text-align: right; }

/* Temporary patch: browsers break on bad HTML */
P, H1, H2, H3, H4, H5, TD, TH { font-family: Helvetica, Arial, sans-serif;
    }

/* Lauri @ Hack Session in Erlangen - Test */

.guimenu, .guimenuitem, .guisubmenu { background-color: rgb(240,240,240);
                                      color: rgb(0,0,0); /* should be inherit */
                                    }

.guilabel, .interface, .guibutton { background-color: rgb(240,240,240);
                                    color: rgb(0,0,0); /* should be inherit */
                                  }

.shortcut { background-color: rgb(240,240,240);
            color: rgb(0,0,0); /* should be inherit */
            }

.shortcut .keycap { background-color: rgb(240,240,240);
                    color: rgb(0,0,0); /* should be inherit */
                    }

.question { font-weight: bolder; }

.accel { background-color: rgb(240,240,240);
         color: rgb(0,0,0); 
         text-decoration: underline;
         }

DIV.mediaobject { /* float: right; */ /* might make it much nicer. although someone has to understand the rules ;-)  You also don't want it to be surrounded by text it doesn't refer to ...  But that may be among others a question of writing style. */
                  text-align: center; /* a bit of a hack: it should position _images_ */
                  }

/* An idea that could be nice: a search engine looking for specific
classes could display them in some conspicuous colour.  All that is
needed is an on the fly generated style element/style sheet. */

/* Only used in the hand-made HTML license texts */
BODY.license { background-color: rgb(255,255,255);
               text-align: justify; 
               color: rgb(0,0,0);
               }
PRE.license { background-color: rgb(255,255,255);
              font-family: monospace;
              color: rgb(0,0,0);
              }

