body {
	background-image: url(http://www.wmi.badw.de/FG538/images/background.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

/* === directly coded in style-attribute of div-tags; reason: backward-compatibility to Netscape 4.x

div#research_unit {
	...
}

div#research_unit_title {
	...
}

*/

/* === general settings === */

ol, p, td, ul {
	font-size: 10pt;
}


/* === header-formatting === */

h1 {
	font-weight: normal;
	font-size: 18px;
	text-decoration: underline;
	color: #0033CC;
}

h1#page_header {
	margin: 0px;
	padding: 0ex 0ex 0ex 2.8ex;
	border-bottom: 1px solid #990000;
	text-decoration: none;
	text-indent: -2.8ex;
	font-size: 28px;
	color: #990000;
}


/* === paragraphs === */

p {
	margin: 2ex;
}

p.ref {
	margin-left: 50px
}

p.foot {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}

/* === lists === */

ol {
}

ul {
}

/* === link-formatting === */

a:link {
	text-decoration: none;
	color: #0000FF;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	color: white;
	background-color: green;
	text-decoration: none;
}

/* ===  === */

hr {
	color: #990000;
	background-color: navy
}


/* general table formatting */
table {
}

th {
	background-color: #ffcc66;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
}

tr {
	vertical-align: top;
}

tr.light_yellow {
	background-color: #ffffcc;
}

tr.light_green {
	background-color: #ccffcc;
}

/* === menu === */

.menu_item {
	background-color: #FFCC66;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

td.menu_item a:link, td.menu_item a:visited, td.menu_item a:active, td.menu_item a:hover, td.menu_item a:focus
{
	color: #003399;
	height: 12px;
	text-decoration:none;
}

/* === styles for publication list ======================================================================================= */

h1.pub_year {
	margin: 30px, 10px, 0px, 10px;
	padding: 0px;
	border-bottom: 1px solid #0033CC;
	text-decoration: none;
	text-align: right;
	color: #0033CC;
}


.bibtex_entry
{
	background: white;
	margin: 5px;
	padding: 5px;
}


.bibtex_title
{
	font-weight: bold;
	padding-bottom: 3px;
	font-size: 14px;
	color: #000066;
}


.bibtex_booktitle
{
	font-style: italic;
	padding-bottom: 3px;
}


.bibtex_author
{
	padding-bottom: 3px;
}


.bibtex_url, .bibtex_pdf, .bibtex_doi
{
	display: inline;
	font-size: small;
	float: right;
	padding-left: 1em;
	padding-right: 1em;
}


.bibtex_journal, .bibtex_year, .bibtex_pages, .bibtex_publisher
{
	display: inline;
}


.bibtex_volume
{
	display: inline;
	font-weight: bold;
}


.bibtex_comment
{
	font-weight: bold;
	padding-top: 3px;
}


.bibtex_preprint
{
	display: inline
}


.bibtex_note
{
	padding-top: 3px;
}


/* old publication formatting: delete sooner or later */
.pub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.pub a:link, .pub a:visited, .pub a:active, .pub a:hover, .pub a:focus {
	font-size: 12px;
}

.pub_authors {
	font-style: italic;
}

.pub_title {
	font-weight: bold;
	font-variant: normal;
}

h1.pub_ {
	font-size: 24px;
	font-weight: bold;
	color: DarkBlue;
}
