body {
	background-color: rgb(247, 243, 231);
	background-attachment:fixed;
	margin:0px;
	}

#Banner1 {
	position: absolute;
	left:25px;
	top:52px;
	z-index:99; 
	}

#Navigation {
	position:absolute;
	left:0px;
	top:0px;	
	width:260px;
	height: 570px;
	background-color: rgb(197, 190, 172);
	z-index:10; 
	}

#Navigation a{
	display:block;
	margin-left:144px; margin-top:49px;
	text-decoration:none;
	color: rgb(247, 243, 231);
	font-family: Arial;
	font-size:22px;

	height:61px;
	}

#Navigation a:hover {
	text-decoration: underline;
	}

#Navigation a:activ {
	color: rgb(176, 176,176);
	}

#Logo {
	position: absolute;
	left:335px;
	top:60px;
	color: rgb(197, 190, 172);
	font-family: Arial;
	font-size:48px;
	z-index:98;
	}

#backbutton {
	position: absolute;
	left:280px;
	top:60px;
	font-family: Arial;
	font-size:48px;
	z-index:97;
	}

#backbutton a{
	text-decoration:none;
	
	color: rgb(132,127,115);
	}

#forbutton a{
	position: absolute;
	left:640px;
	top:60px;
	text-decoration:none;
	color: rgb(132,127,115);
	font-family: Arial;
	font-size:48px;
	z-index:97;
	}

#Mittelspalte {
	color: rgb(11,9, 6);	
	position:absolute;
	left:335px;
	top:218px;
	width:240px;
	font-weight: normal;	
	font-family: Arial;
	font-size:16px;
	text-align: center;
}



#Mittelspalte h1{
	color: rgb(11, 9, 6);
	font-family: Tahoma;
	font-size:22px;
	font-weight: normal;

}



#Text {
	color: rgb(11, 9, 6);	
	position:absolute;
	left:335px;
	top:130px;
	width:500px;
	font-weight: normal;	
	font-family: Arial;
	font-size:14px;
}



#Text h1{
	color: rgb(11, 9, 6);
	font-family: Arial;
	font-size:18px;
	text-align: left;
	font-weight: normal;
}
#Text a{
	text-decoration: underline;
	color: rgb(11, 9, 6);
	font-family: Arial;
	}

#Text a:hover {
	text-decoration: none;
	}

#Text a:activ {
	text-decoration: none;
	}
