/*
   default.css

   allgemeiner Stylesheet fuer carmen.berhoerster.name
*/


/* allgemeine Einstellungen */

body {
  color: #000000;
  background-color: #ebebeb;
  font-family: bitstream vera serif, times new roman, times, serif;
  margin: 0;
  padding: 0;
}

:link {
  color: #002b66;
}

:visited {
  color: #872E99;
}

:link:active, :visited:active {
  color: #b30000;
}

:link, :visited {
  text-decoration: underline;
}

ins {
  text-decoration: none;
  font-style: italic;
}

h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin: .67em 0;
}

h2 {
  font-size: 1.33em;
  font-weight: bold;
  margin: .83em 0;
}

h3 {
  font-size: 1.17em;
  font-weight: bold;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 1.17em 0;
}

h5 {
  font-size: .83em;
  font-weight: bold;
  margin: 1.33em 0;
}

h6 {
  font-size: .67em;
  font-weight: bold;
  margin: 1.5em 0;
}

img {
  border-style: none;
}

table {
  caption-side: bottom;
}

td, th {
  vertical-align: text-top;
}


/* Titel */

#titel {
  background-color: #002b66;
  text-align: center;
  border-bottom: 1px solid #797980;
}

#titel img{
  margin: 1em;
  border: none;
}


/* Navigationsmenue */

#navmenue {
  position: absolute;
  left: 0;
  width: 12em;
  overflow: auto;
  margin: 1em;
  padding: .5em;
  border: 1px solid #797980;
  background-color: #f5f5f5;
  font-family: bitstream vera sans, arial, helvetica, sans-serif;
  font-weight: bold;
}

#navmenue :link, #navmenue :visited {
  color: #002b66;
  text-decoration: none;
}

#navmenue :link:hover, #navmenue :link:focus, #navmenue :link:active,
#navmenue :visited:hover, #navmenue :visited:focus, #navmenue :visited:active {
  text-decoration: underline;
}

#navmenue ul {
  list-style-image: url(../bilder/punkt.png);
  margin: 0;
  padding: .5em 0 0 1em;
}

#navmenue li {
  margin: 0;
  padding: 0 0 .5em 0em;
}

#inaktiv {
  color: #797980;
}


/* Hauptteil */

#inhalt {
  margin: 1em 1em 1em 16em;
  padding: .5em;
  border: 1px solid #797980;
  background-color: #ffffff;
  overflow: auto;
  line-height: 1.5em;
}

#inhalt h1, #inhalt h2, #inhalt h3, #inhalt h4, #inhalt h5, #inhalt h6 {
  color: #797980;
}

#inhalt h1 {
  border-bottom: 1px dashed #797980;
  padding: 0 0 .25em 0;
}

#inhalt p {
  text-align: justify;
}

img.rechts {
  border: 1px solid #797980;
  float: right;
  margin-left: .5em;
}

img.links {
  border: 1px solid #797980;
  float: left;
  margin-right: .5em;
}

table.tabliste {
  border-collapse: collapse;
  border: 1px solid #797980;
  text-align: left;
  empty-cells: show;
  width: 100%;
}

table.tabliste th {
  background-color: #d3d7cf;
  border: 1px solid #797980;
  padding: .5em;
}

table.tabliste td {
  border: 1px solid #797980;
  padding: .5em;
}

