/* Farb-Schema
  Es werden für ein Schema 4 Farben benötigt:
  Und zwar die gewünschte Farbe...
    ..einmal als kräftiger Farbton  [strong]
    ..einmal ein klein wenig heller  [dusty]
    ..einmal als sehr hell           [light]
    ..einmal als nahezu weiß         [white]
*/

/* Schema: braun
  [strong] -> #85623D
  [dusty]  -> #94795F
  [light]  -> #EDE7D0
  [white]  -> #F8F5ED
*/


/* - basic ------------------------------------------------------------------------------------------------------------ */
  div#Page {
    background-color: #DDDDDD;         /* light : #EDE7D0 blau wäre: #123AAA  #AAADDD #CCDDFF skyblue #DDDDDDwäreschönesgrau */
    background: Puzzlebesser.jpg 
  }

  ul#leftNavi a:hover {
    background-color: #94795F;         /* dusty : #94795F*/
  }

  ul#leftNavi li ul li{
    border: 1px solid #EDE7D0;         /* light, Workaround gegen IE-Bug #EDE7D0 */
    /* height: 1.2em; */               /* alternativer Workaround */
  }

/* - struct ----------------------------------------------------------------------------------------------------------- */

  /* --> Inhalt ------------------------------------------------------------- */
  div#Inhalt table {
    background-color: #F8F5ED;              /* white : #F8F5ED */
    /* border-left: 2px solid #94795F;*/    /* dusty */
	/*erg. 30.06.06 : */
	border: 2px solid #94795F;    /* dusty : #94795F*/
	width:80%; 
    float: left;
    margin: 0.5em 0.5em 0.5em 1.2em;
	padding:0;
  }
	
   /*erg. 30.06.06 : */
  div#Inhalt th {
	border-left: 2px dotted   #94795F;  /* dusty #94795F */
	padding:0.2em;
    font-size: 0.80em;	
	margin: 0; 
  }

  /*erg. 30.06.06 : */
  div#Inhalt td {
	border-left: 2px dotted #ABA416;  border-top: 2px dotted  #94795F;   /* dusty : #ABA416 + #94795F*/
	padding:0.2em;
    font-size: 0.80em;	
	margin: 0;	
  }

 
  
  
  div#Inhalt h2 {
    background-color: rgb(86%,00%,00%);         /* strong : #85623D + #999999*/
  }

  div#Inhalt hr {
    color: #94795F;                    /* dusty, IE */
    background-color: #94795F;         /* dusty, Mozilla, Opera, ... */
  }

  div#Inhalt p.example {
    background-color: #F8F5ED;         /* white */
  }

  div#Inhalt ul.code {
    background-color: #94795F;         /* dusty */
  }

  div#Inhalt ul.code li {
    background-color: #F8F5ED;         /* white */
  }

  div#Inhalt ul.alternativ {
    background-color: #F8F5ED;         /* white */
  }

  div#Inhalt form {
    border: 2px solid #94795F;         /* dusty */
  }

  div#Inhalt .formField { /* Scrollbar auskommentiert da im CSS-Validator als Fehler moniert, 17.11.05 */
    /* scrollbar-base-color: #F8F5ED; */    /* white */
    /* scrollbar-arrow-color: #94795F; */   /* dusty */
    /* scrollbar-3dlight-color: #94795F; */  /* dusty */
    /* scrollbar-shadow-color: #EDE7D0; */  /* light */
    border: 1px solid #94795F;         /* dusty */
  }

  div#Inhalt div#formControl input {
    background-color: #F8F5ED;         /* white */
    border: 1px solid #94795F;         /* dusty */
  }

  /* --> Info --------------------------------------------------------------- */