html {
	font-family: Comic Sans MS;
}
a:link, a:visited, a:active {
	color: #000;
}
a:hover, a.covid:hover {
	color: #0000FF;
}
ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 18%;
	background-color: #CED8F6;
	height: 100%; /* Full height */
	position: fixed;
	overflow: auto;
	font-size: 15px;
}
li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 8px 16px;
}
li a:hover:not(.active) {
	background-color: #555;
	color: white;
}
li a.active {
	background-color: #0404B4;
	color: #FFFFFF;
}
h1 {
	text-align: center;
	color: #0404B4; 
	font-size: 35px;
}
h3 {
	font-size: 20px;
	text-align: center;
	border: 2px solid #0404B4;
	padding: 5px;
	background-color:#CED8F6;
	color: #0404B4;
}
h4 {
	text-align: center;
	font-size: 16px;
}
a.covid {
	color: #0404B4; 
}
table, td {
	border: 2px solid black;
}
table {
	border-collapse: collapse;
	width: 100%;
	margin: 10px;
}
td {
	text-align: center;
	padding: 10px;
}
div.oben {
	position: absolute;
	right: 10px;
	padding: 10px;
}
ol li {
	font-weight: bold;
	font-size: 20px;
	padding: 8px 20px;
}
ol {
	margin: auto;
	width: 75%;
}
p.Info {
	font-size: 13px;
	text-align: center;
}
div.Situation {
	background-color: #F4FA58;
	margin: auto;
	width: 70%;
}
div.Situation > p {
	text-align: center;
	font-size: 20px;
	padding: 5px;
}
img.rechts {
	float: right;
	padding: 5px;
}
img.links {
	float: left;
	padding: 5px;
	margin: 5px;
}
blockquote::first-letter {
	font-weight: bold;
	color: #0404B4;
}

hr {
	border: 2px solid #0404B4;
}
img.oben {
	width: 50px;
	position: fixed;
	bottom: 5px;
	right: 5px;
}
p {
	font-size: 16px;
	text-align: center;
}
p.links {
	text-align: left;
}
td.Vortrag p {
	text-align: left;
}
p.Zitat {
	border: 2px solid #0404B4;
	background-color: #CED8F6;
	padding: 10px;
}
video {
	float: left;
}

