body {
	background-color:#fff;
	background:url(../graphic/bg.gif);
	background-repeat:repeat-x;
	padding:0;
	margin:0;
	height:100%;
	width:100%;
	
}

#sailwith {
	position:absolute;
	top:71px;
	left:201px;
	background:url(../graphic/sailwith.gif);
	background-repeat:no-repeat;
	width:702px;
	height:54px;
	z-index:2;
}
#startbild {
	position:absolute;
	top:0px;
	left:0px;
	background:url(../graphic/startbild.jpg);
	background-repeat:no-repeat;
	width:177px;
	height:142px;
	z-index:2;
}

#menu {
	position:absolute;
	top:0px;
	left:0px;
	background:url(../graphic/sailleft.gif);
	background-repeat:no-repeat;
	width:177px;
	height:100%;
	padding-top:230px;
}

#body {
	position:absolute;
	top:0px;
	left:177px;
	background:url(../graphic/sailright.gif);
	background-repeat:no-repeat;
	width:1200px;
	height:100%;
	padding-top:240px;
	padding-left:22px;
}
#bodyInner {
	width:600px;
}
