.container {
	/*border: solid blue 2px;*/
	height: 100%;
	width: 100%;
}

.impressumL {
	/*background: #f00;*/
	float: left;
}
.impressumR {
	/*background: #00f;*/
	float: left;
}
.impressumM {
	/*background: #0f0;*/
	float: left;
}
.image {
	position: fixed;
}
.impressum {
	font-family: Arial;
	font-size: 16px;
        color: rgb(255,255,190);
	text-align: center;
	line-height: 1.2;
	padding: 10px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.lenz {
	font-size: 18px;
	font-weight: bold;
}
a {
        color: rgb(255,255,190);
}
