body {
	margin: 0px;
	padding: 0px;
/*	background-color:White; */
	background-image: url(../images/BG_patt_9.jpg);
	text-align: center;
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	color: Silver;
}
#wrapper {
	z-index: 1;
	width: 1100px;
	height: 765px;
	margin: 20px auto;
	text-align: left;
	background-color: White;
	/*
	border: 1px outset #f5f5f5;
	border-top: none;
	border-left: none;
	*/
}
#navigation {
	z-index: 100;
	float: left;
	position: relative;
	top: 2px;
	left: 2px;
	width: 130px;
	height: 750px;
	background-color: #eaeeed;
	padding-top: 10px;
	padding-left: 15px;
}
#seitentitel {
	position: relative;
	top: 15px;
	left: 20px;
	height: 100px;
	width: auto;
}
#inhalt {
	position: relative;
	top: 0px;
	left: 20px;
	height: auto;
	width: auto;
}
	a:link, a:visited {
	 color: Silver; font-weight: bold; text-decoration: none;
}
	a:hover, a:active { color: Black; font-weight: bold; text-decoration: none;
}
p.site {
	font-size: 34px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: -18px;
}
p.site_marcel {
	font-size: 34px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: -10px;
}
p.text {
	margin-right: 50px;
	margin-bottom: 20px;
	text-align: justify;
	color: Black;
	font-size: small;
}
ul.nav {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 40px;
	font-size: 20px;
	font-weight: bold;
}
ul.sub-nav {
	list-style: none;
	padding-left: 3px;
	margin-left: 3px;
	margin-bottom: 25px;
	font-size: 14px;
}
.nav_on {
	color: #333333;
}
img.navbildi {
	border: 0px;
	margin-right: 50px; 
	margin-bottom: 30px;
}
img.diashow {
	border: 0px;
	margin-right: 20px;
}
img.inseite {
	border: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	color: Black;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 25px;
	color: Black;
}