body {
	background-image: url(../images/backhellgrey.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;

}

#navi {
	position:absolute;
	bottom:120px;
	right:120px;
	}

.menue {
	width:90px;

}
.menue:hover {
	width:120px;


}
		
#content {
	position:absolute;
	top:10px;
	right:200px;

}