* {
  font-family: Helvetica, SansSerif, sans-serif;
}

p, li, dd, dl, dt, h4 {
  line-height: 17pt;
}

h1, h2, h3, h4 {
  font-family: Giorgia, Times;
  font-weight: normal;
  letter-spacing: -0.02em;
}

h1 {
  font-size: 30pt;
}

h2 {
  margin-top: 1.5em;
}

h3 {
  margin-top: 0;
  letter-spacing: normal;
}

h4 {
  margin: 0;
  margin-right: 1em;
  display: inline;
  font-size: 115%;
  letter-spacing: normal;
}

strong {
  font-family: Giorgia, Times;
  font-weight: normal;
  font-size: 115%;
}

a:link, a:active {
  color: #c00000;
}
a:visited {
  color: #666;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
  margin-top: 0.8em;
}

dl {
  margin-left: 0;
  padding-left: 0;
}

dt {
  float: left;
  clear: both;
  width: 5em;
  padding-bottom: 0.5em;
}

dd {
  font-family: Giorgia, Times;
  font-size: 115%;
  margin-left: 5em;
  padding-bottom: 0.5em;
}

dd * {
  font-family: Giorgia, Times;
}

dd .type {
  display: none;
}

br.clear {
  clear: both;
}

/* Layout */

body {
  margin: 0;
  padding: 0;
}

#photo {
  position: absolute;
  right: 3em;
  top: 4.5em;
  width: 256px;/*16em;*/
  /*height: 10em;*/
  border: 1px solid black;
}

#sidebar {
  position: absolute;
  right: 3em;
  top: 17.05em;
  width: 258px;/*16em;*/
}

#content-wrapper, #bottom-wrapper {
  position: absolute;
  max-width: 67em;
  width: 100%;
}

#content {
  margin: 4.5em 256px 4em 3em; /*21em*/
  padding-right: 6em;
}

#top-banner, #bottom-banner {
  position: fixed;
  width: 100%;
  height: 2.5em;
  z-index: 10;
}

#top-banner {
  top: 0;
  background-color: #F1F5F8;
  border-bottom: 1px solid #FFA500;
}

#tzi-kante {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.9em;
  background: #E8EEF3;
}

#bottom-banner {
  height: 3em;
  bottom: 0;
  border-top: 1px solid #FFA500;
  background-color: #f0f0de;
}

#logo-tzi {
  position: absolute;
  left: 0;
}

#logo-tzi object, #logo-tzi img {
  height: 1.8em;
  margin: 0.7em 3em;
}

#logo-uni-bremen {
  position: absolute;
  right: 3em;
  width: 256px;
}

#logo-uni-bremen object, #logo-uni-bremen img {
  height: 1.8em;
  margin: 0.7em 0;
}

h1 {
  float: left;
  padding: 0 1em 0em 0;
  line-height: 41pt;
  margin: 0;
}

h2, h3 {
  border-bottom: 1px solid #f0f0de;
}


/* Content */

#publication-wrapper {
  clear: left;
}

.note {
  font-size: 80%;
}

