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

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

body {
	background-color: #25265e;
	color: #25265e;
	font-family: "Times New Roman", Georgia, "Lucida Bright", FreeSerif, Times, serif;
	font-size: 1.188em;
	line-height: 1.789em;
	text-align: justify;
}

div.content {
	background-color: whitesmoke;
	border: 0.316em solid #776600;
	border-radius: 1.4em;
	box-sizing: border-box;
	margin: 2.632em auto 2.632em auto;
	max-width: 55%;
	min-height: 100%;
	padding: 1.053em 1.90em 1.053em 1.90em;
}

img.icon {
	height: 1.947em;
	margin-left: 0.200em;
	margin-right: 0.200em;
	width: 1.947em;
}

img.info {
	height: 1.579em;
	margin-right: 1.053em;
	width: 1.632em;
}

img.intro {
	border: thin solid #776600;
	float: left;
	margin-bottom: 1.5em;
	margin-right: 1.5em;
}

img.total {
	padding-top: 3em;
}

table.buecher tr:hover {
	color: #776600;
}

table.joh {
	border: 0.105em solid #25265e;
	border-radius: 1.316em;
	margin-bottom: 3.842em;
	margin-left: 0.789em;
	margin-top: 2.474em;
	padding-bottom: 0.789em;
	padding-left: 1.579em;
	padding-right: 1.579em;
	padding-top: 0.789em;
	text-align: left;
}

td {
	font-size: 1.0em;
}

td.icon {
	padding-left: 1em;
	width: 8%;
}

td.joh {
	color: #776600;
	font-size: 0.842em;
	padding-right: 0.526em;
	vertical-align: top;
	width: 12%;
}

td.total {
	color: #776600;
	font-size: 1.2em;
	letter-spacing:0.111em;
	padding-top: 3em;
	text-align: center;
}

.buch {
	color: #776600;
	font-size: 2.287em;
	font-weight: bold;
	letter-spacing: 0.100em;
	line-height: 0.900em;
	margin-bottom: 1.500em;
	text-align: center;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.inhalt {
	color: #776600;
	font-size: 1.263em;
	letter-spacing: 0.211em;
	margin-bottom: 2.474em;
	margin-top: 2.474em;
	text-align: center;
}

.intro {
	margin-bottom: 3.842em;
	margin-left: 0.737em;
}

.italic {
	font-style: italic;
}

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

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

.tooltip:hover span[role=tooltip] {
	background: #25265e;
	border: solid 0.105em #776600;
	border-radius: 0.5em;
	bottom: 2em;
	color: whitesmoke;
	display: block;
	left: 2em;
	overflow-y: auto;
	padding: 0.5em;
	position: absolute;
	width: 34em;
}

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

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

	td.total {
		color: #776600;
		font-size: 1.05em;
		letter-spacing:0.111em;
		padding-top: 3em;
		text-align: center;
	}

}

