/* CSS Document */
/*
	Farben:
		Grün: #88C018
		Blau: #3858A8
		-------------
		Hellgrün: #E1EFC3
*/
.acc-grp {
	width: 100%;
	font-size: .8em;
	color: inherit;
	background: #E1EFC3;
  border: solid 1px #88C018;
margin-bottom: 25px;
}
.acc-key {
  text-align: center;
  line-height: 1.1em;
  padding: 1px;
  }
.acc-br {
  clear:left; }

.acc-keyboard-disabled {
  color: #000;
  background: #d0d0d0;
  display: block;
  width: 30px;
  float: left;
  text-align: center;
  margin: 0px 2px 2px 0px;
  height: 15px;
  text-decoration: none; }
  
.acc-keyboard-disabled a,  {
  color: #000;

}
.acc-keyboard-disabled a:hover {
  color: #000;
    background: #d0d0d0;
}

.acc-keyboard a {
  color: #FFFFFF;
  display: block;
  width: 30px;
  float: left;
  text-align: center;
  margin: 0px 2px 2px 0px;
  height: 15px;
  text-decoration: none; }
.acc-keyboard a:link {
  font-weight: normal;
  color: #FFFFFF;
  background: #88C018; }
.acc-keyboard a:visited {
  font-weight: normal;
  color: #FFFFFF;
  background: #88C018; }
.acc-keyboard a:hover {
  font-weight: normal;
  text-decoration: none;
  color: #FFFFFF;
  background: #3858A8; }
.acc-keyboard a:active {
  font-weight: normal;
  color: #FFFFFF;
  background: #88C018; }
.acc-keyboard a:focus {
  font-weight: normal;
  color: #FFFFFF;
  background: #88C018; }
.acc-logo {
  font-size: .9em;
  letter-spacing: 0;
  text-decoration: none;
  background: #E1EFC3; }
.acc-logo a {
  padding: .25em; }
.acc-logo a:link {
  border: 0;
  padding: 0;
  font-weight: normal;
  text-decoration: none;
  background: transparent; }
.acc-logo a:visited {
  border: 0;
  font-weight: normal;
  text-decoration: none;
  color: #000080;
  background: transparent; }
.acc-logo a:hover {
  border: 0;
  font-weight: normal;
  text-decoration: none;
  color: red;
  background: transparent; }
.acc-logo a:active {
  font-weight: normal;
  text-decoration: none;
  /*color: #9f0000;*/
  background: transparent; }
.acc-logo a:focus {
  font-weight: normal;
  text-decoration: none;
  color: #fffff2;
  background: #000080; }
.acc-text {
  font-variant: small-caps;
  color: #000080;
  background: transparent; }
.acc-text em {
  color: red;
  background: transparent; }
.acc-hidden {
  display: none; }
