article ul,ol {
  padding: 0 0 0 1.5em;
  margin-bottom: 0.5em;
}

article .blindeListe {
  padding: 0 0 0 1em;
  list-style-type: none;
  font-size: 1em;
}

article .blindeListe li {
    padding: 0.2em;
}

article .blindeTabelle {
	border: 0;
	border-collapse: collapse;
	font-size: 1.1em;
}

article .blindeTabelle_X {
	border: 0;
	border-collapse: collapse;
	font-size: 1.1em;
	padding-top: 1.5em;
}

/* unterricht_oberstufe_qualifikationsphase */
article .zelle_zentriert th, td {
  text-align: center;
  vertical-align: middle;
}

article table th tr {
  font-family: helvetica;
}

article table tr {
  font-weight: bold;
}

article td {
  text-align:left;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 100;
}

article td.green_bg {
  background-color: lightgreen;
}

/* Info-Tabelle */
article .info_tabelle {
  border: none;
  border-collapse: collapse;
}

article .info_tabelle td {
  border: none;
  padding-right: 12pt;
}

/* AG-Info-Tabelle */
article .aginfot {
  max-width: 90vw;
  margin: 1em 0em 1em 0em;
}

article .links {
  vertical-align:top;
  text-align:left;
}


/*******************************************************/

@media (min-width: 48em) {

  article .Info {
    height: 14.4em;
    width: 14em;
    margin: 0.3em;
  }

  article li {
    font-size: 0.9em;
    line-height: 1.5em;
  }

  article .blindeListe {
    font-size: 1em;
  }

  article .blindeTabelle {
	border: 0px;
	border-collapse: collapse;
	font-size: 1.1em;
  }

  article .blindeTabelle_X {
	border: 0px;
	border-collapse: collapse;
	font-size: 1.1em;
	padding-top: 0;
  }

  article table th tr {
    font-size: 0.9em;
    max-width: 90vw;
  }

  article .aginfot {
    max-width: 40vw;
  }

}

/* vim:set lines=64 columns=54: */
