  form { border: 1px solid rgb(221, 221, 221);
    }

  input, select, textarea { color: rgb(0, 0, 204);
    }

  .Bereich { border: 6px solid rgb(221, 221, 221);
    background-color: rgb(255, 255, 170);
    }

  .Feld { border: 6px solid rgb(221, 221, 221);
    background-color: rgb(255, 255, 170);
    }

  .Auswahl { border: 6px solid rgb(221, 221, 221);
    background-color: rgb(221, 255, 255);
    }

  .Check, .Radio { border: 1px solid rgb(221, 221, 221);
    background-color: rgb(221, 255, 255);
    }

  .Button { border: 6px solid rgb(221, 221, 221);
    background-color: rgb(170, 170, 170);
    color: rgb(255, 255, 255);
    }

  body { color: black;
    background-color: white;
    }

  p a { color: black;
    }

  #fixiert { border: 1px solid silver;
    background-color: white;
    }

  #Inhalt { border: 2px ridge gray;
    }

  * #Inhalt { background-color: rgb(255, 255, 224);
    }
    
  #Inhalt wichtig 
  {
	color: maroon;
  }  

  #Inhalt h1, #Inhalt h2, #Inhalt h3, #Inhalt h4 { color: maroon;
    }

  #Inhalt h2, #Inhalt h3, #Inhalt h4 { border-bottom: 1px solid silver;
    }

  ul#Navigation a:link { color: black;
    background-color: rgb(238, 238, 238);
    }

  ul#Navigation a:visited { color: rgb(102, 102, 102);
    background-color: rgb(238, 238, 238);
    }

  ul#Navigation a:hover { color: black;
    background-color: white;
    }

  ul#Navigation a:active { color: white;
    background-color: rgb(255, 255, 204);
    }

  #footer { background: rgb(239, 239, 239) none repeat scroll 0% 50%;
    }

  #footer a { border-style: solid;
    border-color: white black black white;
    border-width: 1px;
    color: black;
    background-color: rgb(204, 204, 204);
    }

  * html #footer a, * html #footer span {  }

  #footer a:hover { border-color: black white white black;
    color: white;
    background-color: gray;
    }

  #footer active { color: maroon;
    }

  #Navigation li#active { font-weight: bold;
    color: rgb(255, 255, 204);
    }

  .aktive { border: medium none ;
    color: maroon;
    }

  #Navigation { background-color: Maroon;
    }

