@charset "iso-8859-1";

@page {
  orphans: 3; /* Schusterjungen */
  widows: 3;  /* Hurenkinder */
  size: portrait; 
  size: 21.0cm 29.7cm;
}

/*@page :left { margin: 1.5cm 1.5cm 1.5cm 2.5cm; }
@page :right { margin: 1.5cm 2.5cm 1.5cm 1.5cm; }*/

html{
	min-width: 600px;
}

body{
	background: transparent;
	font-family: "Times New Roman", "Times", "Serif";
	color: black;
	min-width: 600px;
}

#kopf {
	position: absolute; 
  top: 0px; left:0px;
	width: 100%; 
	padding: 0; 
	background: transparent;
  text-align: center;
	z-index: 100;
}

#zaehler {
  display: none;
}

/* Für alle Browser ausser dem IE */
html>body .blende {display: none;}
html>body .oben0 {top: 60px; background-position: 0px -60px; opacity: 0.9; z-index: 10;}
html>body .oben1 {top: 62px; background-position: 0px -62px; opacity: 0.8; z-index: 11;}
html>body .oben2 {top: 64px; background-position: 0px -64px; opacity: 0.7; z-index: 12;}
html>body .oben3 {top: 66px; background-position: 0px -66px; opacity: 0.6; z-index: 13;}
html>body .oben4 {top: 68px; background-position: 0px -68px; opacity: 0.5; z-index: 14;}
html>body .oben5 {top: 70px; background-position: 0px -70px; opacity: 0.4; z-index: 15;}
html>body .oben6 {top: 72px; background-position: 0px -72px; opacity: 0.3; z-index: 16;}
html>body .oben7 {top: 74px; background-position: 0px -74px; opacity: 0.2; z-index: 17;}
html>body .oben8 {top: 76px; background-position: 0px -76px; opacity: 0.1; z-index: 18;}
html>body .unten8 {bottom: 26px; background-position: 0px 26px; opacity: 0.1; z-index: 20;}
html>body .unten7 {bottom: 24px; background-position: 0px 24px; opacity: 0.2; z-index: 21;}
html>body .unten6 {bottom: 22px; background-position: 0px 22px; opacity: 0.3; z-index: 22;}
html>body .unten5 {bottom: 20px; background-position: 0px 20px; opacity: 0.4; z-index: 23;}
html>body .unten4 {bottom: 18px; background-position: 0px 18px; opacity: 0.5; z-index: 24;}
html>body .unten3 {bottom: 16px; background-position: 0px 16px; opacity: 0.6; z-index: 25;}
html>body .unten2 {bottom: 14px; background-position: 0px 14px; opacity: 0.7; z-index: 26;}
html>body .unten1 {bottom: 12px; background-position: 0px 12px; opacity: 0.8; z-index: 27;}
html>body .unten0 {bottom: 10px; background-position: 0px 10px; opacity: 0.9; z-index: 28;}
html>body .ganzunten {bottom: 0px; height: 10px; background-position: 0px 0px; z-index: 29;}
              
#sidenavi {
  display: none;
  z-index: 31;
}

#main {
	position: absolute;
	top: 0px;
	left:30px;
	right: 30px;
	padding: 70px 0px 30px 0px;
	min-width: 300px;
	background: transparent;
	z-index: 1;
/*	opacity: 0.5;
	filter:alpha(opacity=50);*/
}

#rechts {
  display: none;
}

h1 {
	margin: 20px 0 2px 0; 
	background: transparent;
	color : black;
	font-size: 150%;
	text-decoration: underline;
	text-align: center;
}

h2 {
	margin: 10px 0 2px 15px;
	font-size: 125%; 
	font-weight: bolder;
	text-decoration: underline;
}

h3 { 
	margin: 5px 0 2px 30px; 
	font-size: 110%; 
	font-weight: normal;
	text-decoration: underline;
}

h4 { 
	font-size: 105%; 
	font-weight: bolder;
	text-decoration: none;
	display: inline;
}

p {
	text-align: justify;
	margin: 0px 0 0px 0px;
	padding: 5px 0 5px 45px;
}

p:first-letter{
	background: transparent;
	font-size: 150%;
	font-weight: bolder;
}

p.nofirstletter:first-letter {
	background: transparent;
	font-size: 100%;
}

p.mittig {
	text-align: center;
	padding: 0.5em 30px 0.5em 30px;
}

a {
	text-decoration: none;	/* underline; */
	font-weight: bolder;
	background: transparent;
}

ul, ol {
	margin: 5px 0 5px 45px; 
	padding: 5px 0 5px 45px; 
	text-align: justify;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ul ul {
	margin: 0 0 5px 10px; 
	padding: 0 0 5px 10px; 
	list-style: circle;
}

#inhalt {
	padding: 5px 0 5px 45px;
}

#inhalt ul, #inhalt li {
	padding: 0;	margin: 0;
	list-style: none;
}

img {
	border: 0;
}

.bild {
	border: 1px solid white;
	margin: 5px auto;
	padding: 5px; 
	text-align: center;
}

html>body table.liste {
  width: 90%; /* Für alle Browser ausser dem IE */ 
}

table.liste {
  margin: 0 5%;
  margin-left: 5%;
  margin-right: 5%;
  border:1px solid gray; 
  border-collapse: collapse;
}

table.liste td {
  border:1px solid gray;
}
