body    {
	background:rgb(116,0,0);
	font-family:Arial;
	}
#canvas {
	position:absolute;
	border: 0px solid black;	
	left:692px;
	top:357px;
	}
#divhome{
	position:absolute;
	left:50%;
	margin-left:-400px;
	top:50%;
	margin-top:-427px;
	background-image:url(img/logo.png);
	background-repeat:no-repeat;
	width:800px;
	height: 854px;
	}
#divimpressum{
	position:absolute;
	color:rgb(116, 0, 0);
	left:50%;
	margin-left: -225px;
	top:50%;
	margin-top: -249px;
	width:500px;
	height: 500px;
	}
#anchor {
	position:absolute;
	border: 0px solid black;	
	width:80px;
	height: 80px;
	left:670px;
	top:330px;	
	}
#impressum {
	position: absolute;
	right: 20px;
	bottom: 10px;
	}
#impressum_Text {
	color:rgb(227, 184, 149);
	margin-left:50px;
}
#iL {
	margin-left: -10px; 
	width:  90%;
	height: 1px;
	color:  rgb(227, 184, 149);
}




/* unvisited link */
a:link {
   color: rgb(130, 130, 130);
   text-decoration: none;
}

/* visited link */
a:visited {
   color: rgb(130, 130, 130);
   text-decoration: none;
}

/* mouse over link */
a:hover {
   color: rgb(150, 150, 150);
	text-decoration: none;
}

/* selected link */
a:active {
   color: rgb(255, 255, 255);
   text-decoration: none;
}