/*~~ infoknoten.css ~~*/
/* im Verzeichnis: ~ecodes/www/ecodesign/common/ikStyles/ */

/* v- body sollte reichen, aber NN ist zu dämlich */
body,
h1, h2, h3, h4, h5, h6, h7,
div, p, span, a,
td, th, table, caption
ul, ol, dl, li,
strong, em, b, i
{ font-family: Arial, Helvetica, Geneva, Helv, Verdana, sans-serif;
}

:link {
  color: #000099;
}

:active, :alink {
  color: #0000FF;
}

:visited {
  color: #400080;
}


h1, h2, h3, h4, h5, h6, h7, caption
{ page-break-after: avoid;
}


body {
  background-color: white /* #9999CC; */
  /* ^- chgd/ js4.7.2003 wegen Anpassung Mailinglist an neuen IK */
  color: black;
}

h1 {
	font-size : 28pt;
	color : #006600;
	margin-top: 20pt;
	margin-right: 20px;
	margin-left:  10px;
	margin-bottom: 5px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: thick;
  border-color: blue;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: solid;

}

h1 a, h1 a:link, h1 a:visited {
	color : #006600;
  text-decoration: none;
  font-weight: normal;
}

.navi {
  font-size: 10pt;
}

.footer {
  font-size: 12px;
	margin-right: 20px;
	margin-left:  10px;
  border-top-width: thick;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-color: blue;
  border-top-style: solid;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}

h3 {
  font-size: 12pt;
  margin-left: 10px;
}

hr.main {
  color: blue;
  size: 6;
}

/*** Footer ***/
.copy {
  color: #CCCCCC;
  background-color: #3333FF;
  font-size: 12px;
  /* padding-left: 22px; */
  vertical-align: bottom; /* text-bottom, bottom, middle */
}

p {
	text-align:justify;
  margin-left: 22px;
  margin-right: 20px;
}

div.wiePara {
  margin-left: 22px;
  margin-right: 20px;
}

table.wiePara {
  margin-left: 22px;
  margin-right: 20px;
}

p, table, tr, td, th, ul, ol, li {
  font-size: 11pt;
	/* color : #333333; */
	color: black;
}

pre {
  font-family: monospace;
  font-size: 10pt;
}