@charset "utf-8"; /* charset festlegen */
/* ************************************************ */
/* DATEI: gdnrw_GRID_2spaltig.css                   */
/* Basis-Style für alle Seiten des GD NRW           */
/* ************************************************ */
/* "#" -> "id"-Selektor; "." -> "class"-Selektor    */
/* top, right, bottom, left                         */
/* ************************************************ */

/* ------------------------------------------------ */
/* --- Bereich 2spaltig - im Bereich Mitte -------- */
/* ------------------------------------------------ */

/* --- Mittelteil - Bereich Inhalt - 2spaltig - Container für 2spaltig_links und 2spaltig_rechts --- */
#bereich_inhalt .bereich_2spaltig {
  clear: both;
  position: relative;
  float: left;
  /*
  top: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  */
  /*
  background-color: transparent;
  text-align: left;
  border:0px solid #009999;
  */
}
#bereich_inhalt .näher_dran {
  margin-top: 10px;
}

/* --- Mittelteil - Bereich Inhalt - 2spaltig - 2spaltig_links --- */
#bereich_inhalt .bereich_2spaltig_links {
  position: relative;
  float: left;
  top: 0px;
  /*
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  border:0px solid #999900;
  */
}

/* --- Mittelteil - Bereich Inhalt - 2spaltig - 2spaltig_rechts --- */
#bereich_inhalt .bereich_2spaltig_rechts {
  position: relative;
  float: left;
  top: 0px;
  /*
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  border:0px solid #999000;
  */
}

/* ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ */

/* ------------------------------------------------ */
/* --- Bereich 2spaltig - im Bereich Mitte -------- */
/* ------------------------------------------------ */

/* --- Mittelteil - Bereich Inhalt - 2spaltig - Container für 2spaltig_links und 2spaltig_rechts --- */
#bereich_inhalt_grid .bereich_2spaltig {
  /*
  display:none;
  */
  /*
  clear: both;
  position: relative;
  float: left;
  background-color: transparent;
  text-align: left;
  border:0px solid #009999;
  */
}

#bereich_inhalt_grid .näher_dran {
  /*
  display:none;
  */
  /*
  margin-top: 10px;
  */
}

/* --- Mittelteil - Bereich Inhalt - 2spaltig - 2spaltig_links --- */
#bereich_inhalt_grid .bereich_2spaltig_links {
  /*
  display:none;
  */
  position: relative;
  float: left;
  /*
  top: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  border:0px solid #999900;
  */
}

/* --- Mittelteil - Bereich Inhalt - 2spaltig - 2spaltig_rechts --- */
#bereich_inhalt_grid .bereich_2spaltig_rechts {
  /*
  display:none;
  */
  position: relative;
  float: left;
  /*
  text-align: right;
  */
  /*
  top: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  border:0px solid #999000;
  */
}

@media only screen and (min-width: 768px) {
  #bereich_inhalt_grid .bereich_2spaltig_rechts {
    text-align: right;
  }
}

#bereich_inhalt_grid .bereich_2spaltig_rechts img {
  width: 220px;
  height: auto;
  background-color: white;
  margin: 10px 0px 0px 0px;
}


