html, body{
	background-color: #ffcc9a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-image: url(images/start2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

a{
	outline: none;
}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif
	line-height: 16px;
	font-size: 16px;
}
	
#page{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 330px;
}

#eingang{
	padding-bottom: 10px;
	text-align: left;
	padding-left: 240px;
	}
	
#eingang a{
	padding-left: 20px;
	font-size: 14px;
	height: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	line-height: 26px;
	background-image: url(images/pfeilstart.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	}
	
#eingang a:hover{
	color: #de731d;
	background-image: url(images/pfeilstartactive.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	}