@charset "utf-8";
* html #footer{
    height:36px;
}
body{
    /* With a fallback value */
    /* env(safe-area-inset-right, 1em); */
    /* env(titlebar-area-y, 40px); */
    /* env(viewport-segment-width 0 0, 40%); */
    margin-left:2%;
    margin-top:2%;
    font-size: calc(100% * env(preferred-text-scale));
}
#main{
    /* margin-left:25px; */
}
#impressum{
    font:16px/120% Courier New,monospace;
    margin:16px;
}
img{
    float:left;
    clear:left;
}
img.extra{
    float:none;
	/* left:0px; */
	margin:0px;
	/* position:fixed; */
}
#footer{
	z-index:2147483640;
	position:fixed;
	overflow:auto;
	width:100%;
	height:36px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:0px;
}
#copyright{
	z-index:2147483641;
	clear:left;
	width:100%;
	height:16px;
	line-height:16px;
    font:16px/120% Courier New,monospace;
	color:blue;
	vertical-align:bottom;
	text-align: center;
}
/* h1,h2,h3,h4 { */
    /* font:150% Courier New,monospace; */
    /* font-weight:bold; */
/* } */
trx {
    color:red;
}
/* a:visited { */
  /* color: pink; */
/* } */
p {
    /* color:green; */
    color:red;
    font:32px/120% Courier New,monospace;
    font-weight:bold;
}
a:link, a:visited {
    color:rgba(64,64,255,0.75);
    font-style:normal;
}
a:hover {
    color:rgba(224,48,224,1);
    font-style:italic;
}
