
/* ... Standard-Formatdefinitionen fuer die Anzeige ... */

body {
  background-color: #FFFFFF;

  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;

  border-left-style: solid;
  border-left-width: 20px;
  border-left-color: #006666;
  border-right-style: solid;
  border-right-width: 20px;
  border-right-color: #006666;

  padding: 30px;
  margin: 0px;
}


h1 {
  background-color: #006666;
  color: #FFFFFF;

  font-weight: bold;
  font-size: 1.6em;

  text-align: center;

  margin-top: 0px;
  margin-bottom: 50px;
}

h2 {
  font-weight: bold;
  font-size: 1.2em;

  margin-top: 10px;
  margin-bottom: 10px;
}

h3 {
  font-weight: bold;
  font-size: 1em;

  margin-top: 10px;
  margin-bottom: 10px;
}


p {
  text-align: justify;

  margin-top: 10px;
  margin-bottom: 30px;
}

address {
  font-style: normal;
}


img {
  border-style: none;

  margin: 0px 0px 0px 0px;
}


ul, ol {
  margin-top: 10px;
  margin-bottom: 30px;
}

li {
  margin-top: 5px;
  margin-bottom: 5px;
}


th {
  text-align: right;
}

a:link {
  font-weight: bold;
  background-color : #FFFFFF;
  color: #006666;
  text-decoration: underline;
}

a:visited {
  font-weight: bold;
  background-color : #FFFFFF;
  color: #006666;
  text-decoration: none;
}

a:active {
  font-weight: bold;
  background-color : #FFFFFF;
  color: #006666;
  text-decoration: underline;
}

a:focus {
  font-weight: bold;
  background-color : #FFFFFF;
  color: #006666;
  text-decoration: underline;
}

h1 a:focus{
  background-color: #006666;
  color: #FFFFFF;
}

/* ... Standard-Klassendefinitionen fuer die Anzeige ... */

.header {
  text-transform: capitalize;

  margin-bottom: 20px;
}


.navigation {
  text-align: center;

  margin-top: 50px;
  margin-bottom: 20px;
}

.navigation img {
  margin-left: 8px;
  margin-right: 8px;
}


.w3c {
  text-align: right;

  margin-top: 50px;
}



.imgright {
  float: right;

  margin: 0px 10px 0px 10px;
}


/* ... Standard-Klassendefinitionen fuer die Anzeige der Publikationen ... */

li.publication {
  margin-top: 10px;
  margin-bottom: 30px;
}

span.publication {

}

span.publication.title {
  font-weight: bold;
}

p.publication.abstract {


  margin-top: 10px;
  margin-bottom: 10px;
}

