html {
    height: 100%;
    width: 100%;
    overflow:auto;
}

.body {
	height: 100%;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}

.main {
	heigth: 100%;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #005bae;
}

.h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
}

.imprint {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #999999;
}
