/* ZUBS Style Sheet */

/* Style Allgemein */
body {
	color: "#FFFFFF"; 
	scroll: "auto";
	margin: 0px;
	padding: 0px;
	}
	
/* Style Navigation */
#NaviLeft {
	height: 100px;
	width: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: white;
	}
	
/* Style Header */
#Header {
	height: 85px;
	width: 800px;
	position: static;
	}
#HeaderLink {
	height: 45px;
	width: 800px;
	text-align: center;
	}
