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

#page {
	background-image:url(Apfel.jpg);
	border: none;	
	position: absolute;
	width: 800px;
	height: 560px;
	top: 50%;
	left: 50%;
	margin-top: -280px;
	margin-left: -400px;
	background-color: #CCC;
	background-repeat: no-repeat;
}

#page-text {
	position: realtive;
	text-align:right;
	padding-top: 500px;
	padding-right: 70px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #333;
}

a:active {}
/* verhindert Rahmen um Links: */
a:focus { outline: none;}

div#page-text a {
	color:#333;
	text-decoration:underline;
}

div#page-text a:hover {
	color:#900;
	text-decoration:underline;
}