
/* Domain reinhard-doehl.de
   Seiten des Anhangsbereichs */
   


/* Seite allgemein */

body {
  padding-bottom: 2em;
}

body, table {
  font-family: "Times New Roman", Times, serif;
	color: #253;
}



/* Seitenkopf */

#top_line {
  border-style: solid;
  border-color: #7a8;
  border-width: 0 0 1px 0;
  padding-bottom: 0.5em;
  font-size: 0.92em
}

#top_line a {
  text-decoration: none;
  color: #253;
}

#top_line a:hover {
  text-decoration: underline;
  color: #253;
}



/* Inhaltscontainer (allgemein) */

#content {
/* Breitenbegrenzung */
  width: 80%;
  max-width: 64em;
  min-width: 40em;
}

.min_width_IE {
/* (min-width workaround fuer aeltere IEs) */
  width: 40em;
  height: 1px;
  overflow: hidden;
}


/* Seitentitel */

h1#page_title {
  font-size: 1.08em;
  font-weight: bold;
  font-style: normal;
  padding: 0;
  margin: 0.36em 0 0 0;
}



/* Seiteninhalt (allgemein) */

#page_content {
}



/* Seiteninhalt (Elemente) */

h1 {
  font-size: 1.33em;
}

h2 {
  font-size: 1.22em;
}

h3 {
  font-size: 1.11em;
}


li {
  margin-top: 0;
  margin-bottom: 0:
  padding-top: 0;
  padding-bottom: 0.14em;
}


ul.bspace li {
  margin-top: 0;
  margin-bottom: 0:
  padding-top: 0;
  padding-bottom: 0.5em;
}

