@charset "UTF-8";
#inhalt{
	width: 1000px;
	height: 286px;
	margin: 0px auto;
	margin-top: 100px;
	background: #FFF url(img/img_homepage_one_page.jpg) no-repeat;	
}
#Text1{
	width: 400px;
	margin: 30px auto;
	color: #A9A9A9;
}
#ImpressumLlink{
	width: 400px;
	margin: 300px auto;
	color: red;
}

a:link{
	color: #A9A9A9;
	text-decoration: none;
}
a:visited{
	color: #A9A9A9;
}
a:hover{
	color: #808080;
}
a:active{
	color: #A9A9A9;
}
