@charset "utf-8";
/* CSS Document */
#header {
	width:738px;
	height:340px;
}
#header .Banner {
	background:url(../bilder/layout/test.jpg) top left no-repeat;
	height:200px;
	width:738px;
}
#header .ueberBanner {
	width:738px;
	height:92px;
}
#header .left {
	padding:26px 0 0 0;
}
#header .right {
	padding:15px 5px 0 0;
}
#header .right a {
	color:#868686;
	font-family:arial;
	font-size:12px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
