@media screen {
	/*text ist mehr rechts*/
	/*text ist in der mitte*/
	/*Text ist mehr links*/
	p.mittlerer    {
		text-align: justify;
		padding-left: 10%;
		padding-right: 10%;
	}
	p.rechter    {
		text-align: justify;
		padding-left: 20%;
	}
	p.linker    {
		padding-right: 20%;
		text-align: justify;
	}

}

*.haiku    {
	margin-left: 3em;
	margin-top: 10em;
	text-align: left;
	line-height: 150%;
}

p.termin    {
	text-indent: 1em;
	text-align: left;
	border-left-width: 1pt;
	border-left-style: dashed;
	border-left-color: maroon;
	marker-offset: 1pt;
}

a:hover    {
	color: rgb(255, 255, 0);
}

*.gedicht    {
	margin-left: 3em;
}

p.datum    {
	font-style: italic;
}

p.navi    {
	margin-top: 6em;
	border-top-width: 0.16666667em;
	border-top-style: double;
	border-top-color: rgb(153, 153, 0);
	padding-top: 1em;
}

a:link, a:visited, a:active    {
	color: rgb(200, 30, 8);
}

/*Erzeugt 12 leer davor*/
p.abstand    {
	min-height: 12.083333em;
}

blockquote    {
	margin-left: 4em;
	font-size: smaller;
}

acronym    {
	font-style: italic;
	margin-left: 3em;
	margin-right: 3em;
}

h1    {
}

/*Darstellung des Wortes Feuertor*/
span.ft    {
	letter-spacing: 0.083333336em;
	color: rgb(176, 68, 1);
	font-family: "sans-serif";
	border-color: maroon;
	border-style: double;
	border-width: 0.15em;
}

body    {
	font-family: "serif";
	font-size: large;
	font-weight: bold;
	margin-left: 8.333334%;
	margin-right: 8.333334%;
	background-color: rgb(255, 174, 51);
	background-image: url(../bilder/hg.jpg);
	background-repeat: repeat-y;
	padding-right: 1em;
	border-right-style: double;
	border-right-color: maroon;
	border-right-width: 0.25em;
}

