
body {
  color:#000;
  background-color:#eee;
}

p,h1,h2,h3,h4,li,dt,dd,td,th {
  font-family: sans-serif;
}


p {
  margin-top:0;
  margin-bottom:0.7em;
}

li p {
  margin-bottom:0.4em;
}

.klein {
  font-size:80%;
}

p.bild {
  font-style:italic;
  margin-bottom:1.5em;
  font-size:80%;
}

p.bild img {
  margin:5px 0 5px 0;
}

.skript {
  background-color:white;
  padding:5px;
  border:1px solid black;
  margin-bottom:5px;
}

td#impressum p, td#impressum li {
  font-size:70%;
  font-family:sans-serif;
  text-align:left;
  margin-bottom:0.3em;margin-left:2%;margin-right:2%;
}

td#linkleiste p, td#navigation p {
  margin-bottom:0.5em;
  margin-left:16px;
  text-indent:-16px;
}

td#linkleiste p:before, td#navigation p:before  {
  content:url(bilder/pfeil.png);
}


dt {
  font-size:80%;
  font-weight:bold;
  margin-bottom:0.3em;
}

dd {
  margin-left:1em;
}

ul,ol {
  margin-top:0;
}

h1 {
  text-align:center;
  color:#990000;
  font-size:200%;
}

h2 {
  text-align:center;
  font-size:150%;
}

h3 {
  text-align:left;
  font-size:120%;
  font-weight:bold;
  margin-bottom:0.5em;
  margin-top:0;
  background-color:#900;
  color:white;
  padding: 2px 2px 2px 0.4em;
}

h4 {
  font-weight:bold;
  font-size:110%;
  margin-top:1em;
  margin-bottom:0.5em;
  border-top: 1px solid #c88;
  padding-top:.3em;
  color:#900;
}

div.unter h4 {
  margin-top:0;
  border:none;
}

code {
  font-family: monospace;
  font-weight: bold;
  color: #00a;
  white-space: nowrap;
}

.skript code {
  font-size:70%;
  font-weight:normal;
  color:black;
}

p.skript code {
  color:#00a;
  font-size:100%;
}

pre {
  font-size:small;
}

table {
  background-color:white;
  color:black;
  border-collapse:collapse;
  margin:auto;
  width:95%;
  max-width:1000px;
}

table.text {
  background-color:#f9f9f9;
  font-family:sans-serif;
  font-size:80%;
  margin:1em;
}

td,th {
  vertical-align:top;
  border:1px solid #666;
  padding:.5em;
}

th {
  font-style:italic;
  font-weight:bold;
  text-align:left;
}

td#linkleiste, td#navigation {
  font-size:80%;
}

.unter {
  background-color:#ddd;
  border: 1px solid #666;
  margin-bottom:0.5em;
  font-size:80%;
  font-family:sans-serif;
}

p.unter,li.unter,div.unter {
  padding:.3em;
}

a:link    { color:#00c; }
a:visited { color:#00c; }
a:hover   { color:#090;background-color:#ffe; }
