body {
	background-color: rgb(255,229,229);	
	background-image:url(http://www.knabes.de/Sprachgestaltung/Hintergrund-Dateien/image001.jpg);
	background-attachment:fixed;
	margin:0px;
}


#Oben {
	position:absolute;
	left:42px;
	top:60px;
	width:840px;
	color: rgb(153, 0, 0);
	font-family:Book Antiqua;
	font-size:16px;
}


#navlist {
	position:absolute;
	left:42px;
	top:190px;
	width:134px;
}

#navlist a{
	display:block;
	text-decoration:none;
	text-align:left;
	font-size:16px;
	font-weight: bold;
	font-family:Book Antiqua;
	background-repeat:no-repeat;
	background-position:0% 50%;
	margin:1px;
}

#navlist a:link, a:visited {
	color:#990000;
}

#navlist a:hover, a:active {
	color:#BA6262;
}


#Text {
	position:absolute;
	width:544px;
	left:250px;
	top:190px;
	color: rgb(60, 22, 9);
	font-family: Georgia;
	font-weight: bold;
	text-align:left;
}