body {
	background: url(../images/bg_body.jpg) repeat left top;
	margin: 0px;
	padding: 0px;
	font-family: tahoma;
	font-size: 11px;
	color: #43443a;
}
.header {
	background: url(../images/header.jpg) no-repeat left top;
	width: 600px;
	height: 200px;
}
.bg_top {
	background: url(../images/bg_top.png) no-repeat center;
	width: 640px;
	height: 25px;
}

.bg_layout {
	padding: 40px 0px 40px 0px;
}
.bg_rahmen {
	width: 600px;
	box-shadow: 3px 3px 20px #010101;
	margin: 0 auto;
}
.bg_facebook {
	width: 600px;
	margin: 0 auto;
	padding: 0px 0px 20px 0px;
}

.bg_mitte {
	/*background: url(../images/bg_mitte.png) repeat-y center;*/
	width: 600px;
}
.bg_unten {
	background: url(../images/bg_unten.png) no-repeat center;
	width: 640px;
	height: 25px;
}
.bg_inhalte {
	background: #ffffff url(../images/bg_inhalte.jpg) no-repeat center bottom;
	width: 600px;
	min-height: 650px;
}
.bg_navi {
	background: url(../images/bg_navi.png) no-repeat left top;
	width: 200px;
	height: 250px;
}
.inhalte {
	width: 260px;
	padding: 20px 0px 300px 0px;
}
.inhalte ul {
	padding: 0px;
}
.inhalte li {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	list-style-image: url(../images/icon_li.png);
	margin: 0 0 0 0px;
	padding: 2px 0;
}

.navi_inhalte {
	padding: 22px 0px 0px 20px;
}
a.navi_link:link, a.navi_link:visited {
	width: 145px;
	height: 25px;
	color: #747465;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	display: block;
	margin: 5px 0px 0px 0px;
}
a.navi_link:hover {
	color: #747465;
	text-decoration: underline;
}
a.normal_link:link, a.normal_link:visited {
	color: #747465;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
a.normal_link:hover {
	color: #747465;
	text-decoration: underline;
}
