#navigation {
	position:fixed;
	z-index: 11;
	height: 100%;
	width: 137px;
	left: 0px;
	top: 120px;
	background-repeat: repeat-y;
	background-image: url(/Bilder/Sonstige/Hintergrund_navi.jpg);
}

#content {
	z-index: 2;
	height: 100%-150px;
	width: 100%-137px;
	margin-top: 160px;
	margin-left: 147px;
	margin-right: 15px;
	left: 0px;
	top: 0px;
	position: fest;
	font-family: "Comic Sans MS";
}
#logo {
	position:fixed;
	top:0;
	left:0px;
	padding-right:blue solid 4px;
	z-index: 10;
	width: 290px;
	height: 120px;
	visibility: visible;
}
#titel {
	position:fixed;
	top:0;
	left:0px;
	z-index: 20;
	width: 100%;
	height: 120px;
	margin-left: 290px;
	visibility: visible;
	background-image: url(/Bilder/Sonstige/Hintergrund_titel.jpg);
	background-repeat: repeat-x;
	font-family: "Comic Sans MS";
	font-size: 36px;
	font-weight: bold;
	color: #705075;
	text-align: left;
	vertical-align: text-bottom;
}

