@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
}

body {
	background-color: #e1ddd9;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

a {
	color: #db7093;
}

#inhalt {
	height: 300px;
	width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #ffffff;
	border: 1px solid #31AD8C;
	margin-top: -250px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -250px;
	background-image: url(../images/hslogo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 100px 10px 10px 10px;
}

