html,
body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}
.home table {
	height: 90%;
	width: 100%;
}
.home td {
	vertical-align: middle;
	text-align: center;		
}

.imprint  {
	margin: 10px 50px 100px 50px;
	background: url(../images/bg.jpg) no-repeat bottom center;

}

.imprint td {
	font-size: 11px;
	width: 222px;
	vertical-align: top;
	padding: 0 10px 0 0;
}

h1 {
	font-size: 11px;
	font-weight: bold;
}

h2 {
	font-size: 11px;
	font-weight: bold;
}

a:link,
a:visited {
	color: black;
}
a:hover {
	text-decoration: none;
}

.Wrapper {
	overflow-y: scroll;
	height: 100%;
}