.nav {
	vertical-align:		top;
}
#Layer1 {
	position:		absolute;
	left:			0px;
	top:			0px;
	width:			100%;
	height:			100%;
	z-index:		1;
	border:			1px none #000000;
	vertical-align:		top;
}
#Language {
	position:		absolute;
	right:			10px;
	top:			0px;
	width:			110px;
	height:			20px;
	z-index:		2;
	font-size:		20px;
	font-weight:		bold;
	font-variant:		small-caps;
	text-transform:		uppercase;
	text-color:		#ff0000;
	text-decoration:	none;
}
#Language a {
	color:			red;
}
body {
	height:			100%;
	font-family:		Verdana, Geneva, Helvetica, Georgia, "Lucida Sans Unicode", Arial, sans-serif;
	background-image:	url(./kopf.jpg);
	background-repeat:	no-repeat;
	background-position:	top left;
	background-attachment:	fixed;
	background-color:	#6a7b97;
}
