/* Style Sheet */
/* basierend auf dem css */
/* des Lehrstuhls Algorithmen und Komplexitaet der HU Berlin */
/* von P. Liske */

/***********************
** allgemeines Layout **
***********************/
h1 { font-size: 1.7em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.333em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }

/* Listen */
ul {
  font-size: 1em;
  list-style: square;
  margin-left: 2em;
  padding: 0;
}
ul ul {
  font-size: 1em;
  list-style: circle;
  padding: 0;
}
li {
    margin: 0.2em;
    padding: 0;
}

dt {
  font-weight: bold;
  font-style: normal;
  padding: 0.2em;
  margin-top: 0.8em;
  padding: 0;
}

dd {
  font-weight: normal;
  font-style: normal;
  padding: 0.2em;
}

/* dicktengleicher Text */
tt,pre {
  font-family: monospace;
  font-size: 1.0em;
}

/* Links */
a:link,a:visited,a:active,a:hover,a:focus {
  color: #05a;
  text-decoration: none;
				  }

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

/* Linien */
hr {
  height: 1px;
  color: #036;
  width: 100%;
  text-align: left;
}

.title {
  font-style: italic;
}



