@charset "utf-8"; /* charset festlegen */
/* ************************************************ */
/* DATEI: gdnrw_GRID_sonstiges.css                  */
/* Style für Seiten des GD NRW                      */
/* ************************************************ */
/* "#" -> "id"-Selektor; "." -> "class"-Selektor    */
/* top, right, bottom, left                         */
/* ************************************************ */

/* ------------------------------------------------ */
/* --- Kontakt --- */
.kontakt {
  background-color: #DCDCDC;
  
  /*
  */
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px solid #999999;
}

.kontakt h2 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.3em;
  letter-spacing: normal; /* 1px 0.1em; */
  color: #FF6633;
  background-color: #CCCCCC;
  margin: 0px 0px 5px 0px;
  padding: 5px 15px 4px 8px;
  border-top: 0px solid #999999;
  text-align: left;
  vertical-align: middle;
  background-image: url("../image/gd_logo2.gif");
  background-repeat: no-repeat;
  background-position: center right;
}

.kontakt ul {
  list-style-type: none;
  text-indent: 0px;
  margin: 8px 0px 2px 12px;
  padding: 0px 0px 6px 0px;
  text-align: left;
}

.kontakt li { /* jedes Element li unterhalb von ul.ul_kontakt */
  font-size: 1.0em;
  padding: 0px 0px 4px 0px;
  letter-spacing: 0.04em;
}
