html, body
      {
	text-align: center;
	margin: 0 auto;
	background-color: #e0e1e2;
	height: 100%;
	width: 100%;
	color: #555;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 28px;
}


#content
 {
	visibility: visible;
	position: relative;
	width: 100%;
	min-height: 200px; /* Mindesthöhe für moderne Browser */
	z-index: 20;
	margin: 0 auto;
	height: auto;
}

#content a
 {
	color: #5E2356;
	font-size: 16px;
	font-family: Arial, Helvetic, sans-serif;
	line-height: 28px;
	text-decoration: none;
}

h2{
	color: #5E2356;
	font-size: 16px;
	font-family: Arial, Helvetic, sans-serif;
	line-height: 28px;
	text-decoration: none;
}

h1{
	color: #5E2356;
	font-size: 30px;
	font-family: Arial, Helvetic, sans-serif;
	line-height: 28px;
	text-decoration: none;
}
