body {
	background-color: rgb(255, 243, 183);
	background-attachment:fixed;
	margin:0px;
}

#Navigation {
	position:absolute;
	left:30px;
	top:0px;	
	width:235px;
	height: 766px;
	background-color: rgb(255, 248, 214);
	
}

#Navigation a{
	display:block;
	text-decoration:none;
	color: rgb(192, 96, 0);
	font-family: Tahoma;
	font-size:15px;
	height:26px;
	margin-left:25px;

	
}

#Navigation a:hover {
	background-color: rgb(255,243,183);
	
}

#Navigation a:activ {
	background-color: rgb(255, 245, 196);	

}


#Text {
	color: rgb(192, 96, 0);	
	position:absolute;
	left:300px;
	top:70px;
	width:494px;
	font-weight: normal;	
	font-family: Veranda;
	font-size:17px;
}



#Text h1{
	color: rgb(192, 96, 0);
	font-family: Lucida Calligraphy;
	font-size:20px;

}

#Schrift {
	color: rgb(192, 96, 0);	
	position:absolute;	
	width:494px;
	font-weight: normal;	
	font-family: Veranda;
	font-size:17px;
}

#Schrift h1{
	text-align:center;
	font-family: Lucida Bright;
}

#Schrift a{
	font-family: Veranda;
	font-size:17px;
	color: rgb(192, 96, 0);	
}

#Schrift a:hover {
	text-decoration:none;
}

#Schrift a:active {
	text-decoration:underline;
}