#container {
  margin: 0 auto;
  width: 800px;
  }

a {
	color: Black;
	font-weight: bolder;
	text-decoration: none;
}

a:hover {
	background-color: #0066CC;
	color: white;
	text-decoration: none;
}

.Schrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
/*	cursor: e-resize; */

	
}




#Header {
	background:url(Header.gif);
	position:absolute;
	width:700px;
	height:120px;
	z-index:1;
	/*	left: 0px; */
	top: 0px;
	overflow: auto;
	align: center;
	background-image: url(Bilder/Header.gif);
}



#Layer1 {
	background-color: #FFFFFF;
	position:absolute;
	align: center;
	width:700px; 
	height:auto;
	z-index:0;
/*	left: 0px; */
	top: 108px;
	overflow: auto;
}

