/* standard.css                                                */
/* Copyright 1999 Marco Kuhlmann <marco.kuhlmann@gmx.de>       */
/*                                                             */
/* Letzte Änderung: 2000-01-12                                 */
/* $Id: standard.css,v 1.5 2001/02/19 11:17:03 sr Exp $ */

BODY {
  background-color: #FFFFCC;
  color: #000000;
  font-family: serif;
  margin-left: 50px;
  width: 65ex;
}

A:link {
  color: #0000FF; text-decoration: none;
}

A:hover {
  color: red; text-decoration: none;
}

A:active {
  color: #FF0000; text-decoration: none;
}

A:visited {
  color: #669966; text-decoration: none;
}

/* Textauszeichnung */

TT {
  font-family: monospace;
}

.author {
  font-size: small;
  padding-bottom: 1em;
}   

.green {
  color: #669966;
}

.imp {
  font-family: sans-serif;
  font-size: small
}

.new {
  color: #FF0000;
}

.sans {
  font-family: sans-serif;
}

.center {
  text-align: center;
}


/* Absätze */

P {
  line-height: 120%;
  font-family: serif;
  text-align: left;
}

P.aktuell {
  line-height: 120%;
  font-family: sans-serif;
  text-align: left;
  margin-bottom: 2em;
}

P.abstract {
  margin-right: 12%;
  font-family: sans-serif;
  font-weight: bold;
}

P.nav {
  color: #669966;
  font-family: sans-serif;
  font-weight: normal;
  text-align: left;
}

PRE {
  font-family: monospace;
  text-align: left;
  line-height: 120%;
}

/* Listen */

OL {
  list-style-type: decimal;
  line-height: 120%;
  font-family: serif;
  text-align: left
}

UL {
  list-style-type: square;
  line-height: 120%;
  font-family: serif;
  text-align: left;
}

UL.linkliste {
  list-style-type: circle;
  list-style-image: url(img/link.gif)
}

DL {
  line-height: 120%;
}

/* Überschriften */

H1 {
  margin-top: 25px;                     /* für evtl. Grafik */
  padding-top: 0.75em;
  padding-bottom: 0.5em;
  font-family: sans-serif;
  font-size: large;
  font-weight: bold;
  line-height: 120%;
}

H2 {
  padding-top: 0.5em;
  padding-bottom: 0.25em;
  font-family: sans-serif;
  font-size: medium;
  font-weight: bold;
  line-height: 120%;
}

H2.imaged {
  margin-top: 25px;
  padding-top: 0.5em;
  padding-bottom: 0.25em;
  font-family: sans-serif;
  font-size: large;
  font-weight: normal;
}

H3 {
  padding-top: 0.5em;
  padding-bottom: 0.25em;
  font-family: sans-serif;
  font-size: medium;
  font-weight: normal;
  line-height: 120%;
}

/* Abschnitte */

DIV.div-nav {
  /* Navigationsleiste */
  margin-top: 1ex;
  padding-bottom: 1ex;
}

DIV.div-txt {
  /* Text */
}

DIV.div-imp {
  /* Impressumsleiste */
  margin-top: 1ex;
  padding-top: 1ex;
}

/* Vermischtes */

.clearall {
  clear: both;
}

.invisible {
  display: none;
}

