/* CSS Stil für die Webseiten von
 *    Informatik-Vollmer
 *    http://www.informatik-vollmer.de
 *    Hier nur Grundlegende Dinge, die auch Netscape 4.x noch "versteht"
 * Author: Dr. Jürgen Vollmer, Karlsruhe,
 *         <Juergen.Vollmer@informatik-vollmer.de>
 * 2005(C) Copyright: Dr. Jürgen Vollmer
 * $Id: vollmer-base.css,v 1.4 2005/07/21 08:25:04 vollmer Exp $
 */
address {
 border-top-style: ridge;
 border-top-width: 2px;
 font-size:        small;
 text-align:       center;
 padding:          2px 0 2px 0;
 margin-top:       10px;
 width:            100%;
}

#Navigation{
 border-bottom-style: solid;
 border-left-style:   solid;
 border-right-style:  solid;
 border-bottom-width: 1px;
 border-left-width:   1px;
 border-right-width:  1px;
 width:               100%;
}

p.center {
 text-align:  center;
}

table.center {
 margin-left:  auto;
 margin-right: auto;
}

pre.center {
 text-align:   center;
}

dl dt {
 font-weight : bold;
}

h1 {
  text-align:  center;
}
h2 {
  width:            100%;
  text-align:       left;
  border-top-style: ridge;
  border-top-width: 2px;
  padding-top:      10px;
}
h3 {
  text-align:  left;
}

#Kopf{
 width:       100%;
 background:  #ffffaa;
 border:      solid 1px;
}

#Kopf td{
 font-size:    x-large;
 font-weight:  bold;
}

.menu {
 font-size   : small;
 font-weight : normal;
 word-spacing: 0.5em;
}

body {
 background:    #ffffcc;
}

/*---------------------------------------------------------------------------*/
