@CHARSET "UTF-8";
/* ---------------------------------------------------------------------------------------------------- */

.rechts {
	/* display: inline; float: right; */
	overflow: auto;
	text-align: center;
	height: auto; width: 100%;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.6);
	/* Außenabstand */
	margin-bottom: 10px;
}

.rechtsA {
	margin-bottom: 10px;
	padding: 5px;
}

.rechtsB {
	border-radius: 5px;
	margin-bottom: 10px;
	background: rgba(0, 0, 0, 0.6);
	padding: 5px;
	margin: 5px;
}

h1 h2 h3 h4 h5 p a {
	font-family: 'Tauri', serif;
}