@charset "utf-8"; /* charset festlegen */
/* ************************************************ */
/* DATEI: gdnrw_GRID_3spaltig.css                   */
/* Basis-Style für alle Seiten des GD NRW           */
/* ************************************************ */
/* "#" -> "id"-Selektor; "." -> "class"-Selektor    */
/* top, right, bottom, left                         */
/* ************************************************ */

/* ------------------------------------------------ */
/* --- Bereich 3spaltig - im Bereich Mitte -------- */
/* ------------------------------------------------ */

/* --- Mittelteil - Bereich Inhalt - 3spaltig - Container für 3spaltig_links und 3spaltig_rechts --- */
.bereich_3spaltig {
  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;
}

/* --- Mittelteil - Bereich Inhalt - 3spaltig - 3spaltig_links --- */
.bereich_3spaltig_links {
  /* clear: both; */
  /*
  position: relative;
  float: left;
  top: 0px;
  margin: 0px 0px 0px 0px;
  background-color: transparent;
  border:0px solid green;
  */
}

/* --- Mittelteil - Bereich Inhalt - 3spaltig - 3spaltig_mitte --- */
.bereich_3spaltig_mitte {
  /*
  position: relative;
  float: left;
  top: 0px;
  margin: 0px 0px 0px 0px;
  background-color: transparent;
  border:0px solid blue;
  */
}

/* --- Mittelteil - Bereich Inhalt - 3spaltig - 3spaltig_rechts --- */
.bereich_3spaltig_rechts {
  /*
  position: relative;
  float: left;
  top: 0px; 
  margin: 0px 0px 0px 0px;
  background-color: transparent;
  border:0px solid red;
  */
}
