body {background-color: #ffffff;
      color: #000000;
      margin: 0;
      padding: 0;}                                                             

a:link    {background-color: transparent;
           text-decoration:none;}
a:visited {background-color: transparent;
           text-decoration:none;}
a:active  {background-color: transparent;
           text-decoration:none;}
a:hover   {background-color: transparent;
           text-decoration:underline;}                                                
       
h1 { 
	font-family:Arial, Helvetica, sans-serif; 
	color:#000066;
	text-align:left;
	font-weight:bold;
	}

h2,h3,h4,h5,h6 { 
	font-family:Arial, Helvetica, sans-serif; 
	color:#000066;
	text-align:left;
	font-weight:bold;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #990000;
	border-margin: 0;
	}


table hr {
	display: none;
	visibility: hidden;
	}

p.overline {
  border-top-style: solid;
  border-top-width: thin;
  border-top-color: #000066;
	font-weight:bold;
	font-size: small;
	}

.quote {
	color: #CC0000;
}

.initialabsatz:first-line {
font-weight: bold;
color: black;
}

/*
.initialabsatz:first-letter {
font-size: 300%;
font-weight: bold;
float: left;
color: blue;
}
*/
.underline {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000066;
	font-weight: normal;
/*	font-size: small; */
	}

.bordered {
 	border-top-style:none;       /* oben keine Linie (ist schon von dt.underline vorhanden */
	border-bottom-style:solid;   /* unten: durchgezogene Linie */
	border-left-style:solid;     /* links: durchgezogene Linie */
 	border-right-style:solid;    /* rechts: wie links */ 
  border-width: 1px;
  border-color: #000066;
	padding: 4px;
	margin-bottom: 10px;
}

dt { 
	font-weight: bold;
	}

CODE {
	font-family: "Courier New", Courier, mono;
	}
pre {
	font-family: "Courier New", Courier, mono;
	border-top-style:solid;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:solid;
	border-width: 1px;
	border-color:#000066;
}

/* 
 * Abkürzungen und Erläuterungen werden gepunktet unterstrichen und mit einem
 * Hilfe-Cursor (Fragezeichen) kenntlich gemacht
 */
abbr, acronym, help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }

div.section {
	margin: 0 0 0.8em 1em;
}




