@charset "UTF-8";
html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	height: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
#seite {
	display:table;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}
#seite a {
	color: #000000;
	text-decoration: none;
}
#seite a:hover {
	font-weight: bold;
}
#seite  div {
	display: table-cell;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#seite  {
	max-width: 500px;

}
#content {
	margin: 0 auto;
}