ol
{
  width: 26em;  /* room for 3 columns */
  list-style:none;
}

ol.nachrichten
{
  width: 26em;  /* room for 3 columns */
  list-style:none;
}

ol.bauablauf
{
  width: 32em;  /* room for 3 columns */
  list-style:none;
}

ol.archiv
{
  width: 28em;  /* room for 3 columns */
  list-style: none;
  margin-left: 1em;
}

ol li
{
  float: left;
  width: 13em;  /* accommodate the widest item */
}

ol.archiv li
{
  float: left;
  width: 14em;  /* accommodate the widest item */
}

ol.bauablauf li
{
  float: left;
  width: 16em;  /* accommodate the widest item */
}

/* stop the floating after the list */

/* separate the list from what follows it */
div.wrapper
{
  margin-bottom: 1em;
}

div.wrapper_artikel
{
  margin-bottom: 1em;
  margin-left: 5.5em;
}

div.wrapper_archiv
{
  margin-bottom: 1em;
}
/* anchor styling */
ol li a
{
  display: block;
  width: 12em;
  text-decoration: none;
}

ol.nachrichten li.nachrichten a.nachrichten
{
  display: block;
  width: 15em;
  text-decoration: none;
}
