#menue {
	position: fixed;
	width: 8em;
	border: 1px solid;
	text-align: center;
}

#text {
	margin-left: 9em;
	text-align: left;
}

#drawing {
	position: relative;
	top: 1em;
	margin-left: 9em;
}

div.line {
	border-top: 1px solid;
}
