a {
	color: #25265e;
	text-decoration: none;
}

a.gold {
	color: #776600;
	font-style: italic;
}

a.menu {
	cursor: pointer;
	display: inline-block;
	padding-left: 25px;
	padding-top: 20px;
}

body {
	background-color: #25265e;
	color: #25265e;
}

body, td {
	font-family: "Times New Roman", Georgia, FreeSerif, Times, serif;
	font-size: 19px;
	line-height: 34px;
}

col.w02 {
	width:2%;
}

col.w30 {
	width:30%;
}

col.w35 {
	width:35%;
}

div.content {
	background-color: whitesmoke;
	border: 6px solid #776600;
	border-radius: 26px;
	box-sizing: border-box;
	margin: 50px auto 50px auto;
	max-width: 55%;
	min-height: 100%;
	padding: 20px 60px 20px 60px;
}

div.menu {
	margin-top: 47px;
	margin-bottom: 15px;
	text-align: center;
}

img.menu {
	width: 34px;
	height: 34px;
}

table {
	border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
}

table.sub {
	margin-top: 60px;
	table-layout: fixed;
}

td, th {
	padding: 3px;
}

td.toc {
	color: #776600;
	padding-right: 7px;
	text-align: right;
	vertical-align: top;
}

.absolute {
	position: absolute;
	left: 2em;
}

.beschreibung {
	color: #776600;
	font-size: 24px;
	margin-bottom: 27px;
	text-align: center;
}

.beschreibung_small {
	color: #776600;
	font-size: 18px;
	font-style: italic;
	margin-top: 33px;
	margin-bottom: 20px;
	text-align: center;
}

.bold {
	font-weight: bold;
}

.buch {
	color: #776600;
	font-size: 44px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 4px;
	margin-bottom: 33px;
	text-align: center;
}

.center {
	text-align: center;
}

.datum {
	color: #776600;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	line-height: 17px;
	margin-bottom: 13px;
	margin-top: 13px;
	text-align: right;
}

.fixed {
	bottom: 5%;
	position: fixed;
	left: 50%;
}

.gold {
	color: #776600;
}

.inhalt {
	color: #776600;
	font-size: 22px;
	font-weight: lighter;
	letter-spacing: 4px;
	margin-top: 47px;
	text-align: center;
}

.italic {
	font-style: italic;
}

.italic_bottom {
	font-style: italic;
	margin-bottom: 13px;
	margin-top: 4px;
	text-align: justify;
}

.italic_bottom_top {
	font-style: italic;
	margin-bottom: 4px;
	margin-top: 13px;
	text-align: justify;
}

.italic_bottom_top_bold {
	font-style: italic;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 13px;
	text-align: justify;
}

.italic_bottom_top_bold_center {
	font-style: italic;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 13px;
	text-align: center;
}

.italic_bottom_top_center {
	font-style: italic;
	margin-bottom: 4px;
	margin-top: 13px;
	text-align: center;
}

.italic_gold {
	color: #776600;
	font-style: italic;
	text-align: justify;
}

.italic_top {
	font-style: italic;
	margin-bottom: 4px;
	margin-top: 13px;
	text-align: justify;
}

.justify {
	text-align: justify;
}

.kapitel {
	font-size: 27px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 20px;
	margin-top: 27px;
	text-align: center;
}

.kapitel_nr {
	color: #776600;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 7px;
	text-align: center;
}

.kapitel_sub {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 7px;
	text-align: center;
}

.kapitel_top {
	font-size: 27px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 20px;
	margin-top: 27px;
	text-align: center;
}

.kapitel_with_subtitle {
	font-size: 27px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 4px;
	margin-top: 27px;
	text-align: center;
}

