html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#wrapper {
	background-color: #FFFFFF;
	width: 304px;
	margin: auto; /* Div soll zentriert werden */
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height: auto !important; /* Important Regel für moderne Browser */
	height: 100%; /* Mindesthöhe für den IE */
	overflow: hidden !important;
}
maintxt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #960;
}
