body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

.hoerlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FF9900;
	text-decoration: underline;
}


/* I N F O   B A R   F O R   D S G V O */

#infobar {
	position: fixed;
	bottom: 0;
	background: rgba(0, 0, 0, 0.9);
	padding: 1em;
	color: #ffffff;
	width: 100%;
}
#infobar a {
	color: rgba(50,100,200,.9);
	padding: .5em;
}

body.datenschutz {
	background: rgb(2, 81, 156);
}
body.datenschutz > div > table {
	background: #ffffff;
}
body.datenschutz table tr.ds-text td {
	padding: 20px;
}
body.datenschutz table tr.ds-text td p {
	line-height: 1.4;
	font-size: 14px;
}
