<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("fonts.css");
h1.pogrom{
	font-family:"Source Sans Pro", sans-serif;
	font-size: 2.2em;
	color: crimson;
	text-align: center;
}
h1.basisradio{
	font-family:"Source Sans Pro", serif;
	font-size: 3.2em;
	color: black;
	text-align: center;

}
a{
	color: #00008D;
	text-decoration: none;
}
a:hover{
	background-color: #00008D;
	color: white;
	border-radius: 4px;

}
body{
	background-color: #EEE;
	text-align: center;
}
p.cli{
	font-family:"Source Sans Pro", sans-serif;
	//text-indent: 2em;
	line-height: 1.2em;
	font-size: 1.1em;
	text-align: center;
}
h1.lm{
	text-shadow:4px 2px 1px black;
	color: white;
	font-family:"Source Sans Pro", sans-serif;
	line-height: 0.2em;
	font-size: 3.2em;
}
h1.rm{
	text-shadow:4px 2px 1px black;
	color: red;
	font-family:"Source Sans Pro", sans-serif;
	line-height: 0.2em;
	font-size: 3.2em;
}
.pogrom_box {
	//width: 400px;
      	background: #000000;
      	color: #ffffff;
      	padding: 10px;
      	//border: 13px solid #888888;
      	//border-radius: 5px;
      	font-size: 16px;
      	text-align: center;
}
box{
	float: fixed;
	//overflow: auto;
	//height: 100%;
	//margin-top: 0px;
	//margin-bottom: 0px;
	padding: 5px;
	width: 20%;
	box-shadow: 5px 5px 10px red;
	border-radius: 10px;
}
.imp{
	text-align: left;
}
ul.impressum{
	text-align: left;
}
.rimp{
	text-align: center;
	font-family:"Source Sans Pro", sans-serif;
}
</pre></body></html>