.kapitel_top_with_subtitle {
	font-size: 27px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 4px;
	margin-top: 27px;
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.space {
	letter-spacing: 3px;
}

.textno {
	color: #776600;
	font-size: 12px;
	font-weight: normal;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	vertical-align: top;
}

.tooltip {
	font-style: normal;
	position: relative;
	text-decoration: underline;
}

.tooltip span[role=tooltip] {
	display: none;
}

.tooltip:hover span[role=tooltip] {
	background: #25265e;
	border: solid 2px #776600;
	border-radius: 0.5em;
	bottom: 2em;
	color: whitesmoke;
	display: block;
	max-width: 600px;
	overflow-y: auto;
	padding: 0.5em;
	text-align: left;
}

.f_10 {
	top: 10%;
	transform: translate(-50%, -10%);
}

.f_20 {
	top: 20%;
	transform: translate(-50%, -20%);
}

.f_30 {
	top: 30%;
	transform: translate(-50%, -30%);
}

.f_50 {
	top: 50%;
	transform: translate(-50%, -50%);
}

.mb13 {
	margin-bottom: 13px;
}

.mb60 {
	margin-bottom: 60px;
}

.ml10 {
	margin-left: 10%;
}

.ml15 {
	margin-left: 15%;
}

.ml20 {
	margin-left: 20%;
}

.ml21 {
	margin-left: 20%;
}

.ml25 {
	margin-left: 25%;
}

.ml27 {
	margin-left: 27%;
}

.ml30 {
	margin-left: 30%;
}

.ml34 {
	margin-left: 35%;
}

.ml35 {
	margin-left: 35%;
}

.ml39 {
	margin-left: 39%;
}

.ml40 {
	margin-left: 40%;
}

.ml50 {
	margin-left: 50%;
}

.ml60 {
	margin-left: 60%;
}

.ml65 {
	margin-left: 65%;
}

.ml70 {
	margin-left: 70%;
}

.ml75 {
	margin-left: 75%;
}

.ml80 {
	margin-left: 80%;
}

.ml85 {
	margin-left: 85%;
}

.mt4 {
	margin-top: 4px;
}

.mt13 {
	margin-top: 13px;
}

.mt60 {
	margin-top: 60px;
}

.tt_100 {
	min-width: 100px;
}

.tt_150 {
	min-width: 150px;
}

.tt_200 {
	min-width: 200px;
}

.tt_250 {
	min-width: 250px;
}

.tt_300 {
	min-width: 300px;
}

.tt_350 {
	min-width: 350px;
}

.tt_400 {
	min-width: 400px;
}

.tt_450 {
	min-width: 450px;
}

.tt_500 {
	min-width: 500px;
}

.tt_550 {
	min-width: 550px;
}

.tt_600 {
	min-width: 600px;
}

.tt_650 {
	min-width: 650px;
}

@media screen and (max-width: 1024px) {

	div.content {
		padding: 0.053em 1.4em 0 1.4em;
		margin-bottom: 0;
		max-width: 100%;
	}

	.ml10 {
		margin-left: 0%;
	}

	.ml15 {
		margin-left: 0%;
	}

	.ml20 {
		margin-left: 10%;
	}

	.ml21 {
		margin-left: 0%;
	}

	.ml25 {
		margin-left: 20%;
	}

	.ml27 {
		margin-left: 0%;
	}

	.ml30 {
		margin-left: 25%;
	}

	.ml34 {
		margin-left: 0%;
	}

	.ml35 {
		margin-left: 30%;
	}

	.ml39 {
		margin-left: 0%;
	}

	.ml50 {
		margin-left: 0%;
	}

	.ml60 {
		margin-left: 0%;
	}

	.ml65 {
		margin-left: 0%;
	}

	.ml70 {
		margin-left: 0%;
	}

	.ml75 {
		margin-left: 0%;
	}

	.ml80 {
		margin-left: 0%;
	}

	.ml85 {
		margin-left: 0%;
	}

	.tt_100 {
		min-width: 110px;
	}

	.tt_150 {
		min-width: 160px;
	}

	.tt_200 {
		min-width: 230px;
	}

	.tt_250 {
		min-width: 280px;
	}

	.tt_300 {
		min-width: 350px;
	}

	.tt_350 {
		min-width: 415px;
	}

	.tt_400 {
		min-width: 470px;
	}

}

