@charset "utf-8"; /* charset festlegen */
/* ************************************************ */
/* DATEI: gdnrw_GRID_auflistung3er.css              */
/* Style für Seiten des GD NRW                      */
/* ************************************************ */
/* "#" -> "id"-Selektor; "." -> "class"-Selektor    */
/* top, right, bottom, left                         */
/* ************************************************ */

/* --- Mittelteil - ... - Bereich - Auflistung --- */
.bereich_auflistung3er {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border:0px solid blue;
}

/* --- Mittelteil - ... - einzelne Auflistung 3er-Spalte --- */
.auflistung3er {
  width: 804px; /* 99%; */
  padding: 0px 0px 0px 0px;
}

.auflistung3er_zwischenlinie {
  clear: both; /* hebt float: left und float: right auf */
  margin: 5px 20px 5px 5px;
  padding: 0px 0px 0px 0px;
  border-bottom: 1px solid #999999;
}
.auflistung3er_links {
  position: relative;
  float: left;
  top: 0px;
  width: 160px; /* 20% */
  text-align: right;
  padding: 0px 0px 0px 0px;
}
.auflistung3er_mitte {
  position: relative;
  float: left;
  top: 0px;
  width: 356px; /* 49% */
  /* height: auto; */
  text-align: left;
}
.auflistung3er_rechts {
  position: relative;
  float: left;
  top: 0px;
  width: 250px; /* 30% */
  /* height: auto; */
  padding: 5px 0px 0px 16px;
  text-align: left;
}
.auflistung3er_mitte a:link {
  color: #000000;
  text-decoration: none;
}
.auflistung3er_links p {
  font-weight: bold;
  color: #FF6633;
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 0px 10px;
  text-align: right;
}
.auflistung3er_mitte p {
  margin: 0px 0px 0px 0px;
  padding: 5px 10px 0px 5px;
}
.auflistung3er p.gotofuss {
  clear: both;
  text-align: right;
  margin: 0px 10px 5px 10px;
  padding: 0px 2px 5px 5px;
  border-bottom: 1px solid #999999;
}
