/* Header und Banner */
#header {
	position: relative;
	top: 0px;
	left: 0px;
	height: 93px;
	width: 100%;
   	background-repeat:repeat-x;
}
#logo {
	position: absolute;
	top: 100px;
	left: 50px;
}




