/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */
/* This stylesheet was made by Erik Thau-Knudsen to be used at www.thau-knudsen.dk/ */
body {  max-width: 50em; margin-left: auto; margin-right: auto;
font-family: Times, serif; text-align: justify;}
/* HEADER RULES */

h1, h2, h3, h4, h5, h6, .h7 {
	page-break-after: avoid;}
h1 {font-size: 122%;}
h2 {
	font-size: 120%;
	border: solid #6600FF;
	padding: 5px;
	filter: Glow(Color=#999999, Strength=50);
}
h3, .list_header_1 {font-size: 118%; font-weight: bold;}
h4 {font-size: 116%;}
h5 {font-size: 114%;}
h6 {font-size: 112%;}
.h7 {font-size: 100%; font-weight: 600;}
/* END OF HEADER RULES */
/* EXAMPLES */
span[xml:lang], p[xml:lang] {background-color: #00FFFF;}

/* TABELLER */
.tabel_normal {
/* hentet fra Wikipedia table.wikitable  og table.prettytable */
  margin: 1em 1em 1em 0;
  background: inherit; /*  #f9f9f9 */
  border: 1px #333 solid;
  border-collapse: collapse;
  /* nyere vaerdier nedenfor */
  font-size: 1em;
}
 .tabel_normal caption {
/* hentet fra Wikipedia table.wikitable  og table.prettytable */
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}
.tabel_normal td { /* definitioner til erstatning for, at XHTML 5-specifikationen afskaffer ting som border, cellpadding, cellspacing */
	border-bottom: 1px inset;
	border-right: 1px inset;
/* hentet fra Wikipedia table.wikitable */
  border: 1px #aaa inset;
  padding: 0.2em;
	}
.tabel_normal th {
    padding: 0.2em;
  /* hentet fra Wikipedia table.wikitable */
	border-bottom: 1px outset;
	border-right: 1px outset;
/* hentet fra Wikipedia table.wikitable */
  border: 1px #aaa outset;
}


/* COUNTERS OF HEADERS */


/* WORKS ONLY IN OPERA AND ICAB
h2 {
	counter-reset: section;
	}
h2:before {
content: "" counter(chapter) ". ";
counter-increment: chapter;
 counter-reset: section;
}
h3:before {
    content: counter(chapter) "." counter(section) ". ";
    counter-increment: section;
	counter-reset: subsection; 
}
h4:before {
    content: counter(chapter) "." counter(section) "." counter(subsection) ". ";
    counter-increment: subsection;
    counter-reset: subsubsection;
}
h5:before {
    content: counter(chapter) "." counter(section) "." counter(subsection) "." counter(subsubsection) ". ";
    counter-increment: subsubsection;
    counter-reset: subsubsubsection;
}
h6:before {
    content: counter(chapter) "." counter(section) "." counter(subsection) "." counter(subsubsection) "." counter(subsubsubsection) ". ";
    counter-increment: subsubsubsection;
    counter-reset: subsubsubsubsection;
}
.h7:before {
    content: counter(chapter) "." counter(section) "." counter(subsection) "." counter(subsubsection) "." counter(subsubsubsection) "." counter(subsubsubsubsection) ". ";
    counter-increment: subsubsubsubsection;
}
*/
/* END OF COUNTERS OF HEADERS */
/* TABLES */
table {width: 90%; margin-left: auto; margin-right: auto;}
/* END OF TABLES */
/* IN-LINE ELEMENTS */
cite {font-style: italic;}
/* END OF IN-LINE ELEMENTS */
/* OTHER ELEMENTS */
:lang(hr) > ul#mozToc:before, :lang(hr) > ol#mozToc:before, :lang(sr) > ul#mozToc:before, :lang(sr) > ol#mozToc:before {
	content: 'Sadrzaj'; 
	display: block;
	background-color:#99FF00;
	color: #333333;
	font-weight: bolder;
	}


/* CLASSES */
.list_header_1 {display: list-item; list-style-type: decimal; margin-left: 30px;}
.example {
	font-style:italic;
}
:lang(el) > .example {font-style: normal;}
.translation {
}
.translation:before {content: open-quote;}
.translation:after {content: close-quote;}

