div#zentriert {
	background-image: url(img/centerBack.png);
	background-repeat: repeat-y;
	margin: 0 auto 0 auto;
	overflow: hidden;
	text-align: left;
	width: 1000px;
}

div#zentriertIntro {
	background-image: url(img/image.jpg);
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	padding: 290px 0 0 60px; 
	overflow : hidden;
	text-align: left;
	width: 1000px;
	height: 700px;
	overflow: hidden;
}

div#logo {
	background-image: url(img/logoBack.png);
	background-repeat: repeat-x;
	height: 180px;
	width: 980px;
	margin: 0 0 0 11px;
	overflow: hidden;
	padding: 0;
	text-align: right;
}

img#imgLogo {
	margin: 10px 50px 0 0;
}

div#left {
/*	background-image: url(img/naviBack.png);
	background-repeat: repeat-y;*/
	float: left;
	line-height: 40px;
	overflow: hidden;
	padding: 0;
	margin: 5px 8px 0 11px;
	width: 191px;
}

div#center {
	float: left;
	overflow: hidden;
	width: 765px;
	padding: 0;
	margin: 20px 10px 20px 15px;
}

div#footer {
	background-image: url(img/footerBack.png);
	background-repeat: repeat-x;
	width: 960px;
	/width: 980px;
	margin: 25px 0 0 11px;
	overflow: hidden;
	padding: 10px;
	text-align: right;
	font-weight: bold;
}

div#footer a {
	font-weight: bold;
	text-decoration: none;
}
