/* Styles für die Homepage von Andreas Geggus */
/* (C) 2003 by Andreas Geggus */

body {
  font-family: Arial;
  background-color: #0070C0;
  background-image:url(pix/background.gif);
}

a {
  color: #A00000;
  text-decoration:none;
  font-weight:bold;
}


a.nav:hover {
  background-image:url(pix/kartei-aktiv.gif);
}

a.nav {
  background-image:url(pix/kartei-inaktiv.gif);
  padding-left : 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-top: 3px;
  text-decoration: none;
  border-bottom: 1px outset gray;
  border-right: 1px outset gray;
  font-weight: bold;
  font-size: 10pt;
  margin-left: 1px;
  margin-bottom: 2px;
  background-color: #A9A9A9;
}

div.box {
  margin-top: 1px;
  margin-left: 1px;
  margin-right: 2px;
  margin-bottom: 2px;
  border: 2px outset silver;
  background-color: white;
}

div.frame {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 75px;
  margin-right: 75px;
  border: 2px outset black;
  background-color: silver;
  padding: 5px;
}

div.navplus {
  margin-top: 0px;
  margin-left: 1px;
  margin-right: 2px;
  margin-bottom: 0px;

  border-top: 1px solid gray;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid gray;
  background-color: #A9A9A9;

  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;

  font-size: 8pt;
}

div.nav {
  margin: 0px;
  padding-bottom: 4px;
  padding-top: 3px;
}

div.spacer {
  margin-bottom: 60px;
}

img.imageontop {
  border: 1px solid black;
  position:relative;
  right:1px;
  top: 4px;
}

h1.h1ontop {
  position:relative;
  top:20px;
  left: 20px;
  font-weight:
  bolder; color:#000080;
  color:black;
  background-image:url(pix/baden.gif);
  width: 300px;
}

h1 {
  text-align: center;
  margin-top: 60px;
}

h2 {
  text-align: center;
  margin-top: 20px;
}

h3,h4 {
  margin-left: 20px;
  margin-right: 20 px;
}


p {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 10pt;
}

li {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 10pt;
}

td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10pt;
}

th {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10pt;
  background-color: silver;
}