a:link { color: rgb(255, 255, 172);
  text-decoration: none;
}

a:visited { color: rgb(255, 255, 172);
  text-decoration: none;
}

a:active { color: rgb(255, 255, 172);
  text-decoration: none;
}

a:hover { color: rgb(255, 255, 172);
  text-decoration: underline;
}

a.none { text-decoration: none;
}

body { color: rgb(255, 255, 172);
  background-color: rgb(51, 102, 153);
  font-size: 24pt;
  font-family: sans-serif;
  margin-left: 20px;
}

h1 { font-size: 30pt;
}

td { padding-left: 20px;
  font-size: 24pt;
}

li { margin-top: 20px; 
  margin-bottom: 20px; 
  font-size: 24pt;
}

li.sub { margin-top: 10px; 
  margin-bottom: 0px;
}

li.subu { margin-top: 5px; 
  margin-bottom: 0px;
  list-style-type: none;
}

li.sub2 { margin-top: 5px; 
  margin-bottom: 0px;
}

.center { text-align: center;
}

/*
 * Inhaltsverzeichnis
 */
body.toc { color: rgb(255, 255, 172);
  background-color: rgb(51, 102, 153);
  font-size: 18pt;
  font-family: sans-serif;
}

li.toc { margin-bottom: 0px;
}

/*
 * Titelseite
 */
body.title { color: rgb(255, 255, 172);
  background-color: rgb(51, 102, 153);
  font-family: sans-serif;
}

h1.title { font-size: 64pt;
  text-align: center;
  margin-bottom: 60px;
  line-height: 150px;
}

h2.title { font-size: 48pt;
  text-align: center;
}

h3.title { font-size: 36pt;
  text-align: center;
}

/*
 * Appletseite
 */
h1.applet { font-size: 30pt;
  text-align: center;
}

/*
 *  Navigationsleiste
 */
div.navbar { 
  margin-left: 0ex;
  margin-bottom: 1ex;
  font-size : 10pt;
  float: right;
}
*.navbar a {
  padding-left: 2px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-left-color: rgb(150, 150, 100);
  border-bottom-color: rgb(150, 150, 100);
}
*.navbar a:hover {
  background-color: #cc0000;
  border-color: #0000cc;
}
*.navbar a img { 
  border: none;
}
