/* Stylesheet print'n web klaus_jahn */

html * {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 150%;
}

a {
	text-decoration: none;
	color: #ff0000;
	background-color: transparent;
}

a:hover, a:focus, a:active {
	color: #000;
	background-color: #efefef;
}

a img {
	border: none;
}

.kleiner {
	font-size: 60%;
}

body {
	background-color: #fefefe;
	color: #333;
	font: normal 100%/150% Helvetica, Arial, sans-serif;
}

#adr {
	position: absolute;
	bottom: 0;
	right: 0;
	padding:24px;
	width: 240px;
	height: auto;
	background-color: rgb(0,0,0,0.6);
	color: #fff;
}

#adr p {
	text-align: right;
	font-size: 78%;
}

.l-imp {
	margin: 6px 0 0 0;
	text-align: center;
	font-size: 72%;
}

.pnw {
	color: #f33;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}

#logo {
	position: absolute;
	top: 12px;
	left: 36px;
	width: 390px;
	height: 300px;
	z-index: 99;
}

.imageHG {
	width: 100%;
	magin: 0;
	padding: 0;
	background-image: url(".././pics/hg-bau3.jpg");
	background-size: cover;
	background-position: center;
	height: 100vh;
}

.hinweis {
	position: absolute;
	top: 36%;
	left: 36%;
	width: 600px;
	height: auto;
	color: #fefefe;
	z-index: 66;
}

.hinweis h1 {
	font-size: 180%;
	line-height: 180%;
}

#container {
	width: 720px;
	height: 975px;
	margin: 0 auto;
	padding: 0;
	background-image: url(".././pics/papier.png");
}

.impressum {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	font-size: 90%;
}