html {
  margin:0px;
  padding:0px;
  background-color: #ffffff;
  background-image: url();
  background-attachment: fixed;
  background-repeat: no;
  background-position:  ;
}

body {
  background-color: #fff;
  font-family: arial, verdana, sans-serif;
   width:477px;
  padding:0 1em;
  min-height:500px;
  margin:10px auto 10px auto;
  text-align:left;
  background:#fff;
  color:#0D0475;
  font-size: 9pt;
  }


                             /*Linkanzeige*/
a:link {
  color: #ff0000;
  text-decoration: none;

}

a:visited {
  color: #ff0000;
  text-decoration: none;

}

a:active {
  color: #ff0000;
  text-decoration: none;

}

a:hover {
  color:#000000 ;
  text-decoration: underline;

}


                        /*Listen*/

div#content li.liste{
  list-style-image:url('/pixx/layout/listen_pfeil.gif');
}
div#content li.liste_kreis{
  list-style-image:url('/pixx/layout/listen_kreis.gif');
}

div#content .fehler{
  border:solid 4px #f00;
  width:300px;
  margin:auto;
  padding:5px 10px 5px 10px;
}

