@charset "utf-8";
* html #footer{
    height:36px;
}
#impressum{
    font:24px/120% Courier New,monospace;
    margin:32px;
    text-align: left;
}
img{
    /* float:left; */
}
p{
    font:32px/120% Courier New,monospace;
}
p.red{
    color:red;
}
.klickbar{
    color: orange;
    text-decoration: underline;
    cursor: pointer;
}
#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;
}