/*
 *  user-print.css
 *  TUHH-Relaunch Styles
 *  ueberschreiben und ergaenzen die Styles des Prototypen
*/

/* Elemente abschalten: Sidebar */
#extras {
  display: none;
}

/* em + strong */
em {
  font-style: italic;
  font-size: inherit;
}
strong {
  font-weight: bold;
  font-size: inherit;
}

/* legal Liste */
ul.legal {
  list-style-image: url( ../Images/hyphen.png);
}
/* Float-Container fuer Bilder */
div.rpic {
  float:right;
  padding:0.5em 0 0.25em 1em;
}
div.lpic {
  float:left;
  padding:0.5em 1em 0.25em 0;
}
div.lpic, div.rpic {
  font-size: 12px;
  color: #666;
  text-align: center;
}
div.lpic img, div.rpic img {
  border: 1px solid #ccc;
  padding: 2px;
  margin: 0;
  display: inline;
}
div.lpic a, div.rpic a {
  font-size: inherit;
  font-weight: bold;
  text-decoration:none;
}

/* Absaetze in Vorschriften */
ol.absatz {
	counter-reset: li;
	list-style: none;
	margin-top: 12px;
}
ol.absatz > li {
	position: relative;
	display: block;
	padding: 0 0 12px 0;
}
ol.absatz > li:before {
  content: "(" counter(li) ")";
	counter-increment: li;
	position: absolute;
	top: 0;
	left: -35px;
}
/* Alphabetische Aufzaehlungen in Vorschriften */
ol.unterabsatz {
	counter-reset: li;
	list-style: none;
	margin: 6px 0 -6px;
}
ol.unterabsatz > li {
	position: relative;
	display: block;
	padding: 0 0 12px 0;
}
ol.unterabsatz > li:before {
  content: counter(li, lower-alpha) ")";
	counter-increment: li;
	position: absolute;
	top: 0;
	left: -35px;
}
li ol.unterabsatz > li:before {
	left: -20px;
}
ol.absatz > li ol.unterabsatz, ol.absatz > li ol, ol.absatz > li ul {
	padding-left: 20px;
}

/* Tabelle als Layoutinstrument */
table.texttable {
  width: 100%;
  border: none;
}
/* Hervorhebung */
span.betont {
  background-color: #DEEAEF;
}
/* code */
span.code {
  background-color: #EBEBEB;
  font-family: monospace;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.greytext {
  color: #888;
}
div.indent, blockquote {
  margin-left: 35px;
}
/* Tabelle Numerisch rechtsbuendig*/
table.numeric th, table.numeric td {
  text-align: right;
}

/* einzelne Seiten */
/* Struktur */
div.praes {
  padding: 6px;
  width: 190px;
  height: 7em;
  background-color: #6BC1BB;
  font-size: 120%;
  text-align: left;
}
div.praes img {
  display: block;
  float: right;
  padding: 2px;
}
div.sb,
div.sd,
div.fsp {
  margin: 0 8px 15px 8px;
  padding: 6px;
  text-align: center;
  background-color: #6BC1BB;
  font-size: 120%;
}
div.sb {
  float: left;
  width: 152px;
  height: 6em;
  background-color: #deeaef;
}
div.sd {
  float: left;
  width: 272px;
  height: 6em;
}
div.fsp {
  float: left;
  width: 196px;
  height: 6em;
}
div.praes a,
div.sb a,
div.sd a,
div.fsp a {
  font-weight: bold;
  text-decoration: none;
  color: inherit;
  display: block;
  min-height: 4em;
}
div.praes a {
  min-height: 5em;
}
div#praesidium {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2px;
  background-color: #deeaef;
  margin: 10px 0;
}
div#hochschulrat {
  background-color: #6BC1BB;
  padding: 15px 10px;
  margin: 10px auto;
  width: 15em;
  height: auto;
  text-align: center;
  vertical-align: middle;
  font-size: 120%;
}
div#hochschulrat a {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
h2.group {
  text-align: center;
  clear: left;
  margin-top: 0.5em;
}
