/* gna */
/*div#fusszeile {
	background-image:url(../pic/wuerfel_klein.png) !important;
	background-repeat:no-repeat !important;
	background-position:5px 5px !important;
	/*border: 0em;*/
	/*padding: 1.1em;
}*/
 
/* moved to lib/ess.php */
/*div#kopfgrafikbereich {
        background-image: url(../pic/header.jpg);
}*/

pre.bibtex {
	border-width: 0px;
	margin-bottom: 1em;
	white-space: pre; /* default */
	white-space: pre-wrap; /* in modern browsers wrap long lines */
}
pre.autowrap { /* copied from http://ausreden.sprachwerker.de/2007/02/28/pre-mit-zeilenumbruch-in-wordpress-nutzen/ */
	white-space: pre-wrap;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

/* !important because we must override specifity of "div#inhalt table" */
table.bibtex { border-width: 0px !important; }

/* override overflow:hidden; because it cuts off submission comments at the right hand side */
div#inhalt div.wrapper {
  overflow: auto !important;
}

/* override clear:both; because we want the staff photo to be visible next to the whole list */
h2.ess-staff-h2 {
  clear: none;
}

/* make definition lists work nicely again (make sure left padding works */
div#inhalt dd, div#nebeninhalt dd {
  padding-left: 2em;
}
